.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 {
  background-color: #2e481a;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #00a558 !important;
}
.bg-info {
  background-color: #d70081 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #293d46 !important;
  border-color: #293d46 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3c5966 !important;
  border-color: #3c5966 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3c5966 !important;
  border-color: #3c5966 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-success,
.btn-success:active {
  background-color: #00a558 !important;
  border-color: #00a558 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00d873 !important;
  border-color: #00d873 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00d873 !important;
  border-color: #00d873 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #293d46;
  color: #293d46;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #090d0f !important;
  background-color: transparent !important;
  border-color: #090d0f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #293d46 !important;
  border-color: #293d46 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00a558;
  color: #00a558;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004e2a !important;
  background-color: transparent !important;
  border-color: #004e2a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00a558 !important;
  border-color: #00a558 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #9fe870 !important;
}
.text-secondary {
  color: #293d46 !important;
}
.text-success {
  color: #00a558 !important;
}
.text-info {
  color: #d70081 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #030506 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003f22 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #710044 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d70081;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #25ff9a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #293d46 !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='%239fe870' %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-uWwHlexg8f {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background17-h_mfh88hsl.jpg");
}
.cid-uWwHlexg8f .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWwHlexg8f {
    align-items: flex-end;
  }
  .cid-uWwHlexg8f .row {
    justify-content: flex-start;
  }
  .cid-uWwHlexg8f .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwHlexg8f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWwHlexg8f {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWwHlexg8f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWwHlexg8f .content-wrap {
    width: 100%;
  }
}
.cid-uWwHlexg8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwHlexg8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwHlexg8f .mbr-section-title,
.cid-uWwHlexg8f .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWwHlexg8f .mbr-text,
.cid-uWwHlexg8f .mbr-section-btn {
  text-align: left;
}
.cid-uWwHlexg8f .mbr-section-title {
  text-align: left;
  color: #de8a4b;
}
.cid-uWxjtlq8Bq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWxjtlq8Bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWxjtlq8Bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWxjtlq8Bq .row {
  flex-direction: row-reverse;
}
.cid-uWxjtlq8Bq .mbr-text {
  color: #000000;
}
.cid-uWxjtlq8Bq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWxjtlq8Bq .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWxjtlq8Bq .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWxjtlq8Bq .mbr-section-subtitle,
.cid-uWxjtlq8Bq .main-button {
  color: #000000;
}
.cid-uWAHE1Ub9W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWAHE1Ub9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAHE1Ub9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAHE1Ub9W .mbr-text {
  color: #000000;
}
.cid-uWAHE1Ub9W .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWAHE1Ub9W .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWAHE1Ub9W .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWAHE1Ub9W .mbr-section-subtitle,
.cid-uWAHE1Ub9W .main-button {
  color: #000000;
}
.cid-uWxk6tqOT8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #757b62;
}
.cid-uWxk6tqOT8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWxk6tqOT8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWxk6tqOT8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWxk6tqOT8 .mbr-section-maintitle {
  color: #ffffff;
}
.cid-uWAM7HOera {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/gc3a888be5cf0534cdd56dec8c95f-h_mfgx1pmk.jpg");
}
.cid-uWAM7HOera .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWAM7HOera {
    align-items: flex-end;
  }
  .cid-uWAM7HOera .row {
    justify-content: center;
  }
  .cid-uWAM7HOera .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWAM7HOera .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWAM7HOera {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWAM7HOera .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWAM7HOera .content-wrap {
    width: 100%;
  }
}
.cid-uWAM7HOera .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAM7HOera .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAM7HOera .mbr-section-title,
.cid-uWAM7HOera .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWAM7HOera .mbr-text,
.cid-uWAM7HOera .mbr-section-btn {
  text-align: left;
}
.cid-uWwHleAmJX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWwHleAmJX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWwHleAmJX .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uWwHleAmJX .card-title,
.cid-uWwHleAmJX .iconfont-wrapper {
  color: #000000;
}
.cid-uWwHleAmJX .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWwHleAmJX .content-head {
  max-width: 800px;
}
.cid-uWwHleAmJX .mbr-section-title {
  color: #000000;
}
.cid-uWwHleAmJX .card-title,
.cid-uWwHleAmJX .img-wrapper {
  text-align: center;
}
.cid-uWwHleAmJX .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWwHleAfPT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWwHleAfPT .item:focus,
.cid-uWwHleAfPT span:focus {
  outline: none;
}
.cid-uWwHleAfPT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWwHleAfPT .content-head {
  max-width: 800px;
}
.cid-uWwHleAfPT .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uWwHleAfPT .item {
    min-height: 45px;
  }
}
.cid-uWwHleALJ5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/photo-1681716262099-9d3a4fc98-h_mfh24jwp.jpg");
}
@media (max-width: 767px) {
  .cid-uWwHleALJ5 {
    padding-bottom: 4rem;
  }
}
.cid-uWwHleALJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwHleALJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwHleALJ5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWwHleALJ5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWwHleALJ5 .item-wrapper {
  background: #ded2c8;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWwHleALJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uWwHleALJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWwHleALJ5 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #00a8e8;
  height: 80px;
  border-radius: 50%;
}
.cid-uWwHleALJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-uWwHleALJ5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWwHleALJ5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWwHleALJ5 .card-box .item-footer {
  margin-top: auto;
}
.cid-uWwHleALJ5 .content-head {
  max-width: 800px;
}
.cid-uWwHleALJ5 .card-title,
.cid-uWwHleALJ5 .iconfont-wrapper {
  color: #2e481a;
}
.cid-uWwHleALJ5 .card-text,
.cid-uWwHleALJ5 .item .mbr-section-btn {
  color: #2e481a;
}
.cid-uWBoNSXTex {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uWBoNSXTex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBoNSXTex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWBoNSXTex .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWBoNSXTex .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWBoNSXTex .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uWBoNSXTex .card-wrapper {
  background: #ffffff;
}
.cid-uWBoNSXTex .mbr-text,
.cid-uWBoNSXTex .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWBoNSXTex .card-title,
.cid-uWBoNSXTex .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWBoNSXTex .image-wrapper img {
  width: 100%;
}
.cid-uWBqIYwPEl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uWBqIYwPEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBqIYwPEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBqIYwPEl .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uWBqIYwPEl .card-title,
.cid-uWBqIYwPEl .iconfont-wrapper {
  color: #232323;
}
.cid-uWBqIYwPEl .card-text {
  color: #232323;
}
.cid-uWBqIYwPEl .mbr-section-title {
  color: #232323;
}
.cid-uWBqIYwPEl .mbr-section-subtitle {
  color: #232323;
}
.cid-uWBqIYwPEl .content-head {
  max-width: 800px;
}
.cid-uWwHleyNI6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWwHleyNI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwHleyNI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwHleyNI6 .title .num {
  width: 100%;
  display: block;
}
.cid-uWwHleyNI6 .title .card-title {
  z-index: 1;
}
.cid-uWwHleyNI6 .num {
  color: #007EA7;
  text-align: center;
}
.cid-uWwHleyNI6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWwHleyNI6 * {
    text-align: center !important;
  }
  .cid-uWwHleyNI6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uWwHleyNI6 .content-head {
  max-width: 800px;
}
.cid-uWwHleyNI6 .card-text {
  text-align: center;
}
.cid-uWwHleyNI6 .card-title,
.cid-uWwHleyNI6 .card-img {
  text-align: center;
}
.cid-uWBwJCRf6b {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWBwJCRf6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBwJCRf6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBwJCRf6b .row {
  flex-direction: row-reverse;
}
.cid-uWBA2Abyjy {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uWBA2Abyjy {
    align-items: flex-end;
  }
  .cid-uWBA2Abyjy .row {
    justify-content: flex-start;
  }
  .cid-uWBA2Abyjy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWBA2Abyjy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWBA2Abyjy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWBA2Abyjy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWBA2Abyjy .content-wrap {
    width: 100%;
  }
}
.cid-uWBA2Abyjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBA2Abyjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background1.jpg?rnd=1757964720419");
}
.cid-uWBA2Abyjy .mbr-section-title,
.cid-uWBA2Abyjy .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWBA2Abyjy .mbr-text,
.cid-uWBA2Abyjy .mbr-section-btn {
  text-align: left;
}
.cid-uWBMD3VFqO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWBMD3VFqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBMD3VFqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBMD3VFqO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWBMD3VFqO .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item {
    margin-bottom: 16px;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWBMD3VFqO .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uWBMD3VFqO .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uWBMD3VFqO .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uWBMD3VFqO .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uWBMD3VFqO .item .card_1 {
  background-color: #ffffff;
}
.cid-uWBMD3VFqO .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uWBMD3VFqO .item .card_2 {
  background-color: #ea2525;
}
.cid-uWBMD3VFqO .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uWBMD3VFqO .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uWBMD3VFqO .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uWBMD3VFqO .main-btn {
    margin-top: 16px;
  }
}
.cid-uWBMD3VFqO .mbr-section-title {
  color: #000c3f;
}
.cid-uWBMD3VFqO .mbr-section-title,
.cid-uWBMD3VFqO .main-btn {
  text-align: center;
}
.cid-uWBMD3VFqO .item-title {
  color: #000c3f;
}
.cid-uWBMD3VFqO .item-text {
  color: #000c3f;
}
.cid-uWBMD3VFqO .list {
  color: #000c3f;
}
.cid-uWBMD3VFqO .list-title {
  color: #000c3f;
  text-align: justify;
}
.cid-uWBMD3VFqO .item-price {
  color: #000c3f;
}
.cid-uWBPWdFuus {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWBPWdFuus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBPWdFuus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBPWdFuus img {
  transition: all 0.3s;
}
.cid-uWBPWdFuus .card-wrapper {
  background: #ffffff;
  border: 1px solid #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-uWBPWdFuus .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWBPWdFuus .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWBPWdFuus .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWBPWdFuus .card-wrapper img {
  filter: grayscale(1);
}
.cid-uWBPWdFuus .card-wrapper:hover img {
  filter: grayscale(0);
}
.cid-uWBPWdFuus .mbr-text,
.cid-uWBPWdFuus .mbr-section-btn {
  text-align: left;
}
.cid-uWBPWdFuus .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWBPWdFuus .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uWBPWdFuus .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uWBPWdFuus .img-wrapper {
  display: flex;
}
.cid-uWBPWdFuus .card-text {
  text-align: center;
  color: #221b35;
}
.cid-uWBPWdFuus .card-title {
  text-align: center;
  color: #221b35;
}
.cid-uWBYhAAFBD {
  background-color: #edefeb;
}
.cid-uWBYhAAFBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBYhAAFBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBYhAAFBD .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWBYhAAFBD .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWBYhAAFBD .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uWBYhAAFBD .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uWBYhAAFBD .wrap {
  background: url("https://r.mobirisesite.com/1820947/assets/images/g64a62bc9e9e81253da99170127eb-h_mfh7m5p4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWBYhAAFBD .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWBYhAAFBD .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWBYhAAFBD .mbr-text {
  color: #000000;
}
.cid-uWBYhAAFBD .mbr-text,
.cid-uWBYhAAFBD .mbr-section-btn {
  color: #ffffff;
}
.cid-uWwHleBGmO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background1.jpg?rnd=1757964720419");
}
.cid-uWwHleBGmO .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWwHleBGmO .panel-group {
  border: none;
}
.cid-uWwHleBGmO .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWwHleBGmO .card-header {
    padding: 0rem;
  }
}
.cid-uWwHleBGmO .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWwHleBGmO .img-col {
  padding: 0;
}
.cid-uWwHleBGmO .img-item {
  height: 100%;
}
.cid-uWwHleBGmO img {
  height: 100%;
  object-fit: cover;
}
.cid-uWwHleBGmO .collapsed span {
  transform: rotate(0deg);
}
.cid-uWwHleBGmO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWwHleBGmO p {
  margin-bottom: 0.3rem;
}
.cid-uWwHleBGmO .panel-title-edit {
  color: #000000;
}
.cid-uWwHleBGmO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWwHleBGmO .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWwHleBGmO .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWwHleBGmO .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWwHleBGmO .panel-text {
  color: #000000;
}
.cid-uWwHleBGmO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWwHleBGmO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWwHleBGmO .panel-title-edit,
.cid-uWwHleBGmO .mbr-iconfont {
  color: #000000;
}
.cid-uWC5mNxXTw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uWC5mNxXTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC5mNxXTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC5mNxXTw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWC5mNxXTw .card-wrapper {
    padding: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWC5mNxXTw .card-wrapper {
    padding: 2.25rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-uWC5mNxXTw .card-wrapper {
    padding: 4rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.cid-uWC5mNxXTw .wrap {
  background: url("https://r.mobirisesite.com/1820947/assets/images/g64a62bc9e9e81253da99170127eb-h_mfh8jdtc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWC5mNxXTw .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWC5mNxXTw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWC5mNxXTw .mbr-text {
  color: #000000;
}
.cid-uWC5mNxXTw .mbr-text,
.cid-uWC5mNxXTw .mbr-section-btn {
  color: #ffffff;
}
.cid-uWwHleCczl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWwHleCczl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwHleCczl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwHleCczl .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWwHleCczl .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWwHleCczl .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWwHleCczl .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWwHleCczl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWwHleCczl .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWwHleCczl .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWwHleCczl .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWwHleCczl .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWwHleCczl .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWwHleCczl .copyright {
    text-align: center;
  }
}
.cid-uWC9PEOmWy {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background17-h_mfh9aqit.jpg");
}
.cid-uWC9PEOmWy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWC9PEOmWy {
    align-items: flex-end;
  }
  .cid-uWC9PEOmWy .row {
    justify-content: flex-start;
  }
  .cid-uWC9PEOmWy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWC9PEOmWy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWC9PEOmWy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWC9PEOmWy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWC9PEOmWy .content-wrap {
    width: 100%;
  }
}
.cid-uWC9PEOmWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PEOmWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PEOmWy .mbr-section-title,
.cid-uWC9PEOmWy .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWC9PEOmWy .mbr-text,
.cid-uWC9PEOmWy .mbr-section-btn {
  text-align: left;
}
.cid-uWC9PEOmWy .mbr-section-title {
  text-align: left;
  color: #de8a4b;
}
.cid-uWC9PFrrtw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWC9PFrrtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PFrrtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PFrrtw .row {
  flex-direction: row-reverse;
}
.cid-uWC9PFrrtw .mbr-text {
  color: #000000;
}
.cid-uWC9PFrrtw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWC9PFrrtw .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWC9PFrrtw .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWC9PFrrtw .mbr-section-subtitle,
.cid-uWC9PFrrtw .main-button {
  color: #000000;
}
.cid-uWC9PFNqju {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWC9PFNqju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PFNqju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PFNqju .mbr-text {
  color: #000000;
}
.cid-uWC9PFNqju .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWC9PFNqju .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWC9PFNqju .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWC9PFNqju .mbr-section-subtitle,
.cid-uWC9PFNqju .main-button {
  color: #000000;
}
.cid-uWC9PGaShP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #757b62;
}
.cid-uWC9PGaShP .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWC9PGaShP .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWC9PGaShP .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWC9PGaShP .mbr-section-maintitle {
  color: #ffffff;
}
.cid-uWC9PGFuN2 {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/gc3a888be5cf0534cdd56dec8c95f-h_mfgx1pmk.jpg");
}
.cid-uWC9PGFuN2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWC9PGFuN2 {
    align-items: flex-end;
  }
  .cid-uWC9PGFuN2 .row {
    justify-content: center;
  }
  .cid-uWC9PGFuN2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWC9PGFuN2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWC9PGFuN2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWC9PGFuN2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWC9PGFuN2 .content-wrap {
    width: 100%;
  }
}
.cid-uWC9PGFuN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PGFuN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PGFuN2 .mbr-section-title,
.cid-uWC9PGFuN2 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWC9PGFuN2 .mbr-text,
.cid-uWC9PGFuN2 .mbr-section-btn {
  text-align: left;
}
.cid-uWC9PH2cKn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWC9PH2cKn .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWC9PH2cKn .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uWC9PH2cKn .card-title,
.cid-uWC9PH2cKn .iconfont-wrapper {
  color: #000000;
}
.cid-uWC9PH2cKn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWC9PH2cKn .content-head {
  max-width: 800px;
}
.cid-uWC9PH2cKn .mbr-section-title {
  color: #000000;
}
.cid-uWC9PH2cKn .card-title,
.cid-uWC9PH2cKn .img-wrapper {
  text-align: center;
}
.cid-uWC9PH2cKn .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWC9PHvD7Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWC9PHvD7Q .item:focus,
.cid-uWC9PHvD7Q span:focus {
  outline: none;
}
.cid-uWC9PHvD7Q .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWC9PHvD7Q .content-head {
  max-width: 800px;
}
.cid-uWC9PHvD7Q .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uWC9PHvD7Q .item {
    min-height: 45px;
  }
}
.cid-uWC9PHSBHT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/photo-1681716262099-9d3a4fc98-h_mfh24jwp.jpg");
}
@media (max-width: 767px) {
  .cid-uWC9PHSBHT {
    padding-bottom: 4rem;
  }
}
.cid-uWC9PHSBHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PHSBHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PHSBHT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWC9PHSBHT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWC9PHSBHT .item-wrapper {
  background: #ded2c8;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWC9PHSBHT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uWC9PHSBHT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWC9PHSBHT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #00a8e8;
  height: 80px;
  border-radius: 50%;
}
.cid-uWC9PHSBHT .mbr-section-title {
  color: #ffffff;
}
.cid-uWC9PHSBHT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWC9PHSBHT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWC9PHSBHT .card-box .item-footer {
  margin-top: auto;
}
.cid-uWC9PHSBHT .content-head {
  max-width: 800px;
}
.cid-uWC9PHSBHT .card-title,
.cid-uWC9PHSBHT .iconfont-wrapper {
  color: #2e481a;
}
.cid-uWC9PHSBHT .card-text,
.cid-uWC9PHSBHT .item .mbr-section-btn {
  color: #2e481a;
}
.cid-uWC9PIqOZz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uWC9PIqOZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PIqOZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWC9PIqOZz .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWC9PIqOZz .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWC9PIqOZz .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uWC9PIqOZz .card-wrapper {
  background: #ffffff;
}
.cid-uWC9PIqOZz .mbr-text,
.cid-uWC9PIqOZz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWC9PIqOZz .card-title,
.cid-uWC9PIqOZz .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWC9PIqOZz .image-wrapper img {
  width: 100%;
}
.cid-uWC9PIOfau {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uWC9PIOfau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PIOfau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PIOfau .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uWC9PIOfau .card-title,
.cid-uWC9PIOfau .iconfont-wrapper {
  color: #232323;
}
.cid-uWC9PIOfau .card-text {
  color: #232323;
}
.cid-uWC9PIOfau .mbr-section-title {
  color: #232323;
}
.cid-uWC9PIOfau .mbr-section-subtitle {
  color: #232323;
}
.cid-uWC9PIOfau .content-head {
  max-width: 800px;
}
.cid-uWC9PJwDaH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWC9PJwDaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PJwDaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PJwDaH .title .num {
  width: 100%;
  display: block;
}
.cid-uWC9PJwDaH .title .card-title {
  z-index: 1;
}
.cid-uWC9PJwDaH .num {
  color: #007EA7;
  text-align: center;
}
.cid-uWC9PJwDaH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWC9PJwDaH * {
    text-align: center !important;
  }
  .cid-uWC9PJwDaH .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uWC9PJwDaH .content-head {
  max-width: 800px;
}
.cid-uWC9PJwDaH .card-text {
  text-align: center;
}
.cid-uWC9PJwDaH .card-title,
.cid-uWC9PJwDaH .card-img {
  text-align: center;
}
.cid-uWC9PJUYjC {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWC9PJUYjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PJUYjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PJUYjC .row {
  flex-direction: row-reverse;
}
.cid-uWC9PKgieY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uWC9PKgieY {
    align-items: flex-end;
  }
  .cid-uWC9PKgieY .row {
    justify-content: flex-start;
  }
  .cid-uWC9PKgieY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWC9PKgieY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWC9PKgieY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWC9PKgieY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWC9PKgieY .content-wrap {
    width: 100%;
  }
}
.cid-uWC9PKgieY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PKgieY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background1.jpg?rnd=1757964720419");
}
.cid-uWC9PKgieY .mbr-section-title,
.cid-uWC9PKgieY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWC9PKgieY .mbr-text,
.cid-uWC9PKgieY .mbr-section-btn {
  text-align: left;
}
.cid-uWC9PKFPiW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWC9PKFPiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PKFPiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PKFPiW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWC9PKFPiW .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item {
    margin-bottom: 16px;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWC9PKFPiW .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uWC9PKFPiW .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uWC9PKFPiW .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uWC9PKFPiW .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uWC9PKFPiW .item .card_1 {
  background-color: #ffffff;
}
.cid-uWC9PKFPiW .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uWC9PKFPiW .item .card_2 {
  background-color: #ea2525;
}
.cid-uWC9PKFPiW .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uWC9PKFPiW .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uWC9PKFPiW .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uWC9PKFPiW .main-btn {
    margin-top: 16px;
  }
}
.cid-uWC9PKFPiW .mbr-section-title {
  color: #000c3f;
}
.cid-uWC9PKFPiW .mbr-section-title,
.cid-uWC9PKFPiW .main-btn {
  text-align: center;
}
.cid-uWC9PKFPiW .item-title {
  color: #000c3f;
}
.cid-uWC9PKFPiW .item-text {
  color: #000c3f;
}
.cid-uWC9PKFPiW .list {
  color: #000c3f;
}
.cid-uWC9PKFPiW .list-title {
  color: #000c3f;
  text-align: justify;
}
.cid-uWC9PKFPiW .item-price {
  color: #000c3f;
}
.cid-uWC9PL7tG5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWC9PL7tG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PL7tG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PL7tG5 img {
  transition: all 0.3s;
}
.cid-uWC9PL7tG5 .card-wrapper {
  background: #ffffff;
  border: 1px solid #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-uWC9PL7tG5 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWC9PL7tG5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWC9PL7tG5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWC9PL7tG5 .card-wrapper img {
  filter: grayscale(1);
}
.cid-uWC9PL7tG5 .card-wrapper:hover img {
  filter: grayscale(0);
}
.cid-uWC9PL7tG5 .mbr-text,
.cid-uWC9PL7tG5 .mbr-section-btn {
  text-align: left;
}
.cid-uWC9PL7tG5 .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWC9PL7tG5 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uWC9PL7tG5 .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uWC9PL7tG5 .img-wrapper {
  display: flex;
}
.cid-uWC9PL7tG5 .card-text {
  text-align: center;
  color: #221b35;
}
.cid-uWC9PL7tG5 .card-title {
  text-align: center;
  color: #221b35;
}
.cid-uWC9PLvYOE {
  background-color: #edefeb;
}
.cid-uWC9PLvYOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PLvYOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PLvYOE .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWC9PLvYOE .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWC9PLvYOE .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uWC9PLvYOE .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uWC9PLvYOE .wrap {
  background: url("https://r.mobirisesite.com/1820947/assets/images/g64a62bc9e9e81253da99170127eb-h_mfh7m5p4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWC9PLvYOE .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWC9PLvYOE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWC9PLvYOE .mbr-text {
  color: #000000;
}
.cid-uWC9PLvYOE .mbr-text,
.cid-uWC9PLvYOE .mbr-section-btn {
  color: #ffffff;
}
.cid-uWC9PLRKU8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background1.jpg?rnd=1757964720419");
}
.cid-uWC9PLRKU8 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWC9PLRKU8 .panel-group {
  border: none;
}
.cid-uWC9PLRKU8 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWC9PLRKU8 .card-header {
    padding: 0rem;
  }
}
.cid-uWC9PLRKU8 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWC9PLRKU8 .img-col {
  padding: 0;
}
.cid-uWC9PLRKU8 .img-item {
  height: 100%;
}
.cid-uWC9PLRKU8 img {
  height: 100%;
  object-fit: cover;
}
.cid-uWC9PLRKU8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uWC9PLRKU8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWC9PLRKU8 p {
  margin-bottom: 0.3rem;
}
.cid-uWC9PLRKU8 .panel-title-edit {
  color: #000000;
}
.cid-uWC9PLRKU8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWC9PLRKU8 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWC9PLRKU8 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWC9PLRKU8 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWC9PLRKU8 .panel-text {
  color: #000000;
}
.cid-uWC9PLRKU8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWC9PLRKU8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWC9PLRKU8 .panel-title-edit,
.cid-uWC9PLRKU8 .mbr-iconfont {
  color: #000000;
}
.cid-uWC9PMiLKw {
  background-color: #edefeb;
}
.cid-uWC9PMiLKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PMiLKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PMiLKw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWC9PMiLKw .card-wrapper {
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWC9PMiLKw .card-wrapper {
    padding: 2.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uWC9PMiLKw .card-wrapper {
    padding: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-uWC9PMiLKw .wrap {
  background: url("https://r.mobirisesite.com/1820947/assets/images/g64a62bc9e9e81253da99170127eb-h_mfh8jdtc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWC9PMiLKw .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWC9PMiLKw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWC9PMiLKw .mbr-text {
  color: #000000;
}
.cid-uWC9PMiLKw .mbr-text,
.cid-uWC9PMiLKw .mbr-section-btn {
  color: #ffffff;
}
.cid-uWC9PMIEKG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWC9PMIEKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC9PMIEKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC9PMIEKG .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWC9PMIEKG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWC9PMIEKG .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWC9PMIEKG .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWC9PMIEKG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWC9PMIEKG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWC9PMIEKG .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWC9PMIEKG .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWC9PMIEKG .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWC9PMIEKG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWC9PMIEKG .copyright {
    text-align: center;
  }
}
.cid-uWCagTyOE9 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background17-h_mfh88hsl.jpg");
}
.cid-uWCagTyOE9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWCagTyOE9 {
    align-items: flex-end;
  }
  .cid-uWCagTyOE9 .row {
    justify-content: flex-start;
  }
  .cid-uWCagTyOE9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWCagTyOE9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWCagTyOE9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWCagTyOE9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWCagTyOE9 .content-wrap {
    width: 100%;
  }
}
.cid-uWCagTyOE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagTyOE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagTyOE9 .mbr-section-title,
.cid-uWCagTyOE9 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWCagTyOE9 .mbr-text,
.cid-uWCagTyOE9 .mbr-section-btn {
  text-align: left;
}
.cid-uWCagTyOE9 .mbr-section-title {
  text-align: left;
  color: #de8a4b;
}
.cid-uWCagUgv9Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWCagUgv9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagUgv9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagUgv9Q .row {
  flex-direction: row-reverse;
}
.cid-uWCagUgv9Q .mbr-text {
  color: #000000;
}
.cid-uWCagUgv9Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWCagUgv9Q .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWCagUgv9Q .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWCagUgv9Q .mbr-section-subtitle,
.cid-uWCagUgv9Q .main-button {
  color: #000000;
}
.cid-uWCagUDAge {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWCagUDAge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagUDAge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagUDAge .mbr-text {
  color: #000000;
}
.cid-uWCagUDAge .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWCagUDAge .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWCagUDAge .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWCagUDAge .mbr-section-subtitle,
.cid-uWCagUDAge .main-button {
  color: #000000;
}
.cid-uWCagV4V3F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #757b62;
}
.cid-uWCagV4V3F .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWCagV4V3F .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWCagV4V3F .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWCagV4V3F .mbr-section-maintitle {
  color: #ffffff;
}
.cid-uWCagVz9ui {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/gc3a888be5cf0534cdd56dec8c95f-h_mfgx1pmk.jpg");
}
.cid-uWCagVz9ui .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWCagVz9ui {
    align-items: flex-end;
  }
  .cid-uWCagVz9ui .row {
    justify-content: center;
  }
  .cid-uWCagVz9ui .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWCagVz9ui .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWCagVz9ui {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWCagVz9ui .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWCagVz9ui .content-wrap {
    width: 100%;
  }
}
.cid-uWCagVz9ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagVz9ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagVz9ui .mbr-section-title,
.cid-uWCagVz9ui .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWCagVz9ui .mbr-text,
.cid-uWCagVz9ui .mbr-section-btn {
  text-align: left;
}
.cid-uWCagVTGrq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWCagVTGrq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWCagVTGrq .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uWCagVTGrq .card-title,
.cid-uWCagVTGrq .iconfont-wrapper {
  color: #000000;
}
.cid-uWCagVTGrq .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWCagVTGrq .content-head {
  max-width: 800px;
}
.cid-uWCagVTGrq .mbr-section-title {
  color: #000000;
}
.cid-uWCagVTGrq .card-title,
.cid-uWCagVTGrq .img-wrapper {
  text-align: center;
}
.cid-uWCagVTGrq .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWCagWjzGE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWCagWjzGE .item:focus,
.cid-uWCagWjzGE span:focus {
  outline: none;
}
.cid-uWCagWjzGE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWCagWjzGE .content-head {
  max-width: 800px;
}
.cid-uWCagWjzGE .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uWCagWjzGE .item {
    min-height: 45px;
  }
}
.cid-uWCagWHa1E {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/photo-1681716262099-9d3a4fc98-h_mfh24jwp.jpg");
}
@media (max-width: 767px) {
  .cid-uWCagWHa1E {
    padding-bottom: 4rem;
  }
}
.cid-uWCagWHa1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagWHa1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagWHa1E .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWCagWHa1E .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWCagWHa1E .item-wrapper {
  background: #ded2c8;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWCagWHa1E .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uWCagWHa1E .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWCagWHa1E .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #00a8e8;
  height: 80px;
  border-radius: 50%;
}
.cid-uWCagWHa1E .mbr-section-title {
  color: #ffffff;
}
.cid-uWCagWHa1E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWCagWHa1E .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWCagWHa1E .card-box .item-footer {
  margin-top: auto;
}
.cid-uWCagWHa1E .content-head {
  max-width: 800px;
}
.cid-uWCagWHa1E .card-title,
.cid-uWCagWHa1E .iconfont-wrapper {
  color: #2e481a;
}
.cid-uWCagWHa1E .card-text,
.cid-uWCagWHa1E .item .mbr-section-btn {
  color: #2e481a;
}
.cid-uWCagXaxGT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uWCagXaxGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagXaxGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWCagXaxGT .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWCagXaxGT .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWCagXaxGT .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uWCagXaxGT .card-wrapper {
  background: #ffffff;
}
.cid-uWCagXaxGT .mbr-text,
.cid-uWCagXaxGT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWCagXaxGT .card-title,
.cid-uWCagXaxGT .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWCagXaxGT .image-wrapper img {
  width: 100%;
}
.cid-uWCagXvTkD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uWCagXvTkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagXvTkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagXvTkD .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uWCagXvTkD .card-title,
.cid-uWCagXvTkD .iconfont-wrapper {
  color: #232323;
}
.cid-uWCagXvTkD .card-text {
  color: #232323;
}
.cid-uWCagXvTkD .mbr-section-title {
  color: #232323;
}
.cid-uWCagXvTkD .mbr-section-subtitle {
  color: #232323;
}
.cid-uWCagXvTkD .content-head {
  max-width: 800px;
}
.cid-uWCagYgFBk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWCagYgFBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagYgFBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagYgFBk .title .num {
  width: 100%;
  display: block;
}
.cid-uWCagYgFBk .title .card-title {
  z-index: 1;
}
.cid-uWCagYgFBk .num {
  color: #007EA7;
  text-align: center;
}
.cid-uWCagYgFBk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWCagYgFBk * {
    text-align: center !important;
  }
  .cid-uWCagYgFBk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uWCagYgFBk .content-head {
  max-width: 800px;
}
.cid-uWCagYgFBk .card-text {
  text-align: center;
}
.cid-uWCagYgFBk .card-title,
.cid-uWCagYgFBk .card-img {
  text-align: center;
}
.cid-uWCagYFBMt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWCagYFBMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagYFBMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagYFBMt .row {
  flex-direction: row-reverse;
}
.cid-uWCagZ2d8k {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uWCagZ2d8k {
    align-items: flex-end;
  }
  .cid-uWCagZ2d8k .row {
    justify-content: flex-start;
  }
  .cid-uWCagZ2d8k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWCagZ2d8k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWCagZ2d8k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWCagZ2d8k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWCagZ2d8k .content-wrap {
    width: 100%;
  }
}
.cid-uWCagZ2d8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagZ2d8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background1.jpg?rnd=1757964720419");
}
.cid-uWCagZ2d8k .mbr-section-title,
.cid-uWCagZ2d8k .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWCagZ2d8k .mbr-text,
.cid-uWCagZ2d8k .mbr-section-btn {
  text-align: left;
}
.cid-uWCagZptrT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWCagZptrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagZptrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagZptrT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWCagZptrT .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item {
    margin-bottom: 16px;
  }
}
.cid-uWCagZptrT .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWCagZptrT .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uWCagZptrT .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uWCagZptrT .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uWCagZptrT .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uWCagZptrT .item .card_1 {
  background-color: #ffffff;
}
.cid-uWCagZptrT .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uWCagZptrT .item .card_2 {
  background-color: #ea2525;
}
.cid-uWCagZptrT .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uWCagZptrT .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uWCagZptrT .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uWCagZptrT .main-btn {
    margin-top: 16px;
  }
}
.cid-uWCagZptrT .mbr-section-title {
  color: #000c3f;
}
.cid-uWCagZptrT .mbr-section-title,
.cid-uWCagZptrT .main-btn {
  text-align: center;
}
.cid-uWCagZptrT .item-title {
  color: #000c3f;
}
.cid-uWCagZptrT .item-text {
  color: #000c3f;
}
.cid-uWCagZptrT .list {
  color: #000c3f;
}
.cid-uWCagZptrT .list-title {
  color: #000c3f;
  text-align: justify;
}
.cid-uWCagZptrT .item-price {
  color: #000c3f;
}
.cid-uWCagZO6l8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWCagZO6l8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCagZO6l8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCagZO6l8 img {
  transition: all 0.3s;
}
.cid-uWCagZO6l8 .card-wrapper {
  background: #ffffff;
  border: 1px solid #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-uWCagZO6l8 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWCagZO6l8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWCagZO6l8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWCagZO6l8 .card-wrapper img {
  filter: grayscale(1);
}
.cid-uWCagZO6l8 .card-wrapper:hover img {
  filter: grayscale(0);
}
.cid-uWCagZO6l8 .mbr-text,
.cid-uWCagZO6l8 .mbr-section-btn {
  text-align: left;
}
.cid-uWCagZO6l8 .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWCagZO6l8 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uWCagZO6l8 .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uWCagZO6l8 .img-wrapper {
  display: flex;
}
.cid-uWCagZO6l8 .card-text {
  text-align: center;
  color: #221b35;
}
.cid-uWCagZO6l8 .card-title {
  text-align: center;
  color: #221b35;
}
.cid-uWCah0fNRG {
  background-color: #edefeb;
}
.cid-uWCah0fNRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCah0fNRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCah0fNRG .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWCah0fNRG .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWCah0fNRG .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uWCah0fNRG .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uWCah0fNRG .wrap {
  background: url("https://r.mobirisesite.com/1820947/assets/images/g64a62bc9e9e81253da99170127eb-h_mfh7m5p4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWCah0fNRG .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWCah0fNRG .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWCah0fNRG .mbr-text {
  color: #000000;
}
.cid-uWCah0fNRG .mbr-text,
.cid-uWCah0fNRG .mbr-section-btn {
  color: #ffffff;
}
.cid-uWCah0DG40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1820947/assets/images/background1.jpg?rnd=1757964720419");
}
.cid-uWCah0DG40 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWCah0DG40 .panel-group {
  border: none;
}
.cid-uWCah0DG40 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWCah0DG40 .card-header {
    padding: 0rem;
  }
}
.cid-uWCah0DG40 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWCah0DG40 .img-col {
  padding: 0;
}
.cid-uWCah0DG40 .img-item {
  height: 100%;
}
.cid-uWCah0DG40 img {
  height: 100%;
  object-fit: cover;
}
.cid-uWCah0DG40 .collapsed span {
  transform: rotate(0deg);
}
.cid-uWCah0DG40 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWCah0DG40 p {
  margin-bottom: 0.3rem;
}
.cid-uWCah0DG40 .panel-title-edit {
  color: #000000;
}
.cid-uWCah0DG40 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWCah0DG40 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWCah0DG40 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWCah0DG40 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWCah0DG40 .panel-text {
  color: #000000;
}
.cid-uWCah0DG40 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWCah0DG40 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWCah0DG40 .panel-title-edit,
.cid-uWCah0DG40 .mbr-iconfont {
  color: #000000;
}
.cid-uWCah14jxE {
  background-color: #edefeb;
}
.cid-uWCah14jxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCah14jxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCah14jxE .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWCah14jxE .card-wrapper {
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWCah14jxE .card-wrapper {
    padding: 2.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uWCah14jxE .card-wrapper {
    padding: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-uWCah14jxE .wrap {
  background: url("https://r.mobirisesite.com/1820947/assets/images/g64a62bc9e9e81253da99170127eb-h_mfh8jdtc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWCah14jxE .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWCah14jxE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWCah14jxE .mbr-text {
  color: #000000;
}
.cid-uWCah14jxE .mbr-text,
.cid-uWCah14jxE .mbr-section-btn {
  color: #ffffff;
}
.cid-uWCah1qESP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWCah1qESP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCah1qESP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCah1qESP .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWCah1qESP .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWCah1qESP .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWCah1qESP .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWCah1qESP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWCah1qESP .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWCah1qESP .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWCah1qESP .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWCah1qESP .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWCah1qESP .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWCah1qESP .copyright {
    text-align: center;
  }
}
