.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: #eaf1ed;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Amiko', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Amiko', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Amiko', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #d68c45 !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #c62232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d68c45 !important;
  border-color: #d68c45 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dfa66f !important;
  border-color: #dfa66f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dfa66f !important;
  border-color: #dfa66f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4c956c !important;
  border-color: #4c956c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #64b085 !important;
  border-color: #64b085 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64b085 !important;
  border-color: #64b085 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #24c47a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62232 !important;
  border-color: #c62232 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #de3d4d !important;
  border-color: #de3d4d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de3d4d !important;
  border-color: #de3d4d !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: #d68c45;
  color: #d68c45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a16123 !important;
  background-color: transparent !important;
  border-color: #a16123 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d68c45 !important;
  border-color: #d68c45 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c956c;
  color: #4c956c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f5c42 !important;
  background-color: transparent !important;
  border-color: #2f5c42 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c956c !important;
  border-color: #4c956c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb9dc;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08748a !important;
  background-color: transparent !important;
  border-color: #08748a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c47a;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177b4c !important;
  background-color: transparent !important;
  border-color: #177b4c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8ae00;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #916d00 !important;
  background-color: transparent !important;
  border-color: #916d00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c62232;
  color: #c62232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c151f !important;
  background-color: transparent !important;
  border-color: #7c151f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !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: #d68c45 !important;
}
.text-secondary {
  color: #4c956c !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #c62232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #945921 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2a513b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f131c !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: #d68c45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #c62232;
}
.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: #d68c45;
  border-color: #d68c45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d68c45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbf3ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f89;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #d68c45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #d68c45;
}
/* 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: #d68c45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d68c45;
}
.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: #d68c45;
  border-bottom-color: #d68c45;
}
.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: #d68c45 !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: #4c956c !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='%23d68c45' %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-uBPidUE9QB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .cid-uBPidUE9QB {
    align-items: flex-end;
  }
  .cid-uBPidUE9QB .row {
    justify-content: flex-start;
  }
  .cid-uBPidUE9QB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBPidUE9QB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBPidUE9QB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBPidUE9QB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBPidUE9QB .content-wrap {
    width: 100%;
  }
}
.cid-uBPidUE9QB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPidUE9QB .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/1167280/assets/images/background1.jpg?rnd=1750688209522");
}
.cid-uBPidUE9QB .mbr-section-title,
.cid-uBPidUE9QB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBPidUE9QB .mbr-text,
.cid-uBPidUE9QB .mbr-section-btn {
  text-align: left;
}
.cid-uBWpN25v7F {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBWpN25v7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWpN25v7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBWpN25v7F .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uBWpN25v7F .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uBWpN25v7F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBWpN25v7F .media-content,
.cid-uBWpN25v7F .mbr-figure {
  align-self: center;
}
.cid-uBWpN25v7F .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uBWpN25v7F .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uBWpN25v7F .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uBWpN25v7F .mbr-section-maintitle {
  text-align: center;
}
.cid-uBWpN25v7F .mbr-section-title {
  text-align: left;
}
.cid-uBWpN25v7F .mbr-text,
.cid-uBWpN25v7F .mbr-section-btn {
  text-align: left;
}
.cid-uBPidUH1G5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBPidUH1G5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uBPidUH1G5 img,
.cid-uBPidUH1G5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBPidUH1G5 .item:focus,
.cid-uBPidUH1G5 span:focus {
  outline: none;
}
.cid-uBPidUH1G5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBPidUH1G5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uBPidUH1G5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBPidUH1G5 .mbr-section-title {
  color: #232323;
}
.cid-uBPidUH1G5 .mbr-text,
.cid-uBPidUH1G5 .mbr-section-btn {
  color: #232323;
}
.cid-uBPidUH1G5 .item-title {
  color: #232323;
}
.cid-uBPidUH1G5 .content-head {
  max-width: 800px;
}
.cid-uBPidUE6yF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBPidUE6yF .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-uBPidUE6yF img,
.cid-uBPidUE6yF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBPidUE6yF .item:focus,
.cid-uBPidUE6yF span:focus {
  outline: none;
}
.cid-uBPidUE6yF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBPidUE6yF .item {
    margin-bottom: 1rem;
  }
}
.cid-uBPidUE6yF .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBPidUE6yF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBPidUE6yF .mbr-section-title {
  color: #000000;
}
.cid-uBPidUE6yF .mbr-text,
.cid-uBPidUE6yF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uBPidUE6yF .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBPidUE6yF .content-head {
  max-width: 800px;
}
.cid-uBPidUE6yF .item-subtitle DIV {
  text-align: left;
}
.cid-uBWeWHJZUI {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uBWeWHJZUI {
    align-items: flex-end;
  }
  .cid-uBWeWHJZUI .row {
    justify-content: flex-start;
  }
  .cid-uBWeWHJZUI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWeWHJZUI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWeWHJZUI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWeWHJZUI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWeWHJZUI .content-wrap {
    width: 100%;
  }
}
.cid-uBWeWHJZUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWeWHJZUI .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/1167280/assets/images/background1.jpg?rnd=1750688209522");
}
.cid-uBWeWHJZUI .mbr-section-title,
.cid-uBWeWHJZUI .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBWeWHJZUI .mbr-text,
.cid-uBWeWHJZUI .mbr-section-btn {
  text-align: left;
}
.cid-uBWeWHJZUI .mbr-section-title {
  text-align: left;
}
.cid-uBPidUHFcG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBPidUHFcG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uBPidUHFcG .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uBPidUHFcG .card-title,
.cid-uBPidUHFcG .iconfont-wrapper {
  color: #000000;
}
.cid-uBPidUHFcG .card-text {
  color: #000000;
  text-align: center;
}
.cid-uBPidUHFcG .content-head {
  max-width: 800px;
}
.cid-uBPidUHFcG .mbr-section-title {
  color: #000000;
}
.cid-uBPidUHFcG .card-title,
.cid-uBPidUHFcG .img-wrapper {
  text-align: center;
}
.cid-uBPidUHFcG .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uBPidUIsgH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uBPidUIsgH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBPidUIsgH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uBPidUIsgH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uBPidUIsgH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uBPidUIsgH .content-head {
  max-width: 800px;
}
.cid-uBPidUHYqI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBPidUHYqI .item:focus,
.cid-uBPidUHYqI span:focus {
  outline: none;
}
.cid-uBPidUHYqI .item {
  cursor: pointer;
}
.cid-uBPidUHYqI .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uBPidUHYqI .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uBPidUHYqI .grid-container-1,
.cid-uBPidUHYqI .grid-container-2,
.cid-uBPidUHYqI .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uBPidUHYqI .grid-container-1,
  .cid-uBPidUHYqI .grid-container-2,
  .cid-uBPidUHYqI .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uBPidUHYqI .mbr-section-title {
  color: #000000;
}
.cid-uBPidUHYqI .mbr-text,
.cid-uBPidUHYqI .mbr-section-btn {
  color: #000000;
}
.cid-uBPidUHYqI .content-head {
  max-width: 800px;
}
.cid-uBPidUHYqI .container,
.cid-uBPidUHYqI .container-fluid {
  overflow: hidden;
}
.cid-uBPidUHYqI .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uBPidUHYqI .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBPidUHYqI .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBPidUHYqI .grid-item img {
    min-width: 35vw;
  }
}
.cid-uBPidUHYqI .grid-container-1,
.cid-uBPidUHYqI .grid-container-2,
.cid-uBPidUHYqI .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uBPidUHYqI .grid-container-1 {
  align-items: flex-end;
}
.cid-uBPidUHYqI .grid-container-2 {
  align-items: flex-start;
}
.cid-uBPidUG34M {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uBPidUG34M .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-uBPidUG34M .panel-group {
  border: none;
}
.cid-uBPidUG34M .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBPidUG34M .card-header {
    padding: 0rem;
  }
}
.cid-uBPidUG34M .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBPidUG34M .img-col {
  padding: 0;
}
.cid-uBPidUG34M .img-item {
  height: 100%;
}
.cid-uBPidUG34M img {
  height: 100%;
  object-fit: cover;
}
.cid-uBPidUG34M .collapsed span {
  transform: rotate(0deg);
}
.cid-uBPidUG34M .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBPidUG34M p {
  margin-bottom: 0.3rem;
}
.cid-uBPidUG34M .panel-title-edit {
  color: #000000;
}
.cid-uBPidUG34M .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBPidUG34M .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uBPidUG34M .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPidUG34M .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBPidUG34M .panel-text {
  color: #000000;
}
.cid-uBPidUG34M .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBPidUG34M .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBPidUG34M .panel-title-edit,
.cid-uBPidUG34M .mbr-iconfont {
  color: #000000;
}
.cid-uBPidUJc9h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uBVEl5ob18 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uBVEl5ob18 .row {
  flex-direction: row-reverse;
}
.cid-uBVEl5ob18 .justify-content-center {
  align-items: center;
}
.cid-uBVEl5ob18 .mbr-section-title {
  text-align: center;
}
.cid-uBVEl5ob18 .mbr-text,
.cid-uBVEl5ob18 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uBVEl5ob18 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBVEl5ob18 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBVEl5ob18 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uBRdiFQiFV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uBWBd8Ebqf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWBd8Ebqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWBd8Ebqf .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-uBWBd8Ebqf .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uBWBd8Ebqf .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWBd8Ebqf .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uBWBd8Ebqf .card-wrapper {
  background: #ffffff;
}
.cid-uBWBd8Ebqf .mbr-text,
.cid-uBWBd8Ebqf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBWBd8Ebqf .card-title,
.cid-uBWBd8Ebqf .card-box {
  text-align: left;
  color: #000000;
}
.cid-uBWBd8Ebqf .image-wrapper img {
  width: 100%;
}
.cid-uBWBd8Ebqf .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uBWCKfaxLZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBWCKfaxLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWCKfaxLZ .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-uBWCKfaxLZ .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uBWCKfaxLZ .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWCKfaxLZ .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uBWCKfaxLZ .card-wrapper {
  background: #ffffff;
}
.cid-uBWCKfaxLZ .mbr-text,
.cid-uBWCKfaxLZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBWCKfaxLZ .card-title,
.cid-uBWCKfaxLZ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uBWCKfaxLZ .image-wrapper img {
  width: 100%;
}
.cid-uBWCKfaxLZ .mbr-section-subtitle {
  text-align: left;
}
.cid-uBV7blXzTM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uBV7blXzTM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBV7blXzTM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uBV7blXzTM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uBV7blXzTM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uBV7blXzTM .content-head {
  max-width: 800px;
}
.cid-uBV7bmddLD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uBWMkbH1Z8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWMkbH1Z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWMkbH1Z8 .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-uBWMkbH1Z8 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uBWMkbH1Z8 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWMkbH1Z8 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uBWMkbH1Z8 .card-wrapper {
  background: #ffffff;
}
.cid-uBWMkbH1Z8 .mbr-text,
.cid-uBWMkbH1Z8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBWMkbH1Z8 .card-title,
.cid-uBWMkbH1Z8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uBWMkbH1Z8 .image-wrapper img {
  width: 100%;
}
.cid-uBWMkbH1Z8 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uBWMkcxZUZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uBWMkcxZUZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBWMkcxZUZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uBWMkcxZUZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uBWMkcxZUZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uBWMkcxZUZ .content-head {
  max-width: 800px;
}
.cid-uBWMkdwGFP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLmWbJxVjs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmWbJxVjs .row {
  flex-direction: row-reverse;
}
.cid-uLmWbJxVjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmWbJxVjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmWbJxVjs .mbr-side-description {
  text-align: center;
}
.cid-uLmWXAr0CO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmWXAr0CO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmWXAr0CO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmWXAr0CO .mbr-side-description {
  text-align: left;
}
.cid-uLmUOjflUS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLmUOjflUS .row {
  flex-direction: row-reverse;
}
.cid-uLmUOjflUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUOjflUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmUOjflUS .mbr-side-description {
  text-align: left;
}
.cid-uCvsNhnvRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCvsNhnvRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvsNhnvRs .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-uCvsNhnvRs .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uCvsNhnvRs .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCvsNhnvRs .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uCvsNhnvRs .card-wrapper {
  background: #ffffff;
}
.cid-uCvsNhnvRs .mbr-text,
.cid-uCvsNhnvRs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCvsNhnvRs .card-title,
.cid-uCvsNhnvRs .card-box {
  text-align: left;
  color: #000000;
}
.cid-uCvgER8MCI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uCvgER8MCI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCvgER8MCI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCvgER8MCI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uCvgER8MCI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCvgER8MCI .content-head {
  max-width: 800px;
}
.cid-uCvgERyHYz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCvyKQLUuk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uCvyKQLUuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvyKQLUuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCvyKQLUuk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCvyKQLUuk .row {
  flex-direction: row-reverse;
}
.cid-uCvyKQLUuk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCvyKQLUuk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCvyKQLUuk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCvyKQLUuk .mbr-section-title {
  color: #000000;
}
.cid-uCvyKQLUuk .mbr-text,
.cid-uCvyKQLUuk .mbr-section-btn {
  color: #000000;
}
.cid-uCvq2PfYbT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCvq2PfYbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvq2PfYbT .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-uCvq2PfYbT .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uCvq2PfYbT .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCvq2PfYbT .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uCvq2PfYbT .card-wrapper {
  background: #ffffff;
}
.cid-uCvq2PfYbT .mbr-text,
.cid-uCvq2PfYbT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCvq2PfYbT .card-title,
.cid-uCvq2PfYbT .card-box {
  text-align: left;
  color: #000000;
}
.cid-uCvq2PfYbT .image-wrapper img {
  width: 100%;
}
.cid-uCvq2PfYbT .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uCvq2PHsgO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uCvq2PHsgO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCvq2PHsgO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCvq2PHsgO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uCvq2PHsgO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCvq2PHsgO .content-head {
  max-width: 800px;
}
.cid-uCvq2PXXuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCvqTEkJC3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCvqTEkJC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvqTEkJC3 .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-uCvqTEkJC3 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uCvqTEkJC3 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCvqTEkJC3 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uCvqTEkJC3 .card-wrapper {
  background: #ffffff;
}
.cid-uCvqTEkJC3 .mbr-text,
.cid-uCvqTEkJC3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCvqTEkJC3 .card-title,
.cid-uCvqTEkJC3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uCvqTEkJC3 .image-wrapper img {
  width: 100%;
}
.cid-uCvqTEkJC3 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uCvqTEPyPK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uCvqTEPyPK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCvqTEPyPK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCvqTEPyPK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uCvqTEPyPK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCvqTEPyPK .content-head {
  max-width: 800px;
}
.cid-uCvqTFaKH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCA41VEZaG {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .cid-uCA41VEZaG {
    align-items: flex-end;
  }
  .cid-uCA41VEZaG .row {
    justify-content: flex-start;
  }
  .cid-uCA41VEZaG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCA41VEZaG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCA41VEZaG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uCA41VEZaG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCA41VEZaG .content-wrap {
    width: 100%;
  }
}
.cid-uCA41VEZaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA41VEZaG .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/1167280/assets/images/background1.jpg?rnd=1750688209522");
}
.cid-uCA41VEZaG .mbr-section-title,
.cid-uCA41VEZaG .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uCA41VEZaG .mbr-text,
.cid-uCA41VEZaG .mbr-section-btn {
  text-align: left;
}
.cid-uCA41WDNNP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCA41WDNNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA41WDNNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCA41WDNNP .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uCA41WDNNP .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCA41WDNNP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCA41WDNNP .media-content,
.cid-uCA41WDNNP .mbr-figure {
  align-self: center;
}
.cid-uCA41WDNNP .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uCA41WDNNP .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uCA41WDNNP .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uCA41WDNNP .mbr-section-maintitle {
  text-align: center;
}
.cid-uCA41WDNNP .mbr-section-title {
  text-align: left;
}
.cid-uCA41WDNNP .mbr-text,
.cid-uCA41WDNNP .mbr-section-btn {
  text-align: left;
}
.cid-uCA41XCusG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCA41XCusG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uCA41XCusG img,
.cid-uCA41XCusG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uCA41XCusG .item:focus,
.cid-uCA41XCusG span:focus {
  outline: none;
}
.cid-uCA41XCusG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCA41XCusG .item {
    margin-bottom: 1rem;
  }
}
.cid-uCA41XCusG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCA41XCusG .mbr-section-title {
  color: #232323;
}
.cid-uCA41XCusG .mbr-text,
.cid-uCA41XCusG .mbr-section-btn {
  color: #232323;
}
.cid-uCA41XCusG .item-title {
  color: #232323;
}
.cid-uCA41XCusG .content-head {
  max-width: 800px;
}
.cid-uCA41YaQXz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCA41YaQXz .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-uCA41YaQXz img,
.cid-uCA41YaQXz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uCA41YaQXz .item:focus,
.cid-uCA41YaQXz span:focus {
  outline: none;
}
.cid-uCA41YaQXz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCA41YaQXz .item {
    margin-bottom: 1rem;
  }
}
.cid-uCA41YaQXz .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCA41YaQXz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCA41YaQXz .mbr-section-title {
  color: #000000;
}
.cid-uCA41YaQXz .mbr-text,
.cid-uCA41YaQXz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCA41YaQXz .item-title {
  color: #000000;
  text-align: center;
}
.cid-uCA41YaQXz .content-head {
  max-width: 800px;
}
.cid-uCA41YaQXz .item-subtitle DIV {
  text-align: left;
}
.cid-uCA41YG2PB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uCA41YG2PB {
    align-items: flex-end;
  }
  .cid-uCA41YG2PB .row {
    justify-content: flex-start;
  }
  .cid-uCA41YG2PB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCA41YG2PB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCA41YG2PB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uCA41YG2PB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCA41YG2PB .content-wrap {
    width: 100%;
  }
}
.cid-uCA41YG2PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA41YG2PB .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/1167280/assets/images/background1.jpg?rnd=1750688209522");
}
.cid-uCA41YG2PB .mbr-section-title,
.cid-uCA41YG2PB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uCA41YG2PB .mbr-text,
.cid-uCA41YG2PB .mbr-section-btn {
  text-align: left;
}
.cid-uCA41YG2PB .mbr-section-title {
  text-align: left;
}
.cid-uCA41Z6c4a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCA41Z6c4a .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uCA41Z6c4a .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uCA41Z6c4a .card-title,
.cid-uCA41Z6c4a .iconfont-wrapper {
  color: #000000;
}
.cid-uCA41Z6c4a .card-text {
  color: #000000;
  text-align: center;
}
.cid-uCA41Z6c4a .content-head {
  max-width: 800px;
}
.cid-uCA41Z6c4a .mbr-section-title {
  color: #000000;
}
.cid-uCA41Z6c4a .card-title,
.cid-uCA41Z6c4a .img-wrapper {
  text-align: center;
}
.cid-uCA41Z6c4a .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCA41ZGLS9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uCA41ZGLS9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCA41ZGLS9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCA41ZGLS9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uCA41ZGLS9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCA41ZGLS9 .content-head {
  max-width: 800px;
}
.cid-uCA420kRyY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCA420kRyY .item:focus,
.cid-uCA420kRyY span:focus {
  outline: none;
}
.cid-uCA420kRyY .item {
  cursor: pointer;
}
.cid-uCA420kRyY .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCA420kRyY .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCA420kRyY .grid-container-1,
.cid-uCA420kRyY .grid-container-2,
.cid-uCA420kRyY .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCA420kRyY .grid-container-1,
  .cid-uCA420kRyY .grid-container-2,
  .cid-uCA420kRyY .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uCA420kRyY .mbr-section-title {
  color: #000000;
}
.cid-uCA420kRyY .mbr-text,
.cid-uCA420kRyY .mbr-section-btn {
  color: #000000;
}
.cid-uCA420kRyY .content-head {
  max-width: 800px;
}
.cid-uCA420kRyY .container,
.cid-uCA420kRyY .container-fluid {
  overflow: hidden;
}
.cid-uCA420kRyY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCA420kRyY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCA420kRyY .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCA420kRyY .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCA420kRyY .grid-container-1,
.cid-uCA420kRyY .grid-container-2,
.cid-uCA420kRyY .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCA420kRyY .grid-container-1 {
  align-items: flex-end;
}
.cid-uCA420kRyY .grid-container-2 {
  align-items: flex-start;
}
.cid-uCA420LFvW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uCA420LFvW .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-uCA420LFvW .panel-group {
  border: none;
}
.cid-uCA420LFvW .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uCA420LFvW .card-header {
    padding: 0rem;
  }
}
.cid-uCA420LFvW .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uCA420LFvW .img-col {
  padding: 0;
}
.cid-uCA420LFvW .img-item {
  height: 100%;
}
.cid-uCA420LFvW img {
  height: 100%;
  object-fit: cover;
}
.cid-uCA420LFvW .collapsed span {
  transform: rotate(0deg);
}
.cid-uCA420LFvW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCA420LFvW p {
  margin-bottom: 0.3rem;
}
.cid-uCA420LFvW .panel-title-edit {
  color: #000000;
}
.cid-uCA420LFvW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uCA420LFvW .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uCA420LFvW .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCA420LFvW .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uCA420LFvW .panel-text {
  color: #000000;
}
.cid-uCA420LFvW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uCA420LFvW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uCA420LFvW .panel-title-edit,
.cid-uCA420LFvW .mbr-iconfont {
  color: #000000;
}
.cid-uCA421jG5D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uO5wDWyNJW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uO5wDWyNJW .row {
  flex-direction: row-reverse;
}
.cid-uO5wDWyNJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5wDWyNJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO5wDWyNJW .mbr-side-description {
  text-align: center;
}
.cid-uO5wDWR1Ph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uO5wDWR1Ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5wDWR1Ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO5wDWR1Ph .mbr-side-description {
  text-align: left;
}
.cid-uO5wDXaxgG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO5wDXaxgG .row {
  flex-direction: row-reverse;
}
.cid-uO5wDXaxgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5wDXaxgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO5wDXaxgG .mbr-side-description {
  text-align: left;
}
.cid-uO5wDXplgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uO5wDXplgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5wDXplgJ .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-uO5wDXplgJ .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uO5wDXplgJ .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uO5wDXplgJ .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uO5wDXplgJ .card-wrapper {
  background: #ffffff;
}
.cid-uO5wDXplgJ .mbr-text,
.cid-uO5wDXplgJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uO5wDXplgJ .card-title,
.cid-uO5wDXplgJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uO5wDXHfCW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uO5wDXHfCW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uO5wDXHfCW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uO5wDXHfCW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uO5wDXHfCW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uO5wDXHfCW .content-head {
  max-width: 800px;
}
.cid-uO5wDXVnG5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
