body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #2e2c65 !important;
}
.bg-success {
  background-color: #1e8e73 !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: #2e2c65 !important;
  border-color: #2e2c65 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #121229 !important;
  border-color: #121229 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #121229 !important;
  border-color: #121229 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #1e8e73 !important;
  border-color: #1e8e73 !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: #0f4639 !important;
  border-color: #0f4639 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f4639 !important;
  border-color: #0f4639 !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: #2e2c65;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #121229 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e2c65 !important;
  border-color: #2e2c65 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #1e8e73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f4639 !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: #1e8e73 !important;
  border-color: #1e8e73 !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: #2e2c65 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #1e8e73 !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: #0e0d1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c3a2f !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: #2e2c65;
}
.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-gallery-filter li.active .btn {
  background-color: #2e2c65;
  border-color: #2e2c65;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2e2c65;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5d5ab7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #51dab9;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #2e2c65 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2e2c65;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e2c65;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e2c65;
}
.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: #2e2c65;
  border-bottom-color: #2e2c65;
}
.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: #2e2c65 !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: #ff6666 !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='%232e2c65' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-upHMEWX34P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2e2c65;
}
.cid-upHMEWX34P::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 50%;
  background-image: linear-gradient(transparent, #1e8e73 50%);
  z-index: 1;
}
.cid-upHMEWX34P .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHMEWX34P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upHMEWX34P .container {
    padding: 0 22px;
  }
}
.cid-upHMEWX34P .row {
  justify-content: center;
}
.cid-upHMEWX34P .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-upHMEWX34P .content-wrapper {
    padding: 0;
  }
}
.cid-upHMEWX34P .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upHMEWX34P .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-upHMEWX34P .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-upHMEWX34P .number {
  color: #ffffff;
}
.cid-upHMEWX34P .period {
  display: block;
}
.cid-upHMEWX34P .dot {
  display: block;
  position: absolute;
  top: 35%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cid-upHMEWX34P .dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-upHMEWX34P .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .cid-upHMEWX34P .countdown-cont .countdown .row .col-3 {
    padding: 0 7px;
  }
}
.cid-upHMEWX34P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upHMEWX34P .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-upHTYeKCuw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upHTYeKCuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHTYeKCuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upHTYeKCuw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upHTYeKCuw img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-upHTYeKCuw img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-upHTYeKCuw .card {
  margin-bottom: 2rem;
}
.cid-upHTYeKCuw .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #2e2c65;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-upHTYeKCuw .row {
  justify-content: space-between;
}
.cid-upHTYeKCuw .card-box {
  display: flex;
  align-items: center;
}
.cid-upHTYeKCuw .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upHTYeKCuw .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-upHTYeKCuw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-upHTYeKCuw .mbr-section-subtitle {
  color: #1e8e73;
  text-align: left;
}
.cid-upHTYeKCuw .card-text {
  color: #000000;
}
.cid-upHTYeKCuw .card-title,
.cid-upHTYeKCuw .iconfont-wrapper {
  color: #1e8e73;
  text-align: left;
}
.cid-upHTYeKCuw .mbr-section-title {
  text-align: left;
  color: #2e2c65;
}
.cid-upHTYeKCuw .card-link,
.cid-upHTYeKCuw .link-icon,
.cid-upHTYeKCuw .link-align {
  color: #232323;
}
.cid-upHUc6cO2a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1e8e73;
}
.cid-upHUc6cO2a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 50%;
  background-image: linear-gradient(transparent, #2e2c65 50%);
  z-index: 1;
}
.cid-upHUc6cO2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHUc6cO2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upHUc6cO2a .container {
    padding: 0 22px;
  }
}
.cid-upHUc6cO2a .row {
  justify-content: center;
}
.cid-upHUc6cO2a .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-upHUc6cO2a .content-wrapper {
    padding: 0;
  }
}
.cid-upHUc6cO2a .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upHUc6cO2a .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-upHUc6cO2a .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-upHUc6cO2a .number {
  color: #ffffff;
}
.cid-upHUc6cO2a .period {
  display: block;
}
.cid-upHUc6cO2a .dot {
  display: block;
  position: absolute;
  top: 35%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cid-upHUc6cO2a .dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-upHUc6cO2a .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .cid-upHUc6cO2a .countdown-cont .countdown .row .col-3 {
    padding: 0 7px;
  }
}
.cid-upHUc6cO2a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upHUc6cO2a .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-upHU5wEPGp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upHU5wEPGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHU5wEPGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upHU5wEPGp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upHU5wEPGp img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-upHU5wEPGp img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-upHU5wEPGp .card {
  margin-bottom: 2rem;
}
.cid-upHU5wEPGp .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #2e2c65;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-upHU5wEPGp .row {
  justify-content: space-between;
}
.cid-upHU5wEPGp .card-box {
  display: flex;
  align-items: center;
}
.cid-upHU5wEPGp .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upHU5wEPGp .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-upHU5wEPGp .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-upHU5wEPGp .mbr-section-subtitle {
  color: #1e8e73;
  text-align: left;
}
.cid-upHU5wEPGp .card-text {
  color: #000000;
}
.cid-upHU5wEPGp .card-title,
.cid-upHU5wEPGp .iconfont-wrapper {
  color: #1e8e73;
  text-align: left;
}
.cid-upHU5wEPGp .mbr-section-title {
  text-align: left;
  color: #2e2c65;
}
.cid-upHU5wEPGp .card-link,
.cid-upHU5wEPGp .link-icon,
.cid-upHU5wEPGp .link-align {
  color: #232323;
}
.cid-upHTZ0yM9b {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upHTZ0yM9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHTZ0yM9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .container {
    padding: 0 15px;
  }
}
.cid-upHTZ0yM9b .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-upHTZ0yM9b .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-upHTZ0yM9b .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #2e2c65;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-upHTZ0yM9b .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-upHTZ0yM9b .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-upHTZ0yM9b .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #1e8e73;
}
.cid-upHTZ0yM9b .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #1e8e73;
  transform: rotate(20deg);
}
.cid-upHTZ0yM9b .mbr-section-subtitle {
  color: #30262b;
}
.cid-upHTZ0yM9b .list {
  color: #30262b;
}
.cid-upHTZ0yM9b .mbr-address {
  color: #30262b;
}
.cid-upHO8GjWqA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1e8e73;
}
.cid-upHO8GjWqA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 50%;
  background-image: linear-gradient(transparent, #2e2c65 50%);
  z-index: 1;
}
.cid-upHO8GjWqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHO8GjWqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upHO8GjWqA .container {
    padding: 0 22px;
  }
}
.cid-upHO8GjWqA .row {
  justify-content: center;
}
.cid-upHO8GjWqA .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-upHO8GjWqA .content-wrapper {
    padding: 0;
  }
}
.cid-upHO8GjWqA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upHO8GjWqA .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-upHO8GjWqA .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-upHO8GjWqA .number {
  color: #ffffff;
}
.cid-upHO8GjWqA .period {
  display: block;
}
.cid-upHO8GjWqA .dot {
  display: block;
  position: absolute;
  top: 35%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cid-upHO8GjWqA .dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-upHO8GjWqA .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .cid-upHO8GjWqA .countdown-cont .countdown .row .col-3 {
    padding: 0 7px;
  }
}
.cid-upHO8GjWqA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upHO8GjWqA .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-upNxciTZjj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2e2c65;
}
.cid-upNxciTZjj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 50%;
  background-image: linear-gradient(transparent, #1e8e73 50%);
  z-index: 1;
}
.cid-upNxciTZjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNxciTZjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNxciTZjj .container {
    padding: 0 22px;
  }
}
.cid-upNxciTZjj .row {
  justify-content: center;
}
.cid-upNxciTZjj .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-upNxciTZjj .content-wrapper {
    padding: 0;
  }
}
.cid-upNxciTZjj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNxciTZjj .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-upNxciTZjj .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-upNxciTZjj .number {
  color: #ffffff;
}
.cid-upNxciTZjj .period {
  display: block;
}
.cid-upNxciTZjj .dot {
  display: block;
  position: absolute;
  top: 35%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cid-upNxciTZjj .dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-upNxciTZjj .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .cid-upNxciTZjj .countdown-cont .countdown .row .col-3 {
    padding: 0 7px;
  }
}
.cid-upNxciTZjj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNxciTZjj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPDG1eSETX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uPDG1eSETX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDG1eSETX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDG1eSETX .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPDG1eSETX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uPDG1eSETX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPDG1eSETX .container {
    padding: 0 20px;
  }
}
.cid-uPDG1eSETX .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPDG1eSETX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPDG1eSETX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uPDG1eSETX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPDG1eSETX .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uPDG1eSETX .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uPDG1eSETX .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uPDG1eSETX .number {
  color: #ffffff;
}
.cid-uPDG1eSETX .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uPDG1eSETX .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uPDG1eSETX .period {
    font-size: 0.8rem;
  }
}
.cid-uPDG1eSETX .mbr-section-title {
  color: #ffffff;
}
.cid-uPDG1eSETX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPDG1eSETX .mbr-section-title,
.cid-uPDG1eSETX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPDTmEuu49 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uPDTmEuu49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDTmEuu49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDTmEuu49 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPDTmEuu49 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uPDTmEuu49 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPDTmEuu49 .container {
    padding: 0 20px;
  }
}
.cid-uPDTmEuu49 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPDTmEuu49 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPDTmEuu49 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uPDTmEuu49 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPDTmEuu49 .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uPDTmEuu49 .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uPDTmEuu49 .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uPDTmEuu49 .number {
  color: #ffffff;
}
.cid-uPDTmEuu49 .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uPDTmEuu49 .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uPDTmEuu49 .period {
    font-size: 0.8rem;
  }
}
.cid-uPDTmEuu49 .mbr-section-title {
  color: #ffffff;
}
.cid-uPDTmEuu49 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPDTmEuu49 .mbr-section-title,
.cid-uPDTmEuu49 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0mSzC3xbG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0mSzC3xbG .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-v0mSzC3xbG .item-tag {
  background: #2e2c65;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-v0mSzC3xbG .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #2e2c65;
}
.cid-v0mSzC3xbG .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-v0mSzC3xbG .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-v0mSzC3xbG .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v0mSzC3xbG .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0mSzC3xbG .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-v0mSzC3xbG .mbr-figure {
    width: 100% !important;
  }
  .cid-v0mSzC3xbG .menu-item {
    flex-direction: column;
  }
  .cid-v0mSzC3xbG img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-v0mSzC3xbG .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v0mSzC3xbG .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-v0mSzC3xbG .special-label {
  color: #fff;
}
.cid-v0mSzC3xbG .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v0mSzC3xbG .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v0mSzC3xbG .menu-row {
  margin: 0;
}
.cid-v0mSzC3xbG .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #1e8e73;
}
.cid-v0mSzC3xbG .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-v0mSzC3xbG .group-title,
.cid-v0mSzC3xbG .align-wrap {
  text-align: left;
}
.cid-v0mSzC3xbG SPAN {
  color: #2e2c65;
}
.cid-v0mSzC3xbG .item-title {
  color: #808080;
}
.cid-v0mSzC3xbG H4 {
  color: #2e2c65;
}
.cid-v0mSzC3xbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mSzC3xbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mSzC3xbG .mbr-section-title,
.cid-v0mSzC3xbG .ornament {
  color: #1e8e73;
}
