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: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* 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: #18de27 !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: #18de27 !important;
  border-color: #18de27 !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: #109019 !important;
  border-color: #109019 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #109019 !important;
  border-color: #109019 !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: #18de27;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #109019 !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: #18de27 !important;
  border-color: #18de27 !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: #18de27 !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: #0e8217 !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: #18de27;
}
.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: #18de27;
  border-color: #18de27;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #18de27;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9f9cd;
}
.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.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #18de27 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #18de27;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18de27;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18de27;
}
.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: #18de27;
  border-bottom-color: #18de27;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #18de27 !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='%2318de27' %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-u9yrNpImSn .navbar-dropdown {
  position: relative !important;
}
.cid-u9yrNpImSn .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-u9yrNpImSn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9yrNpImSn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9yrNpImSn .dropdown-item:hover,
.cid-u9yrNpImSn .dropdown-item:focus {
  background: #18de27 !important;
  color: white !important;
}
.cid-u9yrNpImSn .dropdown-item:hover span {
  color: white;
}
.cid-u9yrNpImSn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9yrNpImSn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9yrNpImSn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9yrNpImSn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9yrNpImSn .nav-link {
  position: relative;
}
.cid-u9yrNpImSn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9yrNpImSn .container {
    flex-wrap: nowrap;
  }
}
.cid-u9yrNpImSn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9yrNpImSn .dropdown-menu,
.cid-u9yrNpImSn .navbar.opened {
  background: #c07070 !important;
}
.cid-u9yrNpImSn .nav-item:focus,
.cid-u9yrNpImSn .nav-link:focus {
  outline: none;
}
.cid-u9yrNpImSn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9yrNpImSn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9yrNpImSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9yrNpImSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yrNpImSn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9yrNpImSn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9yrNpImSn .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: #c07070;
}
.cid-u9yrNpImSn .navbar.opened {
  transition: all 0.3s;
}
.cid-u9yrNpImSn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9yrNpImSn .navbar .navbar-logo img {
  width: auto;
}
.cid-u9yrNpImSn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9yrNpImSn .navbar.collapsed {
  justify-content: center;
}
.cid-u9yrNpImSn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9yrNpImSn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9yrNpImSn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9yrNpImSn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9yrNpImSn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9yrNpImSn .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-u9yrNpImSn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9yrNpImSn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9yrNpImSn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9yrNpImSn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9yrNpImSn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9yrNpImSn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9yrNpImSn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9yrNpImSn .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-u9yrNpImSn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9yrNpImSn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9yrNpImSn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9yrNpImSn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9yrNpImSn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9yrNpImSn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9yrNpImSn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9yrNpImSn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9yrNpImSn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9yrNpImSn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9yrNpImSn .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-u9yrNpImSn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9yrNpImSn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9yrNpImSn .dropdown-item.active,
.cid-u9yrNpImSn .dropdown-item:active {
  background-color: transparent;
}
.cid-u9yrNpImSn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9yrNpImSn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9yrNpImSn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9yrNpImSn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c07070;
}
.cid-u9yrNpImSn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9yrNpImSn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9yrNpImSn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9yrNpImSn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9yrNpImSn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9yrNpImSn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c07070;
}
.cid-u9yrNpImSn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9yrNpImSn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yrNpImSn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yrNpImSn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9yrNpImSn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yrNpImSn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9yrNpImSn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9yrNpImSn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yrNpImSn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9yrNpImSn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9yrNpImSn .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-u9yrNpImSn .navbar {
    height: 70px;
  }
  .cid-u9yrNpImSn .navbar.opened {
    height: auto;
  }
  .cid-u9yrNpImSn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yrNqdYdy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9yrNqdYdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrNqdYdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrNqdYdy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9yrNqdYdy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9yrNqdYdy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yrNr7tMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-u9yrNr7tMz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9yrNr7tMz .mbr-text {
  text-align: left;
}
.cid-u9yrNwXhY4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9yrNwXhY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrNwXhY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrNwXhY4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9yrNwXhY4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9yrNwXhY4 .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-u9yrNwXhY4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9yrNwXhY4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9yrNy5aiZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-u9yrNy5aiZ .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-u9yrNy5aiZ .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-u9yrNy5aiZ .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-u9yrNy5aiZ .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-u9yrNy5aiZ a {
  background-image: none !important;
}
.cid-u9yrNy5aiZ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-u9yrNy5aiZ .container {
  padding: 5rem 1rem;
}
.cid-u9yrNy5aiZ p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-u9yrNy5aiZ p {
    text-align: center !important;
  }
}
.cid-u9yrNy5aiZ .media-container-row .mbr-text2,
.cid-u9yrNy5aiZ .line {
  color: #232323;
  text-align: left;
}
.cid-u9yuXnuYyy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-u9ys3C1rDx .navbar-dropdown {
  position: relative !important;
}
.cid-u9ys3C1rDx .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-u9ys3C1rDx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ys3C1rDx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ys3C1rDx .dropdown-item:hover,
.cid-u9ys3C1rDx .dropdown-item:focus {
  background: #18de27 !important;
  color: white !important;
}
.cid-u9ys3C1rDx .dropdown-item:hover span {
  color: white;
}
.cid-u9ys3C1rDx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ys3C1rDx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ys3C1rDx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ys3C1rDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ys3C1rDx .nav-link {
  position: relative;
}
.cid-u9ys3C1rDx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ys3C1rDx .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ys3C1rDx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ys3C1rDx .dropdown-menu,
.cid-u9ys3C1rDx .navbar.opened {
  background: #c07070 !important;
}
.cid-u9ys3C1rDx .nav-item:focus,
.cid-u9ys3C1rDx .nav-link:focus {
  outline: none;
}
.cid-u9ys3C1rDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ys3C1rDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ys3C1rDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ys3C1rDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ys3C1rDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ys3C1rDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ys3C1rDx .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: #c07070;
}
.cid-u9ys3C1rDx .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ys3C1rDx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ys3C1rDx .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ys3C1rDx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ys3C1rDx .navbar.collapsed {
  justify-content: center;
}
.cid-u9ys3C1rDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ys3C1rDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ys3C1rDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ys3C1rDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ys3C1rDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ys3C1rDx .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-u9ys3C1rDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ys3C1rDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ys3C1rDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ys3C1rDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ys3C1rDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ys3C1rDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ys3C1rDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ys3C1rDx .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-u9ys3C1rDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ys3C1rDx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ys3C1rDx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ys3C1rDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ys3C1rDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ys3C1rDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ys3C1rDx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ys3C1rDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ys3C1rDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ys3C1rDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ys3C1rDx .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-u9ys3C1rDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ys3C1rDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ys3C1rDx .dropdown-item.active,
.cid-u9ys3C1rDx .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ys3C1rDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ys3C1rDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ys3C1rDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ys3C1rDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c07070;
}
.cid-u9ys3C1rDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ys3C1rDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ys3C1rDx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ys3C1rDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ys3C1rDx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ys3C1rDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c07070;
}
.cid-u9ys3C1rDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ys3C1rDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ys3C1rDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ys3C1rDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ys3C1rDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ys3C1rDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ys3C1rDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ys3C1rDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ys3C1rDx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9ys3C1rDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ys3C1rDx .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-u9ys3C1rDx .navbar {
    height: 70px;
  }
  .cid-u9ys3C1rDx .navbar.opened {
    height: auto;
  }
  .cid-u9ys3C1rDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ys3Cokds {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ys3Cokds .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ys3Cokds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ys3Cokds .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9ys3Cokds .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9ys3Cokds .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ys3CFTxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-u9ys3CFTxA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9ys3CFTxA .mbr-text {
  text-align: left;
}
.cid-u9ys3CSJkJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9ys3CSJkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ys3CSJkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ys3CSJkJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9ys3CSJkJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9ys3CSJkJ .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-u9ys3CSJkJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9ys3CSJkJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPqgy1MpVk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqgy1MpVk .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uPqgy1MpVk .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uPqgy1MpVk .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uPqgy1MpVk .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uPqgy1MpVk a {
  background-image: none !important;
}
.cid-uPqgy1MpVk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uPqgy1MpVk .container {
  padding: 5rem 1rem;
}
.cid-uPqgy1MpVk p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uPqgy1MpVk p {
    text-align: center !important;
  }
}
.cid-uPqgy1MpVk .media-container-row .mbr-text2,
.cid-uPqgy1MpVk .line {
  color: #232323;
  text-align: left;
}
.cid-u9yuXnuYyy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-u9rZ2veEpG .navbar-dropdown {
  position: relative !important;
}
.cid-u9rZ2veEpG .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-u9rZ2veEpG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9rZ2veEpG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9rZ2veEpG .dropdown-item:hover,
.cid-u9rZ2veEpG .dropdown-item:focus {
  background: #18de27 !important;
  color: white !important;
}
.cid-u9rZ2veEpG .dropdown-item:hover span {
  color: white;
}
.cid-u9rZ2veEpG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9rZ2veEpG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9rZ2veEpG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9rZ2veEpG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9rZ2veEpG .nav-link {
  position: relative;
}
.cid-u9rZ2veEpG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9rZ2veEpG .container {
    flex-wrap: nowrap;
  }
}
.cid-u9rZ2veEpG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9rZ2veEpG .dropdown-menu,
.cid-u9rZ2veEpG .navbar.opened {
  background: #c07070 !important;
}
.cid-u9rZ2veEpG .nav-item:focus,
.cid-u9rZ2veEpG .nav-link:focus {
  outline: none;
}
.cid-u9rZ2veEpG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9rZ2veEpG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9rZ2veEpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9rZ2veEpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9rZ2veEpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9rZ2veEpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9rZ2veEpG .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: #c07070;
}
.cid-u9rZ2veEpG .navbar.opened {
  transition: all 0.3s;
}
.cid-u9rZ2veEpG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9rZ2veEpG .navbar .navbar-logo img {
  width: auto;
}
.cid-u9rZ2veEpG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9rZ2veEpG .navbar.collapsed {
  justify-content: center;
}
.cid-u9rZ2veEpG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9rZ2veEpG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9rZ2veEpG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9rZ2veEpG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9rZ2veEpG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9rZ2veEpG .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-u9rZ2veEpG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9rZ2veEpG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9rZ2veEpG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9rZ2veEpG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9rZ2veEpG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9rZ2veEpG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9rZ2veEpG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9rZ2veEpG .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-u9rZ2veEpG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9rZ2veEpG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9rZ2veEpG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9rZ2veEpG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9rZ2veEpG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9rZ2veEpG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9rZ2veEpG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9rZ2veEpG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9rZ2veEpG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9rZ2veEpG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9rZ2veEpG .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-u9rZ2veEpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9rZ2veEpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9rZ2veEpG .dropdown-item.active,
.cid-u9rZ2veEpG .dropdown-item:active {
  background-color: transparent;
}
.cid-u9rZ2veEpG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9rZ2veEpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9rZ2veEpG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9rZ2veEpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c07070;
}
.cid-u9rZ2veEpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9rZ2veEpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9rZ2veEpG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9rZ2veEpG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9rZ2veEpG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9rZ2veEpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c07070;
}
.cid-u9rZ2veEpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9rZ2veEpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9rZ2veEpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9rZ2veEpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9rZ2veEpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9rZ2veEpG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9rZ2veEpG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9rZ2veEpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9rZ2veEpG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9rZ2veEpG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9rZ2veEpG .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-u9rZ2veEpG .navbar {
    height: 70px;
  }
  .cid-u9rZ2veEpG .navbar.opened {
    height: auto;
  }
  .cid-u9rZ2veEpG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPptAukAgc {
  background-image: url("../../../assets/images/27-1800x1190.jpg");
}
.cid-uPptAukAgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPptAukAgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vlS12DM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9vlS12DM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vlS12DM4 .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-u9vlS12DM4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9vlS12DM4 .container {
    padding: 0 12px;
  }
}
.cid-u9vlS12DM4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u9vlS12DM4 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-u9vlS12DM4 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-u9vlS12DM4 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c07070;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-u9vlS12DM4 .mbr-section-title {
  color: #222222;
}
.cid-u9vub9yT5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-u9vub9yT5o .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9vub9yT5o .mbr-text {
  text-align: left;
}
.cid-u9vlQM392o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9vlQM392o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vlQM392o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vlQM392o .row {
  justify-content: center;
}
.cid-u9vlQM392o .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u9vlQM392o .col-title {
    margin-bottom: 20px;
  }
}
.cid-u9vlQM392o .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-u9vlQM392o .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u9vlQM392o .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u9vlQM392o .card-row {
  align-items: stretch;
}
.cid-u9vlQM392o .card {
  padding: 10px;
}
.cid-u9vlQM392o .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-u9vlQM392o .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-u9vlQM392o .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u9vlQM392o .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: #c07070;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-u9vlQM392o .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-u9vlQM392o .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-u9vlQM392o .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c07070;
  }
}
.cid-u9vlQM392o .card-wrapper:hover .card-box {
  background-color: #c07070;
}
.cid-u9vlQM392o .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-u9vlQM392o .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-u9vlQM392o .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-u9vlQM392o .card-title,
.cid-u9vlQM392o .iconfont-wrapper {
  text-align: center;
}
.cid-u9vuy67XTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9vm7M0SfV {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #c07070;
}
.cid-u9vm7M0SfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vm7M0SfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vm7M0SfV .card-wrapper {
  border: 3px solid #18de27;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9vm7M0SfV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9vm7M0SfV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u9vm7M0SfV .mbr-section-subtitle {
  background: #18de27;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u9vm7M0SfV .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-u9vm7M0SfV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #18de27;
  font-size: 1.5rem;
}
.cid-u9vm7M0SfV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9vm7M0SfV .mbr-text,
.cid-u9vm7M0SfV .mbr-section-btn {
  color: #6e6e6e;
}
.cid-u9vm7M0SfV .mbr-section-subtitle2,
.cid-u9vm7M0SfV .align-wrapper {
  color: #04492e;
}
.cid-u9vm7M0SfV .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-u9vuNHEMBX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9vuNHEMBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vuNHEMBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9vuNHEMBX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9vuNHEMBX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9vuNHEMBX .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9vuNHEMBX .mbr-description {
  text-align: left;
}
.cid-u9vuNHEMBX .mbr-section-title {
  text-align: center;
}
.cid-u9vlV9hvH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9vlV9hvH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vlV9hvH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vlV9hvH3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u9vlV9hvH3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u9vlV9hvH3 .container {
    padding: 0 25px;
  }
}
.cid-u9vlV9hvH3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9vlV9hvH3 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u9vlV9hvH3 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-u9vlV9hvH3 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-u9vlV9hvH3 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-u9vlV9hvH3 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-u9vlV9hvH3 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-u9vlV9hvH3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9vlV9hvH3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u9vlV9hvH3 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u9vlV9hvH3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9vlV9hvH3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-u9vlV9hvH3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-u9vlV9hvH3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9vlV9hvH3 .panel-title-edit {
  color: #000000;
}
.cid-u9vlV9hvH3 .panel-text {
  color: #000000;
}
.cid-u9vv1kYHS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-u9vv1kYHS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vv1kYHS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vv1kYHS4 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-u9vmb4f3v6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9vmb4f3v6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vmb4f3v6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vmb4f3v6 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u9vmb4f3v6 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u9vmb4f3v6 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u9vmb4f3v6 .mbr-section-title {
  color: #131313;
}
.cid-u9vmb4f3v6 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u9vmb4f3v6 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-u9vmb4f3v6 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-u9vmb4f3v6 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #1f3169;
  box-shadow: 4px 4px 0 #1f3169;
  background: #c07070;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-u9vmb4f3v6 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-u9vmb4f3v6 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u9vmb4f3v6 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-u9vmb4f3v6 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-u9vmb4f3v6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-u9vmb4f3v6 .card-title {
  color: #131313;
}
.cid-u9vmb4f3v6 .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: left;
}
.cid-u9vmb4f3v6 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u9vmb4f3v6 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u9vmb4f3v6 .card-link {
    margin-top: 15px;
  }
}
.cid-u9vmb4f3v6 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-u9vmb4f3v6 .card-title,
.cid-u9vmb4f3v6 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-u9vvbsmK4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-u9vvbsmK4N .row {
  flex-direction: row-reverse;
}
.cid-u9vvbsmK4N .mbr-text {
  color: #000000;
}
.cid-u9vvbsmK4N .mbr-section-subtitle {
  text-align: center;
}
.cid-u9vmiS77to {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9vmiS77to .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vmiS77to .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vmiS77to .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9vmiS77to .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9vmiS77to .container-fluid .row {
  padding: 0;
}
.cid-u9vmiS77to .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9vmiS77to .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9vmiS77to .card {
    padding: 48px 20px;
  }
}
.cid-u9vmiS77to .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9vmiS77to .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9vmiS77to .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u9vmiS77to .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u9vmiS77to .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-uPpG9mpJub {
  background-color: #c07070;
}
.cid-uPpG9mpJub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpG9mpJub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPpG9mpJub .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPpG9mpJub .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPpG9mpJub .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uPpG9mpJub .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPpG9mpJub .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u9vxbVKjcR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9vxbVKjcR blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #c07070;
}
.cid-u9vxbVKjcR .mbr-section-title {
  text-align: center;
}
.cid-u9vmmvqHMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9vmmvqHMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vmmvqHMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vmmvqHMt .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9vmmvqHMt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9vmmvqHMt .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-u9vmmvqHMt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9vmmvqHMt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9vmhmnq5U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-u9vmhmnq5U .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-u9vmhmnq5U .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-u9vmhmnq5U .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-u9vmhmnq5U .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-u9vmhmnq5U a {
  background-image: none !important;
}
.cid-u9vmhmnq5U .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-u9vmhmnq5U .container {
  padding: 5rem 1rem;
}
.cid-u9vmhmnq5U p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-u9vmhmnq5U p {
    text-align: center !important;
  }
}
.cid-u9vmhmnq5U .media-container-row .mbr-text2,
.cid-u9vmhmnq5U .line {
  color: #232323;
  text-align: left;
}
.cid-u9yuXnuYyy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqgJ9BySX .navbar-dropdown {
  position: relative !important;
}
.cid-uPqgJ9BySX .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-uPqgJ9BySX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPqgJ9BySX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPqgJ9BySX .dropdown-item:hover,
.cid-uPqgJ9BySX .dropdown-item:focus {
  background: #18de27 !important;
  color: white !important;
}
.cid-uPqgJ9BySX .dropdown-item:hover span {
  color: white;
}
.cid-uPqgJ9BySX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPqgJ9BySX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPqgJ9BySX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPqgJ9BySX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPqgJ9BySX .nav-link {
  position: relative;
}
.cid-uPqgJ9BySX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPqgJ9BySX .container {
    flex-wrap: nowrap;
  }
}
.cid-uPqgJ9BySX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPqgJ9BySX .dropdown-menu,
.cid-uPqgJ9BySX .navbar.opened {
  background: #c07070 !important;
}
.cid-uPqgJ9BySX .nav-item:focus,
.cid-uPqgJ9BySX .nav-link:focus {
  outline: none;
}
.cid-uPqgJ9BySX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPqgJ9BySX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPqgJ9BySX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPqgJ9BySX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPqgJ9BySX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPqgJ9BySX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPqgJ9BySX .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: #c07070;
}
.cid-uPqgJ9BySX .navbar.opened {
  transition: all 0.3s;
}
.cid-uPqgJ9BySX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPqgJ9BySX .navbar .navbar-logo img {
  width: auto;
}
.cid-uPqgJ9BySX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPqgJ9BySX .navbar.collapsed {
  justify-content: center;
}
.cid-uPqgJ9BySX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPqgJ9BySX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPqgJ9BySX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPqgJ9BySX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPqgJ9BySX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPqgJ9BySX .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-uPqgJ9BySX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPqgJ9BySX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPqgJ9BySX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPqgJ9BySX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPqgJ9BySX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPqgJ9BySX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPqgJ9BySX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPqgJ9BySX .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-uPqgJ9BySX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPqgJ9BySX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPqgJ9BySX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPqgJ9BySX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPqgJ9BySX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPqgJ9BySX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPqgJ9BySX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPqgJ9BySX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPqgJ9BySX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPqgJ9BySX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPqgJ9BySX .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-uPqgJ9BySX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPqgJ9BySX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPqgJ9BySX .dropdown-item.active,
.cid-uPqgJ9BySX .dropdown-item:active {
  background-color: transparent;
}
.cid-uPqgJ9BySX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPqgJ9BySX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPqgJ9BySX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPqgJ9BySX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c07070;
}
.cid-uPqgJ9BySX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPqgJ9BySX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPqgJ9BySX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPqgJ9BySX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPqgJ9BySX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPqgJ9BySX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c07070;
}
.cid-uPqgJ9BySX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPqgJ9BySX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPqgJ9BySX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPqgJ9BySX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPqgJ9BySX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPqgJ9BySX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPqgJ9BySX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPqgJ9BySX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPqgJ9BySX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPqgJ9BySX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPqgJ9BySX .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-uPqgJ9BySX .navbar {
    height: 70px;
  }
  .cid-uPqgJ9BySX .navbar.opened {
    height: auto;
  }
  .cid-uPqgJ9BySX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPqgJbcnLX {
  background-image: url("../../../assets/images/30-1200x760.jpg");
}
.cid-uPqgJbcnLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJbcnLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJcpBpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqgJcpBpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJcpBpE .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-uPqgJcpBpE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPqgJcpBpE .container {
    padding: 0 12px;
  }
}
.cid-uPqgJcpBpE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPqgJcpBpE .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uPqgJcpBpE .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uPqgJcpBpE .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c07070;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uPqgJcpBpE .mbr-section-title {
  color: #222222;
}
.cid-uPqgJdyspM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqgJdyspM .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPqgJdyspM .mbr-text {
  text-align: left;
}
.cid-uPqgJepBH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPqgJepBH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJepBH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJepBH5 .row {
  justify-content: center;
}
.cid-uPqgJepBH5 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uPqgJepBH5 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uPqgJepBH5 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uPqgJepBH5 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uPqgJepBH5 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uPqgJepBH5 .card-row {
  align-items: stretch;
}
.cid-uPqgJepBH5 .card {
  padding: 10px;
}
.cid-uPqgJepBH5 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uPqgJepBH5 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uPqgJepBH5 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uPqgJepBH5 .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: #c07070;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPqgJepBH5 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uPqgJepBH5 .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-uPqgJepBH5 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c07070;
  }
}
.cid-uPqgJepBH5 .card-wrapper:hover .card-box {
  background-color: #c07070;
}
.cid-uPqgJepBH5 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uPqgJepBH5 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uPqgJepBH5 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uPqgJepBH5 .card-title,
.cid-uPqgJepBH5 .iconfont-wrapper {
  text-align: center;
}
.cid-uPqgJianru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqgJkKHIh {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #c07070;
}
.cid-uPqgJkKHIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJkKHIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJkKHIh .card-wrapper {
  border: 3px solid #18de27;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uPqgJkKHIh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPqgJkKHIh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPqgJkKHIh .mbr-section-subtitle {
  background: #18de27;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uPqgJkKHIh .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-uPqgJkKHIh .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #18de27;
  font-size: 1.5rem;
}
.cid-uPqgJkKHIh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPqgJkKHIh .mbr-text,
.cid-uPqgJkKHIh .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uPqgJkKHIh .mbr-section-subtitle2,
.cid-uPqgJkKHIh .align-wrapper {
  color: #04492e;
}
.cid-uPqgJkKHIh .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uPqgJqAoaR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPqgJqAoaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJqAoaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPqgJqAoaR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPqgJqAoaR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPqgJqAoaR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uPqgJqAoaR .mbr-description {
  text-align: left;
}
.cid-uPqgJqAoaR .mbr-section-title {
  text-align: center;
}
.cid-uPqgJunmZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqgJunmZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJunmZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJunmZs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPqgJunmZs .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uPqgJunmZs .container {
    padding: 0 25px;
  }
}
.cid-uPqgJunmZs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPqgJunmZs .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uPqgJunmZs .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uPqgJunmZs .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uPqgJunmZs .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uPqgJunmZs .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uPqgJunmZs .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uPqgJunmZs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPqgJunmZs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPqgJunmZs .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPqgJunmZs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPqgJunmZs .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uPqgJunmZs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uPqgJunmZs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPqgJunmZs .panel-title-edit {
  color: #000000;
}
.cid-uPqgJunmZs .panel-text {
  color: #000000;
}
.cid-uPqgJxZ0xV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqgJxZ0xV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJxZ0xV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJxZ0xV .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uPqgJzNerJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqgJzNerJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJzNerJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJzNerJ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uPqgJzNerJ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uPqgJzNerJ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPqgJzNerJ .mbr-section-title {
  color: #131313;
}
.cid-uPqgJzNerJ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uPqgJzNerJ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uPqgJzNerJ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uPqgJzNerJ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #1f3169;
  box-shadow: 4px 4px 0 #1f3169;
  background: #c07070;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uPqgJzNerJ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uPqgJzNerJ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uPqgJzNerJ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uPqgJzNerJ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uPqgJzNerJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uPqgJzNerJ .card-title {
  color: #131313;
}
.cid-uPqgJzNerJ .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: left;
}
.cid-uPqgJzNerJ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uPqgJzNerJ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPqgJzNerJ .card-link {
    margin-top: 15px;
  }
}
.cid-uPqgJzNerJ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uPqgJzNerJ .card-title,
.cid-uPqgJzNerJ .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPqgJD40NU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqgJD40NU .row {
  flex-direction: row-reverse;
}
.cid-uPqgJD40NU .mbr-text {
  color: #000000;
}
.cid-uPqgJD40NU .mbr-section-subtitle {
  text-align: center;
}
.cid-uPqgJFanO5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPqgJFanO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJFanO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJFanO5 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPqgJFanO5 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPqgJFanO5 .container-fluid .row {
  padding: 0;
}
.cid-uPqgJFanO5 .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPqgJFanO5 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPqgJFanO5 .card {
    padding: 48px 20px;
  }
}
.cid-uPqgJFanO5 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uPqgJFanO5 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPqgJFanO5 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-uPqgJFanO5 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uPqgJFanO5 .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-uPqgJGYR6o {
  background-color: #c07070;
}
.cid-uPqgJGYR6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJGYR6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJGYR6o .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPqgJGYR6o .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPqgJGYR6o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uPqgJGYR6o .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPqgJGYR6o .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPqgJGYR6o .mbr-section-title {
  text-align: center;
}
.cid-uPqgJGYR6o .mbr-text,
.cid-uPqgJGYR6o .mbr-section-btn {
  color: #000000;
}
.cid-uPqgJIE9bu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqgJIE9bu blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #c07070;
}
.cid-uPqgJIE9bu .mbr-section-title {
  text-align: center;
}
.cid-uPqka9Covz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqka9Covz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqka9Covz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqka9Covz .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPqka9Covz .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPqka9Covz .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPqka9Covz .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPqka9Covz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPqka9Covz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uPqka9Covz .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uPqka9Covz .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPqka9Covz .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPqka9Covz .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uPqka9Covz .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPqka9Covz .mbr-section-title {
  color: #050f0f;
}
.cid-uPqka9Covz .item-title {
  color: #050f0f;
}
.cid-uPqka9Covz .item-text {
  color: #050f0f;
}
.cid-uPqgJKkdzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPqgJKkdzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqgJKkdzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqgJKkdzF .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPqgJKkdzF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPqgJKkdzF .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-uPqgJKkdzF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPqgJKkdzF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPqgJMwxG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqgJMwxG6 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uPqgJMwxG6 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uPqgJMwxG6 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uPqgJMwxG6 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uPqgJMwxG6 a {
  background-image: none !important;
}
.cid-uPqgJMwxG6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uPqgJMwxG6 .container {
  padding: 5rem 1rem;
}
.cid-uPqgJMwxG6 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uPqgJMwxG6 p {
    text-align: center !important;
  }
}
.cid-uPqgJMwxG6 .media-container-row .mbr-text2,
.cid-uPqgJMwxG6 .line {
  color: #232323;
  text-align: left;
}
.cid-uPqgJO6fiW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqlvoGbt4 .navbar-dropdown {
  position: relative !important;
}
.cid-uPqlvoGbt4 .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-uPqlvoGbt4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPqlvoGbt4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPqlvoGbt4 .dropdown-item:hover,
.cid-uPqlvoGbt4 .dropdown-item:focus {
  background: #18de27 !important;
  color: white !important;
}
.cid-uPqlvoGbt4 .dropdown-item:hover span {
  color: white;
}
.cid-uPqlvoGbt4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPqlvoGbt4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPqlvoGbt4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPqlvoGbt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPqlvoGbt4 .nav-link {
  position: relative;
}
.cid-uPqlvoGbt4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPqlvoGbt4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPqlvoGbt4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPqlvoGbt4 .dropdown-menu,
.cid-uPqlvoGbt4 .navbar.opened {
  background: #c07070 !important;
}
.cid-uPqlvoGbt4 .nav-item:focus,
.cid-uPqlvoGbt4 .nav-link:focus {
  outline: none;
}
.cid-uPqlvoGbt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPqlvoGbt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPqlvoGbt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPqlvoGbt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPqlvoGbt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPqlvoGbt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPqlvoGbt4 .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: #c07070;
}
.cid-uPqlvoGbt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPqlvoGbt4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPqlvoGbt4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPqlvoGbt4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPqlvoGbt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uPqlvoGbt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPqlvoGbt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPqlvoGbt4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPqlvoGbt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPqlvoGbt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPqlvoGbt4 .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-uPqlvoGbt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPqlvoGbt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPqlvoGbt4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPqlvoGbt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPqlvoGbt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPqlvoGbt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPqlvoGbt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPqlvoGbt4 .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-uPqlvoGbt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPqlvoGbt4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPqlvoGbt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPqlvoGbt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPqlvoGbt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPqlvoGbt4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPqlvoGbt4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPqlvoGbt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPqlvoGbt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPqlvoGbt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPqlvoGbt4 .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-uPqlvoGbt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPqlvoGbt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPqlvoGbt4 .dropdown-item.active,
.cid-uPqlvoGbt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPqlvoGbt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPqlvoGbt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPqlvoGbt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPqlvoGbt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c07070;
}
.cid-uPqlvoGbt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPqlvoGbt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPqlvoGbt4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPqlvoGbt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPqlvoGbt4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPqlvoGbt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c07070;
}
.cid-uPqlvoGbt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPqlvoGbt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPqlvoGbt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPqlvoGbt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPqlvoGbt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPqlvoGbt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPqlvoGbt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPqlvoGbt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPqlvoGbt4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPqlvoGbt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPqlvoGbt4 .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-uPqlvoGbt4 .navbar {
    height: 70px;
  }
  .cid-uPqlvoGbt4 .navbar.opened {
    height: auto;
  }
  .cid-uPqlvoGbt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPqlvpM8ch {
  background-image: url("../../../assets/images/31-1080x1080.jpg");
}
.cid-uPqlvpM8ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvpM8ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvqCr8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqlvqCr8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvqCr8t .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-uPqlvqCr8t .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPqlvqCr8t .container {
    padding: 0 12px;
  }
}
.cid-uPqlvqCr8t .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPqlvqCr8t .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uPqlvqCr8t .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uPqlvqCr8t .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c07070;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uPqlvqCr8t .mbr-section-title {
  color: #222222;
}
.cid-uPqlvrmobd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqlvrmobd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPqlvrmobd .mbr-text {
  text-align: left;
}
.cid-uPqlvs3v34 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPqlvs3v34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvs3v34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvs3v34 .row {
  justify-content: center;
}
.cid-uPqlvs3v34 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uPqlvs3v34 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uPqlvs3v34 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uPqlvs3v34 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uPqlvs3v34 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uPqlvs3v34 .card-row {
  align-items: stretch;
}
.cid-uPqlvs3v34 .card {
  padding: 10px;
}
.cid-uPqlvs3v34 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uPqlvs3v34 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uPqlvs3v34 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uPqlvs3v34 .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: #c07070;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPqlvs3v34 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uPqlvs3v34 .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-uPqlvs3v34 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c07070;
  }
}
.cid-uPqlvs3v34 .card-wrapper:hover .card-box {
  background-color: #c07070;
}
.cid-uPqlvs3v34 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uPqlvs3v34 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uPqlvs3v34 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uPqlvs3v34 .card-title,
.cid-uPqlvs3v34 .iconfont-wrapper {
  text-align: center;
}
.cid-uPqlvtm9iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqlvulQ6G {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #c07070;
}
.cid-uPqlvulQ6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvulQ6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvulQ6G .card-wrapper {
  border: 3px solid #18de27;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uPqlvulQ6G .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPqlvulQ6G .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPqlvulQ6G .mbr-section-subtitle {
  background: #18de27;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uPqlvulQ6G .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-uPqlvulQ6G .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #18de27;
  font-size: 1.5rem;
}
.cid-uPqlvulQ6G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPqlvulQ6G .mbr-text,
.cid-uPqlvulQ6G .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uPqlvulQ6G .mbr-section-subtitle2,
.cid-uPqlvulQ6G .align-wrapper {
  color: #04492e;
}
.cid-uPqlvulQ6G .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uPqlvvU7Xd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPqlvvU7Xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvvU7Xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPqlvvU7Xd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPqlvvU7Xd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPqlvvU7Xd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uPqlvvU7Xd .mbr-description {
  text-align: left;
}
.cid-uPqlvvU7Xd .mbr-section-title {
  text-align: center;
}
.cid-uPqlvwQyJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqlvwQyJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvwQyJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvwQyJt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPqlvwQyJt .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uPqlvwQyJt .container {
    padding: 0 25px;
  }
}
.cid-uPqlvwQyJt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPqlvwQyJt .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uPqlvwQyJt .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uPqlvwQyJt .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uPqlvwQyJt .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uPqlvwQyJt .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uPqlvwQyJt .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uPqlvwQyJt .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPqlvwQyJt .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPqlvwQyJt .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPqlvwQyJt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPqlvwQyJt .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uPqlvwQyJt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uPqlvwQyJt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPqlvwQyJt .panel-title-edit {
  color: #000000;
}
.cid-uPqlvwQyJt .panel-text {
  color: #000000;
}
.cid-uPqlvy5myx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqlvy5myx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvy5myx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvy5myx .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uPqlvyZiFH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqlvyZiFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvyZiFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvyZiFH .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uPqlvyZiFH .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uPqlvyZiFH .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPqlvyZiFH .mbr-section-title {
  color: #131313;
}
.cid-uPqlvyZiFH .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uPqlvyZiFH .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uPqlvyZiFH .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uPqlvyZiFH .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #1f3169;
  box-shadow: 4px 4px 0 #1f3169;
  background: #c07070;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uPqlvyZiFH .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uPqlvyZiFH .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uPqlvyZiFH .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uPqlvyZiFH .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uPqlvyZiFH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uPqlvyZiFH .card-title {
  color: #131313;
}
.cid-uPqlvyZiFH .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: left;
}
.cid-uPqlvyZiFH .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uPqlvyZiFH .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPqlvyZiFH .card-link {
    margin-top: 15px;
  }
}
.cid-uPqlvyZiFH .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uPqlvyZiFH .card-title,
.cid-uPqlvyZiFH .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPqlvAoqGm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqlvAoqGm .row {
  flex-direction: row-reverse;
}
.cid-uPqlvAoqGm .mbr-text {
  color: #000000;
}
.cid-uPqlvAoqGm .mbr-section-subtitle {
  text-align: center;
}
.cid-uPqlvBl86D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPqlvBl86D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvBl86D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvBl86D .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPqlvBl86D .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPqlvBl86D .container-fluid .row {
  padding: 0;
}
.cid-uPqlvBl86D .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPqlvBl86D .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPqlvBl86D .card {
    padding: 48px 20px;
  }
}
.cid-uPqlvBl86D .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uPqlvBl86D .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPqlvBl86D .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-uPqlvBl86D .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uPqlvBl86D .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-uPqlvCjhZ6 {
  background-color: #c07070;
}
.cid-uPqlvCjhZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvCjhZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvCjhZ6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPqlvCjhZ6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPqlvCjhZ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uPqlvCjhZ6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPqlvCjhZ6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPqlvCjhZ6 .mbr-section-title {
  text-align: center;
}
.cid-uPqlvCjhZ6 .mbr-text,
.cid-uPqlvCjhZ6 .mbr-section-btn {
  color: #000000;
}
.cid-uPqlvDrpvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqlvDrpvW blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #c07070;
}
.cid-uPqlvDrpvW .mbr-section-title {
  text-align: center;
}
.cid-uPqlvElr4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqlvElr4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvElr4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvElr4H .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPqlvElr4H .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPqlvElr4H .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPqlvElr4H .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPqlvElr4H .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uPqlvElr4H .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uPqlvElr4H .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPqlvElr4H .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPqlvElr4H .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uPqlvElr4H .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPqlvElr4H .mbr-section-title {
  color: #050f0f;
}
.cid-uPqlvElr4H .item-title {
  color: #050f0f;
}
.cid-uPqlvElr4H .item-text {
  color: #050f0f;
}
.cid-uPqlvFE5a4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPqlvFE5a4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqlvFE5a4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqlvFE5a4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPqlvFE5a4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPqlvFE5a4 .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-uPqlvFE5a4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPqlvFE5a4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPqlvGIcVe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqlvGIcVe .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uPqlvGIcVe .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uPqlvGIcVe .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uPqlvGIcVe .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uPqlvGIcVe a {
  background-image: none !important;
}
.cid-uPqlvGIcVe .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uPqlvGIcVe .container {
  padding: 5rem 1rem;
}
.cid-uPqlvGIcVe p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uPqlvGIcVe p {
    text-align: center !important;
  }
}
.cid-uPqlvGIcVe .media-container-row .mbr-text2,
.cid-uPqlvGIcVe .line {
  color: #232323;
  text-align: left;
}
.cid-uPqlvHHyle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqp0z2iiN .navbar-dropdown {
  position: relative !important;
}
.cid-uPqp0z2iiN .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-uPqp0z2iiN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPqp0z2iiN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPqp0z2iiN .dropdown-item:hover,
.cid-uPqp0z2iiN .dropdown-item:focus {
  background: #18de27 !important;
  color: white !important;
}
.cid-uPqp0z2iiN .dropdown-item:hover span {
  color: white;
}
.cid-uPqp0z2iiN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPqp0z2iiN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPqp0z2iiN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPqp0z2iiN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPqp0z2iiN .nav-link {
  position: relative;
}
.cid-uPqp0z2iiN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPqp0z2iiN .container {
    flex-wrap: nowrap;
  }
}
.cid-uPqp0z2iiN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPqp0z2iiN .dropdown-menu,
.cid-uPqp0z2iiN .navbar.opened {
  background: #c07070 !important;
}
.cid-uPqp0z2iiN .nav-item:focus,
.cid-uPqp0z2iiN .nav-link:focus {
  outline: none;
}
.cid-uPqp0z2iiN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPqp0z2iiN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPqp0z2iiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPqp0z2iiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPqp0z2iiN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPqp0z2iiN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPqp0z2iiN .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: #c07070;
}
.cid-uPqp0z2iiN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPqp0z2iiN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPqp0z2iiN .navbar .navbar-logo img {
  width: auto;
}
.cid-uPqp0z2iiN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPqp0z2iiN .navbar.collapsed {
  justify-content: center;
}
.cid-uPqp0z2iiN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPqp0z2iiN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPqp0z2iiN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPqp0z2iiN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPqp0z2iiN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPqp0z2iiN .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-uPqp0z2iiN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPqp0z2iiN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPqp0z2iiN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPqp0z2iiN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPqp0z2iiN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPqp0z2iiN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPqp0z2iiN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPqp0z2iiN .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-uPqp0z2iiN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPqp0z2iiN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPqp0z2iiN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPqp0z2iiN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPqp0z2iiN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPqp0z2iiN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPqp0z2iiN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPqp0z2iiN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPqp0z2iiN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPqp0z2iiN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPqp0z2iiN .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-uPqp0z2iiN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPqp0z2iiN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPqp0z2iiN .dropdown-item.active,
.cid-uPqp0z2iiN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPqp0z2iiN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPqp0z2iiN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPqp0z2iiN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPqp0z2iiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c07070;
}
.cid-uPqp0z2iiN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPqp0z2iiN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPqp0z2iiN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPqp0z2iiN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPqp0z2iiN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPqp0z2iiN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c07070;
}
.cid-uPqp0z2iiN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPqp0z2iiN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPqp0z2iiN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPqp0z2iiN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPqp0z2iiN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPqp0z2iiN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPqp0z2iiN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPqp0z2iiN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPqp0z2iiN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPqp0z2iiN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPqp0z2iiN .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-uPqp0z2iiN .navbar {
    height: 70px;
  }
  .cid-uPqp0z2iiN .navbar.opened {
    height: auto;
  }
  .cid-uPqp0z2iiN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPqp0AfVJk {
  background-image: url("../../../assets/images/33-2000x1500.jpg");
}
.cid-uPqp0AfVJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0AfVJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0BhJKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqp0BhJKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0BhJKN .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-uPqp0BhJKN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPqp0BhJKN .container {
    padding: 0 12px;
  }
}
.cid-uPqp0BhJKN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPqp0BhJKN .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uPqp0BhJKN .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uPqp0BhJKN .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c07070;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uPqp0BhJKN .mbr-section-title {
  color: #222222;
}
.cid-uPqp0C3lpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqp0C3lpp .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPqp0C3lpp .mbr-text {
  text-align: left;
}
.cid-uPqp0CLSUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPqp0CLSUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0CLSUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0CLSUa .row {
  justify-content: center;
}
.cid-uPqp0CLSUa .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uPqp0CLSUa .col-title {
    margin-bottom: 20px;
  }
}
.cid-uPqp0CLSUa .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uPqp0CLSUa .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uPqp0CLSUa .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uPqp0CLSUa .card-row {
  align-items: stretch;
}
.cid-uPqp0CLSUa .card {
  padding: 10px;
}
.cid-uPqp0CLSUa .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uPqp0CLSUa .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uPqp0CLSUa .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uPqp0CLSUa .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: #c07070;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPqp0CLSUa .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uPqp0CLSUa .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-uPqp0CLSUa .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c07070;
  }
}
.cid-uPqp0CLSUa .card-wrapper:hover .card-box {
  background-color: #c07070;
}
.cid-uPqp0CLSUa .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uPqp0CLSUa .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uPqp0CLSUa .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uPqp0CLSUa .card-title,
.cid-uPqp0CLSUa .iconfont-wrapper {
  text-align: center;
}
.cid-uPqp0DUWY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqp0EGLYj {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #c07070;
}
.cid-uPqp0EGLYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0EGLYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0EGLYj .card-wrapper {
  border: 3px solid #18de27;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uPqp0EGLYj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPqp0EGLYj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPqp0EGLYj .mbr-section-subtitle {
  background: #18de27;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uPqp0EGLYj .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-uPqp0EGLYj .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #18de27;
  font-size: 1.5rem;
}
.cid-uPqp0EGLYj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPqp0EGLYj .mbr-text,
.cid-uPqp0EGLYj .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uPqp0EGLYj .mbr-section-subtitle2,
.cid-uPqp0EGLYj .align-wrapper {
  color: #04492e;
}
.cid-uPqp0EGLYj .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uPqp0FTT2T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPqp0FTT2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0FTT2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPqp0FTT2T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPqp0FTT2T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPqp0FTT2T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uPqp0FTT2T .mbr-description {
  text-align: left;
}
.cid-uPqp0FTT2T .mbr-section-title {
  text-align: center;
}
.cid-uPqp0GPA09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqp0GPA09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0GPA09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0GPA09 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPqp0GPA09 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uPqp0GPA09 .container {
    padding: 0 25px;
  }
}
.cid-uPqp0GPA09 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPqp0GPA09 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uPqp0GPA09 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uPqp0GPA09 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uPqp0GPA09 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uPqp0GPA09 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uPqp0GPA09 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uPqp0GPA09 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPqp0GPA09 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPqp0GPA09 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPqp0GPA09 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPqp0GPA09 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uPqp0GPA09 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uPqp0GPA09 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPqp0GPA09 .panel-title-edit {
  color: #000000;
}
.cid-uPqp0GPA09 .panel-text {
  color: #000000;
}
.cid-uPqp0Iohrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqp0Iohrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0Iohrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0Iohrr .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uPqp0JuToA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqp0JuToA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0JuToA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0JuToA .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uPqp0JuToA .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uPqp0JuToA .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPqp0JuToA .mbr-section-title {
  color: #131313;
}
.cid-uPqp0JuToA .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uPqp0JuToA .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uPqp0JuToA .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uPqp0JuToA .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #1f3169;
  box-shadow: 4px 4px 0 #1f3169;
  background: #c07070;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uPqp0JuToA .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uPqp0JuToA .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uPqp0JuToA .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uPqp0JuToA .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uPqp0JuToA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uPqp0JuToA .card-title {
  color: #131313;
}
.cid-uPqp0JuToA .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: left;
}
.cid-uPqp0JuToA .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uPqp0JuToA .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPqp0JuToA .card-link {
    margin-top: 15px;
  }
}
.cid-uPqp0JuToA .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uPqp0JuToA .card-title,
.cid-uPqp0JuToA .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPqp0L8G4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqp0L8G4O .row {
  flex-direction: row-reverse;
}
.cid-uPqp0L8G4O .mbr-text {
  color: #000000;
}
.cid-uPqp0L8G4O .mbr-section-subtitle {
  text-align: center;
}
.cid-uPqp0L8G4O .mbr-section-title {
  text-align: right;
}
.cid-uPqp0M7kdf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPqp0M7kdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0M7kdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0M7kdf .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPqp0M7kdf .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPqp0M7kdf .container-fluid .row {
  padding: 0;
}
.cid-uPqp0M7kdf .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPqp0M7kdf .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPqp0M7kdf .card {
    padding: 48px 20px;
  }
}
.cid-uPqp0M7kdf .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uPqp0M7kdf .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPqp0M7kdf .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-uPqp0M7kdf .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uPqp0M7kdf .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-uPqp0N4aeL {
  background-color: #c07070;
}
.cid-uPqp0N4aeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0N4aeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0N4aeL .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPqp0N4aeL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPqp0N4aeL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uPqp0N4aeL .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPqp0N4aeL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPqp0N4aeL .mbr-section-title {
  text-align: center;
}
.cid-uPqp0N4aeL .mbr-text,
.cid-uPqp0N4aeL .mbr-section-btn {
  color: #000000;
}
.cid-uPqp0Oaz65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqp0Oaz65 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #c07070;
}
.cid-uPqp0Oaz65 .mbr-section-title {
  text-align: center;
}
.cid-uPqp0P770v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c07070;
}
.cid-uPqp0P770v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0P770v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0P770v .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPqp0P770v .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPqp0P770v .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPqp0P770v .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPqp0P770v .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPqp0P770v .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uPqp0P770v .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uPqp0P770v .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPqp0P770v .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPqp0P770v .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uPqp0P770v .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPqp0P770v .mbr-section-title {
  color: #050f0f;
}
.cid-uPqp0P770v .item-title {
  color: #050f0f;
}
.cid-uPqp0P770v .item-text {
  color: #050f0f;
}
.cid-uPqp0QgVMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPqp0QgVMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqp0QgVMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqp0QgVMV .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPqp0QgVMV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPqp0QgVMV .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-uPqp0QgVMV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPqp0QgVMV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPqp0RgGg5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c07070;
  overflow: hidden;
}
.cid-uPqp0RgGg5 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uPqp0RgGg5 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uPqp0RgGg5 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uPqp0RgGg5 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uPqp0RgGg5 a {
  background-image: none !important;
}
.cid-uPqp0RgGg5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uPqp0RgGg5 .container {
  padding: 5rem 1rem;
}
.cid-uPqp0RgGg5 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uPqp0RgGg5 p {
    text-align: center !important;
  }
}
.cid-uPqp0RgGg5 .media-container-row .mbr-text2,
.cid-uPqp0RgGg5 .line {
  color: #232323;
  text-align: left;
}
.cid-uPqp0ScuYw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c07070;
  overflow: hidden;
}
