.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: 2rem !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: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #abca34;
  border-color: #abca34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #abca34;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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-vqFvuK3AgP .navbar-dropdown {
  position: relative !important;
}
.cid-vqFvuK3AgP .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqFvuK3AgP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqFvuK3AgP .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqFvuK3AgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqFvuK3AgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .dropdown-item:hover,
.cid-vqFvuK3AgP .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .dropdown-item:hover span {
  color: white;
}
.cid-vqFvuK3AgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqFvuK3AgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqFvuK3AgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqFvuK3AgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqFvuK3AgP .nav-link {
  position: relative;
}
.cid-vqFvuK3AgP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqFvuK3AgP .container {
    flex-wrap: nowrap;
  }
}
.cid-vqFvuK3AgP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqFvuK3AgP .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .dropdown-menu,
.cid-vqFvuK3AgP .navbar.opened {
  background: #ffffff !important;
}
.cid-vqFvuK3AgP .nav-item:focus,
.cid-vqFvuK3AgP .nav-link:focus {
  outline: none;
}
.cid-vqFvuK3AgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqFvuK3AgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqFvuK3AgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqFvuK3AgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqFvuK3AgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqFvuK3AgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqFvuK3AgP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqFvuK3AgP .navbar.opened {
  transition: all 0.3s;
}
.cid-vqFvuK3AgP .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqFvuK3AgP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqFvuK3AgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqFvuK3AgP .navbar.collapsed {
  justify-content: center;
}
.cid-vqFvuK3AgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqFvuK3AgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqFvuK3AgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqFvuK3AgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqFvuK3AgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqFvuK3AgP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqFvuK3AgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqFvuK3AgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqFvuK3AgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqFvuK3AgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqFvuK3AgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqFvuK3AgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqFvuK3AgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqFvuK3AgP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqFvuK3AgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqFvuK3AgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqFvuK3AgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqFvuK3AgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqFvuK3AgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqFvuK3AgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqFvuK3AgP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqFvuK3AgP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqFvuK3AgP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqFvuK3AgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqFvuK3AgP .navbar-brand .navbar-caption:hover,
.cid-vqFvuK3AgP .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqFvuK3AgP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqFvuK3AgP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .dropdown-item.active,
.cid-vqFvuK3AgP .dropdown-item:active {
  background-color: transparent;
}
.cid-vqFvuK3AgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqFvuK3AgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqFvuK3AgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqFvuK3AgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqFvuK3AgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqFvuK3AgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqFvuK3AgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqFvuK3AgP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqFvuK3AgP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqFvuK3AgP .navbar-buttons {
  text-align: center;
}
.cid-vqFvuK3AgP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqFvuK3AgP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqFvuK3AgP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqFvuK3AgP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqFvuK3AgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqFvuK3AgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqFvuK3AgP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqFvuK3AgP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqFvuK3AgP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqFvuK3AgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqFvuK3AgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqFvuK3AgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqFvuK3AgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqFvuK3AgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqFvuK3AgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqFvuK3AgP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqFvuK3AgP .navbar {
    height: 70px;
  }
  .cid-vqFvuK3AgP .navbar.opened {
    height: auto;
  }
  .cid-vqFvuK3AgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqFvuK3AgP .navbar-nav {
  margin: 0 auto;
}
.cid-vqFvuK3AgP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqFvuK3AgP .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqFvuK3AgP .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqFvuK3AgP .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqFvuK3AgP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqFvuK3AgP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqFvuK3AgP .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqFvuK3AgP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqFvuK3AgP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqFvuK3AgP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqFvuK3AgP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqFvuK3AgP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqFvuK3AgP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqFvuK3AgP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqFvuK3AgP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqFvuK3AgP .content-wrap {
  min-height: 110px;
}
.cid-vqFF4egjNx {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqFF4egjNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqFF4egjNx .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-vqFF4egjNx .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-vqFF4egjNx img {
  border-radius: 1rem;
}
.cid-vqFF4egjNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqFF4egjNx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vqFF4egjNx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vqFF4egjNx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vqFF4egjNx .mbr-section-title {
  color: #204395;
}
.cid-vqFF4egjNx .mbr-section-subtitle,
.cid-vqFF4egjNx .subtitle-wrap {
  color: #19303d;
}
.cid-vqFF4egjNx .mbr-text,
.cid-vqFF4egjNx .mbr-section-btn {
  color: #19303d;
}
.cid-vqFH3LraPw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f1f6e0;
}
.cid-vqFH3LraPw .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #204395;
}
.cid-vqFH3LraPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqFH3LraPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqFH3LraPw .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqFH3LraPw .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqFH3LraPw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #edefeb;
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vqFH3LraPw .items-wrapper .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqFH3LraPw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #edefeb;
  text-stroke: 1px #edefeb;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper {
    margin-top: 15px;
  }
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper a {
  height: 40px;
  display: inline-flex;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 40px;
  border: 1px solid #edefeb;
  font-size: 18px;
  transition: all .3s ease;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper .mbr-iconfont:hover {
  transform: translateY(-2px);
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper .card-arrow_1 {
  background-color: #abca34;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper .card-arrow_2 {
  background-color: #abca34;
}
.cid-vqFH3LraPw .items-wrapper .item .item-wrapper .arrow-wrapper .card-arrow_3 {
  background-color: #abca34;
}
.cid-vqFH3LraPw .item-title {
  color: #1d1d1d;
}
.cid-vqFH3LraPw .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqFH3LraPw .item-title,
.cid-vqFH3LraPw .iconfont-wrapper,
.cid-vqFH3LraPw .arrow-wrapper {
  text-align: center;
  color: #204395;
}
.cid-vqFKpwbfS1 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqFKpwbfS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqFKpwbfS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqFKpwbfS1 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqFKpwbfS1 .item {
    margin-bottom: 30px;
  }
}
.cid-vqFKpwbfS1 .item .item-wrapper .card-box .item-number_1,
.cid-vqFKpwbfS1 .item .item-wrapper .card-box .item-number_2,
.cid-vqFKpwbfS1 .item .item-wrapper .card-box .item-number_3,
.cid-vqFKpwbfS1 .item .item-wrapper .card-box .item-number_4 {
  margin-bottom: 10px;
}
.cid-vqFKpwbfS1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vqFKpwbfS1 .item-number_1 {
  color: #204395;
  text-align: center;
}
.cid-vqFKpwbfS1 .item-number_2 {
  color: #204395;
  text-align: center;
}
.cid-vqFKpwbfS1 .item-number_3 {
  color: #204395;
  text-align: center;
}
.cid-vqFKpwbfS1 .item-number_4 {
  color: #204395;
  text-align: center;
}
.cid-vqFKpwbfS1 .item-title {
  color: #abca34;
  text-align: center;
}
.cid-vqLwzGwp6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vqLwzGwp6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqLwzGwp6a .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-vqLwzGwp6a .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vqLwzGwp6a .container {
    padding: 0 12px;
  }
}
.cid-vqLwzGwp6a .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vqLwzGwp6a .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-vqLwzGwp6a .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-vqLwzGwp6a .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqLwzGwp6a .item {
  margin-bottom: 32px;
}
.cid-vqLwzGwp6a .item .item-wrapper {
  height: 100%;
  background-color: #f1f6e0;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-vqLwzGwp6a .item .item-wrapper a {
  display: block;
}
.cid-vqLwzGwp6a .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-vqLwzGwp6a .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-vqLwzGwp6a .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vqLwzGwp6a .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vqLwzGwp6a .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #abca34;
  color: #204395;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-vqLwzGwp6a .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-vqLwzGwp6a .mbr-section-title {
  color: #204395;
  text-align: center;
}
.cid-vqLwzGwp6a .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqLwzGwp6a .item-title {
  color: #204395;
  text-align: right;
}
.cid-vqLKBybqxi {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-vqLKBybqxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqLKBybqxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqLKBybqxi .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vqLKBybqxi .item .icon-wrap {
  text-align: center;
}
.cid-vqLKBybqxi .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-vqLKBybqxi .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #abca34;
}
.cid-vqLKBybqxi .item.first:before {
  display: none;
}
.cid-vqLKBybqxi .item.five:before {
  display: none;
}
.cid-vqLKBybqxi .icon-box {
  background: #abca34;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vqLKBybqxi .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vqLKBybqxi .mbr-iconfont {
  color: #abca34 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vqLKBybqxi .item:before {
    display: none;
  }
  .cid-vqLKBybqxi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vqLKBybqxi .card-title,
