body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #cc8a00 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #cc8a00 !important;
  border-color: #cc8a00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #754f00 !important;
  border-color: #754f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #754f00 !important;
  border-color: #754f00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc8a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #754f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8a00 !important;
  border-color: #cc8a00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #cc8a00 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #664500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffde99;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ffffff !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='%23ffffff' %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;
}
.cid-v5AJWhJjo0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #386587;
}
.cid-v5AJWhJjo0 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-v5AJWhJjo0 .row {
    padding: 20px 34px;
  }
}
.cid-v5AJWhJjo0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v5AKu7PrHv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5AKu7PrHv .mbr-section-title {
  color: #12396d;
}
.cid-v5AKf1Q5tD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5AKf1Q5tD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5AKf1Q5tD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5AKf1Q5tD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5AKf1Q5tD .mbr-section-title {
  color: #12396d;
}
.cid-v5AKf1Q5tD .mbr-text,
.cid-v5AKf1Q5tD .mbr-section-btn {
  text-align: center;
}
.cid-v5AKShGlJj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-v5AKShGlJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5AKShGlJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5AKShGlJj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v5AKShGlJj .mbr-section-title {
  color: #12396d;
  text-align: center;
}
.cid-v5AKShGlJj .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
  text-align: center;
}
.cid-v5AKShGlJj .cards-row {
  row-gap: 32px;
}
.cid-v5AKShGlJj .card {
  border-radius: 0;
}
.cid-v5AKShGlJj .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-v5AKShGlJj .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-v5AKShGlJj .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v5AKShGlJj .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5AKShGlJj .card-title {
  margin-bottom: 8px;
  color: #12396d;
  text-align: center;
}
.cid-v5AKShGlJj .card-subtitle {
  color: #24262b;
}
.cid-v5AKShGlJj .card-bottom-wrap {
  margin-top: 24px;
}
.cid-v5AKShGlJj .card-name {
  color: #e43f3f;
  text-align: center;
}
.cid-v5AKShGlJj .card-text {
  color: #24262b;
}
.cid-v5AObH7Htn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #386587;
}
.cid-v5AObH7Htn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5AObH7Htn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5AObH7Htn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5ALbJHLjF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v5ALbJHLjF img,
.cid-v5ALbJHLjF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5ALbJHLjF .item:focus,
.cid-v5ALbJHLjF span:focus {
  outline: none;
}
.cid-v5ALbJHLjF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5ALbJHLjF .item {
    margin-bottom: 1rem;
  }
}
.cid-v5ALbJHLjF .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-v5ALbJHLjF .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ALbJHLjF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v5ALbJHLjF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5ALbJHLjF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5ALbJHLjF .mbr-section-title {
  color: #000000;
}
.cid-v5ALbJHLjF .item-title {
  text-align: center;
}
.cid-v5ALbJHLjF .item-subtitle {
  text-align: left;
}
.cid-v5ALbJHLjF .mbr-text,
.cid-v5ALbJHLjF .item .mbr-section-btn {
  text-align: center;
}
.cid-v5ALbJHLjF .content-head {
  max-width: 800px;
}
.cid-v5AMbSNNGq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v5AMbSNNGq .oldcost {
  text-decoration: line-through;
  color: #0f4165;
  text-align: center;
}
.cid-v5AMbSNNGq .currentcost {
  color: #e43f3f;
  text-align: left;
}
.cid-v5AMbSNNGq .card-wrapper {
  border-radius: 2px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v5AMbSNNGq .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5AMbSNNGq .text-box {
    padding: 1rem;
  }
}
.cid-v5AMbSNNGq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5AMbSNNGq H5 {
  color: #12396d;
  text-align: center;
}
.cid-v5AMbSNNGq .mbr-text,
.cid-v5AMbSNNGq .cost,
.cid-v5AMbSNNGq .mbr-section-btn {
  text-align: center;
  color: #17151a;
}
.cid-v5AMbSNNGq .currentcost P {
  text-align: center;
}
.cid-v5AN8tNYnx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #386587;
}
.cid-v5AN8tNYnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5AN8tNYnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5AN8tNYnx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5CwC9jl1y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5CwC9jl1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CwC9jl1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CwC9jl1y b,
.cid-v5CwC9jl1y strong {
  font-weight: 900;
}
.cid-v5CwC9jl1y .mbr-section-title {
  color: #215791;
  text-align: center;
}
.cid-v5CwC9jl1y .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v5AN5OzMFm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v5AN5OzMFm .container-fluid {
  padding: 0 3rem;
}
.cid-v5AN5OzMFm .mbr-section-subtitle {
  color: #000000;
}
.cid-v5AN5OzMFm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v5AN5OzMFm .table-wrapper {
  margin: 0 auto;
}
.cid-v5AN5OzMFm .head-item {
  min-width: 70px;
}
.cid-v5AN5OzMFm table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v5AN5OzMFm table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #cc8a00;
  color: white;
  vertical-align: middle;
}
.cid-v5AN5OzMFm table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v5AN5OzMFm .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v5AN5OzMFm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v5AN5OzMFm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v5AN5OzMFm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v5AN5OzMFm .dataTables_wrapper {
  display: block;
}
.cid-v5AN5OzMFm .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v5AN5OzMFm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v5AN5OzMFm .head-item:after,
.cid-v5AN5OzMFm .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v5AN5OzMFm .dataTables_filter {
    text-align: center;
  }
  .cid-v5AN5OzMFm .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v5AN5OzMFm .dataTables_filter {
    text-align: center;
  }
  .cid-v5AN5OzMFm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v5AN5OzMFm .table-wrapper {
    width: 100% !important;
  }
  .cid-v5AN5OzMFm .container-fluid {
    padding: 0 1rem;
  }
  .cid-v5AN5OzMFm table th,
  .cid-v5AN5OzMFm table td {
    padding: 0.75rem;
  }
}
.cid-uz7IzxZAew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz7IzxZAew .mbr-section-subtitle {
  color: #232323;
}
.cid-v5CBVk42E7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5CBWz0M5A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5IzYOkRxf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cc8a00;
}
.cid-v5IzYOkRxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IzYOkRxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IzYOkRxf .mbr-section-title {
  color: #ffffff;
}
.cid-v5IzYOkRxf .mbr-section-subtitle {
  color: #386587;
}
.cid-v5GwrPb3iW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dedede;
}
.cid-v5GwrPb3iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5GwrPb3iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5GwrPb3iW .row {
  justify-content: center;
}
.cid-v5GwrPb3iW .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v5GwrPb3iW .row {
    padding: 0 12px;
  }
}
.cid-v5GwrPb3iW .item-wrap {
  z-index: 1;
}
.cid-v5GwrPb3iW .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5EE88YMFm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5EE88YMFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EE88YMFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EE88YMFm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5EE88YMFm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5EE88YMFm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5EE88YMFm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5EE88YMFm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5EE88YMFm .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v5EE88YMFm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5EE88YMFm .card-title {
  color: #386587;
}
.cid-v5CH41JbtN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #386587;
}
.cid-v5CH41JbtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CH41JbtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CH41JbtN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5CHcxuggC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5CHcxuggC .container {
  padding: 0 5%;
}
.cid-v5CHcxuggC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #000000;
  text-align: center;
}
.cid-v5CHcxuggC .article-wrapper {
  background-color: #386587;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-v5CHcxuggC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-v5CHcxuggC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-v5CHcxuggC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-v5CHcxuggC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-v5CHcxuggC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-v5CHcxuggC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-v5CHcxuggC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-v5CHcxuggC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-v5CHcxuggC .article-column1 {
    padding-right: 16px;
  }
}
.cid-v5CHcxuggC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-v5CHcxuggC .article-column2 {
    padding-left: 16px;
  }
}
.cid-v5CHcxuggC .mbr-section-subtitle,
.cid-v5CHcxuggC .mbr-iconfont {
  color: #e082c5;
}
.cid-v5CHcxuggC .mbr-text {
  color: #ffffff;
}
.cid-v5CHcxuggC .mbr-section-subtitle {
  color: #cc8a00;
}
.cid-v5IArKM3eD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cc8a00;
}
.cid-v5IArKM3eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IArKM3eD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IArKM3eD .mbr-section-title {
  color: #ffffff;
}
.cid-v5IArKM3eD .mbr-section-subtitle {
  color: #386587;
}
.cid-v5GwDs7cMv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dedede;
}
.cid-v5GwDs7cMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5GwDs7cMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5GwDs7cMv .row {
  justify-content: center;
}
.cid-v5GwDs7cMv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v5GwDs7cMv .row {
    padding: 0 12px;
  }
}
.cid-v5GwDs7cMv .item-wrap {
  z-index: 1;
}
.cid-v5GwDs7cMv .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5GzAqznZA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v5GzAqznZA .oldcost {
  text-decoration: line-through;
  color: #0f4165;
  text-align: center;
}
.cid-v5GzAqznZA .currentcost {
  color: #e43f3f;
  text-align: left;
}
.cid-v5GzAqznZA .card-wrapper {
  border-radius: 2px;
  background: #232323;
}
@media (min-width: 992px) {
  .cid-v5GzAqznZA .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5GzAqznZA .text-box {
    padding: 1rem;
  }
}
.cid-v5GzAqznZA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5GzAqznZA H5 {
  color: #ffffff;
  text-align: center;
}
.cid-v5GzAqznZA .mbr-text,
.cid-v5GzAqznZA .cost,
.cid-v5GzAqznZA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v5GzAqznZA .currentcost P {
  text-align: center;
}
.cid-v5EHlRYUC4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5EHlRYUC4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5EHlRYUC4 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5EHlRYUC4 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #386587;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v5EHlRYUC4 .mbr-section-title {
  text-align: center;
  color: #386587;
}
.cid-v5EHlRYUC4 .mbr-text {
  color: #491414;
}
.cid-v5EMEHRlt8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc8a00;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-v5EMEHRlt8 .container,
.cid-v5EMEHRlt8 .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-v5EMEHRlt8 .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v5EMEHRlt8 .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.cid-v5EMEHRlt8 .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #386587;
  box-shadow: 0 0 40px #386587;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-v5EMEHRlt8 .bg-frame {
    width: 80vw;
  }
}
.cid-v5EMEHRlt8 .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v5EMEHRlt8 .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-v5EMEHRlt8 .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-v5EMEHRlt8 .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/synergex-background-826x903.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-v5EMEHRlt8 .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-v5EMEHRlt8 .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-v5EMEHRlt8 .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-v5EMEHRlt8 .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-v5EMEHRlt8 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(360deg);
}
.cid-v5EMEHRlt8 .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-v5EMEHRlt8 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-v5EMEHRlt8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-v5EMEHRlt8 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-v5CLyuccNS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #386587;
}
.cid-v5CLyuccNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CLyuccNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CLyuccNS .first {
  border-top: 2px solid #ffffff;
}
.cid-v5CLyuccNS .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-v5CLyuccNS .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-v5CLyuccNS .card-header {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-v5CLyuccNS .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-v5CLyuccNS .card-header a,
.cid-v5CLyuccNS .card-header h6,
.cid-v5CLyuccNS .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-v5CLyuccNS .card-header:hover a,
.cid-v5CLyuccNS .card-header:hover h6,
.cid-v5CLyuccNS .card-header:hover span {
  color: #000000 !important;
}
.cid-v5CLyuccNS .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v5CLyuccNS .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v5CLyuccNS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  z-index: 1;
}
.cid-v5CLyuccNS .panel-group {
  border: none;
}
.cid-v5CLyuccNS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5CLyuccNS .panel-title-edit {
  color: #ffffff;
}
.cid-v5CLyuccNS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v5CLyuccNS H3 {
  color: #ffffff;
  text-align: center;
}
.cid-v5CLyuccNS .panel-text {
  color: #ffffff;
}
.cid-v5CLLsmuLX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #386587;
}
.cid-v5CLLsmuLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CLLsmuLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CLLsmuLX .first {
  border-top: 2px solid #ffffff;
}
.cid-v5CLLsmuLX .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-v5CLLsmuLX .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-v5CLLsmuLX .card-header {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-v5CLLsmuLX .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-v5CLLsmuLX .card-header a,
.cid-v5CLLsmuLX .card-header h6,
.cid-v5CLLsmuLX .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-v5CLLsmuLX .card-header:hover a,
.cid-v5CLLsmuLX .card-header:hover h6,
.cid-v5CLLsmuLX .card-header:hover span {
  color: #000000 !important;
}
.cid-v5CLLsmuLX .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v5CLLsmuLX .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v5CLLsmuLX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  z-index: 1;
}
.cid-v5CLLsmuLX .panel-group {
  border: none;
}
.cid-v5CLLsmuLX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5CLLsmuLX .panel-title-edit {
  color: #ffffff;
}
.cid-v5CLLsmuLX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v5CLLsmuLX H3 {
  color: #ffffff;
  text-align: center;
}
.cid-v5CLLsmuLX .panel-text {
  color: #ffffff;
}
.cid-v5IAZYO8Rh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc8a00;
}
.cid-v5IAZYO8Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IAZYO8Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IAZYO8Rh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5ECBtgcdW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5ECBtgcdW .content-head {
  max-width: 800px;
}
.cid-v5ECBtgcdW .mbr-text,
.cid-v5ECBtgcdW .mbr-section-btn {
  color: #000000;
}
.cid-v5ECBtgcdW .mbr-section-title {
  color: #000000;
}
.cid-tAVA9XDp4x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #386587;
}
.cid-tAVA9XDp4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAVA9XDp4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAVA9XDp4x ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tAVA9XDp4x li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tAVA9XDp4x ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tAVA9XDp4x .list {
  color: #ffffff;
}
.cid-tAVBcuRLtq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tAVBcuRLtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAVBcuRLtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAVBcuRLtq .mbr-section-subtitle {
  color: #ffffff;
}
