body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uaVSG5nlrn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaVSG5nlrn nav.navbar {
  position: fixed;
}
.cid-uaVSG5nlrn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaVSG5nlrn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaVSG5nlrn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaVSG5nlrn .dropdown-item:hover,
.cid-uaVSG5nlrn .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uaVSG5nlrn .dropdown-item:hover span {
  color: white;
}
.cid-uaVSG5nlrn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaVSG5nlrn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaVSG5nlrn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaVSG5nlrn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaVSG5nlrn .nav-link {
  position: relative;
}
.cid-uaVSG5nlrn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaVSG5nlrn .container {
    flex-wrap: nowrap;
  }
}
.cid-uaVSG5nlrn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaVSG5nlrn .dropdown-menu,
.cid-uaVSG5nlrn .navbar.opened {
  background: #e3c6b7 !important;
}
.cid-uaVSG5nlrn .nav-item:focus,
.cid-uaVSG5nlrn .nav-link:focus {
  outline: none;
}
.cid-uaVSG5nlrn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaVSG5nlrn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaVSG5nlrn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaVSG5nlrn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaVSG5nlrn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaVSG5nlrn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaVSG5nlrn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3c6b7;
}
.cid-uaVSG5nlrn .navbar.opened {
  transition: all 0.3s;
}
.cid-uaVSG5nlrn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaVSG5nlrn .navbar .navbar-logo img {
  width: auto;
}
.cid-uaVSG5nlrn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaVSG5nlrn .navbar.collapsed {
  justify-content: center;
}
.cid-uaVSG5nlrn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaVSG5nlrn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaVSG5nlrn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uaVSG5nlrn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaVSG5nlrn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaVSG5nlrn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaVSG5nlrn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaVSG5nlrn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaVSG5nlrn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaVSG5nlrn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaVSG5nlrn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaVSG5nlrn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaVSG5nlrn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaVSG5nlrn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaVSG5nlrn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaVSG5nlrn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaVSG5nlrn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaVSG5nlrn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaVSG5nlrn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaVSG5nlrn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaVSG5nlrn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaVSG5nlrn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaVSG5nlrn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaVSG5nlrn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaVSG5nlrn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaVSG5nlrn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaVSG5nlrn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaVSG5nlrn .dropdown-item.active,
.cid-uaVSG5nlrn .dropdown-item:active {
  background-color: transparent;
}
.cid-uaVSG5nlrn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaVSG5nlrn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaVSG5nlrn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaVSG5nlrn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3c6b7;
}
.cid-uaVSG5nlrn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaVSG5nlrn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaVSG5nlrn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaVSG5nlrn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaVSG5nlrn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaVSG5nlrn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaVSG5nlrn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaVSG5nlrn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaVSG5nlrn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaVSG5nlrn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaVSG5nlrn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaVSG5nlrn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaVSG5nlrn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaVSG5nlrn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaVSG5nlrn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaVSG5nlrn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaVSG5nlrn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaVSG5nlrn .navbar {
    height: 70px;
  }
  .cid-uaVSG5nlrn .navbar.opened {
    height: auto;
  }
  .cid-uaVSG5nlrn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub7UqAFju1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sir-manuel-xo5cerkwfwk-unsplash-1-1-2000x1333.jpg");
}
.cid-ub7UqAFju1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7UqAFju1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7UqAFju1 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub7UqAFju1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub7UqAFju1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub7UqAFju1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uaVSJmQkjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaVSJmQkjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVSJmQkjs .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-uaVSJmQkjs .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uaVSJmQkjs .container {
    padding: 0 12px;
  }
}
.cid-uaVSJmQkjs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uaVSJmQkjs .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uaVSJmQkjs .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uaVSJmQkjs .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uaVSJmQkjs .mbr-section-title {
  color: #222222;
}
.cid-uaWRunNclk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaWRunNclk .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaWRunNclk .mbr-text {
  text-align: left;
}
.cid-uaVSRbFHYL {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #e3c6b7;
}
.cid-uaVSRbFHYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVSRbFHYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVSRbFHYL .card-wrapper {
  border: 3px solid #e43f3f;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uaVSRbFHYL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaVSRbFHYL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uaVSRbFHYL .mbr-section-subtitle {
  background: #e43f3f;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uaVSRbFHYL .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ff6666;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uaVSRbFHYL .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e43f3f;
  font-size: 1.5rem;
}
.cid-uaVSRbFHYL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaVSRbFHYL .mbr-text,
.cid-uaVSRbFHYL .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uaVSRbFHYL .mbr-section-subtitle2,
.cid-uaVSRbFHYL .align-wrapper {
  color: #04492e;
}
.cid-uaVSRbFHYL .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-ub7W7gtxdT {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3c6b7;
}
.cid-ub7W7gtxdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7W7gtxdT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub7W7gtxdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7W7gtxdT h1 {
  max-width: 800px;
}
.cid-ub7W7gtxdT p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub7W7gtxdT .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-ub7W7gtxdT .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub7W7gtxdT .btn div {
  overflow: hidden;
}
.cid-ub7W7gtxdT .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub7W7gtxdT {
    align-items: center;
  }
  .cid-ub7W7gtxdT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub7W7gtxdT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub7W7gtxdT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub7W7gtxdT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub7W7gtxdT .content-wrap {
    width: 100%;
  }
}
.cid-ub7W7gtxdT .mbr-section-subtitle,
.cid-ub7W7gtxdT .line {
  color: #291f1e;
}
.cid-ub7W7gtxdT .mbr-text,
.cid-ub7W7gtxdT .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub7W7gtxdT .mbr-section-title {
  color: #291f1e;
}
.cid-uaVT2LkxoT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3c6b7;
}
.cid-uaVT2LkxoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVT2LkxoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVT2LkxoT .row {
  justify-content: center;
}
.cid-uaVT2LkxoT .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uaVT2LkxoT .col-title {
    margin-bottom: 20px;
  }
}
.cid-uaVT2LkxoT .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uaVT2LkxoT .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uaVT2LkxoT .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uaVT2LkxoT .card-row {
  align-items: stretch;
}
.cid-uaVT2LkxoT .card {
  padding: 10px;
}
.cid-uaVT2LkxoT .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #e3c6b7;
  transition: .3s all;
  border: 2px solid #e43f3f;
}
.cid-uaVT2LkxoT .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uaVT2LkxoT .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uaVT2LkxoT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bbbbbb;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uaVT2LkxoT .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uaVT2LkxoT .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uaVT2LkxoT .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #e3c6b7;
  }
}
.cid-uaVT2LkxoT .card-wrapper:hover .card-box {
  background-color: #bbbbbb;
}
.cid-uaVT2LkxoT .card-wrapper:hover .iconfont-wrapper {
  background-color: #e3c6b7;
}
.cid-uaVT2LkxoT .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uaVT2LkxoT .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uaVT2LkxoT .card-title,
.cid-uaVT2LkxoT .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uaWRw1iisB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaVXWqLymQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaVXWqLymQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVXWqLymQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVXWqLymQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uaVXWqLymQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uaVXWqLymQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uaVXWqLymQ .mbr-section-title {
  color: #131313;
}
.cid-uaVXWqLymQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uaVXWqLymQ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uaVXWqLymQ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uaVXWqLymQ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #e3c6b7;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uaVXWqLymQ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uaVXWqLymQ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uaVXWqLymQ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uaVXWqLymQ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uaVXWqLymQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uaVXWqLymQ .card-title {
  color: #131313;
}
.cid-uaVXWqLymQ .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uaVXWqLymQ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uaVXWqLymQ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uaVXWqLymQ .card-link {
    margin-top: 15px;
  }
}
.cid-uaVXWqLymQ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uaVXWqLymQ .card-title,
.cid-uaVXWqLymQ .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uaWRwVvBPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub2SIM1VQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub2SIM1VQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2SIM1VQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2SIM1VQC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ub2SIM1VQC .container-fluid {
    padding: 0 12px;
  }
}
.cid-ub2SIM1VQC .container-fluid .row {
  padding: 0;
}
.cid-ub2SIM1VQC .row {
  border: 3px solid #e3c6b7;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ub2SIM1VQC .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ub2SIM1VQC .card {
    padding: 48px 20px;
  }
}
.cid-ub2SIM1VQC .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ub2SIM1VQC .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub2SIM1VQC .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e3c6b7;
}
.cid-ub2SIM1VQC .app-video-wrapper::before {
  color: #4479d9;
  text-shadow: none;
}
.cid-ub2SIM1VQC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaWRCbrZeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaWRCbrZeU blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #e3c6b7;
}
.cid-uaWREdwJ1e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaWREdwJ1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWREdwJ1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaWREdwJ1e .card-wrapper {
  background: #e3c6b7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uaWREdwJ1e .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaWREdwJ1e .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaWREdwJ1e .card-wrapper {
    padding: 4rem;
  }
}
.cid-uaWREdwJ1e .mbr-text,
.cid-uaWREdwJ1e .mbr-section-btn {
  color: #000000;
}
.cid-uaWREdwJ1e .card-title,
.cid-uaWREdwJ1e .card-box {
  text-align: left;
  color: #000000;
}
.cid-uaVSSjCJhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-uaVSSjCJhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVSSjCJhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVSSjCJhm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uaVSSjCJhm .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uaVSSjCJhm .container {
    padding: 0 25px;
  }
}
.cid-uaVSSjCJhm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uaVSSjCJhm .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uaVSSjCJhm .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uaVSSjCJhm .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uaVSSjCJhm .panel-group .card {
  border-bottom: 1px solid #ff6666;
  border-radius: 0;
}
.cid-uaVSSjCJhm .panel-group .card:first-child {
  border-top: 1px solid #ff6666;
}
.cid-uaVSSjCJhm .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uaVSSjCJhm .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uaVSSjCJhm .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uaVSSjCJhm .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uaVSSjCJhm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uaVSSjCJhm .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ff6666;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uaVSSjCJhm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uaVSSjCJhm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaVSSjCJhm .panel-title-edit {
  color: #000000;
}
.cid-uaVSSjCJhm .panel-text {
  color: #000000;
}
.cid-ub2ZTAm1i0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub2SwBqPJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e3c6b7;
}
.cid-ub2SwBqPJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2SwBqPJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2SwBqPJu .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub2SwBqPJu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub2SwBqPJu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub2SwBqPJu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub2SwBqPJu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub30y3RzFY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub30y3RzFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub30y3RzFY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ub30y3RzFY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub30y3RzFY .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ub30y3RzFY a {
  font-weight: 600;
}
.cid-ub30y3RzFY a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-ub30y3RzFY .col-lg-3,
  .cid-ub30y3RzFY .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-ub30y3RzFY .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-ub30y3RzFY .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ub30y3RzFY h5 {
  margin: 0;
}
.cid-ub30y3RzFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub30y3RzFY .iconfont-wrapper {
  position: relative;
}
.cid-ub30y3RzFY .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ub30y3RzFY .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-ub30y3RzFY .sociconfont-wrapper {
  display: flex;
}
.cid-ub30y3RzFY .card-title,
.cid-ub30y3RzFY .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-ub30y3RzFY .card-text {
  color: #000000;
}
.cid-ub30y3RzFY .mbr-section-title {
  color: #000000;
}
.cid-ub30y3RzFY .main-title,
.cid-ub30y3RzFY .iconfont-wrapper {
  text-align: left;
}
.cid-ub30BRFZg2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3c6b7;
  overflow: hidden;
}
.cid-ub7XsgYw0M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ub7XsgYw0M nav.navbar {
  position: fixed;
}
.cid-ub7XsgYw0M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub7XsgYw0M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub7XsgYw0M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ub7XsgYw0M .dropdown-item:hover,
.cid-ub7XsgYw0M .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ub7XsgYw0M .dropdown-item:hover span {
  color: white;
}
.cid-ub7XsgYw0M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ub7XsgYw0M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ub7XsgYw0M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub7XsgYw0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub7XsgYw0M .nav-link {
  position: relative;
}
.cid-ub7XsgYw0M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub7XsgYw0M .container {
    flex-wrap: nowrap;
  }
}
.cid-ub7XsgYw0M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub7XsgYw0M .dropdown-menu,
.cid-ub7XsgYw0M .navbar.opened {
  background: #e3c6b7 !important;
}
.cid-ub7XsgYw0M .nav-item:focus,
.cid-ub7XsgYw0M .nav-link:focus {
  outline: none;
}
.cid-ub7XsgYw0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub7XsgYw0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub7XsgYw0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub7XsgYw0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub7XsgYw0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub7XsgYw0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub7XsgYw0M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3c6b7;
}
.cid-ub7XsgYw0M .navbar.opened {
  transition: all 0.3s;
}
.cid-ub7XsgYw0M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub7XsgYw0M .navbar .navbar-logo img {
  width: auto;
}
.cid-ub7XsgYw0M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub7XsgYw0M .navbar.collapsed {
  justify-content: center;
}
.cid-ub7XsgYw0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub7XsgYw0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub7XsgYw0M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ub7XsgYw0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub7XsgYw0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub7XsgYw0M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ub7XsgYw0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub7XsgYw0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub7XsgYw0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub7XsgYw0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub7XsgYw0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub7XsgYw0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub7XsgYw0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub7XsgYw0M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ub7XsgYw0M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub7XsgYw0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub7XsgYw0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub7XsgYw0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub7XsgYw0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub7XsgYw0M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub7XsgYw0M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub7XsgYw0M .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub7XsgYw0M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub7XsgYw0M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub7XsgYw0M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub7XsgYw0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub7XsgYw0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub7XsgYw0M .dropdown-item.active,
.cid-ub7XsgYw0M .dropdown-item:active {
  background-color: transparent;
}
.cid-ub7XsgYw0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub7XsgYw0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub7XsgYw0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub7XsgYw0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3c6b7;
}
.cid-ub7XsgYw0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub7XsgYw0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub7XsgYw0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub7XsgYw0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub7XsgYw0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub7XsgYw0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub7XsgYw0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub7XsgYw0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub7XsgYw0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub7XsgYw0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub7XsgYw0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub7XsgYw0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub7XsgYw0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub7XsgYw0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub7XsgYw0M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub7XsgYw0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub7XsgYw0M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub7XsgYw0M .navbar {
    height: 70px;
  }
  .cid-ub7XsgYw0M .navbar.opened {
    height: auto;
  }
  .cid-ub7XsgYw0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub7XshFNOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istockphoto-1452738689-612x612-2-1-612x408.jpg");
}
.cid-ub7XshFNOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XshFNOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XshFNOq .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub7XshFNOq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub7XshFNOq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub7XshFNOq .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub7Xsiz4m3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7Xsiz4m3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Xsiz4m3 .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-ub7Xsiz4m3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub7Xsiz4m3 .container {
    padding: 0 12px;
  }
}
.cid-ub7Xsiz4m3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ub7Xsiz4m3 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ub7Xsiz4m3 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ub7Xsiz4m3 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ub7Xsiz4m3 .mbr-section-title {
  color: #222222;
}
.cid-ub7Xsjyml0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7Xsjyml0 .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ub7Xsjyml0 .mbr-text {
  text-align: left;
}
.cid-ub7Xsku3BJ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #e3c6b7;
}
.cid-ub7Xsku3BJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Xsku3BJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7Xsku3BJ .card-wrapper {
  border: 3px solid #e43f3f;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-ub7Xsku3BJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub7Xsku3BJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ub7Xsku3BJ .mbr-section-subtitle {
  background: #e43f3f;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ub7Xsku3BJ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ff6666;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ub7Xsku3BJ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e43f3f;
  font-size: 1.5rem;
}
.cid-ub7Xsku3BJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub7Xsku3BJ .mbr-text,
.cid-ub7Xsku3BJ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-ub7Xsku3BJ .mbr-section-subtitle2,
.cid-ub7Xsku3BJ .align-wrapper {
  color: #04492e;
}
.cid-ub7Xsku3BJ .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-ub7Xslql0S {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3c6b7;
}
.cid-ub7Xslql0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Xslql0S .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub7Xslql0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7Xslql0S h1 {
  max-width: 800px;
}
.cid-ub7Xslql0S p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub7Xslql0S .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-ub7Xslql0S .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub7Xslql0S .btn div {
  overflow: hidden;
}
.cid-ub7Xslql0S .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub7Xslql0S {
    align-items: center;
  }
  .cid-ub7Xslql0S .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub7Xslql0S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub7Xslql0S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub7Xslql0S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub7Xslql0S .content-wrap {
    width: 100%;
  }
}
.cid-ub7Xslql0S .mbr-section-subtitle,
.cid-ub7Xslql0S .line {
  color: #291f1e;
}
.cid-ub7Xslql0S .mbr-text,
.cid-ub7Xslql0S .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub7Xslql0S .mbr-section-title {
  color: #291f1e;
}
.cid-ub7XslOLsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3c6b7;
}
.cid-ub7XslOLsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XslOLsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XslOLsI .row {
  justify-content: center;
}
.cid-ub7XslOLsI .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ub7XslOLsI .col-title {
    margin-bottom: 20px;
  }
}
.cid-ub7XslOLsI .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ub7XslOLsI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ub7XslOLsI .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ub7XslOLsI .card-row {
  align-items: stretch;
}
.cid-ub7XslOLsI .card {
  padding: 10px;
}
.cid-ub7XslOLsI .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #e3c6b7;
  transition: .3s all;
  border: 2px solid #e43f3f;
}
.cid-ub7XslOLsI .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ub7XslOLsI .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ub7XslOLsI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bbbbbb;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ub7XslOLsI .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ub7XslOLsI .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ub7XslOLsI .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #e3c6b7;
  }
}
.cid-ub7XslOLsI .card-wrapper:hover .card-box {
  background-color: #bbbbbb;
}
.cid-ub7XslOLsI .card-wrapper:hover .iconfont-wrapper {
  background-color: #e3c6b7;
}
.cid-ub7XslOLsI .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ub7XslOLsI .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ub7XslOLsI .card-title,
.cid-ub7XslOLsI .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ub7Xsmnjct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7XsmLEZW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7XsmLEZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XsmLEZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XsmLEZW .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ub7XsmLEZW .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ub7XsmLEZW .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ub7XsmLEZW .mbr-section-title {
  color: #131313;
}
.cid-ub7XsmLEZW .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ub7XsmLEZW .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ub7XsmLEZW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ub7XsmLEZW .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #e3c6b7;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ub7XsmLEZW .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ub7XsmLEZW .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ub7XsmLEZW .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ub7XsmLEZW .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ub7XsmLEZW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ub7XsmLEZW .card-title {
  color: #131313;
}
.cid-ub7XsmLEZW .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ub7XsmLEZW .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ub7XsmLEZW .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ub7XsmLEZW .card-link {
    margin-top: 15px;
  }
}
.cid-ub7XsmLEZW .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ub7XsmLEZW .card-title,
.cid-ub7XsmLEZW .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ub7Xsnl4Vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7XsnFTqK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub7XsnFTqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XsnFTqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XsnFTqK .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ub7XsnFTqK .container-fluid {
    padding: 0 12px;
  }
}
.cid-ub7XsnFTqK .container-fluid .row {
  padding: 0;
}
.cid-ub7XsnFTqK .row {
  border: 3px solid #e3c6b7;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ub7XsnFTqK .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ub7XsnFTqK .card {
    padding: 48px 20px;
  }
}
.cid-ub7XsnFTqK .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ub7XsnFTqK .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub7XsnFTqK .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e3c6b7;
}
.cid-ub7XsnFTqK .app-video-wrapper::before {
  color: #e43f3f;
  text-shadow: none;
}
.cid-ub7XsnFTqK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub7Xso6MrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7Xso6MrK blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #e3c6b7;
}
.cid-ub7XsosxuG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7XsosxuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XsosxuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XsosxuG .card-wrapper {
  background: #e3c6b7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub7XsosxuG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub7XsosxuG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub7XsosxuG .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub7XsosxuG .mbr-text,
.cid-ub7XsosxuG .mbr-section-btn {
  color: #000000;
}
.cid-ub7XsosxuG .card-title,
.cid-ub7XsosxuG .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub7XsoTi8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7XsoTi8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XsoTi8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XsoTi8n .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub7XsoTi8n .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ub7XsoTi8n .container {
    padding: 0 25px;
  }
}
.cid-ub7XsoTi8n .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub7XsoTi8n .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ub7XsoTi8n .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-ub7XsoTi8n .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-ub7XsoTi8n .panel-group .card {
  border-bottom: 1px solid #ff6666;
  border-radius: 0;
}
.cid-ub7XsoTi8n .panel-group .card:first-child {
  border-top: 1px solid #ff6666;
}
.cid-ub7XsoTi8n .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-ub7XsoTi8n .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ub7XsoTi8n .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub7XsoTi8n .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub7XsoTi8n .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub7XsoTi8n .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ff6666;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-ub7XsoTi8n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-ub7XsoTi8n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub7XsoTi8n .panel-title-edit {
  color: #000000;
}
.cid-ub7XsoTi8n .panel-text {
  color: #000000;
}
.cid-ub7XspuSZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub8jXCVEaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub8jXCVEaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub8jXCVEaR .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-ub8jXCVEaR .container {
    padding: 0 30px;
  }
}
.cid-ub8jXCVEaR .row {
  justify-content: center;
}
.cid-ub8jXCVEaR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ub8jXCVEaR .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-ub8jXCVEaR .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-ub8jXCVEaR .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ub8jXCVEaR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ub8jXCVEaR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub8jXCVEaR .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ub8jXCVEaR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub8jXCVEaR .mbr-section-btn {
  text-align: center;
}
.cid-ub8jXCVEaR .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ub8jXCVEaR .mbr-section-btn .btn:hover,
.cid-ub8jXCVEaR .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ub8jXCVEaR .mbr-section-title {
  color: #212529;
}
.cid-ub8jXCVEaR .panel-title-edit {
  color: #212529;
}
.cid-ub8jXCVEaR .panel-text {
  color: #212529;
}
.cid-ub7XspSCY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e3c6b7;
}
.cid-ub7XspSCY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XspSCY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XspSCY4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub7XspSCY4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub7XspSCY4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub7XspSCY4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub7XspSCY4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub7XsqpTuV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub7XsqpTuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7XsqpTuV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ub7XsqpTuV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub7XsqpTuV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ub7XsqpTuV a {
  font-weight: 600;
}
.cid-ub7XsqpTuV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-ub7XsqpTuV .col-lg-3,
  .cid-ub7XsqpTuV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-ub7XsqpTuV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-ub7XsqpTuV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ub7XsqpTuV h5 {
  margin: 0;
}
.cid-ub7XsqpTuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7XsqpTuV .iconfont-wrapper {
  position: relative;
}
.cid-ub7XsqpTuV .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ub7XsqpTuV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-ub7XsqpTuV .sociconfont-wrapper {
  display: flex;
}
.cid-ub7XsqpTuV .card-title,
.cid-ub7XsqpTuV .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-ub7XsqpTuV .card-text {
  color: #000000;
}
.cid-ub7XsqpTuV .mbr-section-title {
  color: #000000;
}
.cid-ub7XsqpTuV .main-title,
.cid-ub7XsqpTuV .iconfont-wrapper {
  text-align: left;
}
.cid-ub7Xsr1MeQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3c6b7;
  overflow: hidden;
}
.cid-ub7YwVKh9z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ub7YwVKh9z nav.navbar {
  position: fixed;
}
.cid-ub7YwVKh9z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub7YwVKh9z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub7YwVKh9z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ub7YwVKh9z .dropdown-item:hover,
.cid-ub7YwVKh9z .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ub7YwVKh9z .dropdown-item:hover span {
  color: white;
}
.cid-ub7YwVKh9z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ub7YwVKh9z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ub7YwVKh9z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub7YwVKh9z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub7YwVKh9z .nav-link {
  position: relative;
}
.cid-ub7YwVKh9z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub7YwVKh9z .container {
    flex-wrap: nowrap;
  }
}
.cid-ub7YwVKh9z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub7YwVKh9z .dropdown-menu,
.cid-ub7YwVKh9z .navbar.opened {
  background: #e3c6b7 !important;
}
.cid-ub7YwVKh9z .nav-item:focus,
.cid-ub7YwVKh9z .nav-link:focus {
  outline: none;
}
.cid-ub7YwVKh9z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub7YwVKh9z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub7YwVKh9z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub7YwVKh9z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub7YwVKh9z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub7YwVKh9z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub7YwVKh9z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3c6b7;
}
.cid-ub7YwVKh9z .navbar.opened {
  transition: all 0.3s;
}
.cid-ub7YwVKh9z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub7YwVKh9z .navbar .navbar-logo img {
  width: auto;
}
.cid-ub7YwVKh9z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub7YwVKh9z .navbar.collapsed {
  justify-content: center;
}
.cid-ub7YwVKh9z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub7YwVKh9z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub7YwVKh9z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ub7YwVKh9z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub7YwVKh9z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub7YwVKh9z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ub7YwVKh9z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub7YwVKh9z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub7YwVKh9z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub7YwVKh9z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub7YwVKh9z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub7YwVKh9z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub7YwVKh9z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub7YwVKh9z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ub7YwVKh9z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub7YwVKh9z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub7YwVKh9z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub7YwVKh9z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub7YwVKh9z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub7YwVKh9z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub7YwVKh9z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub7YwVKh9z .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub7YwVKh9z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub7YwVKh9z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub7YwVKh9z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub7YwVKh9z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub7YwVKh9z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub7YwVKh9z .dropdown-item.active,
.cid-ub7YwVKh9z .dropdown-item:active {
  background-color: transparent;
}
.cid-ub7YwVKh9z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub7YwVKh9z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub7YwVKh9z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub7YwVKh9z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3c6b7;
}
.cid-ub7YwVKh9z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub7YwVKh9z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub7YwVKh9z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub7YwVKh9z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub7YwVKh9z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub7YwVKh9z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub7YwVKh9z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub7YwVKh9z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub7YwVKh9z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub7YwVKh9z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub7YwVKh9z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub7YwVKh9z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub7YwVKh9z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub7YwVKh9z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub7YwVKh9z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub7YwVKh9z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub7YwVKh9z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub7YwVKh9z .navbar {
    height: 70px;
  }
  .cid-ub7YwVKh9z .navbar.opened {
    height: auto;
  }
  .cid-ub7YwVKh9z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub7YwX280C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istockphoto-1580593215-612x612-1-1-612x408.jpg");
}
.cid-ub7YwX280C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YwX280C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7YwX280C .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub7YwX280C .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub7YwX280C .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub7YwX280C .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub7YwYaXyh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7YwYaXyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YwYaXyh .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-ub7YwYaXyh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub7YwYaXyh .container {
    padding: 0 12px;
  }
}
.cid-ub7YwYaXyh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ub7YwYaXyh .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ub7YwYaXyh .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ub7YwYaXyh .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4479d9;
  background-color: #ff6666;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ub7YwYaXyh .mbr-section-title {
  color: #222222;
}
.cid-ub7YwYZ4ck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7YwYZ4ck .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ub7YwYZ4ck .mbr-text {
  text-align: left;
}
.cid-ub7YwZOkfQ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #e3c6b7;
}
.cid-ub7YwZOkfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YwZOkfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7YwZOkfQ .card-wrapper {
  border: 3px solid #e43f3f;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-ub7YwZOkfQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub7YwZOkfQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ub7YwZOkfQ .mbr-section-subtitle {
  background: #e43f3f;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ub7YwZOkfQ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ff6666;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ub7YwZOkfQ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e43f3f;
  font-size: 1.5rem;
}
.cid-ub7YwZOkfQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub7YwZOkfQ .mbr-text,
.cid-ub7YwZOkfQ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-ub7YwZOkfQ .mbr-section-subtitle2,
.cid-ub7YwZOkfQ .align-wrapper {
  color: #04492e;
}
.cid-ub7YwZOkfQ .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-ub7Yx1ckYx {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3c6b7;
}
.cid-ub7Yx1ckYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Yx1ckYx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub7Yx1ckYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7Yx1ckYx h1 {
  max-width: 800px;
}
.cid-ub7Yx1ckYx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub7Yx1ckYx .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-ub7Yx1ckYx .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub7Yx1ckYx .btn div {
  overflow: hidden;
}
.cid-ub7Yx1ckYx .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub7Yx1ckYx {
    align-items: center;
  }
  .cid-ub7Yx1ckYx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub7Yx1ckYx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub7Yx1ckYx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub7Yx1ckYx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub7Yx1ckYx .content-wrap {
    width: 100%;
  }
}
.cid-ub7Yx1ckYx .mbr-section-subtitle,
.cid-ub7Yx1ckYx .line {
  color: #291f1e;
}
.cid-ub7Yx1ckYx .mbr-text,
.cid-ub7Yx1ckYx .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub7Yx1ckYx .mbr-section-title {
  color: #291f1e;
}
.cid-ub7Yx2aU8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3c6b7;
}
.cid-ub7Yx2aU8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Yx2aU8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7Yx2aU8g .row {
  justify-content: center;
}
.cid-ub7Yx2aU8g .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ub7Yx2aU8g .col-title {
    margin-bottom: 20px;
  }
}
.cid-ub7Yx2aU8g .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ub7Yx2aU8g .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ub7Yx2aU8g .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ub7Yx2aU8g .card-row {
  align-items: stretch;
}
.cid-ub7Yx2aU8g .card {
  padding: 10px;
}
.cid-ub7Yx2aU8g .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #e3c6b7;
  transition: .3s all;
  border: 2px solid #e43f3f;
}
.cid-ub7Yx2aU8g .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ub7Yx2aU8g .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ub7Yx2aU8g .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bbbbbb;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ub7Yx2aU8g .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ub7Yx2aU8g .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ub7Yx2aU8g .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #e3c6b7;
  }
}
.cid-ub7Yx2aU8g .card-wrapper:hover .card-box {
  background-color: #bbbbbb;
}
.cid-ub7Yx2aU8g .card-wrapper:hover .iconfont-wrapper {
  background-color: #e3c6b7;
}
.cid-ub7Yx2aU8g .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ub7Yx2aU8g .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ub7Yx2aU8g .card-title,
.cid-ub7Yx2aU8g .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ub7Yx3gkPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7Yx42Ubz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7Yx42Ubz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Yx42Ubz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7Yx42Ubz .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ub7Yx42Ubz .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ub7Yx42Ubz .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ub7Yx42Ubz .mbr-section-title {
  color: #131313;
}
.cid-ub7Yx42Ubz .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ub7Yx42Ubz .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ub7Yx42Ubz .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ub7Yx42Ubz .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #e3c6b7;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ub7Yx42Ubz .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ub7Yx42Ubz .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ub7Yx42Ubz .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ub7Yx42Ubz .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ub7Yx42Ubz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ub7Yx42Ubz .card-title {
  color: #131313;
}
.cid-ub7Yx42Ubz .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ub7Yx42Ubz .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ub7Yx42Ubz .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ub7Yx42Ubz .card-link {
    margin-top: 15px;
  }
}
.cid-ub7Yx42Ubz .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ub7Yx42Ubz .card-title,
.cid-ub7Yx42Ubz .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ub7Yx5MXw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7Yxb3OmM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub7Yxb3OmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7Yxb3OmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7Yxb3OmM .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ub7Yxb3OmM .container-fluid {
    padding: 0 12px;
  }
}
.cid-ub7Yxb3OmM .container-fluid .row {
  padding: 0;
}
.cid-ub7Yxb3OmM .row {
  border: 3px solid #e3c6b7;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ub7Yxb3OmM .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ub7Yxb3OmM .card {
    padding: 48px 20px;
  }
}
.cid-ub7Yxb3OmM .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ub7Yxb3OmM .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub7Yxb3OmM .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e3c6b7;
}
.cid-ub7Yxb3OmM .app-video-wrapper::before {
  color: #e43f3f;
  text-shadow: none;
}
.cid-ub7Yxb3OmM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub7YxecsZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7YxecsZc blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #e3c6b7;
}
.cid-ub7YxfDiIr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7YxfDiIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YxfDiIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7YxfDiIr .card-wrapper {
  background: #e3c6b7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub7YxfDiIr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub7YxfDiIr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub7YxfDiIr .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub7YxfDiIr .mbr-text,
.cid-ub7YxfDiIr .mbr-section-btn {
  color: #000000;
}
.cid-ub7YxfDiIr .card-title,
.cid-ub7YxfDiIr .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub7YxhLwcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub7YxhLwcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YxhLwcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7YxhLwcO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub7YxhLwcO .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ub7YxhLwcO .container {
    padding: 0 25px;
  }
}
.cid-ub7YxhLwcO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub7YxhLwcO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ub7YxhLwcO .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-ub7YxhLwcO .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-ub7YxhLwcO .panel-group .card {
  border-bottom: 1px solid #ff6666;
  border-radius: 0;
}
.cid-ub7YxhLwcO .panel-group .card:first-child {
  border-top: 1px solid #ff6666;
}
.cid-ub7YxhLwcO .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-ub7YxhLwcO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ub7YxhLwcO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub7YxhLwcO .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub7YxhLwcO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub7YxhLwcO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ff6666;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-ub7YxhLwcO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-ub7YxhLwcO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub7YxhLwcO .panel-title-edit {
  color: #000000;
}
.cid-ub7YxhLwcO .panel-text {
  color: #000000;
}
.cid-ub7YxlwY56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub8kg9iLa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub8kg9iLa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub8kg9iLa9 .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-ub8kg9iLa9 .container {
    padding: 0 30px;
  }
}
.cid-ub8kg9iLa9 .row {
  justify-content: center;
}
.cid-ub8kg9iLa9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ub8kg9iLa9 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-ub8kg9iLa9 .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-ub8kg9iLa9 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ub8kg9iLa9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ub8kg9iLa9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub8kg9iLa9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ub8kg9iLa9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub8kg9iLa9 .mbr-section-btn {
  text-align: center;
}
.cid-ub8kg9iLa9 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ub8kg9iLa9 .mbr-section-btn .btn:hover,
.cid-ub8kg9iLa9 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ub8kg9iLa9 .mbr-section-title {
  color: #212529;
}
.cid-ub8kg9iLa9 .panel-title-edit {
  color: #212529;
}
.cid-ub8kg9iLa9 .panel-text {
  color: #212529;
}
.cid-ub7YxnD8XW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e3c6b7;
}
.cid-ub7YxnD8XW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YxnD8XW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7YxnD8XW .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub7YxnD8XW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub7YxnD8XW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub7YxnD8XW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub7YxnD8XW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub7YxpiHUF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub7YxpiHUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub7YxpiHUF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ub7YxpiHUF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub7YxpiHUF .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ub7YxpiHUF a {
  font-weight: 600;
}
.cid-ub7YxpiHUF a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-ub7YxpiHUF .col-lg-3,
  .cid-ub7YxpiHUF .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-ub7YxpiHUF .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-ub7YxpiHUF .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ub7YxpiHUF h5 {
  margin: 0;
}
.cid-ub7YxpiHUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub7YxpiHUF .iconfont-wrapper {
  position: relative;
}
.cid-ub7YxpiHUF .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ub7YxpiHUF .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-ub7YxpiHUF .sociconfont-wrapper {
  display: flex;
}
.cid-ub7YxpiHUF .card-title,
.cid-ub7YxpiHUF .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-ub7YxpiHUF .card-text {
  color: #000000;
}
.cid-ub7YxpiHUF .mbr-section-title {
  color: #000000;
}
.cid-ub7YxpiHUF .main-title,
.cid-ub7YxpiHUF .iconfont-wrapper {
  text-align: left;
}
.cid-ub7YxrJcZE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3c6b7;
  overflow: hidden;
}
.cid-ub81vC1yQI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ub81vC1yQI nav.navbar {
  position: fixed;
}
.cid-ub81vC1yQI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub81vC1yQI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub81vC1yQI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ub81vC1yQI .dropdown-item:hover,
.cid-ub81vC1yQI .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ub81vC1yQI .dropdown-item:hover span {
  color: white;
}
.cid-ub81vC1yQI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ub81vC1yQI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ub81vC1yQI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub81vC1yQI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub81vC1yQI .nav-link {
  position: relative;
}
.cid-ub81vC1yQI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub81vC1yQI .container {
    flex-wrap: nowrap;
  }
}
.cid-ub81vC1yQI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub81vC1yQI .dropdown-menu,
.cid-ub81vC1yQI .navbar.opened {
  background: #e3c6b7 !important;
}
.cid-ub81vC1yQI .nav-item:focus,
.cid-ub81vC1yQI .nav-link:focus {
  outline: none;
}
.cid-ub81vC1yQI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub81vC1yQI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub81vC1yQI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub81vC1yQI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub81vC1yQI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub81vC1yQI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub81vC1yQI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3c6b7;
}
.cid-ub81vC1yQI .navbar.opened {
  transition: all 0.3s;
}
.cid-ub81vC1yQI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub81vC1yQI .navbar .navbar-logo img {
  width: auto;
}
.cid-ub81vC1yQI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub81vC1yQI .navbar.collapsed {
  justify-content: center;
}
.cid-ub81vC1yQI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub81vC1yQI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub81vC1yQI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ub81vC1yQI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub81vC1yQI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub81vC1yQI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ub81vC1yQI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub81vC1yQI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub81vC1yQI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub81vC1yQI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub81vC1yQI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub81vC1yQI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub81vC1yQI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub81vC1yQI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ub81vC1yQI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub81vC1yQI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub81vC1yQI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub81vC1yQI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub81vC1yQI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub81vC1yQI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub81vC1yQI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub81vC1yQI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub81vC1yQI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub81vC1yQI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub81vC1yQI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub81vC1yQI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub81vC1yQI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub81vC1yQI .dropdown-item.active,
.cid-ub81vC1yQI .dropdown-item:active {
  background-color: transparent;
}
.cid-ub81vC1yQI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub81vC1yQI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub81vC1yQI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub81vC1yQI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3c6b7;
}
.cid-ub81vC1yQI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub81vC1yQI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub81vC1yQI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub81vC1yQI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub81vC1yQI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub81vC1yQI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub81vC1yQI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub81vC1yQI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub81vC1yQI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub81vC1yQI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub81vC1yQI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub81vC1yQI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub81vC1yQI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub81vC1yQI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub81vC1yQI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub81vC1yQI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub81vC1yQI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub81vC1yQI .navbar {
    height: 70px;
  }
  .cid-ub81vC1yQI .navbar.opened {
    height: auto;
  }
  .cid-ub81vC1yQI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub81vCJ9PI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istockphoto-1909206914-612x612-2-612x408.jpg");
}
.cid-ub81vCJ9PI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vCJ9PI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vCJ9PI .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub81vCJ9PI .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub81vCJ9PI .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub81vCJ9PI .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub81vDbBZF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vDbBZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vDbBZF .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-ub81vDbBZF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub81vDbBZF .container {
    padding: 0 12px;
  }
}
.cid-ub81vDbBZF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ub81vDbBZF .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ub81vDbBZF .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ub81vDbBZF .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ub81vDbBZF .mbr-section-title {
  color: #222222;
}
.cid-ub81vDEWfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vDEWfS .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ub81vDEWfS .mbr-text {
  text-align: left;
}
.cid-ub81vE4Ta3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #e3c6b7;
}
.cid-ub81vE4Ta3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vE4Ta3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vE4Ta3 .card-wrapper {
  border: 3px solid #e43f3f;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-ub81vE4Ta3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub81vE4Ta3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ub81vE4Ta3 .mbr-section-subtitle {
  background: #e43f3f;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ub81vE4Ta3 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ff6666;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ub81vE4Ta3 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e43f3f;
  font-size: 1.5rem;
}
.cid-ub81vE4Ta3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub81vE4Ta3 .mbr-text,
.cid-ub81vE4Ta3 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-ub81vE4Ta3 .mbr-section-subtitle2,
.cid-ub81vE4Ta3 .align-wrapper {
  color: #04492e;
}
.cid-ub81vE4Ta3 .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-ub81vEZO1U {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3c6b7;
}
.cid-ub81vEZO1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vEZO1U .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub81vEZO1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vEZO1U h1 {
  max-width: 800px;
}
.cid-ub81vEZO1U p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub81vEZO1U .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #e43f3f !important;
}
.cid-ub81vEZO1U .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub81vEZO1U .btn div {
  overflow: hidden;
}
.cid-ub81vEZO1U .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub81vEZO1U {
    align-items: center;
  }
  .cid-ub81vEZO1U .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub81vEZO1U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub81vEZO1U {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub81vEZO1U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub81vEZO1U .content-wrap {
    width: 100%;
  }
}
.cid-ub81vEZO1U .mbr-section-subtitle,
.cid-ub81vEZO1U .line {
  color: #291f1e;
}
.cid-ub81vEZO1U .mbr-text,
.cid-ub81vEZO1U .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub81vEZO1U .mbr-section-title {
  color: #291f1e;
}
.cid-ub81vFKvEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3c6b7;
}
.cid-ub81vFKvEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vFKvEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vFKvEv .row {
  justify-content: center;
}
.cid-ub81vFKvEv .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ub81vFKvEv .col-title {
    margin-bottom: 20px;
  }
}
.cid-ub81vFKvEv .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ub81vFKvEv .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ub81vFKvEv .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ub81vFKvEv .card-row {
  align-items: stretch;
}
.cid-ub81vFKvEv .card {
  padding: 10px;
}
.cid-ub81vFKvEv .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #e3c6b7;
  transition: .3s all;
  border: 2px solid #e43f3f;
}
.cid-ub81vFKvEv .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ub81vFKvEv .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ub81vFKvEv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bbbbbb;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ub81vFKvEv .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ub81vFKvEv .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ub81vFKvEv .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #e3c6b7;
  }
}
.cid-ub81vFKvEv .card-wrapper:hover .card-box {
  background-color: #bbbbbb;
}
.cid-ub81vFKvEv .card-wrapper:hover .iconfont-wrapper {
  background-color: #e3c6b7;
}
.cid-ub81vFKvEv .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ub81vFKvEv .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ub81vFKvEv .card-title,
.cid-ub81vFKvEv .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ub81vGMuNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vHiTsQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vHiTsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vHiTsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vHiTsQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ub81vHiTsQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ub81vHiTsQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ub81vHiTsQ .mbr-section-title {
  color: #131313;
}
.cid-ub81vHiTsQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ub81vHiTsQ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ub81vHiTsQ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ub81vHiTsQ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #e3c6b7;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ub81vHiTsQ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ub81vHiTsQ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ub81vHiTsQ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ub81vHiTsQ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ub81vHiTsQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ub81vHiTsQ .card-title {
  color: #131313;
}
.cid-ub81vHiTsQ .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ub81vHiTsQ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ub81vHiTsQ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ub81vHiTsQ .card-link {
    margin-top: 15px;
  }
}
.cid-ub81vHiTsQ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ub81vHiTsQ .card-title,
.cid-ub81vHiTsQ .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ub81vI5e8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vIyxA4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub81vIyxA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vIyxA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vIyxA4 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ub81vIyxA4 .container-fluid {
    padding: 0 12px;
  }
}
.cid-ub81vIyxA4 .container-fluid .row {
  padding: 0;
}
.cid-ub81vIyxA4 .row {
  border: 3px solid #e3c6b7;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ub81vIyxA4 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ub81vIyxA4 .card {
    padding: 48px 20px;
  }
}
.cid-ub81vIyxA4 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ub81vIyxA4 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub81vIyxA4 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e3c6b7;
}
.cid-ub81vIyxA4 .app-video-wrapper::before {
  color: #4479d9;
  text-shadow: none;
}
.cid-ub81vIyxA4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub81vJaSAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vJaSAV blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #e3c6b7;
}
.cid-ub81vJEzMz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vJEzMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vJEzMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vJEzMz .card-wrapper {
  background: #e3c6b7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub81vJEzMz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub81vJEzMz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub81vJEzMz .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub81vJEzMz .mbr-text,
.cid-ub81vJEzMz .mbr-section-btn {
  color: #000000;
}
.cid-ub81vJEzMz .card-title,
.cid-ub81vJEzMz .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub81vK8CTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub81vK8CTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vK8CTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vK8CTc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub81vK8CTc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ub81vK8CTc .container {
    padding: 0 25px;
  }
}
.cid-ub81vK8CTc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub81vK8CTc .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ub81vK8CTc .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-ub81vK8CTc .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-ub81vK8CTc .panel-group .card {
  border-bottom: 1px solid #ff6666;
  border-radius: 0;
}
.cid-ub81vK8CTc .panel-group .card:first-child {
  border-top: 1px solid #ff6666;
}
.cid-ub81vK8CTc .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-ub81vK8CTc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ub81vK8CTc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub81vK8CTc .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub81vK8CTc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub81vK8CTc .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ff6666;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-ub81vK8CTc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-ub81vK8CTc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub81vK8CTc .panel-title-edit {
  color: #000000;
}
.cid-ub81vK8CTc .panel-text {
  color: #000000;
}
.cid-ub81vKYtfJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub8kBA1n37 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub8kBA1n37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub8kBA1n37 .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-ub8kBA1n37 .container {
    padding: 0 30px;
  }
}
.cid-ub8kBA1n37 .row {
  justify-content: center;
}
.cid-ub8kBA1n37 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ub8kBA1n37 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-ub8kBA1n37 .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-ub8kBA1n37 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ub8kBA1n37 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ub8kBA1n37 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub8kBA1n37 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ub8kBA1n37 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ub8kBA1n37 .mbr-section-btn {
  text-align: center;
}
.cid-ub8kBA1n37 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ub8kBA1n37 .mbr-section-btn .btn:hover,
.cid-ub8kBA1n37 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ub8kBA1n37 .mbr-section-title {
  color: #212529;
}
.cid-ub8kBA1n37 .panel-title-edit {
  color: #212529;
}
.cid-ub8kBA1n37 .panel-text {
  color: #212529;
}
.cid-ub81vLtFgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e3c6b7;
}
.cid-ub81vLtFgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vLtFgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vLtFgw .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub81vLtFgw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub81vLtFgw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub81vLtFgw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub81vLtFgw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub81vMuxml {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub81vMuxml .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub81vMuxml .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ub81vMuxml .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub81vMuxml .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ub81vMuxml a {
  font-weight: 600;
}
.cid-ub81vMuxml a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-ub81vMuxml .col-lg-3,
  .cid-ub81vMuxml .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-ub81vMuxml .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-ub81vMuxml .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ub81vMuxml h5 {
  margin: 0;
}
.cid-ub81vMuxml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub81vMuxml .iconfont-wrapper {
  position: relative;
}
.cid-ub81vMuxml .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ub81vMuxml .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-ub81vMuxml .sociconfont-wrapper {
  display: flex;
}
.cid-ub81vMuxml .card-title,
.cid-ub81vMuxml .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-ub81vMuxml .card-text {
  color: #000000;
}
.cid-ub81vMuxml .mbr-section-title {
  color: #000000;
}
.cid-ub81vMuxml .main-title,
.cid-ub81vMuxml .iconfont-wrapper {
  text-align: left;
}
.cid-ub81vO8kFj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3c6b7;
  overflow: hidden;
}
.cid-ub82Zq6l9b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ub82Zq6l9b nav.navbar {
  position: fixed;
}
.cid-ub82Zq6l9b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub82Zq6l9b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub82Zq6l9b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ub82Zq6l9b .dropdown-item:hover,
.cid-ub82Zq6l9b .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ub82Zq6l9b .dropdown-item:hover span {
  color: white;
}
.cid-ub82Zq6l9b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ub82Zq6l9b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ub82Zq6l9b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub82Zq6l9b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub82Zq6l9b .nav-link {
  position: relative;
}
.cid-ub82Zq6l9b .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub82Zq6l9b .container {
    flex-wrap: nowrap;
  }
}
.cid-ub82Zq6l9b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub82Zq6l9b .dropdown-menu,
.cid-ub82Zq6l9b .navbar.opened {
  background: #e3c6b7 !important;
}
.cid-ub82Zq6l9b .nav-item:focus,
.cid-ub82Zq6l9b .nav-link:focus {
  outline: none;
}
.cid-ub82Zq6l9b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub82Zq6l9b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub82Zq6l9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub82Zq6l9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub82Zq6l9b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub82Zq6l9b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub82Zq6l9b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3c6b7;
}
.cid-ub82Zq6l9b .navbar.opened {
  transition: all 0.3s;
}
.cid-ub82Zq6l9b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub82Zq6l9b .navbar .navbar-logo img {
  width: auto;
}
.cid-ub82Zq6l9b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub82Zq6l9b .navbar.collapsed {
  justify-content: center;
}
.cid-ub82Zq6l9b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub82Zq6l9b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub82Zq6l9b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ub82Zq6l9b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub82Zq6l9b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub82Zq6l9b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ub82Zq6l9b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub82Zq6l9b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub82Zq6l9b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub82Zq6l9b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub82Zq6l9b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub82Zq6l9b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub82Zq6l9b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub82Zq6l9b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ub82Zq6l9b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub82Zq6l9b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub82Zq6l9b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub82Zq6l9b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub82Zq6l9b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub82Zq6l9b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub82Zq6l9b .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub82Zq6l9b .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub82Zq6l9b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub82Zq6l9b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub82Zq6l9b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub82Zq6l9b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub82Zq6l9b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub82Zq6l9b .dropdown-item.active,
.cid-ub82Zq6l9b .dropdown-item:active {
  background-color: transparent;
}
.cid-ub82Zq6l9b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub82Zq6l9b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub82Zq6l9b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub82Zq6l9b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3c6b7;
}
.cid-ub82Zq6l9b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub82Zq6l9b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub82Zq6l9b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub82Zq6l9b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub82Zq6l9b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub82Zq6l9b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub82Zq6l9b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub82Zq6l9b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub82Zq6l9b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub82Zq6l9b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub82Zq6l9b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub82Zq6l9b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub82Zq6l9b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub82Zq6l9b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub82Zq6l9b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub82Zq6l9b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub82Zq6l9b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub82Zq6l9b .navbar {
    height: 70px;
  }
  .cid-ub82Zq6l9b .navbar.opened {
    height: auto;
  }
  .cid-ub82Zq6l9b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub82ZqAZtf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/5f9c6f01-ba06-4326-af67-24cf2de2bdc6-1.bae02ba5023b288b4264bdce8c0030a0-1.webp");
}
.cid-ub82ZqAZtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub82ZqAZtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub82ZqAZtf .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub82ZqAZtf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub82ZqAZtf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub82ZqAZtf .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub82Zrp8ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub82Zrp8ZU .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ub82Zrp8ZU .mbr-text {
  text-align: left;
}
.cid-ub82ZzW6fl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e3c6b7;
}
.cid-ub82ZzW6fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub82ZzW6fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub82ZzW6fl .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub82ZzW6fl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub82ZzW6fl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub82ZzW6fl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub82ZzW6fl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub82ZAv2ri {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub82ZAv2ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub82ZAv2ri .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ub82ZAv2ri .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub82ZAv2ri .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ub82ZAv2ri a {
  font-weight: 600;
}
.cid-ub82ZAv2ri a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-ub82ZAv2ri .col-lg-3,
  .cid-ub82ZAv2ri .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-ub82ZAv2ri .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-ub82ZAv2ri .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ub82ZAv2ri h5 {
  margin: 0;
}
.cid-ub82ZAv2ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub82ZAv2ri .iconfont-wrapper {
  position: relative;
}
.cid-ub82ZAv2ri .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ub82ZAv2ri .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-ub82ZAv2ri .sociconfont-wrapper {
  display: flex;
}
.cid-ub82ZAv2ri .card-title,
.cid-ub82ZAv2ri .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-ub82ZAv2ri .card-text {
  color: #000000;
}
.cid-ub82ZAv2ri .mbr-section-title {
  color: #000000;
}
.cid-ub82ZAv2ri .main-title,
.cid-ub82ZAv2ri .iconfont-wrapper {
  text-align: left;
}
.cid-ub82ZB3FXc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3c6b7;
  overflow: hidden;
}
.cid-ub83sefy5R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ub83sefy5R nav.navbar {
  position: fixed;
}
.cid-ub83sefy5R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub83sefy5R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub83sefy5R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ub83sefy5R .dropdown-item:hover,
.cid-ub83sefy5R .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ub83sefy5R .dropdown-item:hover span {
  color: white;
}
.cid-ub83sefy5R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ub83sefy5R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ub83sefy5R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub83sefy5R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub83sefy5R .nav-link {
  position: relative;
}
.cid-ub83sefy5R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub83sefy5R .container {
    flex-wrap: nowrap;
  }
}
.cid-ub83sefy5R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub83sefy5R .dropdown-menu,
.cid-ub83sefy5R .navbar.opened {
  background: #e3c6b7 !important;
}
.cid-ub83sefy5R .nav-item:focus,
.cid-ub83sefy5R .nav-link:focus {
  outline: none;
}
.cid-ub83sefy5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub83sefy5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub83sefy5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub83sefy5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub83sefy5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub83sefy5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub83sefy5R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3c6b7;
}
.cid-ub83sefy5R .navbar.opened {
  transition: all 0.3s;
}
.cid-ub83sefy5R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub83sefy5R .navbar .navbar-logo img {
  width: auto;
}
.cid-ub83sefy5R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub83sefy5R .navbar.collapsed {
  justify-content: center;
}
.cid-ub83sefy5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub83sefy5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub83sefy5R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ub83sefy5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub83sefy5R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub83sefy5R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ub83sefy5R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub83sefy5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub83sefy5R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub83sefy5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub83sefy5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub83sefy5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub83sefy5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub83sefy5R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ub83sefy5R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub83sefy5R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub83sefy5R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub83sefy5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub83sefy5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub83sefy5R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub83sefy5R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub83sefy5R .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub83sefy5R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub83sefy5R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub83sefy5R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub83sefy5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub83sefy5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub83sefy5R .dropdown-item.active,
.cid-ub83sefy5R .dropdown-item:active {
  background-color: transparent;
}
.cid-ub83sefy5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub83sefy5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub83sefy5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub83sefy5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3c6b7;
}
.cid-ub83sefy5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub83sefy5R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub83sefy5R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub83sefy5R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub83sefy5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub83sefy5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub83sefy5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub83sefy5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub83sefy5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub83sefy5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub83sefy5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub83sefy5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub83sefy5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub83sefy5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub83sefy5R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub83sefy5R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub83sefy5R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub83sefy5R .navbar {
    height: 70px;
  }
  .cid-ub83sefy5R .navbar.opened {
    height: auto;
  }
  .cid-ub83sefy5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub83seH4je {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shutterstock-1423333037-scaled.webp");
}
.cid-ub83seH4je .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub83seH4je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub83seH4je .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub83seH4je .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub83seH4je .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub83seH4je .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub83sf3ZXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3c6b7;
}
.cid-ub83sf3ZXF .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ub83sf3ZXF .mbr-text {
  text-align: left;
}
.cid-ub83sfkp5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e3c6b7;
}
.cid-ub83sfkp5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub83sfkp5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub83sfkp5o .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub83sfkp5o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub83sfkp5o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub83sfkp5o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub83sfkp5o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub83sfNjdm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e3c6b7;
}
.cid-ub83sfNjdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub83sfNjdm .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ub83sfNjdm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub83sfNjdm .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ub83sfNjdm a {
  font-weight: 600;
}
.cid-ub83sfNjdm a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-ub83sfNjdm .col-lg-3,
  .cid-ub83sfNjdm .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-ub83sfNjdm .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-ub83sfNjdm .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ub83sfNjdm h5 {
  margin: 0;
}
.cid-ub83sfNjdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub83sfNjdm .iconfont-wrapper {
  position: relative;
}
.cid-ub83sfNjdm .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ub83sfNjdm .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-ub83sfNjdm .sociconfont-wrapper {
  display: flex;
}
.cid-ub83sfNjdm .card-title,
.cid-ub83sfNjdm .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-ub83sfNjdm .card-text {
  color: #000000;
}
.cid-ub83sfNjdm .mbr-section-title {
  color: #000000;
}
.cid-ub83sfNjdm .main-title,
.cid-ub83sfNjdm .iconfont-wrapper {
  text-align: left;
}
.cid-ub83sgcIL7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3c6b7;
  overflow: hidden;
}
