.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #c52a2a !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #57cc0c !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c52a2a !important;
  border-color: #c52a2a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d84a4a !important;
  border-color: #d84a4a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d84a4a !important;
  border-color: #d84a4a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #57cc0c !important;
  border-color: #57cc0c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #6ef21a !important;
  border-color: #6ef21a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6ef21a !important;
  border-color: #6ef21a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #c52a2a;
  color: #c52a2a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e1b1b !important;
  background-color: transparent !important;
  border-color: #7e1b1b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c52a2a !important;
  border-color: #c52a2a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #57cc0c;
  color: #57cc0c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #347a07 !important;
  background-color: transparent !important;
  border-color: #347a07 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #57cc0c !important;
  border-color: #57cc0c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #c52a2a !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #57cc0c !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #711818 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #2e6c06 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c52a2a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #57cc0c;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #c52a2a;
  border-color: #c52a2a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c52a2a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e68989;
}
.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: #c9faaa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #c52a2a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #c52a2a;
}
/* 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: #c52a2a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c52a2a;
}
.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: #c52a2a;
  border-bottom-color: #c52a2a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c52a2a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23c52a2a' %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;
  }
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .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;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-tJS6tZXiPa .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #006dc6 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #006dc6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #006dc6;
  background: #006dc6 !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #006dc6;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #006dc6;
    opacity: 1;
    border-color: #006dc6 !important;
    background: #006dc6 !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjCSNe12XN {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjCSNe12XN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCSNe12XN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjCSNe12XN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjCSNe12XN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjCSNe12XN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCSNe12XN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjCSNe12XN .mbr-section-title {
  color: #000000;
}
.cid-vjCSNe12XN .mbr-text,
.cid-vjCSNe12XN .mbr-section-btn {
  color: #000000;
}
.cid-vjI0ApdpYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjI0ApdpYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjI0ApdpYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjI0ApdpYr .row {
  flex-direction: row-reverse;
}
.cid-vjC9vY2TBg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjC9vY2TBg .mbr-text {
  color: #000000;
}
.cid-vjC9vY2TBg .mbr-section-subtitle {
  color: #000000;
}
.cid-vjC9vY2TBg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjCP4GMIHh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #006dc6;
}
.cid-vjCP4GMIHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCP4GMIHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCP4GMIHh .mbr-section-title {
  color: #ffffff;
}
.cid-vjI1h9B1Eh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-vjI1h9B1Eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjI1h9B1Eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjI1h9B1Eh .row {
  flex-direction: row-reverse;
}
.cid-vjCP2vqO3Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-vjCP2vqO3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCP2vqO3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCP2vqO3Q .row {
  flex-direction: row-reverse;
}
.cid-vjC71EMpBX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #006dc6;
}
.cid-vjC71EMpBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjC71EMpBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjC71EMpBX .mbr-section-title {
  color: #ffffff;
}
.cid-vjI90pBWQi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjI90pBWQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjI90pBWQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjI90pBWQi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjI90pBWQi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjI90pBWQi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjI90pBWQi .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjI90pBWQi .mbr-text,
.cid-vjI90pBWQi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjI90pBWQi .card-title,
.cid-vjI90pBWQi .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjI90pBWQi .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjI90pBWQi .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjI90pBWQi .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006dc6;
  background-color: #006dc6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjI90pBWQi .mbr-text UL {
  text-align: left;
}
.cid-vjIct98e8w {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-vjIct98e8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIct98e8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIct98e8w .row {
  flex-direction: row-reverse;
}
.cid-vjIct98e8w .mbr-description {
  color: #0a1f58;
}
.cid-vjCbJP0lPk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #006dc6;
}
.cid-vjCbJP0lPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCbJP0lPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCbJP0lPk .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9vXDdRK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJS9vXDdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS9vXDdRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJS9vXDdRK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJS9vXDdRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJS9vXDdRK .mbr-section-title {
  color: #000000;
}
.cid-tJS9vXDdRK .mbr-text,
.cid-tJS9vXDdRK .mbr-section-btn {
  color: #232323;
}
.cid-vjCC902G3q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjCC902G3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCC902G3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCC902G3q .mbr-section-subtitle {
  text-align: left;
}
.cid-vjD3m9UnFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjD3m9UnFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjD3m9UnFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjD3m9UnFO .row {
  flex-direction: row-reverse;
}
.cid-vjCgjLdz7T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #006dc6;
}
.cid-vjCgjLdz7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCgjLdz7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCgjLdz7T .mbr-section-title {
  color: #ffffff;
}
.cid-vjIfRrDUtG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjIfRrDUtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIfRrDUtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIfRrDUtG .mbr-section-subtitle {
  text-align: left;
}
.cid-vjIk3xDBgW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjIk3xDBgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIk3xDBgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIk3xDBgW .row {
  flex-direction: row-reverse;
}
.cid-vjCH1ssOgX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0a1f58;
}
.cid-vjCH1ssOgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCH1ssOgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjCH1ssOgX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjCH1ssOgX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjCH1ssOgX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCH1ssOgX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjCH1ssOgX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vjCH1ssOgX .mbr-text,
.cid-vjCH1ssOgX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vjCiXdIkyS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #006dc6;
}
.cid-vjCiXdIkyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCiXdIkyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCiXdIkyS .mbr-section-title {
  color: #ffffff;
}
.cid-vjIhaCwvwz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjIhaCwvwz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjIhaCwvwz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjIhaCwvwz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006dc6;
  background-color: #006dc6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjIn6i7x5w {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #006dc6;
}
.cid-vjIn6i7x5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIn6i7x5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIn6i7x5w .mbr-section-title {
  color: #ffffff;
}
.cid-vjIn3KnpDj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjIn3KnpDj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjIn3KnpDj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjIn3KnpDj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006dc6;
  background-color: #006dc6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjChj6hdKy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #006dc6;
}
.cid-vjChj6hdKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjChj6hdKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjChj6hdKy .mbr-section-title {
  color: #ffffff;
}
.cid-vjChjSMMOO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjChjSMMOO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjChjSMMOO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjChjSMMOO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006dc6;
  background-color: #006dc6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjCEmM3GYD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-vjCEmM3GYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCEmM3GYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCEmM3GYD .row {
  flex-direction: row-reverse;
}
.cid-vjCEmM3GYD .mbr-description {
  color: #0a1f58;
  text-align: center;
}
.cid-vjIoUV45bT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjIoUV45bT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjIoUV45bT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjIoUV45bT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006dc6;
  background-color: #006dc6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjIoUV45bT .mbr-section-title {
  text-align: left;
  color: #0a1f58;
}
.cid-vjIoUV45bT .mbr-text UL {
  text-align: left;
}
.cid-vjIpaxMunS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjIpaxMunS .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjIpaxMunS .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjIpaxMunS .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006dc6;
  background-color: #006dc6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjIpaxMunS .mbr-section-title {
  text-align: left;
  color: #0a1f58;
}
.cid-vjD2gNVkvT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #006dc6;
}
.cid-vjD2gNVkvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjD2gNVkvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjD2gNVkvT .mbr-section-title {
  color: #ffffff;
}
.cid-vjD2gNVkvT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjItmL15Bz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vjItmL15Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjItmL15Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjItmL15Bz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjItmL15Bz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjItmL15Bz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjItmL15Bz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjItmL15Bz .mbr-section-title {
  color: #000000;
}
.cid-vjItmL15Bz .mbr-text,
.cid-vjItmL15Bz .mbr-section-btn {
  color: #000000;
}
.cid-vjD40Apsx4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjD40Apsx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjD40Apsx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjD40Apsx4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vjD40Apsx4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vjD40Apsx4 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c52a2a;
}
.cid-vjD40Apsx4 .panel-body,
.cid-vjD40Apsx4 .card-header {
  padding: 1rem 0;
}
.cid-vjD40Apsx4 .panel-title-edit {
  color: #000000;
}
.cid-vjDfuCC233 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vjDfuCC233 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vjDfmNZTJ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vjDfmNZTJ5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjDfmNZTJ5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vjDfmNZTJ5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vjDfmNZTJ5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjDfmNZTJ5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjDfmNZTJ5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjDfmNZTJ5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vjDfmNZTJ5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vjDfmNZTJ5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjDfmNZTJ5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vjDfmNZTJ5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjDfmNZTJ5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjDfmNZTJ5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjDfmNZTJ5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjHPUzy7SB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjHPUzy7SB .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;
}
@media (max-width: 767px) {
  .cid-vjHPUzy7SB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjHPUzy7SB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjHPUzy7SB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjHPUzy7SB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjHPUzy7SB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjHPUzy7SB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vjHPUzy7SB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjHPUzy7SB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjHPUzy7SB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjHPUzy7SB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjHPUzy7SB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjHPUzy7SB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjHPUzy7SB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjHPUzy7SB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjHPUzy7SB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjHPUzy7SB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjHPUzy7SB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjHPUzy7SB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-vjHPUzy7SB .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPUzy7SB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjHPUzy7SB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjHPUzy7SB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #006dc6 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #006dc6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjHPUzy7SB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPUzy7SB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjHPUzy7SB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjHPUzy7SB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #006dc6;
  background: #006dc6 !important;
}
.cid-vjHPUzy7SB .nav-item:focus,
.cid-vjHPUzy7SB .nav-link:focus {
  outline: none;
}
.cid-vjHPUzy7SB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjHPUzy7SB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjHPUzy7SB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjHPUzy7SB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjHPUzy7SB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjHPUzy7SB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjHPUzy7SB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjHPUzy7SB .navbar.opened {
  transition: all 0.3s;
}
.cid-vjHPUzy7SB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjHPUzy7SB .navbar .navbar-logo img {
  width: auto;
}
.cid-vjHPUzy7SB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjHPUzy7SB .navbar.collapsed {
  justify-content: center;
}
.cid-vjHPUzy7SB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjHPUzy7SB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjHPUzy7SB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjHPUzy7SB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjHPUzy7SB .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-vjHPUzy7SB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjHPUzy7SB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjHPUzy7SB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjHPUzy7SB .navbar {
    min-height: 72px;
  }
  .cid-vjHPUzy7SB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjHPUzy7SB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjHPUzy7SB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjHPUzy7SB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjHPUzy7SB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjHPUzy7SB .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-vjHPUzy7SB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjHPUzy7SB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjHPUzy7SB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjHPUzy7SB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjHPUzy7SB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjHPUzy7SB .dropdown-item.active,
.cid-vjHPUzy7SB .dropdown-item:active {
  background-color: transparent;
}
.cid-vjHPUzy7SB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjHPUzy7SB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjHPUzy7SB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjHPUzy7SB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #006dc6;
}
.cid-vjHPUzy7SB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjHPUzy7SB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjHPUzy7SB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjHPUzy7SB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjHPUzy7SB .navbar-buttons {
    text-align: left;
  }
}
.cid-vjHPUzy7SB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjHPUzy7SB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjHPUzy7SB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjHPUzy7SB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjHPUzy7SB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjHPUzy7SB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjHPUzy7SB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjHPUzy7SB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjHPUzy7SB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjHPUzy7SB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjHPUzy7SB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjHPUzy7SB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHPUzy7SB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjHPUzy7SB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjHPUzy7SB .navbar {
    height: 70px;
  }
  .cid-vjHPUzy7SB .navbar.opened {
    height: auto;
  }
  .cid-vjHPUzy7SB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjHPUzy7SB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjHPUzy7SB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjHPUzy7SB .navbar-brand {
    margin-right: auto;
  }
  .cid-vjHPUzy7SB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #006dc6;
    opacity: 1;
    border-color: #006dc6 !important;
    background: #006dc6 !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjHPUzy7SB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjHPUzy7SB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjHPUzy7SB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjHPUzy7SB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjHPUzy7SB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjHPUAd5Di {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPUAd5Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUAd5Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPUAd5Di .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPUAd5Di .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPUAd5Di .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPUAd5Di .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPUAd5Di .mbr-section-title {
  color: #000000;
}
.cid-vjHPUAd5Di .mbr-text,
.cid-vjHPUAd5Di .mbr-section-btn {
  color: #000000;
}
.cid-vjHPUAJ1eh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vjHPUAJ1eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUAJ1eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUBqCjy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPUBqCjy img,
.cid-vjHPUBqCjy .item-img {
  width: 100%;
}
.cid-vjHPUBqCjy .item:focus,
.cid-vjHPUBqCjy span:focus {
  outline: none;
}
.cid-vjHPUBqCjy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjHPUBqCjy .item {
    margin-bottom: 1rem;
  }
}
.cid-vjHPUBqCjy .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjHPUBqCjy .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPUBqCjy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjHPUBqCjy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjHPUBqCjy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjHPUBqCjy .mbr-section-title {
  color: #000000;
}
.cid-vjHPUBqCjy .item-title {
  text-align: center;
}
.cid-vjHPUBqCjy .item-subtitle {
  text-align: left;
}
.cid-vjHPUBqCjy .mbr-text,
.cid-vjHPUBqCjy .item .mbr-section-btn {
  text-align: center;
}
.cid-vjHPUBqCjy .content-head {
  max-width: 800px;
}
.cid-vjHPUCbyrR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-vjHPUCbyrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUCbyrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUCHSo2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPUCHSo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUCHSo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUCHSo2 .row {
  flex-direction: row-reverse;
}
.cid-vjHPUDhMMN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPUDhMMN .mbr-text {
  color: #000000;
}
.cid-vjHPUDhMMN .mbr-section-subtitle {
  color: #000000;
}
.cid-vjHPUDhMMN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPUDLDWX {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPUDLDWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUDLDWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUDLDWX .row {
  flex-direction: row-reverse;
}
.cid-vjHPUEhIME {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPUEhIME .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUEhIME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUEU9KN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPUEU9KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUEU9KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPUEU9KN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPUEU9KN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPUEU9KN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPUEU9KN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPUEU9KN .mbr-section-title {
  color: #000000;
}
.cid-vjHPUEU9KN .mbr-text,
.cid-vjHPUEU9KN .mbr-section-btn {
  color: #232323;
}
.cid-vjHPUFwZcn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPUFwZcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUFwZcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUFwZcn .mbr-section-subtitle {
  text-align: left;
}
.cid-vjHPUGk8Ht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPUGk8Ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUGk8Ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUGk8Ht .row {
  flex-direction: row-reverse;
}
.cid-vjHPUH58Fn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fe870;
}
.cid-vjHPUH58Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUH58Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUHT98a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPUHT98a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUHT98a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUHT98a .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjHPUHT98a .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPUHT98a .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPUHT98a .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPUHT98a .mbr-text,
.cid-vjHPUHT98a .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjHPUHT98a .card-title,
.cid-vjHPUHT98a .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjHPUHT98a .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPUHT98a .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPUHT98a .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f92c50;
  background-color: #f92c50;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPUHT98a .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vjHPUHT98a .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vjHPUHT98a .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f92c50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHPUHT98a .mbr-text UL {
  text-align: left;
}
.cid-vjHPUHT98a .mbr-section-subtitle {
  text-align: left;
}
.cid-vjHPUIzNoy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPUIzNoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUIzNoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPUIzNoy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPUIzNoy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPUIzNoy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPUIzNoy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPUIzNoy .mbr-section-title {
  color: #000000;
}
.cid-vjHPUIzNoy .mbr-text,
.cid-vjHPUIzNoy .mbr-section-btn {
  color: #000000;
}
.cid-vjHPUJbROw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vjHPUJbROw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUJbROw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUJO59q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPUJO59q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUJO59q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUJO59q .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjHPUJO59q .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPUJO59q .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPUJO59q .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPUJO59q .mbr-text,
.cid-vjHPUJO59q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjHPUJO59q .card-title,
.cid-vjHPUJO59q .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjHPUJO59q .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPUJO59q .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPUJO59q .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPUJO59q .mbr-text UL {
  text-align: left;
}
.cid-vjHPUKsv9r {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPUKsv9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUKsv9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUL8djC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPUL8djC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPUL8djC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPUL8djC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPULBg1M {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPULBg1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPULBg1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPULBg1M .row {
  flex-direction: row-reverse;
}
.cid-vjHPULBg1M .mbr-description {
  color: #000000;
}
.cid-vjHPUMbRJu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPUMbRJu .mbr-text {
  color: #000000;
}
.cid-vjHPUMbRJu .mbr-section-subtitle {
  color: #000000;
}
.cid-vjHPUMbRJu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPUMbRJu .mbr-text,
.cid-vjHPUMbRJu .item .mbr-section-btn {
  text-align: left;
}
.cid-vjHPUMbRJu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjHPUMbRJu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPUMbRJu .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPUMbRJu .item-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPUMbRJu .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPUMbRJu .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-vjHPUMbRJu .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPUMbRJu .mbr-text UL {
  text-align: left;
}
.cid-vjHPUMbRJu .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vjHPUMSzsS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #645600;
}
.cid-vjHPUMSzsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUMSzsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUMSzsS .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vjHPUMSzsS .currentcost {
  color: #232323;
}
.cid-vjHPUMSzsS .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vjHPUMSzsS .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vjHPUMSzsS .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPUMSzsS .text-box {
    padding: 1rem;
  }
}
.cid-vjHPUMSzsS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjHPUMSzsS H5 {
  text-align: center;
}
.cid-vjHPUMSzsS .mbr-text,
.cid-vjHPUMSzsS .cost,
.cid-vjHPUMSzsS .mbr-section-btn {
  text-align: center;
}
.cid-vjHPUNzSDL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2b7a69;
}
.cid-vjHPUNzSDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUNzSDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUNzSDL .mbr-section-title {
  color: #ffffff;
}
.cid-vjHPUNzSDL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjHPUOcpmS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPUOcpmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUOcpmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUOcpmS .row {
  flex-direction: row-reverse;
}
.cid-vjHPUOcpmS .mbr-description {
  text-align: left;
}
.cid-vjHPUOcpmS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vjHPUOcpmS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjHPUOcpmS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjHPUOcpmS .card-title,
.cid-vjHPUOcpmS .iconfont-wrapper {
  color: #000000;
}
.cid-vjHPUOcpmS .card-text {
  color: #000000;
}
.cid-vjHPUOcpmS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPUOcpmS .mbr-number {
  color: #9fe870;
}
.cid-vjHPUOcpmS .mbr-text,
.cid-vjHPUOcpmS .mbr-section-btn {
  text-align: center;
}
.cid-vjHPUOcpmS .card-text,
.cid-vjHPUOcpmS .item .mbr-section-btn {
  text-align: left;
}
.cid-vjHPUP5hfq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPUP5hfq .content-head {
  max-width: 800px;
}
.cid-vjHPUPHXc9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPUPHXc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPUPHXc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPUPHXc9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vjHPUPHXc9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vjHPUPHXc9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c52a2a;
}
.cid-vjHPUPHXc9 .panel-body,
.cid-vjHPUPHXc9 .card-header {
  padding: 1rem 0;
}
.cid-vjHPUPHXc9 .panel-title-edit {
  color: #000000;
}
.cid-vjHPUQvMxw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vjHPUQvMxw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vjHPUR3SeU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vjHPUR3SeU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjHPUR3SeU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vjHPUR3SeU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vjHPUR3SeU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjHPUR3SeU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjHPUR3SeU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjHPUR3SeU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vjHPUR3SeU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vjHPUR3SeU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjHPUR3SeU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vjHPUR3SeU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjHPUR3SeU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjHPUR3SeU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjHPUR3SeU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjHPPWMY4z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjHPPWMY4z .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;
}
@media (max-width: 767px) {
  .cid-vjHPPWMY4z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjHPPWMY4z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjHPPWMY4z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjHPPWMY4z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjHPPWMY4z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjHPPWMY4z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vjHPPWMY4z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjHPPWMY4z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjHPPWMY4z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjHPPWMY4z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjHPPWMY4z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjHPPWMY4z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjHPPWMY4z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjHPPWMY4z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjHPPWMY4z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjHPPWMY4z .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjHPPWMY4z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjHPPWMY4z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-vjHPPWMY4z .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPPWMY4z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjHPPWMY4z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjHPPWMY4z .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #006dc6 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #006dc6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjHPPWMY4z .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPPWMY4z .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjHPPWMY4z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjHPPWMY4z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #006dc6;
  background: #006dc6 !important;
}
.cid-vjHPPWMY4z .nav-item:focus,
.cid-vjHPPWMY4z .nav-link:focus {
  outline: none;
}
.cid-vjHPPWMY4z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjHPPWMY4z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjHPPWMY4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjHPPWMY4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjHPPWMY4z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjHPPWMY4z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjHPPWMY4z .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjHPPWMY4z .navbar.opened {
  transition: all 0.3s;
}
.cid-vjHPPWMY4z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjHPPWMY4z .navbar .navbar-logo img {
  width: auto;
}
.cid-vjHPPWMY4z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjHPPWMY4z .navbar.collapsed {
  justify-content: center;
}
.cid-vjHPPWMY4z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjHPPWMY4z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjHPPWMY4z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjHPPWMY4z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjHPPWMY4z .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-vjHPPWMY4z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjHPPWMY4z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjHPPWMY4z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjHPPWMY4z .navbar {
    min-height: 72px;
  }
  .cid-vjHPPWMY4z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjHPPWMY4z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjHPPWMY4z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjHPPWMY4z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjHPPWMY4z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjHPPWMY4z .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-vjHPPWMY4z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjHPPWMY4z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjHPPWMY4z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjHPPWMY4z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjHPPWMY4z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjHPPWMY4z .dropdown-item.active,
.cid-vjHPPWMY4z .dropdown-item:active {
  background-color: transparent;
}
.cid-vjHPPWMY4z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjHPPWMY4z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjHPPWMY4z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjHPPWMY4z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #006dc6;
}
.cid-vjHPPWMY4z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjHPPWMY4z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjHPPWMY4z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjHPPWMY4z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjHPPWMY4z .navbar-buttons {
    text-align: left;
  }
}
.cid-vjHPPWMY4z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjHPPWMY4z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjHPPWMY4z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjHPPWMY4z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjHPPWMY4z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjHPPWMY4z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjHPPWMY4z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjHPPWMY4z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjHPPWMY4z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjHPPWMY4z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjHPPWMY4z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjHPPWMY4z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHPPWMY4z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjHPPWMY4z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjHPPWMY4z .navbar {
    height: 70px;
  }
  .cid-vjHPPWMY4z .navbar.opened {
    height: auto;
  }
  .cid-vjHPPWMY4z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjHPPWMY4z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjHPPWMY4z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjHPPWMY4z .navbar-brand {
    margin-right: auto;
  }
  .cid-vjHPPWMY4z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #006dc6;
    opacity: 1;
    border-color: #006dc6 !important;
    background: #006dc6 !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjHPPWMY4z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjHPPWMY4z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjHPPWMY4z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjHPPWMY4z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjHPPWMY4z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjHPPXtkCq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPPXtkCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPPXtkCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPPXtkCq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPPXtkCq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPPXtkCq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPPXtkCq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPPXtkCq .mbr-section-title {
  color: #000000;
}
.cid-vjHPPXtkCq .mbr-text,
.cid-vjHPPXtkCq .mbr-section-btn {
  color: #000000;
}
.cid-vjHPPY22GH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vjHPPY22GH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPPY22GH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPPYERl9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPPYERl9 img,
.cid-vjHPPYERl9 .item-img {
  width: 100%;
}
.cid-vjHPPYERl9 .item:focus,
.cid-vjHPPYERl9 span:focus {
  outline: none;
}
.cid-vjHPPYERl9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjHPPYERl9 .item {
    margin-bottom: 1rem;
  }
}
.cid-vjHPPYERl9 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjHPPYERl9 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPPYERl9 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjHPPYERl9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjHPPYERl9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjHPPYERl9 .mbr-section-title {
  color: #000000;
}
.cid-vjHPPYERl9 .item-title {
  text-align: center;
}
.cid-vjHPPYERl9 .item-subtitle {
  text-align: left;
}
.cid-vjHPPYERl9 .mbr-text,
.cid-vjHPPYERl9 .item .mbr-section-btn {
  text-align: center;
}
.cid-vjHPPYERl9 .content-head {
  max-width: 800px;
}
.cid-vjHPPZtqxY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-vjHPPZtqxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPPZtqxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ03uF2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPQ03uF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ03uF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ03uF2 .row {
  flex-direction: row-reverse;
}
.cid-vjHPQ0Cqwc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPQ0Cqwc .mbr-text {
  color: #000000;
}
.cid-vjHPQ0Cqwc .mbr-section-subtitle {
  color: #000000;
}
.cid-vjHPQ0Cqwc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPQ18zYq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPQ18zYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ18zYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ18zYq .row {
  flex-direction: row-reverse;
}
.cid-vjHPQ1LYgJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPQ1LYgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ1LYgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ2esMi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPQ2esMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ2esMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPQ2esMi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPQ2esMi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPQ2esMi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPQ2esMi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPQ2esMi .mbr-section-title {
  color: #000000;
}
.cid-vjHPQ2esMi .mbr-text,
.cid-vjHPQ2esMi .mbr-section-btn {
  color: #232323;
}
.cid-vjHPQ2QBd6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPQ2QBd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ2QBd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ2QBd6 .mbr-section-subtitle {
  text-align: left;
}
.cid-vjHPQ3kp8b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPQ3kp8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ3kp8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ3kp8b .row {
  flex-direction: row-reverse;
}
.cid-vjHPQ3ThWn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fe870;
}
.cid-vjHPQ3ThWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ3ThWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ4pE1T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPQ4pE1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ4pE1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ4pE1T .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjHPQ4pE1T .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPQ4pE1T .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPQ4pE1T .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPQ4pE1T .mbr-text,
.cid-vjHPQ4pE1T .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjHPQ4pE1T .card-title,
.cid-vjHPQ4pE1T .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjHPQ4pE1T .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPQ4pE1T .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPQ4pE1T .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f92c50;
  background-color: #f92c50;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPQ4pE1T .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vjHPQ4pE1T .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vjHPQ4pE1T .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f92c50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHPQ4pE1T .mbr-text UL {
  text-align: left;
}
.cid-vjHPQ4pE1T .mbr-section-subtitle {
  text-align: left;
}
.cid-vjHPQ4X25Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPQ4X25Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ4X25Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPQ4X25Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPQ4X25Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPQ4X25Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPQ4X25Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPQ4X25Z .mbr-section-title {
  color: #000000;
}
.cid-vjHPQ4X25Z .mbr-text,
.cid-vjHPQ4X25Z .mbr-section-btn {
  color: #000000;
}
.cid-vjHPQ5AP3Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vjHPQ5AP3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ5AP3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ69TD0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPQ69TD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ69TD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ69TD0 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjHPQ69TD0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPQ69TD0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPQ69TD0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPQ69TD0 .mbr-text,
.cid-vjHPQ69TD0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjHPQ69TD0 .card-title,
.cid-vjHPQ69TD0 .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjHPQ69TD0 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPQ69TD0 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPQ69TD0 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPQ69TD0 .mbr-text UL {
  text-align: left;
}
.cid-vjHPQ6Rs9I {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPQ6Rs9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ6Rs9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ7tkeE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPQ7tkeE .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPQ7tkeE .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPQ7tkeE .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPQ7UKsc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPQ7UKsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ7UKsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ7UKsc .row {
  flex-direction: row-reverse;
}
.cid-vjHPQ7UKsc .mbr-description {
  color: #000000;
}
.cid-vjHPQ8vwz7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPQ8vwz7 .mbr-text {
  color: #000000;
}
.cid-vjHPQ8vwz7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjHPQ8vwz7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPQ8vwz7 .mbr-text,
.cid-vjHPQ8vwz7 .item .mbr-section-btn {
  text-align: left;
}
.cid-vjHPQ8vwz7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjHPQ8vwz7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPQ8vwz7 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPQ8vwz7 .item-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPQ8vwz7 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPQ8vwz7 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-vjHPQ8vwz7 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPQ8vwz7 .mbr-text UL {
  text-align: left;
}
.cid-vjHPQ8vwz7 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vjHPQ94TSy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #645600;
}
.cid-vjHPQ94TSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ94TSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ94TSy .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vjHPQ94TSy .currentcost {
  color: #232323;
}
.cid-vjHPQ94TSy .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vjHPQ94TSy .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vjHPQ94TSy .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPQ94TSy .text-box {
    padding: 1rem;
  }
}
.cid-vjHPQ94TSy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjHPQ94TSy H5 {
  text-align: center;
}
.cid-vjHPQ94TSy .mbr-text,
.cid-vjHPQ94TSy .cost,
.cid-vjHPQ94TSy .mbr-section-btn {
  text-align: center;
}
.cid-vjHPQ9DOjC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2b7a69;
}
.cid-vjHPQ9DOjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQ9DOjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQ9DOjC .mbr-section-title {
  color: #ffffff;
}
.cid-vjHPQ9DOjC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjHPQa81Ke {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPQa81Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQa81Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQa81Ke .row {
  flex-direction: row-reverse;
}
.cid-vjHPQa81Ke .mbr-description {
  text-align: left;
}
.cid-vjHPQa81Ke .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vjHPQa81Ke .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjHPQa81Ke .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjHPQa81Ke .card-title,
.cid-vjHPQa81Ke .iconfont-wrapper {
  color: #000000;
}
.cid-vjHPQa81Ke .card-text {
  color: #000000;
}
.cid-vjHPQa81Ke .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPQa81Ke .mbr-number {
  color: #9fe870;
}
.cid-vjHPQa81Ke .mbr-text,
.cid-vjHPQa81Ke .mbr-section-btn {
  text-align: center;
}
.cid-vjHPQa81Ke .card-text,
.cid-vjHPQa81Ke .item .mbr-section-btn {
  text-align: left;
}
.cid-vjHPQaQm2r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPQaQm2r .content-head {
  max-width: 800px;
}
.cid-vjHPQbtsKb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPQbtsKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPQbtsKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPQbtsKb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vjHPQbtsKb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vjHPQbtsKb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c52a2a;
}
.cid-vjHPQbtsKb .panel-body,
.cid-vjHPQbtsKb .card-header {
  padding: 1rem 0;
}
.cid-vjHPQbtsKb .panel-title-edit {
  color: #000000;
}
.cid-vjHPQc6tU3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vjHPQc6tU3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vjHPQcF9oL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vjHPQcF9oL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjHPQcF9oL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vjHPQcF9oL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vjHPQcF9oL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjHPQcF9oL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjHPQcF9oL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjHPQcF9oL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vjHPQcF9oL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vjHPQcF9oL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjHPQcF9oL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vjHPQcF9oL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjHPQcF9oL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjHPQcF9oL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjHPQcF9oL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjHPGyg3QU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjHPGyg3QU .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;
}
@media (max-width: 767px) {
  .cid-vjHPGyg3QU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjHPGyg3QU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjHPGyg3QU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjHPGyg3QU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjHPGyg3QU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjHPGyg3QU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vjHPGyg3QU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjHPGyg3QU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjHPGyg3QU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjHPGyg3QU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjHPGyg3QU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjHPGyg3QU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjHPGyg3QU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjHPGyg3QU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjHPGyg3QU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjHPGyg3QU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjHPGyg3QU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjHPGyg3QU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-vjHPGyg3QU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPGyg3QU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjHPGyg3QU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjHPGyg3QU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #006dc6 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #006dc6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjHPGyg3QU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPGyg3QU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjHPGyg3QU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjHPGyg3QU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #006dc6;
  background: #006dc6 !important;
}
.cid-vjHPGyg3QU .nav-item:focus,
.cid-vjHPGyg3QU .nav-link:focus {
  outline: none;
}
.cid-vjHPGyg3QU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjHPGyg3QU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjHPGyg3QU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjHPGyg3QU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjHPGyg3QU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjHPGyg3QU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjHPGyg3QU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjHPGyg3QU .navbar.opened {
  transition: all 0.3s;
}
.cid-vjHPGyg3QU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjHPGyg3QU .navbar .navbar-logo img {
  width: auto;
}
.cid-vjHPGyg3QU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjHPGyg3QU .navbar.collapsed {
  justify-content: center;
}
.cid-vjHPGyg3QU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjHPGyg3QU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjHPGyg3QU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjHPGyg3QU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjHPGyg3QU .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-vjHPGyg3QU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjHPGyg3QU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjHPGyg3QU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjHPGyg3QU .navbar {
    min-height: 72px;
  }
  .cid-vjHPGyg3QU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjHPGyg3QU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjHPGyg3QU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjHPGyg3QU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjHPGyg3QU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjHPGyg3QU .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-vjHPGyg3QU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjHPGyg3QU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjHPGyg3QU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjHPGyg3QU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjHPGyg3QU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjHPGyg3QU .dropdown-item.active,
.cid-vjHPGyg3QU .dropdown-item:active {
  background-color: transparent;
}
.cid-vjHPGyg3QU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjHPGyg3QU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjHPGyg3QU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjHPGyg3QU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #006dc6;
}
.cid-vjHPGyg3QU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjHPGyg3QU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjHPGyg3QU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjHPGyg3QU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjHPGyg3QU .navbar-buttons {
    text-align: left;
  }
}
.cid-vjHPGyg3QU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjHPGyg3QU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjHPGyg3QU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjHPGyg3QU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjHPGyg3QU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjHPGyg3QU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjHPGyg3QU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjHPGyg3QU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjHPGyg3QU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjHPGyg3QU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjHPGyg3QU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjHPGyg3QU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHPGyg3QU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjHPGyg3QU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjHPGyg3QU .navbar {
    height: 70px;
  }
  .cid-vjHPGyg3QU .navbar.opened {
    height: auto;
  }
  .cid-vjHPGyg3QU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjHPGyg3QU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjHPGyg3QU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjHPGyg3QU .navbar-brand {
    margin-right: auto;
  }
  .cid-vjHPGyg3QU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #006dc6;
    opacity: 1;
    border-color: #006dc6 !important;
    background: #006dc6 !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjHPGyg3QU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjHPGyg3QU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjHPGyg3QU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjHPGyg3QU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjHPGyg3QU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjHPGznK1c {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPGznK1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGznK1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPGznK1c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPGznK1c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPGznK1c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPGznK1c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPGznK1c .mbr-section-title {
  color: #000000;
}
.cid-vjHPGznK1c .mbr-text,
.cid-vjHPGznK1c .mbr-section-btn {
  color: #000000;
}
.cid-vjHPGAaB8r {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vjHPGAaB8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGAaB8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGAI0oQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPGAI0oQ img,
.cid-vjHPGAI0oQ .item-img {
  width: 100%;
}
.cid-vjHPGAI0oQ .item:focus,
.cid-vjHPGAI0oQ span:focus {
  outline: none;
}
.cid-vjHPGAI0oQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjHPGAI0oQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vjHPGAI0oQ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjHPGAI0oQ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPGAI0oQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjHPGAI0oQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjHPGAI0oQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjHPGAI0oQ .mbr-section-title {
  color: #000000;
}
.cid-vjHPGAI0oQ .item-title {
  text-align: center;
}
.cid-vjHPGAI0oQ .item-subtitle {
  text-align: left;
}
.cid-vjHPGAI0oQ .mbr-text,
.cid-vjHPGAI0oQ .item .mbr-section-btn {
  text-align: center;
}
.cid-vjHPGAI0oQ .content-head {
  max-width: 800px;
}
.cid-vjHPGBIBFr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-vjHPGBIBFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGBIBFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGCfSfw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPGCfSfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGCfSfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGCfSfw .row {
  flex-direction: row-reverse;
}
.cid-vjHPGCS8OH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPGCS8OH .mbr-text {
  color: #000000;
}
.cid-vjHPGCS8OH .mbr-section-subtitle {
  color: #000000;
}
.cid-vjHPGCS8OH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPGDjAZE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPGDjAZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGDjAZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGDjAZE .row {
  flex-direction: row-reverse;
}
.cid-vjHPGDQFxu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPGDQFxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGDQFxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGEnV6h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPGEnV6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGEnV6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPGEnV6h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPGEnV6h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPGEnV6h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPGEnV6h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPGEnV6h .mbr-section-title {
  color: #000000;
}
.cid-vjHPGEnV6h .mbr-text,
.cid-vjHPGEnV6h .mbr-section-btn {
  color: #232323;
}
.cid-vjHPGFrVWQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPGFrVWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGFrVWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGFrVWQ .mbr-section-subtitle {
  text-align: left;
}
.cid-vjHPGGft6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPGGft6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGGft6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGGft6B .row {
  flex-direction: row-reverse;
}
.cid-vjHPGGFQSB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fe870;
}
.cid-vjHPGGFQSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGGFQSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGHe8oT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPGHe8oT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGHe8oT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGHe8oT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjHPGHe8oT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPGHe8oT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPGHe8oT .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPGHe8oT .mbr-text,
.cid-vjHPGHe8oT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjHPGHe8oT .card-title,
.cid-vjHPGHe8oT .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjHPGHe8oT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPGHe8oT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPGHe8oT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f92c50;
  background-color: #f92c50;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPGHe8oT .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vjHPGHe8oT .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vjHPGHe8oT .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f92c50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHPGHe8oT .mbr-text UL {
  text-align: left;
}
.cid-vjHPGHe8oT .mbr-section-subtitle {
  text-align: left;
}
.cid-vjHPGHL0FB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPGHL0FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGHL0FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjHPGHL0FB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjHPGHL0FB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjHPGHL0FB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPGHL0FB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjHPGHL0FB .mbr-section-title {
  color: #000000;
}
.cid-vjHPGHL0FB .mbr-text,
.cid-vjHPGHL0FB .mbr-section-btn {
  color: #000000;
}
.cid-vjHPGIohq8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vjHPGIohq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGIohq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGJ4hXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPGJ4hXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGJ4hXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGJ4hXH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjHPGJ4hXH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPGJ4hXH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPGJ4hXH .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPGJ4hXH .mbr-text,
.cid-vjHPGJ4hXH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjHPGJ4hXH .card-title,
.cid-vjHPGJ4hXH .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjHPGJ4hXH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPGJ4hXH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPGJ4hXH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPGJ4hXH .mbr-text UL {
  text-align: left;
}
.cid-vjHPGJK4fi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjHPGJK4fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGJK4fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGKjr59 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPGKjr59 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPGKjr59 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjHPGKjr59 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPGKQN7o {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjHPGKQN7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGKQN7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGKQN7o .row {
  flex-direction: row-reverse;
}
.cid-vjHPGKQN7o .mbr-description {
  color: #000000;
}
.cid-vjHPGLqIh7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPGLqIh7 .mbr-text {
  color: #000000;
}
.cid-vjHPGLqIh7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjHPGLqIh7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPGLqIh7 .mbr-text,
.cid-vjHPGLqIh7 .item .mbr-section-btn {
  text-align: left;
}
.cid-vjHPGLqIh7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjHPGLqIh7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjHPGLqIh7 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjHPGLqIh7 .item-wrapper {
    padding: 4rem;
  }
}
.cid-vjHPGLqIh7 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjHPGLqIh7 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-vjHPGLqIh7 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjHPGLqIh7 .mbr-text UL {
  text-align: left;
}
.cid-vjHPGLqIh7 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vjHPGM65NG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #645600;
}
.cid-vjHPGM65NG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGM65NG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGM65NG .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vjHPGM65NG .currentcost {
  color: #232323;
}
.cid-vjHPGM65NG .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vjHPGM65NG .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vjHPGM65NG .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjHPGM65NG .text-box {
    padding: 1rem;
  }
}
.cid-vjHPGM65NG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjHPGM65NG H5 {
  text-align: center;
}
.cid-vjHPGM65NG .mbr-text,
.cid-vjHPGM65NG .cost,
.cid-vjHPGM65NG .mbr-section-btn {
  text-align: center;
}
.cid-vjHPGMLk2b {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2b7a69;
}
.cid-vjHPGMLk2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGMLk2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGMLk2b .mbr-section-title {
  color: #ffffff;
}
.cid-vjHPGMLk2b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjHPGNw9xC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vjHPGNw9xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGNw9xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGNw9xC .row {
  flex-direction: row-reverse;
}
.cid-vjHPGNw9xC .mbr-description {
  text-align: left;
}
.cid-vjHPGNw9xC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vjHPGNw9xC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjHPGNw9xC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjHPGNw9xC .card-title,
.cid-vjHPGNw9xC .iconfont-wrapper {
  color: #000000;
}
.cid-vjHPGNw9xC .card-text {
  color: #000000;
}
.cid-vjHPGNw9xC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHPGNw9xC .mbr-number {
  color: #9fe870;
}
.cid-vjHPGNw9xC .mbr-text,
.cid-vjHPGNw9xC .mbr-section-btn {
  text-align: center;
}
.cid-vjHPGNw9xC .card-text,
.cid-vjHPGNw9xC .item .mbr-section-btn {
  text-align: left;
}
.cid-vjHPGOoUtm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vjHPGOoUtm .content-head {
  max-width: 800px;
}
.cid-vjHPGOYmJB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjHPGOYmJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHPGOYmJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHPGOYmJB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vjHPGOYmJB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vjHPGOYmJB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c52a2a;
}
.cid-vjHPGOYmJB .panel-body,
.cid-vjHPGOYmJB .card-header {
  padding: 1rem 0;
}
.cid-vjHPGOYmJB .panel-title-edit {
  color: #000000;
}
.cid-vjHPGPEjgj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vjHPGPEjgj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vjHPGQ56Sv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vjHPGQ56Sv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjHPGQ56Sv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vjHPGQ56Sv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vjHPGQ56Sv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjHPGQ56Sv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjHPGQ56Sv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjHPGQ56Sv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vjHPGQ56Sv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vjHPGQ56Sv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjHPGQ56Sv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vjHPGQ56Sv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjHPGQ56Sv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjHPGQ56Sv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjHPGQ56Sv .media-container-row .row-copirayt p {
  width: 100%;
}