.cid-vqLKBybqxi .card-box {
  color: #204395;
}
.cid-vqLKBybqxi .mbr-text,
.cid-vqLKBybqxi .mbr-section-btn {
  color: #232323;
}
.cid-vqKAvJTap1 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vqKAvJTap1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqKAvJTap1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqKAvJTap1 .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-vqKAvJTap1 .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-vqKAvJTap1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqKAvJTap1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vqKAvJTap1 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vqKAvJTap1 .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-vqKAvJTap1 .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-vqKAvJTap1 .card-box .item-footer {
  margin-left: 0;
}
.cid-vqKAvJTap1 .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-vqKAvJTap1 .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-vqKAvJTap1 .item-wrapper {
  background: #ffffff;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #204395;
  transition: all 0.3s ease;
}
.cid-vqKAvJTap1 .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-vqKAvJTap1 .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-vqKAvJTap1 .item-wrapper:hover {
  background-color: #abca34;
  box-shadow: 5px 5px 0 0 #204395;
}
.cid-vqKAvJTap1 .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-vqKAvJTap1 .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-vqKAvJTap1 .icon-title {
  color: #bff747;
}
.cid-vqKAvJTap1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqKAvJTap1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqKAvJTap1 .content-head {
  max-width: 856px;
}
.cid-vqKAvJTap1 .card-title,
.cid-vqKAvJTap1 .iconfont-wrapper {
  color: #204395;
  text-align: center;
}
.cid-vqKAvJTap1 .card-text,
.cid-vqKAvJTap1 .item .mbr-section-btn {
  color: #000000;
}
.cid-vqFZk3vsRi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqFZk3vsRi .mbr-section-head {
  width: 100%;
}
.cid-vqFZk3vsRi .border-item {
  width: 100%;
  height: 7px;
  background-color: #204395;
  opacity: 1;
}
.cid-vqFSgt2wlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqFSgt2wlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqFSgt2wlL .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-vqFSgt2wlL .container {
    padding: 0 25px;
  }
}
.cid-vqFSgt2wlL .row {
  justify-content: center;
}
.cid-vqFSgt2wlL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqFSgt2wlL .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vqFSgt2wlL .card {
    margin-bottom: 50px;
  }
}
.cid-vqFSgt2wlL .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-vqFSgt2wlL .card .card-wrap {
    padding: 0;
  }
}
.cid-vqFSgt2wlL .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-vqFSgt2wlL .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #abca34;
}
.cid-vqFSgt2wlL .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-vqFSgt2wlL .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vqFSgt2wlL .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-vqFSgt2wlL .mbr-card-title {
  color: #E33030;
}
.cid-vqFSgt2wlL .mbr-text {
  color: #E33030;
  text-align: center;
}
.cid-vqFSgt2wlL .mbr-card-title,
.cid-vqFSgt2wlL .icon-wrapper {
  text-align: center;
  color: #204395;
}
.cid-vqFZlokMPL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqFZlokMPL .mbr-section-head {
  width: 100%;
}
.cid-vqFZlokMPL .border-item {
  width: 100%;
  height: 7px;
  background-color: #204395;
  opacity: 1;
}
.cid-vqLMkBU9rb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f6e0;
}
.cid-vqLMkBU9rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqLMkBU9rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqLMkBU9rb .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #204395;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vqLMkBU9rb .card-title,
.cid-vqLMkBU9rb .iconfont-wrapper {
  color: #232323;
}
.cid-vqLMkBU9rb .card-text {
  color: #232323;
}
.cid-vqLMkBU9rb .mbr-section-title {
  color: #204395;
}
.cid-vqLMkBU9rb .mbr-section-subtitle {
  color: #232323;
}
.cid-vqLMkBU9rb .content-head {
  max-width: 800px;
}
.cid-vqG0bEVYhc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqG0bEVYhc .mbr-section-head {
  width: 100%;
}
.cid-vqG0bEVYhc .border-item {
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-vqLtK6UPOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #204395;
}
.cid-vqLtK6UPOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqLtK6UPOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqLtK6UPOt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqLtK6UPOt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqLtK6UPOt .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqLtK6UPOt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqLtK6UPOt .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vqLtK6UPOt .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vqLtK6UPOt .mbr-section-title {
  color: #47201c;
}
.cid-vqLtK6UPOt .mbr-text,
.cid-vqLtK6UPOt .text-wrapper {
  color: #b7a9a8;
  text-align: center;
}
.cid-vqLtK6UPOt .mbr-section-title,
.cid-vqLtK6UPOt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqLMDLpQxa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqLMDLpQxa .mbr-section-head {
  width: 100%;
}
.cid-vqLMDLpQxa .border-item {
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-vqG05nCM0p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG05nCM0p .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG05nCM0p .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG05nCM0p .mbr-text {
  color: #ffffff;
}
.cid-vqG05nCM0p .phone-word {
  color: #ffffff;
}
.cid-vqG05nCM0p .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG05nCM0p .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG05nCM0p img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG05nCM0p .img1 {
  color: #ffffff;
}
.cid-vqG05nCM0p .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG05nCM0p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG05nCM0p .content .link-wrap {
  color: red;
}
.cid-vqG05nCM0p .content .date-wrap {
  color: #abca34;
}
.cid-vqG05nCM0p .item,
.cid-vqG05nCM0p .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG05nCM0p .item h4,
.cid-vqG05nCM0p .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG05nCM0p .link {
  transition: all 0.3s ease-in;
}
.cid-vqG05nCM0p .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG05nCM0p .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG05nCM0p .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG05nCM0p .item .card-img {
  width: auto;
}
.cid-vqG05nCM0p .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG05nCM0p .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG05nCM0p h5 {
    text-align: left !important;
  }
  .cid-vqG05nCM0p .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG05nCM0p .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG05nCM0p .item-title:hover {
  color: #abca34;
}
.cid-vqG05nCM0p .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG05nCM0p .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG05nCM0p .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG05nCM0p .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG05nCM0p .btn[class*="-outline"]:active,
.cid-vqG05nCM0p .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG05nCM0p .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG05nCM0p .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG05nCM0p .pre-form {
  color: #320707;
}
.cid-vqG05nCM0p .form-group,
.cid-vqG05nCM0p .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG05nCM0p .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-vqG05nCM0p .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG05nCM0p .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG05nCM0p .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG05nCM0p .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG05nCM0p .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG05nCM0p .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG05nCM0p .dragArea {
  flex-direction: column;
}
.cid-vqG05nCM0p .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqG3CcbZy1 .navbar-dropdown {
  position: relative !important;
}
.cid-vqG3CcbZy1 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqG3CcbZy1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqG3CcbZy1 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG3CcbZy1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqG3CcbZy1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .dropdown-item:hover,
.cid-vqG3CcbZy1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .dropdown-item:hover span {
  color: white;
}
.cid-vqG3CcbZy1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqG3CcbZy1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqG3CcbZy1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqG3CcbZy1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqG3CcbZy1 .nav-link {
  position: relative;
}
.cid-vqG3CcbZy1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqG3CcbZy1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vqG3CcbZy1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqG3CcbZy1 .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .dropdown-menu,
.cid-vqG3CcbZy1 .navbar.opened {
  background: #ffffff !important;
}
.cid-vqG3CcbZy1 .nav-item:focus,
.cid-vqG3CcbZy1 .nav-link:focus {
  outline: none;
}
.cid-vqG3CcbZy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqG3CcbZy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqG3CcbZy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqG3CcbZy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG3CcbZy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqG3CcbZy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqG3CcbZy1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG3CcbZy1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqG3CcbZy1 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqG3CcbZy1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqG3CcbZy1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqG3CcbZy1 .navbar.collapsed {
  justify-content: center;
}
.cid-vqG3CcbZy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqG3CcbZy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqG3CcbZy1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqG3CcbZy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqG3CcbZy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqG3CcbZy1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqG3CcbZy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqG3CcbZy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqG3CcbZy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqG3CcbZy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqG3CcbZy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqG3CcbZy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqG3CcbZy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqG3CcbZy1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqG3CcbZy1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqG3CcbZy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqG3CcbZy1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqG3CcbZy1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqG3CcbZy1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqG3CcbZy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqG3CcbZy1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqG3CcbZy1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqG3CcbZy1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqG3CcbZy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqG3CcbZy1 .navbar-brand .navbar-caption:hover,
.cid-vqG3CcbZy1 .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqG3CcbZy1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqG3CcbZy1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .dropdown-item.active,
.cid-vqG3CcbZy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqG3CcbZy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqG3CcbZy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqG3CcbZy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqG3CcbZy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqG3CcbZy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqG3CcbZy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqG3CcbZy1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqG3CcbZy1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqG3CcbZy1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqG3CcbZy1 .navbar-buttons {
  text-align: center;
}
.cid-vqG3CcbZy1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqG3CcbZy1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqG3CcbZy1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqG3CcbZy1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG3CcbZy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqG3CcbZy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqG3CcbZy1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG3CcbZy1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG3CcbZy1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqG3CcbZy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG3CcbZy1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqG3CcbZy1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqG3CcbZy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG3CcbZy1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqG3CcbZy1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqG3CcbZy1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqG3CcbZy1 .navbar {
    height: 70px;
  }
  .cid-vqG3CcbZy1 .navbar.opened {
    height: auto;
  }
  .cid-vqG3CcbZy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqG3CcbZy1 .navbar-nav {
  margin: 0 auto;
}
.cid-vqG3CcbZy1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqG3CcbZy1 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqG3CcbZy1 .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqG3CcbZy1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqG3CcbZy1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqG3CcbZy1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqG3CcbZy1 .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqG3CcbZy1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqG3CcbZy1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqG3CcbZy1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqG3CcbZy1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqG3CcbZy1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqG3CcbZy1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqG3CcbZy1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqG3CcbZy1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqG3CcbZy1 .content-wrap {
  min-height: 110px;
}
.cid-vqG4jTdJ9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqG4jTdJ9N .mbr-text {
  color: #000000;
}
.cid-vqG4jTdJ9N .mbr-section-subtitle {
  color: #000000;
}
.cid-vqG4jTdJ9N .mbr-section-title {
  color: #204395;
  text-align: center;
}
.cid-vqG3CgdVmr {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG3CgdVmr .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG3CgdVmr .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG3CgdVmr .mbr-text {
  color: #ffffff;
}
.cid-vqG3CgdVmr .phone-word {
  color: #ffffff;
}
.cid-vqG3CgdVmr .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG3CgdVmr .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG3CgdVmr img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG3CgdVmr .img1 {
  color: #ffffff;
}
.cid-vqG3CgdVmr .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG3CgdVmr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG3CgdVmr .content .link-wrap {
  color: red;
}
.cid-vqG3CgdVmr .content .date-wrap {
  color: #abca34;
}
.cid-vqG3CgdVmr .item,
.cid-vqG3CgdVmr .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG3CgdVmr .item h4,
.cid-vqG3CgdVmr .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG3CgdVmr .link {
  transition: all 0.3s ease-in;
}
.cid-vqG3CgdVmr .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG3CgdVmr .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG3CgdVmr .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG3CgdVmr .item .card-img {
  width: auto;
}
.cid-vqG3CgdVmr .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG3CgdVmr .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG3CgdVmr h5 {
    text-align: left !important;
  }
  .cid-vqG3CgdVmr .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG3CgdVmr .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG3CgdVmr .item-title:hover {
  color: #abca34;
}
.cid-vqG3CgdVmr .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG3CgdVmr .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG3CgdVmr .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG3CgdVmr .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG3CgdVmr .btn[class*="-outline"]:active,
.cid-vqG3CgdVmr .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG3CgdVmr .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG3CgdVmr .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG3CgdVmr .pre-form {
  color: #320707;
}
.cid-vqG3CgdVmr .form-group,
.cid-vqG3CgdVmr .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG3CgdVmr .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-vqG3CgdVmr .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG3CgdVmr .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG3CgdVmr .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG3CgdVmr .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG3CgdVmr .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG3CgdVmr .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG3CgdVmr .dragArea {
  flex-direction: column;
}
.cid-vqG3CgdVmr .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqG4JqeXOD .navbar-dropdown {
  position: relative !important;
}
.cid-vqG4JqeXOD .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqG4JqeXOD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqG4JqeXOD .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG4JqeXOD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqG4JqeXOD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .dropdown-item:hover,
.cid-vqG4JqeXOD .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .dropdown-item:hover span {
  color: white;
}
.cid-vqG4JqeXOD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqG4JqeXOD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqG4JqeXOD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqG4JqeXOD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqG4JqeXOD .nav-link {
  position: relative;
}
.cid-vqG4JqeXOD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqG4JqeXOD .container {
    flex-wrap: nowrap;
  }
}
.cid-vqG4JqeXOD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqG4JqeXOD .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .dropdown-menu,
.cid-vqG4JqeXOD .navbar.opened {
  background: #ffffff !important;
}
.cid-vqG4JqeXOD .nav-item:focus,
.cid-vqG4JqeXOD .nav-link:focus {
  outline: none;
}
.cid-vqG4JqeXOD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqG4JqeXOD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqG4JqeXOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqG4JqeXOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG4JqeXOD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqG4JqeXOD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqG4JqeXOD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG4JqeXOD .navbar.opened {
  transition: all 0.3s;
}
.cid-vqG4JqeXOD .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqG4JqeXOD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqG4JqeXOD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqG4JqeXOD .navbar.collapsed {
  justify-content: center;
}
.cid-vqG4JqeXOD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqG4JqeXOD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqG4JqeXOD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqG4JqeXOD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqG4JqeXOD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqG4JqeXOD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqG4JqeXOD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqG4JqeXOD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqG4JqeXOD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqG4JqeXOD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqG4JqeXOD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqG4JqeXOD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqG4JqeXOD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqG4JqeXOD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqG4JqeXOD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqG4JqeXOD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqG4JqeXOD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqG4JqeXOD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqG4JqeXOD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqG4JqeXOD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqG4JqeXOD .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqG4JqeXOD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqG4JqeXOD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqG4JqeXOD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqG4JqeXOD .navbar-brand .navbar-caption:hover,
.cid-vqG4JqeXOD .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqG4JqeXOD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqG4JqeXOD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .dropdown-item.active,
.cid-vqG4JqeXOD .dropdown-item:active {
  background-color: transparent;
}
.cid-vqG4JqeXOD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqG4JqeXOD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqG4JqeXOD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqG4JqeXOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqG4JqeXOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqG4JqeXOD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqG4JqeXOD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqG4JqeXOD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqG4JqeXOD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqG4JqeXOD .navbar-buttons {
  text-align: center;
}
.cid-vqG4JqeXOD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqG4JqeXOD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqG4JqeXOD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqG4JqeXOD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG4JqeXOD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqG4JqeXOD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqG4JqeXOD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG4JqeXOD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG4JqeXOD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqG4JqeXOD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG4JqeXOD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqG4JqeXOD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqG4JqeXOD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG4JqeXOD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqG4JqeXOD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqG4JqeXOD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqG4JqeXOD .navbar {
    height: 70px;
  }
  .cid-vqG4JqeXOD .navbar.opened {
    height: auto;
  }
  .cid-vqG4JqeXOD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqG4JqeXOD .navbar-nav {
  margin: 0 auto;
}
.cid-vqG4JqeXOD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqG4JqeXOD .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqG4JqeXOD .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqG4JqeXOD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqG4JqeXOD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqG4JqeXOD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqG4JqeXOD .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqG4JqeXOD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqG4JqeXOD .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqG4JqeXOD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqG4JqeXOD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqG4JqeXOD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqG4JqeXOD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqG4JqeXOD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqG4JqeXOD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqG4JqeXOD .content-wrap {
  min-height: 110px;
}
.cid-vqG4Jrk3im {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqG4Jrk3im .mbr-text {
  color: #000000;
}
.cid-vqG4Jrk3im .mbr-section-subtitle {
  color: #000000;
}
.cid-vqG4Jrk3im .mbr-section-title {
  color: #204395;
  text-align: center;
}
.cid-vqG4Js0jcY {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG4Js0jcY .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG4Js0jcY .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG4Js0jcY .mbr-text {
  color: #ffffff;
}
.cid-vqG4Js0jcY .phone-word {
  color: #ffffff;
}
.cid-vqG4Js0jcY .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG4Js0jcY .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG4Js0jcY img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG4Js0jcY .img1 {
  color: #ffffff;
}
.cid-vqG4Js0jcY .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG4Js0jcY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG4Js0jcY .content .link-wrap {
  color: red;
}
.cid-vqG4Js0jcY .content .date-wrap {
  color: #abca34;
}
.cid-vqG4Js0jcY .item,
.cid-vqG4Js0jcY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG4Js0jcY .item h4,
.cid-vqG4Js0jcY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG4Js0jcY .link {
  transition: all 0.3s ease-in;
}
.cid-vqG4Js0jcY .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG4Js0jcY .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG4Js0jcY .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG4Js0jcY .item .card-img {
  width: auto;
}
.cid-vqG4Js0jcY .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG4Js0jcY .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG4Js0jcY h5 {
    text-align: left !important;
  }
  .cid-vqG4Js0jcY .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG4Js0jcY .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG4Js0jcY .item-title:hover {
  color: #abca34;
}
.cid-vqG4Js0jcY .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG4Js0jcY .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG4Js0jcY .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG4Js0jcY .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG4Js0jcY .btn[class*="-outline"]:active,
.cid-vqG4Js0jcY .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG4Js0jcY .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG4Js0jcY .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG4Js0jcY .pre-form {
  color: #320707;
}
.cid-vqG4Js0jcY .form-group,
.cid-vqG4Js0jcY .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG4Js0jcY .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-vqG4Js0jcY .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG4Js0jcY .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG4Js0jcY .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG4Js0jcY .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG4Js0jcY .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG4Js0jcY .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG4Js0jcY .dragArea {
  flex-direction: column;
}
.cid-vqG4Js0jcY .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqG4NrHTdW .navbar-dropdown {
  position: relative !important;
}
.cid-vqG4NrHTdW .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqG4NrHTdW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqG4NrHTdW .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG4NrHTdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqG4NrHTdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .dropdown-item:hover,
.cid-vqG4NrHTdW .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .dropdown-item:hover span {
  color: white;
}
.cid-vqG4NrHTdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqG4NrHTdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqG4NrHTdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqG4NrHTdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqG4NrHTdW .nav-link {
  position: relative;
}
.cid-vqG4NrHTdW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqG4NrHTdW .container {
    flex-wrap: nowrap;
  }
}
.cid-vqG4NrHTdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqG4NrHTdW .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .dropdown-menu,
.cid-vqG4NrHTdW .navbar.opened {
  background: #ffffff !important;
}
.cid-vqG4NrHTdW .nav-item:focus,
.cid-vqG4NrHTdW .nav-link:focus {
  outline: none;
}
.cid-vqG4NrHTdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqG4NrHTdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqG4NrHTdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqG4NrHTdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG4NrHTdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqG4NrHTdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqG4NrHTdW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG4NrHTdW .navbar.opened {
  transition: all 0.3s;
}
.cid-vqG4NrHTdW .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqG4NrHTdW .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqG4NrHTdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqG4NrHTdW .navbar.collapsed {
  justify-content: center;
}
.cid-vqG4NrHTdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqG4NrHTdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqG4NrHTdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqG4NrHTdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqG4NrHTdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqG4NrHTdW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqG4NrHTdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqG4NrHTdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqG4NrHTdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqG4NrHTdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqG4NrHTdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqG4NrHTdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqG4NrHTdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqG4NrHTdW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqG4NrHTdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqG4NrHTdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqG4NrHTdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqG4NrHTdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqG4NrHTdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqG4NrHTdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqG4NrHTdW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqG4NrHTdW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqG4NrHTdW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqG4NrHTdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqG4NrHTdW .navbar-brand .navbar-caption:hover,
.cid-vqG4NrHTdW .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqG4NrHTdW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqG4NrHTdW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .dropdown-item.active,
.cid-vqG4NrHTdW .dropdown-item:active {
  background-color: transparent;
}
.cid-vqG4NrHTdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqG4NrHTdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqG4NrHTdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqG4NrHTdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqG4NrHTdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqG4NrHTdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqG4NrHTdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqG4NrHTdW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqG4NrHTdW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqG4NrHTdW .navbar-buttons {
  text-align: center;
}
.cid-vqG4NrHTdW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqG4NrHTdW .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqG4NrHTdW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqG4NrHTdW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG4NrHTdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqG4NrHTdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqG4NrHTdW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG4NrHTdW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG4NrHTdW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqG4NrHTdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG4NrHTdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqG4NrHTdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqG4NrHTdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG4NrHTdW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqG4NrHTdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqG4NrHTdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqG4NrHTdW .navbar {
    height: 70px;
  }
  .cid-vqG4NrHTdW .navbar.opened {
    height: auto;
  }
  .cid-vqG4NrHTdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqG4NrHTdW .navbar-nav {
  margin: 0 auto;
}
.cid-vqG4NrHTdW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqG4NrHTdW .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqG4NrHTdW .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqG4NrHTdW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqG4NrHTdW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqG4NrHTdW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqG4NrHTdW .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqG4NrHTdW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqG4NrHTdW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqG4NrHTdW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqG4NrHTdW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqG4NrHTdW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqG4NrHTdW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqG4NrHTdW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqG4NrHTdW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqG4NrHTdW .content-wrap {
  min-height: 110px;
}
.cid-vqG4NsEY0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqG4NsEY0d .mbr-text {
  color: #000000;
}
.cid-vqG4NsEY0d .mbr-section-subtitle {
  color: #000000;
}
.cid-vqG4NsEY0d .mbr-section-title {
  color: #204395;
  text-align: center;
}
.cid-vqG4Nt8fD2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG4Nt8fD2 .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG4Nt8fD2 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG4Nt8fD2 .mbr-text {
  color: #ffffff;
}
.cid-vqG4Nt8fD2 .phone-word {
  color: #ffffff;
}
.cid-vqG4Nt8fD2 .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG4Nt8fD2 .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG4Nt8fD2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG4Nt8fD2 .img1 {
  color: #ffffff;
}
.cid-vqG4Nt8fD2 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG4Nt8fD2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG4Nt8fD2 .content .link-wrap {
  color: red;
}
.cid-vqG4Nt8fD2 .content .date-wrap {
  color: #abca34;
}
.cid-vqG4Nt8fD2 .item,
.cid-vqG4Nt8fD2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG4Nt8fD2 .item h4,
.cid-vqG4Nt8fD2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG4Nt8fD2 .link {
  transition: all 0.3s ease-in;
}
.cid-vqG4Nt8fD2 .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG4Nt8fD2 .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG4Nt8fD2 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG4Nt8fD2 .item .card-img {
  width: auto;
}
.cid-vqG4Nt8fD2 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG4Nt8fD2 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG4Nt8fD2 h5 {
    text-align: left !important;
  }
  .cid-vqG4Nt8fD2 .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG4Nt8fD2 .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG4Nt8fD2 .item-title:hover {
  color: #abca34;
}
.cid-vqG4Nt8fD2 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG4Nt8fD2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG4Nt8fD2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG4Nt8fD2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG4Nt8fD2 .btn[class*="-outline"]:active,
.cid-vqG4Nt8fD2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG4Nt8fD2 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG4Nt8fD2 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG4Nt8fD2 .pre-form {
  color: #320707;
}
.cid-vqG4Nt8fD2 .form-group,
.cid-vqG4Nt8fD2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG4Nt8fD2 .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-vqG4Nt8fD2 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG4Nt8fD2 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG4Nt8fD2 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG4Nt8fD2 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG4Nt8fD2 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG4Nt8fD2 .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG4Nt8fD2 .dragArea {
  flex-direction: column;
}
.cid-vqG4Nt8fD2 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqG5implIL .navbar-dropdown {
  position: relative !important;
}
.cid-vqG5implIL .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqG5implIL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqG5implIL .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG5implIL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqG5implIL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG5implIL .dropdown-item:hover,
.cid-vqG5implIL .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG5implIL .dropdown-item:hover span {
  color: white;
}
.cid-vqG5implIL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqG5implIL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqG5implIL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqG5implIL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqG5implIL .nav-link {
  position: relative;
}
.cid-vqG5implIL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqG5implIL .container {
    flex-wrap: nowrap;
  }
}
.cid-vqG5implIL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqG5implIL .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqG5implIL .dropdown-menu,
.cid-vqG5implIL .navbar.opened {
  background: #ffffff !important;
}
.cid-vqG5implIL .nav-item:focus,
.cid-vqG5implIL .nav-link:focus {
  outline: none;
}
.cid-vqG5implIL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqG5implIL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqG5implIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqG5implIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG5implIL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqG5implIL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqG5implIL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG5implIL .navbar.opened {
  transition: all 0.3s;
}
.cid-vqG5implIL .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqG5implIL .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqG5implIL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqG5implIL .navbar.collapsed {
  justify-content: center;
}
.cid-vqG5implIL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqG5implIL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqG5implIL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqG5implIL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqG5implIL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqG5implIL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqG5implIL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqG5implIL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqG5implIL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqG5implIL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqG5implIL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqG5implIL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqG5implIL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqG5implIL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqG5implIL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqG5implIL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqG5implIL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqG5implIL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqG5implIL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqG5implIL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqG5implIL .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqG5implIL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqG5implIL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqG5implIL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqG5implIL .navbar-brand .navbar-caption:hover,
.cid-vqG5implIL .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG5implIL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqG5implIL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqG5implIL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG5implIL .dropdown-item.active,
.cid-vqG5implIL .dropdown-item:active {
  background-color: transparent;
}
.cid-vqG5implIL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqG5implIL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqG5implIL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqG5implIL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqG5implIL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqG5implIL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqG5implIL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqG5implIL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqG5implIL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqG5implIL .navbar-buttons {
  text-align: center;
}
.cid-vqG5implIL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqG5implIL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqG5implIL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqG5implIL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG5implIL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqG5implIL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqG5implIL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG5implIL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG5implIL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqG5implIL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG5implIL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqG5implIL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqG5implIL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG5implIL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqG5implIL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqG5implIL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqG5implIL .navbar {
    height: 70px;
  }
  .cid-vqG5implIL .navbar.opened {
    height: auto;
  }
  .cid-vqG5implIL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqG5implIL .navbar-nav {
  margin: 0 auto;
}
.cid-vqG5implIL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqG5implIL .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqG5implIL .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqG5implIL .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqG5implIL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqG5implIL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqG5implIL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqG5implIL .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqG5implIL .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqG5implIL .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqG5implIL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqG5implIL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqG5implIL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqG5implIL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqG5implIL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqG5implIL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqG5implIL .content-wrap {
  min-height: 110px;
}
.cid-vqG5inkAs7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqG5inkAs7 .mbr-text {
  color: #000000;
}
.cid-vqG5inkAs7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqG5inkAs7 .mbr-section-title {
  color: #204395;
  text-align: center;
}
.cid-vqG5inP7Uz {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG5inP7Uz .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG5inP7Uz .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG5inP7Uz .mbr-text {
  color: #ffffff;
}
.cid-vqG5inP7Uz .phone-word {
  color: #ffffff;
}
.cid-vqG5inP7Uz .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG5inP7Uz .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG5inP7Uz img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG5inP7Uz .img1 {
  color: #ffffff;
}
.cid-vqG5inP7Uz .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG5inP7Uz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG5inP7Uz .content .link-wrap {
  color: red;
}
.cid-vqG5inP7Uz .content .date-wrap {
  color: #abca34;
}
.cid-vqG5inP7Uz .item,
.cid-vqG5inP7Uz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG5inP7Uz .item h4,
.cid-vqG5inP7Uz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG5inP7Uz .link {
  transition: all 0.3s ease-in;
}
.cid-vqG5inP7Uz .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG5inP7Uz .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG5inP7Uz .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG5inP7Uz .item .card-img {
  width: auto;
}
.cid-vqG5inP7Uz .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG5inP7Uz .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG5inP7Uz h5 {
    text-align: left !important;
  }
  .cid-vqG5inP7Uz .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG5inP7Uz .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG5inP7Uz .item-title:hover {
  color: #abca34;
}
.cid-vqG5inP7Uz .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG5inP7Uz .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG5inP7Uz .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG5inP7Uz .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG5inP7Uz .btn[class*="-outline"]:active,
.cid-vqG5inP7Uz .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG5inP7Uz .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG5inP7Uz .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG5inP7Uz .pre-form {
  color: #320707;
}
.cid-vqG5inP7Uz .form-group,
.cid-vqG5inP7Uz .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG5inP7Uz .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-vqG5inP7Uz .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG5inP7Uz .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG5inP7Uz .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG5inP7Uz .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG5inP7Uz .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG5inP7Uz .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG5inP7Uz .dragArea {
  flex-direction: column;
}
.cid-vqG5inP7Uz .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqG62Pukqo .navbar-dropdown {
  position: relative !important;
}
.cid-vqG62Pukqo .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqG62Pukqo .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqG62Pukqo .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG62Pukqo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqG62Pukqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG62Pukqo .dropdown-item:hover,
.cid-vqG62Pukqo .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG62Pukqo .dropdown-item:hover span {
  color: white;
}
.cid-vqG62Pukqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqG62Pukqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqG62Pukqo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqG62Pukqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqG62Pukqo .nav-link {
  position: relative;
}
.cid-vqG62Pukqo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqG62Pukqo .container {
    flex-wrap: nowrap;
  }
}
.cid-vqG62Pukqo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqG62Pukqo .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqG62Pukqo .dropdown-menu,
.cid-vqG62Pukqo .navbar.opened {
  background: #ffffff !important;
}
.cid-vqG62Pukqo .nav-item:focus,
.cid-vqG62Pukqo .nav-link:focus {
  outline: none;
}
.cid-vqG62Pukqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqG62Pukqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqG62Pukqo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqG62Pukqo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG62Pukqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqG62Pukqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqG62Pukqo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG62Pukqo .navbar.opened {
  transition: all 0.3s;
}
.cid-vqG62Pukqo .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqG62Pukqo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqG62Pukqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqG62Pukqo .navbar.collapsed {
  justify-content: center;
}
.cid-vqG62Pukqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqG62Pukqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqG62Pukqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqG62Pukqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqG62Pukqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqG62Pukqo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqG62Pukqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqG62Pukqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqG62Pukqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqG62Pukqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqG62Pukqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqG62Pukqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqG62Pukqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqG62Pukqo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqG62Pukqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqG62Pukqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqG62Pukqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqG62Pukqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqG62Pukqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqG62Pukqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqG62Pukqo .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqG62Pukqo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqG62Pukqo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqG62Pukqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqG62Pukqo .navbar-brand .navbar-caption:hover,
.cid-vqG62Pukqo .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG62Pukqo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqG62Pukqo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqG62Pukqo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG62Pukqo .dropdown-item.active,
.cid-vqG62Pukqo .dropdown-item:active {
  background-color: transparent;
}
.cid-vqG62Pukqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqG62Pukqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqG62Pukqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqG62Pukqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqG62Pukqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqG62Pukqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqG62Pukqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqG62Pukqo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqG62Pukqo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqG62Pukqo .navbar-buttons {
  text-align: center;
}
.cid-vqG62Pukqo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqG62Pukqo .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqG62Pukqo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqG62Pukqo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG62Pukqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqG62Pukqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqG62Pukqo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG62Pukqo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG62Pukqo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqG62Pukqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG62Pukqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqG62Pukqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqG62Pukqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG62Pukqo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqG62Pukqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqG62Pukqo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqG62Pukqo .navbar {
    height: 70px;
  }
  .cid-vqG62Pukqo .navbar.opened {
    height: auto;
  }
  .cid-vqG62Pukqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqG62Pukqo .navbar-nav {
  margin: 0 auto;
}
.cid-vqG62Pukqo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqG62Pukqo .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqG62Pukqo .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqG62Pukqo .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqG62Pukqo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqG62Pukqo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqG62Pukqo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqG62Pukqo .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqG62Pukqo .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqG62Pukqo .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqG62Pukqo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqG62Pukqo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqG62Pukqo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqG62Pukqo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqG62Pukqo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqG62Pukqo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqG62Pukqo .content-wrap {
  min-height: 110px;
}
.cid-vqG67QFPKj {
  overflow: hidden;
  background-image: url("../../../assets/images/gemini-generated-image-fe6hh4fe6hh4fe6h-1364x768.png");
}
.cid-vqG67QFPKj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-vqG67QFPKj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vqG67QFPKj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vqG67QFPKj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vqG67QFPKj .container {
  max-width: 1600px;
}
.cid-vqG67QFPKj .mbr-bold,
.cid-vqG67QFPKj b {
  font-weight: 900;
}
.cid-vqG67QFPKj .btn {
  color: white !important;
}
.cid-vqG67QFPKj svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vqG67QFPKj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vqG67QFPKj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vqG67QFPKj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vqG67QFPKj svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vqG67QFPKj .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vqG67QFPKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqG67QFPKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqG67QFPKj .mbr-text,
.cid-vqG67QFPKj .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-vqG67QFPKj .mbr-section-title {
  text-align: right;
}
.cid-vqG68J7TPl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vqG68J7TPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqG68J7TPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqG68J7TPl .row {
  margin: 0 -32px;
}
.cid-vqG68J7TPl .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-vqG68J7TPl .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqG68J7TPl .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vqG68J7TPl .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vqG68J7TPl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqG68J7TPl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqG68J7TPl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqG68J7TPl .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vqG68J7TPl .image-wrapper {
  padding: 12px;
  border: 1px solid #204395;
  background-color: #abca34;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vqG68J7TPl .image-wrapper {
    padding: 6px;
  }
}
.cid-vqG68J7TPl .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #204395;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #204395;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqG68J7TPl .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vqG68J7TPl .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vqG68J7TPl .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vqG68J7TPl .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vqG68J7TPl .mbr-label {
  color: #abca34;
}
.cid-vqG68J7TPl .mbr-section-title {
  color: #181824;
}
.cid-vqG68J7TPl .mbr-text,
.cid-vqG68J7TPl .text-wrapper {
  color: #475569;
  text-align: justify;
}
.cid-vqG68J7TPl .mbr-section-title,
.cid-vqG68J7TPl .mbr-section-btn {
  color: #204395;
}
.cid-vqG69IwI6C {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-vqG69IwI6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqG69IwI6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqG69IwI6C .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-vqG69IwI6C .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-vqG69IwI6C .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vqG69IwI6C .mbr-section-title {
  color: #131313;
}
.cid-vqG69IwI6C .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-vqG69IwI6C .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-vqG69IwI6C .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-vqG69IwI6C .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #abca34;
  box-shadow: 4px 4px 0 #abca34;
  background: #204395;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-vqG69IwI6C .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-vqG69IwI6C .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vqG69IwI6C .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-vqG69IwI6C .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-vqG69IwI6C .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-vqG69IwI6C .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-vqG69IwI6C .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-vqG69IwI6C .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-vqG69IwI6C .content-wrap {
    margin-top: 0;
  }
}
.cid-vqG69IwI6C .card-title {
  color: #131313;
}
.cid-vqG69IwI6C .card-text {
  margin-top: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1199px) {
  .cid-vqG69IwI6C .card-text {
    margin-top: 15px;
  }
}
.cid-vqG69IwI6C .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-vqG69IwI6C .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqG69IwI6C .card-link {
    margin-top: 15px;
  }
}
.cid-vqG69IwI6C .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-vqG69IwI6C .card-title,
.cid-vqG69IwI6C .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqG6ayBqDb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #abca34;
}
.cid-vqG6ayBqDb .item:focus,
.cid-vqG6ayBqDb span:focus {
  outline: none;
}
.cid-vqG6ayBqDb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vqG6ayBqDb .content-head {
  max-width: 800px;
}
.cid-vqG6ayBqDb .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vqG6bcHX18 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f8f8f8;
}
.cid-vqG6bcHX18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqG6bcHX18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqG6bcHX18 .content-wrap {
  margin: 0 -25px;
}
.cid-vqG6bcHX18 .content-wrap .card {
  padding: 0 25px;
}
.cid-vqG6bcHX18 .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vqG6bcHX18 .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vqG6bcHX18 .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vqG6bcHX18 .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vqG6bcHX18 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqG6bcHX18 .title-wrapper {
  margin-bottom: 25px;
}
.cid-vqG6bcHX18 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vqG6bcHX18 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vqG6bcHX18 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vqG6bcHX18 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqG6bcHX18 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqG6bcHX18 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vqG6bcHX18 .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqG6bcHX18 .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vqG6bcHX18 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqG6bcHX18 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vqG6bcHX18 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqG6bcHX18 .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vqG6bcHX18 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #abca34;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vqG6bcHX18 .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vqG6bcHX18 .mbr-label {
  color: #000000;
}
.cid-vqG6bcHX18 .mbr-section-title {
  color: #000000;
}
.cid-vqG6bcHX18 .mbr-text {
  color: #000000;
}
.cid-vqG6bcHX18 .list {
  color: #000000;
}
.cid-vqG6bcHX18 .list,
.cid-vqG6bcHX18 .item-wrap,
.cid-vqG6bcHX18 .list-wrapper {
  color: #475569;
}
.cid-vqG6bcHX18 .mbr-section-title,
.cid-vqG6bcHX18 .main-btn,
.cid-vqG6bcHX18 .title-wrap {
  color: #abca34;
}
.cid-vqG6bcHX18 .mbr-text .text-wrap {
  color: #475569;
}
.cid-vqG6bcHX18 .mbr-label,
.cid-vqG6bcHX18 .label-wrapper {
  color: #204395;
}
.cid-vqRb40kN5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #204395;
}
.cid-vqRb40kN5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqRb40kN5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqRb40kN5M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqRb40kN5M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqRb40kN5M .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqRb40kN5M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqRb40kN5M .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vqRb40kN5M .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vqRb40kN5M .mbr-section-title {
  color: #47201c;
}
.cid-vqRb40kN5M .mbr-text,
.cid-vqRb40kN5M .text-wrapper {
  color: #b7a9a8;
  text-align: center;
}
.cid-vqRb40kN5M .mbr-section-title,
.cid-vqRb40kN5M .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqRbbAOWTo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqRbbAOWTo .mbr-section-head {
  width: 100%;
}
.cid-vqRbbAOWTo .border-item {
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-vqG62Q784h {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG62Q784h .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG62Q784h .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG62Q784h .mbr-text {
  color: #ffffff;
}
.cid-vqG62Q784h .phone-word {
  color: #ffffff;
}
.cid-vqG62Q784h .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG62Q784h .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG62Q784h img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG62Q784h .img1 {
  color: #ffffff;
}
.cid-vqG62Q784h .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG62Q784h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG62Q784h .content .link-wrap {
  color: red;
}
.cid-vqG62Q784h .content .date-wrap {
  color: #abca34;
}
.cid-vqG62Q784h .item,
.cid-vqG62Q784h .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG62Q784h .item h4,
.cid-vqG62Q784h .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG62Q784h .link {
  transition: all 0.3s ease-in;
}
.cid-vqG62Q784h .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG62Q784h .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG62Q784h .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG62Q784h .item .card-img {
  width: auto;
}
.cid-vqG62Q784h .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG62Q784h .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG62Q784h h5 {
    text-align: left !important;
  }
  .cid-vqG62Q784h .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG62Q784h .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG62Q784h .item-title:hover {
  color: #abca34;
}
.cid-vqG62Q784h .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG62Q784h .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG62Q784h .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG62Q784h .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG62Q784h .btn[class*="-outline"]:active,
.cid-vqG62Q784h .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG62Q784h .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG62Q784h .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG62Q784h .pre-form {
  color: #320707;
}
.cid-vqG62Q784h .form-group,
.cid-vqG62Q784h .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG62Q784h .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-vqG62Q784h .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG62Q784h .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG62Q784h .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG62Q784h .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG62Q784h .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG62Q784h .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG62Q784h .dragArea {
  flex-direction: column;
}
.cid-vqG62Q784h .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqG7LfXSlb .navbar-dropdown {
  position: relative !important;
}
.cid-vqG7LfXSlb .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqG7LfXSlb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqG7LfXSlb .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG7LfXSlb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqG7LfXSlb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .dropdown-item:hover,
.cid-vqG7LfXSlb .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .dropdown-item:hover span {
  color: white;
}
.cid-vqG7LfXSlb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqG7LfXSlb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqG7LfXSlb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqG7LfXSlb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqG7LfXSlb .nav-link {
  position: relative;
}
.cid-vqG7LfXSlb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqG7LfXSlb .container {
    flex-wrap: nowrap;
  }
}
.cid-vqG7LfXSlb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqG7LfXSlb .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .dropdown-menu,
.cid-vqG7LfXSlb .navbar.opened {
  background: #ffffff !important;
}
.cid-vqG7LfXSlb .nav-item:focus,
.cid-vqG7LfXSlb .nav-link:focus {
  outline: none;
}
.cid-vqG7LfXSlb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqG7LfXSlb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqG7LfXSlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqG7LfXSlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqG7LfXSlb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqG7LfXSlb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqG7LfXSlb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG7LfXSlb .navbar.opened {
  transition: all 0.3s;
}
.cid-vqG7LfXSlb .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqG7LfXSlb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqG7LfXSlb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqG7LfXSlb .navbar.collapsed {
  justify-content: center;
}
.cid-vqG7LfXSlb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqG7LfXSlb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqG7LfXSlb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqG7LfXSlb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqG7LfXSlb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqG7LfXSlb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqG7LfXSlb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqG7LfXSlb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqG7LfXSlb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqG7LfXSlb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqG7LfXSlb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqG7LfXSlb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqG7LfXSlb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqG7LfXSlb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqG7LfXSlb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqG7LfXSlb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqG7LfXSlb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqG7LfXSlb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqG7LfXSlb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqG7LfXSlb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqG7LfXSlb .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqG7LfXSlb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqG7LfXSlb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqG7LfXSlb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqG7LfXSlb .navbar-brand .navbar-caption:hover,
.cid-vqG7LfXSlb .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqG7LfXSlb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqG7LfXSlb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .dropdown-item.active,
.cid-vqG7LfXSlb .dropdown-item:active {
  background-color: transparent;
}
.cid-vqG7LfXSlb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqG7LfXSlb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqG7LfXSlb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqG7LfXSlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqG7LfXSlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqG7LfXSlb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqG7LfXSlb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqG7LfXSlb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqG7LfXSlb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqG7LfXSlb .navbar-buttons {
  text-align: center;
}
.cid-vqG7LfXSlb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqG7LfXSlb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqG7LfXSlb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqG7LfXSlb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqG7LfXSlb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqG7LfXSlb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqG7LfXSlb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG7LfXSlb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqG7LfXSlb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqG7LfXSlb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG7LfXSlb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqG7LfXSlb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqG7LfXSlb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqG7LfXSlb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqG7LfXSlb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqG7LfXSlb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqG7LfXSlb .navbar {
    height: 70px;
  }
  .cid-vqG7LfXSlb .navbar.opened {
    height: auto;
  }
  .cid-vqG7LfXSlb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqG7LfXSlb .navbar-nav {
  margin: 0 auto;
}
.cid-vqG7LfXSlb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqG7LfXSlb .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqG7LfXSlb .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqG7LfXSlb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqG7LfXSlb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqG7LfXSlb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqG7LfXSlb .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqG7LfXSlb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqG7LfXSlb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqG7LfXSlb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqG7LfXSlb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqG7LfXSlb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqG7LfXSlb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqG7LfXSlb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqG7LfXSlb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqG7LfXSlb .content-wrap {
  min-height: 110px;
}
.cid-vqG7ZcZZ5X {
  overflow: hidden;
  background-image: url("../../../assets/images/95215-1000x667.jpg");
}
.cid-vqG7ZcZZ5X .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-vqG7ZcZZ5X .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vqG7ZcZZ5X .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vqG7ZcZZ5X .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vqG7ZcZZ5X .container {
  max-width: 1600px;
}
.cid-vqG7ZcZZ5X .mbr-bold,
.cid-vqG7ZcZZ5X b {
  font-weight: 900;
}
.cid-vqG7ZcZZ5X .btn {
  color: white !important;
}
.cid-vqG7ZcZZ5X svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vqG7ZcZZ5X svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vqG7ZcZZ5X svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vqG7ZcZZ5X svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vqG7ZcZZ5X svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vqG7ZcZZ5X .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vqG7ZcZZ5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqG7ZcZZ5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqG7ZcZZ5X .mbr-text,
.cid-vqG7ZcZZ5X .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-vqG7ZcZZ5X .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-vqG80hjJGO {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqG80hjJGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqG80hjJGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqG80hjJGO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #abca34;
  margin-bottom: 2rem;
}
.cid-vqG80hjJGO .card-wrapper {
  padding: 3rem;
  background: #204395;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vqG80hjJGO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqG80hjJGO .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vqG80hjJGO .card-title {
  color: #ffffff;
}
.cid-vqG81n7EyM {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vqG81n7EyM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-vqG81n7EyM input,
.cid-vqG81n7EyM textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-vqG81n7EyM img {
  width: 90%;
  border-radius: 8px;
}
.cid-vqG81n7EyM .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-vqG81n7EyM textarea {
  min-height: 160px;
}
.cid-vqG81n7EyM .form-control,
.cid-vqG81n7EyM .field-input {
  padding: 0.5rem;
  background-color: #f7f7f7;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vqG81n7EyM .form-control:hover,
.cid-vqG81n7EyM .field-input:hover,
.cid-vqG81n7EyM .form-control:focus,
.cid-vqG81n7EyM .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vqG81n7EyM input::-webkit-input-placeholder,
.cid-vqG81n7EyM textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vqG81n7EyM input:-moz-placeholder,
.cid-vqG81n7EyM textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vqG81n7EyM .jq-selectbox li,
.cid-vqG81n7EyM .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-vqG81n7EyM .jq-selectbox li:hover,
.cid-vqG81n7EyM .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-vqG81n7EyM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f7f7f7;
}
.cid-vqG81n7EyM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-vqG81n7EyM H5 {
  color: #204395;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vqG81n7EyM img {
    width: 100%;
  }
  .cid-vqG81n7EyM .google-map {
    margin-bottom: 2rem;
  }
}
.cid-vqG81n7EyM .google-map {
  height: 32rem;
  position: relative;
}
.cid-vqG81n7EyM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vqG81n7EyM .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-vqG81n7EyM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vqG81n7EyM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-vqG81n7EyM .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-vqG81n7EyM LABEL {
  color: #204395;
}
.cid-vqG7Lj3hGl {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqG7Lj3hGl .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqG7Lj3hGl .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqG7Lj3hGl .mbr-text {
  color: #ffffff;
}
.cid-vqG7Lj3hGl .phone-word {
  color: #ffffff;
}
.cid-vqG7Lj3hGl .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqG7Lj3hGl .text-link:hover {
  color: #abca34 !important;
}
.cid-vqG7Lj3hGl img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqG7Lj3hGl .img1 {
  color: #ffffff;
}
.cid-vqG7Lj3hGl .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqG7Lj3hGl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqG7Lj3hGl .content .link-wrap {
  color: red;
}
.cid-vqG7Lj3hGl .content .date-wrap {
  color: #abca34;
}
.cid-vqG7Lj3hGl .item,
.cid-vqG7Lj3hGl .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqG7Lj3hGl .item h4,
.cid-vqG7Lj3hGl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqG7Lj3hGl .link {
  transition: all 0.3s ease-in;
}
.cid-vqG7Lj3hGl .link .card-img {
  padding-bottom: 3px;
}
.cid-vqG7Lj3hGl .link:hover .card-img span {
  color: #abca34;
}
.cid-vqG7Lj3hGl .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqG7Lj3hGl .item .card-img {
  width: auto;
}
.cid-vqG7Lj3hGl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqG7Lj3hGl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqG7Lj3hGl h5 {
    text-align: left !important;
  }
  .cid-vqG7Lj3hGl .line-wrap {
    text-align: left !important;
  }
}
.cid-vqG7Lj3hGl .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqG7Lj3hGl .item-title:hover {
  color: #abca34;
}
.cid-vqG7Lj3hGl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqG7Lj3hGl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqG7Lj3hGl .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqG7Lj3hGl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqG7Lj3hGl .btn[class*="-outline"]:active,
.cid-vqG7Lj3hGl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqG7Lj3hGl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqG7Lj3hGl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqG7Lj3hGl .pre-form {
  color: #320707;
}
.cid-vqG7Lj3hGl .form-group,
.cid-vqG7Lj3hGl .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqG7Lj3hGl .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-vqG7Lj3hGl .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqG7Lj3hGl .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqG7Lj3hGl .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqG7Lj3hGl .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqG7Lj3hGl .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqG7Lj3hGl .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqG7Lj3hGl .dragArea {
  flex-direction: column;
}
.cid-vqG7Lj3hGl .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqRbgJDd6j .navbar-dropdown {
  position: relative !important;
}
.cid-vqRbgJDd6j .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqRbgJDd6j .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqRbgJDd6j .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqRbgJDd6j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqRbgJDd6j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .dropdown-item:hover,
.cid-vqRbgJDd6j .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .dropdown-item:hover span {
  color: white;
}
.cid-vqRbgJDd6j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqRbgJDd6j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqRbgJDd6j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqRbgJDd6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqRbgJDd6j .nav-link {
  position: relative;
}
.cid-vqRbgJDd6j .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqRbgJDd6j .container {
    flex-wrap: nowrap;
  }
}
.cid-vqRbgJDd6j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqRbgJDd6j .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .dropdown-menu,
.cid-vqRbgJDd6j .navbar.opened {
  background: #ffffff !important;
}
.cid-vqRbgJDd6j .nav-item:focus,
.cid-vqRbgJDd6j .nav-link:focus {
  outline: none;
}
.cid-vqRbgJDd6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqRbgJDd6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqRbgJDd6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqRbgJDd6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqRbgJDd6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqRbgJDd6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqRbgJDd6j .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqRbgJDd6j .navbar.opened {
  transition: all 0.3s;
}
.cid-vqRbgJDd6j .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqRbgJDd6j .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqRbgJDd6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqRbgJDd6j .navbar.collapsed {
  justify-content: center;
}
.cid-vqRbgJDd6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqRbgJDd6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqRbgJDd6j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqRbgJDd6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqRbgJDd6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqRbgJDd6j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqRbgJDd6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqRbgJDd6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqRbgJDd6j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqRbgJDd6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqRbgJDd6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqRbgJDd6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqRbgJDd6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqRbgJDd6j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqRbgJDd6j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqRbgJDd6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqRbgJDd6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqRbgJDd6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqRbgJDd6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqRbgJDd6j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqRbgJDd6j .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqRbgJDd6j .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqRbgJDd6j .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqRbgJDd6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqRbgJDd6j .navbar-brand .navbar-caption:hover,
.cid-vqRbgJDd6j .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqRbgJDd6j .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqRbgJDd6j .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .dropdown-item.active,
.cid-vqRbgJDd6j .dropdown-item:active {
  background-color: transparent;
}
.cid-vqRbgJDd6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqRbgJDd6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqRbgJDd6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqRbgJDd6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqRbgJDd6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqRbgJDd6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqRbgJDd6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqRbgJDd6j ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqRbgJDd6j ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqRbgJDd6j .navbar-buttons {
  text-align: center;
}
.cid-vqRbgJDd6j .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqRbgJDd6j .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqRbgJDd6j .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqRbgJDd6j button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqRbgJDd6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqRbgJDd6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqRbgJDd6j button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqRbgJDd6j button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqRbgJDd6j button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqRbgJDd6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqRbgJDd6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqRbgJDd6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqRbgJDd6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqRbgJDd6j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqRbgJDd6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqRbgJDd6j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqRbgJDd6j .navbar {
    height: 70px;
  }
  .cid-vqRbgJDd6j .navbar.opened {
    height: auto;
  }
  .cid-vqRbgJDd6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqRbgJDd6j .navbar-nav {
  margin: 0 auto;
}
.cid-vqRbgJDd6j .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqRbgJDd6j .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqRbgJDd6j .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqRbgJDd6j .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqRbgJDd6j .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqRbgJDd6j .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqRbgJDd6j .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqRbgJDd6j .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqRbgJDd6j .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqRbgJDd6j .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqRbgJDd6j .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqRbgJDd6j .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqRbgJDd6j .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqRbgJDd6j .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqRbgJDd6j .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqRbgJDd6j .content-wrap {
  min-height: 110px;
}
.cid-vqRbgKfPV6 {
  overflow: hidden;
  background-image: url("../../../assets/images/ahorro-facturas-hogares-fidoexpert.jpg");
}
.cid-vqRbgKfPV6 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-vqRbgKfPV6 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vqRbgKfPV6 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vqRbgKfPV6 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vqRbgKfPV6 .container {
  max-width: 1600px;
}
.cid-vqRbgKfPV6 .mbr-bold,
.cid-vqRbgKfPV6 b {
  font-weight: 900;
}
.cid-vqRbgKfPV6 .btn {
  color: white !important;
}
.cid-vqRbgKfPV6 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vqRbgKfPV6 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vqRbgKfPV6 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vqRbgKfPV6 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vqRbgKfPV6 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vqRbgKfPV6 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vqRbgKfPV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqRbgKfPV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqRbgKfPV6 .mbr-text,
.cid-vqRbgKfPV6 .mbr-section-btn {
  text-align: right;
  color: #204395;
}
.cid-vqRbgKfPV6 .mbr-section-title {
  text-align: right;
  color: #204395;
}
.cid-vqRylz1TOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqRylz1TOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqRylz1TOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqRylz1TOs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqRylz1TOs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vqRylz1TOs .container {
    padding: 0 24px;
  }
}
.cid-vqRylz1TOs .row {
  justify-content: center;
}
.cid-vqRylz1TOs .content-wrapper {
  border-radius: 40px;
  background-color: #204395;
  padding: 64px;
  border: 5px solid #abca34;
}
@media (max-width: 992px) {
  .cid-vqRylz1TOs .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vqRylz1TOs .content-wrapper {
    padding: 32px;
  }
}
.cid-vqRylz1TOs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vqRylz1TOs .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vqRylz1TOs .mbr-section-title {
  color: #abca34;
  text-align: center;
}
.cid-vqRylz1TOs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vqRoFSDrt0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqRoFSDrt0 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-vqRoFSDrt0 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-vqRoFSDrt0 .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqRoFSDrt0 .mbr-flex {
  justify-content: center;
}
.cid-vqRoFSDrt0 .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-vqRoFSDrt0 .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-vqRoFSDrt0 .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-vqRoFSDrt0 img,
.cid-vqRoFSDrt0 .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-vqRoFSDrt0 .item:focus,
.cid-vqRoFSDrt0 span:focus {
  outline: none;
}
.cid-vqRoFSDrt0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqRoFSDrt0 .card1 {
  background: #a8d741;
}
.cid-vqRoFSDrt0 .card2 {
  background: #204395;
}
.cid-vqRoFSDrt0 .card3 {
  background: #abca34;
}
.cid-vqRoFSDrt0 .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vqRoFSDrt0 .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-vqRoFSDrt0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqRoFSDrt0 .mbr-section-title {
  color: #abca34;
}
.cid-vqRoFSDrt0 .item-title1 {
  color: #204395;
  text-align: center;
}
.cid-vqRoFSDrt0 .item-title2 {
  color: #abca34;
  text-align: center;
}
.cid-vqRoFSDrt0 .item-title3 {
  color: #204395;
  text-align: center;
}
.cid-vqRoFSDrt0 .item-subtitle1 {
  color: #ffffff;
  text-align: center;
}
.cid-vqRoFSDrt0 .item-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-vqRoFSDrt0 .item-subtitle3 {
  color: #ffffff;
  text-align: center;
}
.cid-vqRoFSDrt0 .price1 {
  color: #121212;
  text-align: center;
}
.cid-vqRoFSDrt0 .price2 {
  color: #121212;
  text-align: center;
}
.cid-vqRoFSDrt0 .price3 {
  color: #121212;
  text-align: center;
}
.cid-vqRoFSDrt0 .mbr-section-subtitle {
  text-align: justify;
  color: #204395;
}
.cid-vqRbgLbMbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #204395;
}
.cid-vqRbgLbMbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqRbgLbMbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqRbgLbMbY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqRbgLbMbY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqRbgLbMbY .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqRbgLbMbY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqRbgLbMbY .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vqRbgLbMbY .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vqRbgLbMbY .mbr-section-title {
  color: #47201c;
}
.cid-vqRbgLbMbY .mbr-text,
.cid-vqRbgLbMbY .text-wrapper {
  color: #b7a9a8;
  text-align: center;
}
.cid-vqRbgLbMbY .mbr-section-title,
.cid-vqRbgLbMbY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqRbgLkXTR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqRbgLkXTR .mbr-section-head {
  width: 100%;
}
.cid-vqRbgLkXTR .border-item {
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-vqRbgLsI5M {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqRbgLsI5M .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqRbgLsI5M .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqRbgLsI5M .mbr-text {
  color: #ffffff;
}
.cid-vqRbgLsI5M .phone-word {
  color: #ffffff;
}
.cid-vqRbgLsI5M .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqRbgLsI5M .text-link:hover {
  color: #abca34 !important;
}
.cid-vqRbgLsI5M img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqRbgLsI5M .img1 {
  color: #ffffff;
}
.cid-vqRbgLsI5M .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqRbgLsI5M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqRbgLsI5M .content .link-wrap {
  color: red;
}
.cid-vqRbgLsI5M .content .date-wrap {
  color: #abca34;
}
.cid-vqRbgLsI5M .item,
.cid-vqRbgLsI5M .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqRbgLsI5M .item h4,
.cid-vqRbgLsI5M .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqRbgLsI5M .link {
  transition: all 0.3s ease-in;
}
.cid-vqRbgLsI5M .link .card-img {
  padding-bottom: 3px;
}
.cid-vqRbgLsI5M .link:hover .card-img span {
  color: #abca34;
}
.cid-vqRbgLsI5M .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqRbgLsI5M .item .card-img {
  width: auto;
}
.cid-vqRbgLsI5M .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqRbgLsI5M .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqRbgLsI5M h5 {
    text-align: left !important;
  }
  .cid-vqRbgLsI5M .line-wrap {
    text-align: left !important;
  }
}
.cid-vqRbgLsI5M .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqRbgLsI5M .item-title:hover {
  color: #abca34;
}
.cid-vqRbgLsI5M .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqRbgLsI5M .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqRbgLsI5M .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqRbgLsI5M .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqRbgLsI5M .btn[class*="-outline"]:active,
.cid-vqRbgLsI5M .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqRbgLsI5M .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqRbgLsI5M .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqRbgLsI5M .pre-form {
  color: #320707;
}
.cid-vqRbgLsI5M .form-group,
.cid-vqRbgLsI5M .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqRbgLsI5M .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-vqRbgLsI5M .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqRbgLsI5M .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqRbgLsI5M .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqRbgLsI5M .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqRbgLsI5M .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqRbgLsI5M .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqRbgLsI5M .dragArea {
  flex-direction: column;
}
.cid-vqRbgLsI5M .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqW6YR9Bwc .navbar-dropdown {
  position: relative !important;
}
.cid-vqW6YR9Bwc .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqW6YR9Bwc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqW6YR9Bwc .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqW6YR9Bwc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqW6YR9Bwc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .dropdown-item:hover,
.cid-vqW6YR9Bwc .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .dropdown-item:hover span {
  color: white;
}
.cid-vqW6YR9Bwc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqW6YR9Bwc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqW6YR9Bwc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqW6YR9Bwc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqW6YR9Bwc .nav-link {
  position: relative;
}
.cid-vqW6YR9Bwc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqW6YR9Bwc .container {
    flex-wrap: nowrap;
  }
}
.cid-vqW6YR9Bwc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqW6YR9Bwc .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .dropdown-menu,
.cid-vqW6YR9Bwc .navbar.opened {
  background: #ffffff !important;
}
.cid-vqW6YR9Bwc .nav-item:focus,
.cid-vqW6YR9Bwc .nav-link:focus {
  outline: none;
}
.cid-vqW6YR9Bwc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqW6YR9Bwc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqW6YR9Bwc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqW6YR9Bwc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqW6YR9Bwc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqW6YR9Bwc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqW6YR9Bwc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqW6YR9Bwc .navbar.opened {
  transition: all 0.3s;
}
.cid-vqW6YR9Bwc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqW6YR9Bwc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqW6YR9Bwc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqW6YR9Bwc .navbar.collapsed {
  justify-content: center;
}
.cid-vqW6YR9Bwc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqW6YR9Bwc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqW6YR9Bwc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqW6YR9Bwc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqW6YR9Bwc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqW6YR9Bwc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqW6YR9Bwc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqW6YR9Bwc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqW6YR9Bwc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqW6YR9Bwc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqW6YR9Bwc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqW6YR9Bwc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqW6YR9Bwc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqW6YR9Bwc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqW6YR9Bwc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqW6YR9Bwc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqW6YR9Bwc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqW6YR9Bwc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqW6YR9Bwc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqW6YR9Bwc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqW6YR9Bwc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqW6YR9Bwc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqW6YR9Bwc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqW6YR9Bwc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqW6YR9Bwc .navbar-brand .navbar-caption:hover,
.cid-vqW6YR9Bwc .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqW6YR9Bwc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqW6YR9Bwc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .dropdown-item.active,
.cid-vqW6YR9Bwc .dropdown-item:active {
  background-color: transparent;
}
.cid-vqW6YR9Bwc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqW6YR9Bwc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqW6YR9Bwc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqW6YR9Bwc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqW6YR9Bwc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqW6YR9Bwc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqW6YR9Bwc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqW6YR9Bwc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqW6YR9Bwc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqW6YR9Bwc .navbar-buttons {
  text-align: center;
}
.cid-vqW6YR9Bwc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqW6YR9Bwc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqW6YR9Bwc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqW6YR9Bwc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqW6YR9Bwc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqW6YR9Bwc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqW6YR9Bwc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqW6YR9Bwc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqW6YR9Bwc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqW6YR9Bwc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqW6YR9Bwc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqW6YR9Bwc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqW6YR9Bwc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqW6YR9Bwc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqW6YR9Bwc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqW6YR9Bwc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqW6YR9Bwc .navbar {
    height: 70px;
  }
  .cid-vqW6YR9Bwc .navbar.opened {
    height: auto;
  }
  .cid-vqW6YR9Bwc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqW6YR9Bwc .navbar-nav {
  margin: 0 auto;
}
.cid-vqW6YR9Bwc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqW6YR9Bwc .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqW6YR9Bwc .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqW6YR9Bwc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqW6YR9Bwc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqW6YR9Bwc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqW6YR9Bwc .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqW6YR9Bwc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqW6YR9Bwc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqW6YR9Bwc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqW6YR9Bwc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqW6YR9Bwc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqW6YR9Bwc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqW6YR9Bwc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqW6YR9Bwc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqW6YR9Bwc .content-wrap {
  min-height: 110px;
}
.cid-vqW8nW0l8c {
  overflow: hidden;
  background-image: url("../../../assets/images/trabaja-con-nosotros-fido-expert-1264x848.png");
}
.cid-vqW8nW0l8c .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-vqW8nW0l8c .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vqW8nW0l8c .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vqW8nW0l8c .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vqW8nW0l8c .container {
  max-width: 1600px;
}
.cid-vqW8nW0l8c .mbr-bold,
.cid-vqW8nW0l8c b {
  font-weight: 900;
}
.cid-vqW8nW0l8c .btn {
  color: white !important;
}
.cid-vqW8nW0l8c svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vqW8nW0l8c svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vqW8nW0l8c svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vqW8nW0l8c svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vqW8nW0l8c svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vqW8nW0l8c .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vqW8nW0l8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqW8nW0l8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqW8nW0l8c .mbr-text,
.cid-vqW8nW0l8c .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-vqW8nW0l8c .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-vqW6YT4fJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqW6YT4fJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqW6YT4fJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqW6YT4fJ7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqW6YT4fJ7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vqW6YT4fJ7 .container {
    padding: 0 24px;
  }
}
.cid-vqW6YT4fJ7 .row {
  justify-content: center;
}
.cid-vqW6YT4fJ7 .content-wrapper {
  border-radius: 40px;
  background-color: #204395;
  padding: 64px;
  border: 5px solid #abca34;
}
@media (max-width: 992px) {
  .cid-vqW6YT4fJ7 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vqW6YT4fJ7 .content-wrapper {
    padding: 32px;
  }
}
.cid-vqW6YT4fJ7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vqW6YT4fJ7 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vqW6YT4fJ7 .mbr-section-title {
  color: #abca34;
  text-align: center;
}
.cid-vqW6YT4fJ7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vqW8qcoVft {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqW8qcoVft .mbr-section-subtitle {
  color: #204395;
  display: inline;
  width: auto;
  transition: all .3s;
}
.cid-vqW8qcoVft .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-vqW8qcoVft .row-main {
    flex-direction: column;
  }
  .cid-vqW8qcoVft .col-auto {
    margin-bottom: 20px;
  }
  .cid-vqW8qcoVft .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-vqW8qcoVft .container {
  display: flex;
  justify-content: center;
}
.cid-vqW8qcoVft .brand:hover {
  border-color: #7eccc4;
}
.cid-vqW8qcoVft .brand:hover .mbr-section-subtitle {
  color: #7eccc4;
}
.cid-vqW8qcoVft .container,
.cid-vqW8qcoVft .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqW8qK1B8d {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-vqW8qK1B8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqW8qK1B8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqW8qK1B8d .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vqW8qK1B8d .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vqW8qK1B8d .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqW8qK1B8d .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-vqW8qK1B8d .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vqW8qK1B8d .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vqW8qK1B8d .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqW8qK1B8d .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqW8qK1B8d .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqW8qK1B8d .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqW8qK1B8d .items-wrapper {
  margin: 0 -10px;
}
.cid-vqW8qK1B8d .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-vqW8qK1B8d .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqW8qK1B8d .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vqW8qK1B8d .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqW8qK1B8d .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-vqW8qK1B8d .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vqW8qK1B8d .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-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vqW8qK1B8d .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-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #abca34;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-vqW8qK1B8d .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqW8qK1B8d .mbr-label,
.cid-vqW8qK1B8d .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vqW8qK1B8d .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vqW8qK1B8d .mbr-text,
.cid-vqW8qK1B8d .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vqW8qK1B8d .item-label {
  color: #abca34;
}
.cid-vqW8qK1B8d .item-title {
  color: #0f172a;
}
.cid-vqW8qK1B8d .item-text {
  color: #475569;
}
.cid-vqW8qK1B8d .list {
  color: #475569;
}
.cid-vqW8qK1B8d .item-title,
.cid-vqW8qK1B8d .mbr-section-btn {
  color: #204395;
}
.cid-vqW8qK1B8d .mbr-section-title,
.cid-vqW8qK1B8d .mbr-section-btn {
  color: #204395;
}
.cid-vqW8PuQw9x {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vqW6YTHRp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #204395;
}
.cid-vqW6YTHRp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqW6YTHRp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqW6YTHRp7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqW6YTHRp7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqW6YTHRp7 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqW6YTHRp7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqW6YTHRp7 .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vqW6YTHRp7 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vqW6YTHRp7 .mbr-section-title {
  color: #47201c;
}
.cid-vqW6YTHRp7 .mbr-text,
.cid-vqW6YTHRp7 .text-wrapper {
  color: #b7a9a8;
  text-align: center;
}
.cid-vqW6YTHRp7 .mbr-section-title,
.cid-vqW6YTHRp7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqW6YU0uAf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqW6YU0uAf .mbr-section-head {
  width: 100%;
}
.cid-vqW6YU0uAf .border-item {
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-vqW6YUI00q {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqW6YUI00q .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqW6YUI00q .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqW6YUI00q .mbr-text {
  color: #ffffff;
}
.cid-vqW6YUI00q .phone-word {
  color: #ffffff;
}
.cid-vqW6YUI00q .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqW6YUI00q .text-link:hover {
  color: #abca34 !important;
}
.cid-vqW6YUI00q img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqW6YUI00q .img1 {
  color: #ffffff;
}
.cid-vqW6YUI00q .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqW6YUI00q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqW6YUI00q .content .link-wrap {
  color: red;
}
.cid-vqW6YUI00q .content .date-wrap {
  color: #abca34;
}
.cid-vqW6YUI00q .item,
.cid-vqW6YUI00q .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqW6YUI00q .item h4,
.cid-vqW6YUI00q .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqW6YUI00q .link {
  transition: all 0.3s ease-in;
}
.cid-vqW6YUI00q .link .card-img {
  padding-bottom: 3px;
}
.cid-vqW6YUI00q .link:hover .card-img span {
  color: #abca34;
}
.cid-vqW6YUI00q .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqW6YUI00q .item .card-img {
  width: auto;
}
.cid-vqW6YUI00q .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqW6YUI00q .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqW6YUI00q h5 {
    text-align: left !important;
  }
  .cid-vqW6YUI00q .line-wrap {
    text-align: left !important;
  }
}
.cid-vqW6YUI00q .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqW6YUI00q .item-title:hover {
  color: #abca34;
}
.cid-vqW6YUI00q .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqW6YUI00q .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqW6YUI00q .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqW6YUI00q .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqW6YUI00q .btn[class*="-outline"]:active,
.cid-vqW6YUI00q .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqW6YUI00q .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqW6YUI00q .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqW6YUI00q .pre-form {
  color: #320707;
}
.cid-vqW6YUI00q .form-group,
.cid-vqW6YUI00q .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqW6YUI00q .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-vqW6YUI00q .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqW6YUI00q .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqW6YUI00q .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqW6YUI00q .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqW6YUI00q .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqW6YUI00q .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqW6YUI00q .dragArea {
  flex-direction: column;
}
.cid-vqW6YUI00q .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vqWswaEQn1 .navbar-dropdown {
  position: relative !important;
}
.cid-vqWswaEQn1 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vqWswaEQn1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vqWswaEQn1 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqWswaEQn1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqWswaEQn1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .dropdown-item:hover,
.cid-vqWswaEQn1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .dropdown-item:hover span {
  color: white;
}
.cid-vqWswaEQn1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqWswaEQn1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqWswaEQn1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqWswaEQn1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqWswaEQn1 .nav-link {
  position: relative;
}
.cid-vqWswaEQn1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqWswaEQn1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vqWswaEQn1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqWswaEQn1 .iconfont-wrapper:hover {
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .dropdown-menu,
.cid-vqWswaEQn1 .navbar.opened {
  background: #ffffff !important;
}
.cid-vqWswaEQn1 .nav-item:focus,
.cid-vqWswaEQn1 .nav-link:focus {
  outline: none;
}
.cid-vqWswaEQn1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqWswaEQn1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqWswaEQn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqWswaEQn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqWswaEQn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqWswaEQn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqWswaEQn1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqWswaEQn1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqWswaEQn1 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-vqWswaEQn1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vqWswaEQn1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqWswaEQn1 .navbar.collapsed {
  justify-content: center;
}
.cid-vqWswaEQn1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqWswaEQn1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqWswaEQn1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vqWswaEQn1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqWswaEQn1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqWswaEQn1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqWswaEQn1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqWswaEQn1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqWswaEQn1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqWswaEQn1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqWswaEQn1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqWswaEQn1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqWswaEQn1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqWswaEQn1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqWswaEQn1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqWswaEQn1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqWswaEQn1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqWswaEQn1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqWswaEQn1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqWswaEQn1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqWswaEQn1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqWswaEQn1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqWswaEQn1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqWswaEQn1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqWswaEQn1 .navbar-brand .navbar-caption:hover,
.cid-vqWswaEQn1 .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqWswaEQn1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqWswaEQn1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .dropdown-item.active,
.cid-vqWswaEQn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqWswaEQn1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqWswaEQn1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqWswaEQn1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqWswaEQn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-vqWswaEQn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqWswaEQn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqWswaEQn1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqWswaEQn1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqWswaEQn1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqWswaEQn1 .navbar-buttons {
  text-align: center;
}
.cid-vqWswaEQn1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-vqWswaEQn1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqWswaEQn1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqWswaEQn1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqWswaEQn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqWswaEQn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqWswaEQn1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqWswaEQn1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqWswaEQn1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqWswaEQn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqWswaEQn1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqWswaEQn1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqWswaEQn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqWswaEQn1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqWswaEQn1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqWswaEQn1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqWswaEQn1 .navbar {
    height: 70px;
  }
  .cid-vqWswaEQn1 .navbar.opened {
    height: auto;
  }
  .cid-vqWswaEQn1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqWswaEQn1 .navbar-nav {
  margin: 0 auto;
}
.cid-vqWswaEQn1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqWswaEQn1 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqWswaEQn1 .nav-item .nav-link::after {
  color: #abca34 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqWswaEQn1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqWswaEQn1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqWswaEQn1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vqWswaEQn1 .nav-item .dropdown-menu .dropdown-item {
  color: #abca34 !important;
}
.cid-vqWswaEQn1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #abca34 !important;
}
@media (max-width: 991px) {
  .cid-vqWswaEQn1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqWswaEQn1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqWswaEQn1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqWswaEQn1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqWswaEQn1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqWswaEQn1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vqWswaEQn1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vqWswaEQn1 .content-wrap {
  min-height: 110px;
}
.cid-vqWswbamaM {
  overflow: hidden;
  background-image: url("../../../assets/images/optimizacion-energetica-empresas-fidoexpert.jpg");
}
.cid-vqWswbamaM .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-vqWswbamaM .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vqWswbamaM .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vqWswbamaM .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vqWswbamaM .container {
  max-width: 1600px;
}
.cid-vqWswbamaM .mbr-bold,
.cid-vqWswbamaM b {
  font-weight: 900;
}
.cid-vqWswbamaM .btn {
  color: white !important;
}
.cid-vqWswbamaM svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vqWswbamaM svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vqWswbamaM svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vqWswbamaM svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vqWswbamaM svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vqWswbamaM .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vqWswbamaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqWswbamaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqWswbamaM .mbr-text,
.cid-vqWswbamaM .mbr-section-btn {
  text-align: right;
  color: #204395;
}
.cid-vqWswbamaM .mbr-section-title {
  text-align: right;
  color: #204395;
}
.cid-vqWswbqdbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqWswbqdbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqWswbqdbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqWswbqdbB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqWswbqdbB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vqWswbqdbB .container {
    padding: 0 24px;
  }
}
.cid-vqWswbqdbB .row {
  justify-content: center;
}
.cid-vqWswbqdbB .content-wrapper {
  border-radius: 40px;
  background-color: #204395;
  padding: 64px;
  border: 5px solid #abca34;
}
@media (max-width: 992px) {
  .cid-vqWswbqdbB .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vqWswbqdbB .content-wrapper {
    padding: 32px;
  }
}
.cid-vqWswbqdbB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vqWswbqdbB .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vqWswbqdbB .mbr-section-title {
  color: #abca34;
  text-align: center;
}
.cid-vqWswbqdbB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vqWswbD8QJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqWswbD8QJ .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-vqWswbD8QJ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-vqWswbD8QJ .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqWswbD8QJ .mbr-flex {
  justify-content: center;
}
.cid-vqWswbD8QJ .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-vqWswbD8QJ .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-vqWswbD8QJ .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-vqWswbD8QJ img,
.cid-vqWswbD8QJ .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-vqWswbD8QJ .item:focus,
.cid-vqWswbD8QJ span:focus {
  outline: none;
}
.cid-vqWswbD8QJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqWswbD8QJ .card1 {
  background: #a8d741;
}
.cid-vqWswbD8QJ .card2 {
  background: #204395;
}
.cid-vqWswbD8QJ .card3 {
  background: #abca34;
}
.cid-vqWswbD8QJ .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vqWswbD8QJ .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-vqWswbD8QJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqWswbD8QJ .mbr-section-title {
  color: #abca34;
}
.cid-vqWswbD8QJ .item-title1 {
  color: #204395;
  text-align: center;
}
.cid-vqWswbD8QJ .item-title2 {
  color: #abca34;
  text-align: center;
}
.cid-vqWswbD8QJ .item-title3 {
  color: #204395;
  text-align: center;
}
.cid-vqWswbD8QJ .item-subtitle1 {
  color: #ffffff;
  text-align: center;
}
.cid-vqWswbD8QJ .item-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-vqWswbD8QJ .item-subtitle3 {
  color: #ffffff;
  text-align: center;
}
.cid-vqWswbD8QJ .price1 {
  color: #121212;
  text-align: center;
}
.cid-vqWswbD8QJ .price2 {
  color: #121212;
  text-align: center;
}
.cid-vqWswbD8QJ .price3 {
  color: #121212;
  text-align: center;
}
.cid-vqWswbD8QJ .mbr-section-subtitle {
  text-align: justify;
  color: #204395;
}
.cid-vqWswbS1tt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #204395;
}
.cid-vqWswbS1tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqWswbS1tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqWswbS1tt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqWswbS1tt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqWswbS1tt .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqWswbS1tt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqWswbS1tt .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vqWswbS1tt .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vqWswbS1tt .mbr-section-title {
  color: #47201c;
}
.cid-vqWswbS1tt .mbr-text,
.cid-vqWswbS1tt .text-wrapper {
  color: #b7a9a8;
  text-align: center;
}
.cid-vqWswbS1tt .mbr-section-title,
.cid-vqWswbS1tt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqWswc8jrT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vqWswc8jrT .mbr-section-head {
  width: 100%;
}
.cid-vqWswc8jrT .border-item {
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-vqWswclGcF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #204395;
}
.cid-vqWswclGcF .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vqWswclGcF .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vqWswclGcF .mbr-text {
  color: #ffffff;
}
.cid-vqWswclGcF .phone-word {
  color: #ffffff;
}
.cid-vqWswclGcF .text-link {
  transition: all 0.3s ease-in;
}
.cid-vqWswclGcF .text-link:hover {
  color: #abca34 !important;
}
.cid-vqWswclGcF img {
  height: 100px;
  padding-right: 8px;
}
.cid-vqWswclGcF .img1 {
  color: #ffffff;
}
.cid-vqWswclGcF .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vqWswclGcF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vqWswclGcF .content .link-wrap {
  color: red;
}
.cid-vqWswclGcF .content .date-wrap {
  color: #abca34;
}
.cid-vqWswclGcF .item,
.cid-vqWswclGcF .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vqWswclGcF .item h4,
.cid-vqWswclGcF .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vqWswclGcF .link {
  transition: all 0.3s ease-in;
}
.cid-vqWswclGcF .link .card-img {
  padding-bottom: 3px;
}
.cid-vqWswclGcF .link:hover .card-img span {
  color: #abca34;
}
.cid-vqWswclGcF .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-vqWswclGcF .item .card-img {
  width: auto;
}
.cid-vqWswclGcF .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vqWswclGcF .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqWswclGcF h5 {
    text-align: left !important;
  }
  .cid-vqWswclGcF .line-wrap {
    text-align: left !important;
  }
}
.cid-vqWswclGcF .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-vqWswclGcF .item-title:hover {
  color: #abca34;
}
.cid-vqWswclGcF .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqWswclGcF .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vqWswclGcF .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vqWswclGcF .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vqWswclGcF .btn[class*="-outline"]:active,
.cid-vqWswclGcF .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vqWswclGcF .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vqWswclGcF .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vqWswclGcF .pre-form {
  color: #320707;
}
.cid-vqWswclGcF .form-group,
.cid-vqWswclGcF .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vqWswclGcF .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-vqWswclGcF .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vqWswclGcF .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vqWswclGcF .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vqWswclGcF .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vqWswclGcF .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vqWswclGcF .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vqWswclGcF .dragArea {
  flex-direction: column;
}
.cid-vqWswclGcF .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
