.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Mono;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 1.8rem;
  border-radius: 5px;
}
.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: #ffe161 !important;
}
.bg-success {
  background-color: #c6ffe0 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #19303d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #19303d !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #19303d !important;
  border-color: #19303d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6ffe0 !important;
  border-color: #c6ffe0 !important;
  color: #19303d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6fffb1 !important;
  border-color: #6fffb1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #19303d !important;
  background-color: #6fffb1 !important;
  border-color: #6fffb1 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #19303d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !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: #19303d !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #19303d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #19303d !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #19303d !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !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: #19303d !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border: 2px dashed #ffe161;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border: 2px dashed #19303d;
  color: #19303d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #19303d !important;
  border-color: #19303d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #19303d !important;
  border-color: #19303d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border: 2px dashed #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: 2px dashed #c6ffe0;
  color: #c6ffe0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00c65a !important;
  background-color: #c6ffe0 !important;
  border-color: #c6ffe0 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00c65a !important;
  background-color: #c6ffe0 !important;
  border-color: #c6ffe0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border: 2px dashed #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: 2px dashed #ffb18a;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border: 2px dashed #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: 2px dashed #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #ffe161 !important;
}
.text-secondary {
  color: #19303d !important;
}
.text-success {
  color: #c6ffe0 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #60ffa9 !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: #ff6d24 !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;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.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: #ffb18a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.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: #ffe161;
  border-bottom-color: #ffe161;
}
.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: #ffe161 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #19303d !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='%23ffe161' %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-u71bVq9Zrd {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u71bVq9Zrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71bVq9Zrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71bVq9Zrd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u71bVq9Zrd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u71bVq9Zrd .container {
    padding: 0 24px;
  }
}
.cid-u71bVq9Zrd .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u71bVq9Zrd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u71bVq9Zrd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u71bVq9Zrd .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u71bVq9Zrd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u71bVq9Zrd .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u71bVq9Zrd .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u71bVq9Zrd .content-wrapper .mbr-section-btn .btn:hover,
.cid-u71bVq9Zrd .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u71bVq9Zrd .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u71bVq9Zrd .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u71bVq9Zrd .decor-wrapper .decor_1 {
  background-color: #e4c7c7;
}
.cid-u71bVq9Zrd .decor-wrapper .decor_2 {
  background-color: #c0e1f0;
}
.cid-u71bVq9Zrd .decor-wrapper .decor_3 {
  background-color: #f3e299;
}
.cid-u71bVq9Zrd .decor-wrapper .decor_4 {
  background-color: #c6ffe0;
}
.cid-u71bVq9Zrd .mbr-section-title {
  color: #141414;
}
.cid-u71bVq9Zrd .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u71bVq9Zrd .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-u71bVq9Zrd .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u71bVq9Zrd .mbr-section-title,
.cid-u71bVq9Zrd .mbr-section-btn {
  text-align: center;
}
.cid-u74My6FJNS {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/hh-2000x1500.jpg");
}
.cid-u74My6FJNS .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u74My6FJNS .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u74My6FJNS {
    align-items: center;
  }
  .cid-u74My6FJNS .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u74My6FJNS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u74My6FJNS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u74My6FJNS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u74My6FJNS .content-wrap {
    width: 100%;
  }
}
.cid-u74My6FJNS .mbr-section-title {
  text-align: left;
}
.cid-u74My6FJNS .mbr-text,
.cid-u74My6FJNS .mbr-section-btn {
  text-align: left;
}
.cid-u70BwwsQOj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u70BwwsQOj .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;
}
@media (max-width: 767px) {
  .cid-u70BwwsQOj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u70BwwsQOj .btn {
  font-weight: 400;
}
.cid-u70BwwsQOj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u70BwwsQOj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u70BwwsQOj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70BwwsQOj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70BwwsQOj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u70BwwsQOj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u70BwwsQOj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u70BwwsQOj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u70BwwsQOj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u70BwwsQOj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u70BwwsQOj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u70BwwsQOj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u70BwwsQOj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u70BwwsQOj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u70BwwsQOj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u70BwwsQOj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u70BwwsQOj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u70BwwsQOj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u70BwwsQOj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u70BwwsQOj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u70BwwsQOj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u70BwwsQOj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u70BwwsQOj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u70BwwsQOj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
  border-radius: 4px !important;
}
.cid-u70BwwsQOj .nav-item:focus,
.cid-u70BwwsQOj .nav-link:focus {
  outline: none;
}
.cid-u70BwwsQOj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70BwwsQOj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70BwwsQOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70BwwsQOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70BwwsQOj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70BwwsQOj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70BwwsQOj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u70BwwsQOj .navbar.opened {
  transition: all 0.25s;
}
.cid-u70BwwsQOj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70BwwsQOj .navbar .navbar-logo img {
  width: auto;
}
.cid-u70BwwsQOj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u70BwwsQOj .navbar.collapsed {
  justify-content: center;
}
.cid-u70BwwsQOj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70BwwsQOj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u70BwwsQOj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u70BwwsQOj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70BwwsQOj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70BwwsQOj .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-u70BwwsQOj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70BwwsQOj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70BwwsQOj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u70BwwsQOj .navbar {
    min-height: 72px;
  }
  .cid-u70BwwsQOj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u70BwwsQOj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70BwwsQOj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70BwwsQOj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70BwwsQOj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70BwwsQOj .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-u70BwwsQOj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70BwwsQOj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u70BwwsQOj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70BwwsQOj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u70BwwsQOj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u70BwwsQOj .dropdown-item.active,
.cid-u70BwwsQOj .dropdown-item:active {
  background-color: transparent;
}
.cid-u70BwwsQOj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70BwwsQOj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70BwwsQOj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70BwwsQOj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-u70BwwsQOj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u70BwwsQOj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u70BwwsQOj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70BwwsQOj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u70BwwsQOj .navbar-buttons {
    text-align: left;
  }
}
.cid-u70BwwsQOj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70BwwsQOj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u70BwwsQOj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70BwwsQOj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70BwwsQOj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70BwwsQOj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70BwwsQOj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70BwwsQOj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70BwwsQOj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70BwwsQOj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70BwwsQOj .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-u70BwwsQOj .opacityScroll {
  background: #fffcee !important;
}
.cid-u70BwwsQOj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70BwwsQOj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u70BwwsQOj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u70BwwsQOj .navbar {
    height: 70px;
  }
  .cid-u70BwwsQOj .navbar.opened {
    height: auto;
  }
  .cid-u70BwwsQOj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u70BwwsQOj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u70BwwsQOj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u70BwwsQOj .navbar-brand {
    margin-right: auto;
  }
  .cid-u70BwwsQOj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u70BwwsQOj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u70BwwsQOj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u70BwwsQOj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u70BwwsQOj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u70BwwsQOj .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u70BwwsQOj .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u70BwwsQOj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u70MInPVnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e723e;
}
.cid-u70MInPVnz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u70MInPVnz .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u70MInPVnz .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u70MInPVnz .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u70MInPVnz .mbr-text {
  color: #3d5943;
}
.cid-u71i3F2Ttl {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u71i3F2Ttl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71i3F2Ttl .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u71i3F2Ttl .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u71i3F2Ttl img {
  border-radius: 1rem;
}
.cid-u71i3F2Ttl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71i3F2Ttl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u71i3F2Ttl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u71i3F2Ttl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u71i3F2Ttl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u71i3F2Ttl .mbr-section-subtitle,
.cid-u71i3F2Ttl .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u71i3F2Ttl .mbr-text,
.cid-u71i3F2Ttl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u70GlFbtQS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u70GlFbtQS .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-u70GlFbtQS .card {
  margin-bottom: 1.5rem;
}
.cid-u70GlFbtQS .card-wrapper {
  overflow: visible;
  padding: 5rem 4rem;
}
@media (max-width: 767px) {
  .cid-u70GlFbtQS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u70GlFbtQS .card-wrapper-1 {
  background-color: #7e723e;
}
.cid-u70GlFbtQS .card-wrapper-2 {
  background-color: #a39247;
}
.cid-u70GlFbtQS .card-wrapper-3 {
  background-color: #7e723e;
}
.cid-u70GlFbtQS .card-wrapper-4 {
  background-color: #419e8e;
}
.cid-u70GlFbtQS .card-text {
  color: #454545;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
}
.cid-u70GlFbtQS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u70GlFbtQS .card-text,
.cid-u70GlFbtQS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u70GlFbtQS .button-section {
  margin-top: 1.5rem;
}
.cid-u70GlFbtQS .button-section .btn {
  font-weight: 700 !important;
}
.cid-u70GlFbtQS .section-text,
.cid-u70GlFbtQS .button-section {
  text-align: left;
}
.cid-u70GlFbtQS .section-text {
  text-align: left;
}
.cid-u70G2HCbA0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u70G2HCbA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70G2HCbA0 h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-u70G2HCbA0 h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffe161;
  z-index: -1;
}
.cid-u70G2HCbA0 h1 a:hover {
  color: inherit !important;
}
.cid-u70G2HCbA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70G2HCbA0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70G2HCbA0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70G2HCbA0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70G2HCbA0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u70G2HCbA0 .mbr-section-subtitle,
.cid-u70G2HCbA0 .subtitle-wrap {
  color: #19303d;
}
.cid-u70G2HCbA0 .mbr-text,
.cid-u70G2HCbA0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u70GnrJKFl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u70GnrJKFl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u70GnrJKFl img:hover {
  transform: scale(1.1);
}
.cid-u70GnrJKFl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u70GnrJKFl h2 {
  padding: 0;
  margin: 0;
}
.cid-u70GnrJKFl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70GnrJKFl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u70GnrJKFl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u70GnrJKFl .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u70GnrJKFl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u70GnrJKFl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u70GnrJKFl .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u70GnrJKFl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u70GnrJKFl H2 {
  color: #333333;
}
.cid-u70GnrJKFl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u70GnrJKFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70GnrJKFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70GnrJKFl H1 {
  text-align: center;
  color: #000000;
}
.cid-u71guLX38a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u71guLX38a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71guLX38a .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-u71guLX38a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71guLX38a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u71guLX38a .text-wrapper {
    padding: 2rem;
  }
}
.cid-u71guLX38a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u71guLX38a .mbr-text {
  color: #ffffff;
}
.cid-u70GEN3WOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u70GEN3WOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70GEN3WOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70GEN3WOC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-u70GEN3WOC .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u70GEN3WOC .card-wrapper {
    padding: 1rem;
  }
}
.cid-u70GEN3WOC .card-title,
.cid-u70GEN3WOC .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u70GEN3WOC .card-text {
  text-align: center;
  color: #000000;
}
.cid-tlW36FbaNl {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tlW36FbaNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlW36FbaNl img {
  border-radius: 1rem;
  width: 150px;
}
.cid-tlW36FbaNl img {
  filter: brightness(10);
}
.cid-tlW36FbaNl .row {
  padding: 0 1rem;
}
.cid-tlW36FbaNl a {
  font-weight: 600;
}
.cid-tlW36FbaNl .btn {
  transition: all 0.3s;
}
.cid-tlW36FbaNl .btn:hover,
.cid-tlW36FbaNl .btn:focus {
  background: white !important;
  color: #7e723e !important;
  border: 2px dashed #7e723e !important;
}
.cid-tlW36FbaNl .img-wrap {
  display: inline-block;
}
.cid-tlW36FbaNl .card {
  background: #7e723e;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tlW36FbaNl .card {
    padding: 2rem 1rem;
  }
}
.cid-tlW36FbaNl .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-tlW36FbaNl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlW36FbaNl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlW36FbaNl .mbr-section-title {
  color: #ffffff;
}
.cid-tlW36FbaNl .mbr-section-subtitle,
.cid-tlW36FbaNl .subtitle-wrap {
  color: #19303d;
}
.cid-tlW36FbaNl .mbr-text,
.cid-tlW36FbaNl .mbr-section-btn {
  color: #ffffff;
}
.cid-u70WYwMC7R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u70WYwMC7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70WYwMC7R .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-u70WYwMC7R .container {
    padding: 0 30px;
  }
}
.cid-u70WYwMC7R .row {
  justify-content: center;
}
.cid-u70WYwMC7R .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u70WYwMC7R .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u70WYwMC7R .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u70WYwMC7R .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-u70WYwMC7R .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u70WYwMC7R .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u70WYwMC7R .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u71heVELcB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u71heVELcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71heVELcB .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u71heVELcB .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u71heVELcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71heVELcB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u71heVELcB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u71heVELcB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u71heVELcB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u71heVELcB .mbr-section-subtitle,
.cid-u71heVELcB .subtitle-wrap {
  color: #19303d;
}
.cid-u71heVELcB .mbr-text,
.cid-u71heVELcB .mbr-section-btn {
  color: #ffffff;
}
.cid-u70Jma5VAv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/maryland-trackless-train-rental11-640x302.jpg");
}
.cid-u70Jma5VAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70Jma5VAv .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffe161;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #19303d;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u70Jma5VAv .mbr-iconfont:hover {
  background: #ffe161;
  color: #19303d;
}
.cid-u70Jma5VAv .icon-wrap {
  display: flex;
}
.cid-u70Jma5VAv .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u70Jma5VAv .link {
  display: flex;
}
.cid-u70Jma5VAv .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #19303d;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #19303d;
  margin-right: 1rem;
  border-radius: 50%;
  background: #c6ffe0;
  transition: all 0.3s;
}
.cid-u70Jma5VAv .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u70Jma5VAv .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u70Jma5VAv .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u70Jma5VAv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70Jma5VAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70Jma5VAv .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u70Jma5VAv .row:hover {
  background: #ffffff;
}
.cid-u70Jma5VAv .mbr-link {
  color: #132835;
}
.cid-u70Jma5VAv .mbr-text,
.cid-u70Jma5VAv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u70Jma5VAv .mbr-section-subtitle,
.cid-u70Jma5VAv .subtitle-wrap {
  text-align: center;
}
.cid-u70Jma5VAv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u70LWeWZ0R {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u70LWeWZ0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70LWeWZ0R .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u70LWeWZ0R .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u70LWeWZ0R img {
  border-radius: 1rem;
}
.cid-u70LWeWZ0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70LWeWZ0R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70LWeWZ0R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70LWeWZ0R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70LWeWZ0R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u70LWeWZ0R .mbr-section-subtitle,
.cid-u70LWeWZ0R .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u70LWeWZ0R .mbr-text,
.cid-u70LWeWZ0R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u7402Gd4ND {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7402Gd4ND .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7402Gd4ND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7402Gd4ND .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7402Gd4ND .container-fluid {
    padding: 0;
  }
}
.cid-u7402Gd4ND .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7402Gd4ND .container {
    padding: 0 20px;
  }
}
.cid-u7402Gd4ND .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-u7402Gd4ND .google-map iframe {
    height: 300px;
  }
}
.cid-u76nChgsqG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76nChgsqG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u76nChgsqG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffe161;
}
.cid-u76nChgsqG .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u76nChgsqG .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-u76nChgsqG .text-content {
    max-width: none;
  }
}
.cid-u76nChgsqG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #7e723e;
  border: 2px solid #7e723e;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u76nChgsqG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u76nChgsqG .mbr-iconfont-social:hover {
  background-color: #7e723e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u76nChgsqG .icons {
    justify-content: center !important;
  }
  .cid-u76nChgsqG .text-content * {
    text-align: center;
  }
}
.cid-u76nChgsqG P {
  color: #1a449a;
  text-align: center;
}
.cid-u76nChgsqG .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u70ChTBHYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a39247;
  flex-direction: column;
  justify-content: center;
}
.cid-u70ChTBHYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70ChTBHYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70ChTBHYG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u70ChTBHYG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u70ChTBHYG .container {
    padding: 0 16px;
  }
}
.cid-u70ChTBHYG .row {
  justify-content: center;
}
.cid-u70ChTBHYG .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u70ChTBHYG .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u70ChTBHYG .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-u70ChTBHYG .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u70ChTBHYG .list {
    margin-bottom: 40px;
  }
}
.cid-u70ChTBHYG .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u70ChTBHYG .list .item-wrap:hover,
.cid-u70ChTBHYG .list .item-wrap:focus {
  color: #706cff;
}
.cid-u70ChTBHYG .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u70ChTBHYG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u70ChTBHYG .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-u70ChTBHYG .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-u70ChTBHYG .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u70ChTBHYG .contacts-wrapper .list .item-wrap:hover,
.cid-u70ChTBHYG .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-u70ChTBHYG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u70ChTBHYG .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-u70ChTBHYG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u70ChTBHYG .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-u70ChTBHYG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u70ChTBHYG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u70ChTBHYG .list-title {
  color: #becdc2;
}
.cid-u70ChTBHYG .list,
.cid-u70ChTBHYG .item-wrap {
  color: #ffffff;
}
.cid-u70ChTBHYG .list-title,
.cid-u70ChTBHYG .social-wrapper {
  color: #ffffff;
}
.cid-u70ERA4cCL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u70ERA4cCL .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;
}
@media (max-width: 767px) {
  .cid-u70ERA4cCL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u70ERA4cCL .btn {
  font-weight: 400;
}
.cid-u70ERA4cCL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u70ERA4cCL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u70ERA4cCL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70ERA4cCL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70ERA4cCL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u70ERA4cCL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u70ERA4cCL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u70ERA4cCL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u70ERA4cCL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u70ERA4cCL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u70ERA4cCL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u70ERA4cCL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u70ERA4cCL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u70ERA4cCL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u70ERA4cCL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u70ERA4cCL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u70ERA4cCL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u70ERA4cCL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u70ERA4cCL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u70ERA4cCL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u70ERA4cCL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u70ERA4cCL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u70ERA4cCL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u70ERA4cCL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
  border-radius: 4px !important;
}
.cid-u70ERA4cCL .nav-item:focus,
.cid-u70ERA4cCL .nav-link:focus {
  outline: none;
}
.cid-u70ERA4cCL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70ERA4cCL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70ERA4cCL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70ERA4cCL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70ERA4cCL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70ERA4cCL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70ERA4cCL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u70ERA4cCL .navbar.opened {
  transition: all 0.25s;
}
.cid-u70ERA4cCL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70ERA4cCL .navbar .navbar-logo img {
  width: auto;
}
.cid-u70ERA4cCL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u70ERA4cCL .navbar.collapsed {
  justify-content: center;
}
.cid-u70ERA4cCL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70ERA4cCL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u70ERA4cCL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u70ERA4cCL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70ERA4cCL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70ERA4cCL .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-u70ERA4cCL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70ERA4cCL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70ERA4cCL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u70ERA4cCL .navbar {
    min-height: 72px;
  }
  .cid-u70ERA4cCL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u70ERA4cCL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70ERA4cCL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70ERA4cCL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70ERA4cCL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70ERA4cCL .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-u70ERA4cCL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70ERA4cCL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u70ERA4cCL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70ERA4cCL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u70ERA4cCL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u70ERA4cCL .dropdown-item.active,
.cid-u70ERA4cCL .dropdown-item:active {
  background-color: transparent;
}
.cid-u70ERA4cCL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70ERA4cCL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70ERA4cCL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70ERA4cCL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-u70ERA4cCL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u70ERA4cCL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u70ERA4cCL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70ERA4cCL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u70ERA4cCL .navbar-buttons {
    text-align: left;
  }
}
.cid-u70ERA4cCL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70ERA4cCL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u70ERA4cCL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70ERA4cCL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70ERA4cCL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70ERA4cCL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70ERA4cCL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70ERA4cCL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70ERA4cCL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70ERA4cCL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70ERA4cCL .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-u70ERA4cCL .opacityScroll {
  background: #fffcee !important;
}
.cid-u70ERA4cCL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70ERA4cCL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u70ERA4cCL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u70ERA4cCL .navbar {
    height: 70px;
  }
  .cid-u70ERA4cCL .navbar.opened {
    height: auto;
  }
  .cid-u70ERA4cCL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u70ERA4cCL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u70ERA4cCL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u70ERA4cCL .navbar-brand {
    margin-right: auto;
  }
  .cid-u70ERA4cCL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u70ERA4cCL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u70ERA4cCL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u70ERA4cCL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u70ERA4cCL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u70ERA4cCL .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u70ERA4cCL .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u70ERA4cCL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u70ERCKxSk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u70ERCKxSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70ERCKxSk .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u70ERCKxSk .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #13e5c0;
  z-index: -1;
}
.cid-u70ERCKxSk img {
  border-radius: 1rem;
}
.cid-u70ERCKxSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70ERCKxSk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70ERCKxSk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70ERCKxSk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70ERCKxSk .mbr-section-title {
  color: #000000;
}
.cid-u70ERCKxSk .mbr-section-subtitle,
.cid-u70ERCKxSk .subtitle-wrap {
  color: #ffffff;
}
.cid-u70ERCKxSk .mbr-text,
.cid-u70ERCKxSk .mbr-section-btn {
  color: #ffffff;
}
.cid-u70ERE6G9e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u70ERE6G9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70ERE6G9e h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-u70ERE6G9e h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffe161;
  z-index: -1;
}
.cid-u70ERE6G9e h1 a:hover {
  color: inherit !important;
}
.cid-u70ERE6G9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70ERE6G9e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70ERE6G9e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70ERE6G9e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70ERE6G9e .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-u70ERE6G9e .mbr-section-subtitle,
.cid-u70ERE6G9e .subtitle-wrap {
  color: #19303d;
}
.cid-u70ERE6G9e .mbr-text,
.cid-u70ERE6G9e .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u73ZY5vmr1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u73ZY5vmr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73ZY5vmr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73ZY5vmr1 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u73ZY5vmr1 .container-fluid {
    padding: 0;
  }
}
.cid-u73ZY5vmr1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u73ZY5vmr1 .container {
    padding: 0 20px;
  }
}
.cid-u73ZY5vmr1 .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-u73ZY5vmr1 .google-map iframe {
    height: 300px;
  }
}
.cid-u76nMzx2oM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76nMzx2oM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u76nMzx2oM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffe161;
}
.cid-u76nMzx2oM .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u76nMzx2oM .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-u76nMzx2oM .text-content {
    max-width: none;
  }
}
.cid-u76nMzx2oM .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #7e723e;
  border: 2px solid #7e723e;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u76nMzx2oM .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u76nMzx2oM .mbr-iconfont-social:hover {
  background-color: #7e723e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u76nMzx2oM .icons {
    justify-content: center !important;
  }
  .cid-u76nMzx2oM .text-content * {
    text-align: center;
  }
}
.cid-u76nMzx2oM P {
  color: #1a449a;
  text-align: center;
}
.cid-u76nMzx2oM .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u70ERJNqvJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a39247;
  flex-direction: column;
  justify-content: center;
}
.cid-u70ERJNqvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70ERJNqvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70ERJNqvJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u70ERJNqvJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u70ERJNqvJ .container {
    padding: 0 16px;
  }
}
.cid-u70ERJNqvJ .row {
  justify-content: center;
}
.cid-u70ERJNqvJ .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u70ERJNqvJ .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u70ERJNqvJ .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-u70ERJNqvJ .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u70ERJNqvJ .list {
    margin-bottom: 40px;
  }
}
.cid-u70ERJNqvJ .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u70ERJNqvJ .list .item-wrap:hover,
.cid-u70ERJNqvJ .list .item-wrap:focus {
  color: #706cff;
}
.cid-u70ERJNqvJ .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u70ERJNqvJ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u70ERJNqvJ .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-u70ERJNqvJ .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-u70ERJNqvJ .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u70ERJNqvJ .contacts-wrapper .list .item-wrap:hover,
.cid-u70ERJNqvJ .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-u70ERJNqvJ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u70ERJNqvJ .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-u70ERJNqvJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u70ERJNqvJ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-u70ERJNqvJ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u70ERJNqvJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u70ERJNqvJ .list-title {
  color: #becdc2;
}
.cid-u70ERJNqvJ .list,
.cid-u70ERJNqvJ .item-wrap {
  color: #ffffff;
}
.cid-u70ERJNqvJ .list-title,
.cid-u70ERJNqvJ .social-wrapper {
  color: #ffffff;
}
.cid-u70FaKCWSP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u70FaKCWSP .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;
}
@media (max-width: 767px) {
  .cid-u70FaKCWSP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u70FaKCWSP .btn {
  font-weight: 400;
}
.cid-u70FaKCWSP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u70FaKCWSP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u70FaKCWSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70FaKCWSP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70FaKCWSP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u70FaKCWSP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u70FaKCWSP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u70FaKCWSP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u70FaKCWSP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u70FaKCWSP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u70FaKCWSP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u70FaKCWSP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u70FaKCWSP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u70FaKCWSP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u70FaKCWSP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u70FaKCWSP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u70FaKCWSP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u70FaKCWSP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u70FaKCWSP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u70FaKCWSP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u70FaKCWSP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u70FaKCWSP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u70FaKCWSP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u70FaKCWSP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
  border-radius: 4px !important;
}
.cid-u70FaKCWSP .nav-item:focus,
.cid-u70FaKCWSP .nav-link:focus {
  outline: none;
}
.cid-u70FaKCWSP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70FaKCWSP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70FaKCWSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70FaKCWSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70FaKCWSP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70FaKCWSP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70FaKCWSP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u70FaKCWSP .navbar.opened {
  transition: all 0.25s;
}
.cid-u70FaKCWSP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70FaKCWSP .navbar .navbar-logo img {
  width: auto;
}
.cid-u70FaKCWSP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u70FaKCWSP .navbar.collapsed {
  justify-content: center;
}
.cid-u70FaKCWSP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70FaKCWSP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u70FaKCWSP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u70FaKCWSP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70FaKCWSP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70FaKCWSP .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-u70FaKCWSP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70FaKCWSP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70FaKCWSP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u70FaKCWSP .navbar {
    min-height: 72px;
  }
  .cid-u70FaKCWSP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u70FaKCWSP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70FaKCWSP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70FaKCWSP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70FaKCWSP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70FaKCWSP .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-u70FaKCWSP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70FaKCWSP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u70FaKCWSP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70FaKCWSP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u70FaKCWSP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u70FaKCWSP .dropdown-item.active,
.cid-u70FaKCWSP .dropdown-item:active {
  background-color: transparent;
}
.cid-u70FaKCWSP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70FaKCWSP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70FaKCWSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70FaKCWSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-u70FaKCWSP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u70FaKCWSP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u70FaKCWSP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70FaKCWSP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u70FaKCWSP .navbar-buttons {
    text-align: left;
  }
}
.cid-u70FaKCWSP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70FaKCWSP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u70FaKCWSP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70FaKCWSP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70FaKCWSP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70FaKCWSP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70FaKCWSP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70FaKCWSP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70FaKCWSP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70FaKCWSP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70FaKCWSP .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-u70FaKCWSP .opacityScroll {
  background: #fffcee !important;
}
.cid-u70FaKCWSP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70FaKCWSP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u70FaKCWSP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u70FaKCWSP .navbar {
    height: 70px;
  }
  .cid-u70FaKCWSP .navbar.opened {
    height: auto;
  }
  .cid-u70FaKCWSP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u70FaKCWSP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u70FaKCWSP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u70FaKCWSP .navbar-brand {
    margin-right: auto;
  }
  .cid-u70FaKCWSP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u70FaKCWSP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u70FaKCWSP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u70FaKCWSP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u70FaKCWSP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u70FaKCWSP .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u70FaKCWSP .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u70FaKCWSP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u70FaMIOzN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u70FaMIOzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70FaMIOzN .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u70FaMIOzN .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #13e5c0;
  z-index: -1;
}
.cid-u70FaMIOzN img {
  border-radius: 1rem;
}
.cid-u70FaMIOzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70FaMIOzN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70FaMIOzN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70FaMIOzN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70FaMIOzN .mbr-section-title {
  color: #000000;
}
.cid-u70FaMIOzN .mbr-section-subtitle,
.cid-u70FaMIOzN .subtitle-wrap {
  color: #ffffff;
}
.cid-u70FaMIOzN .mbr-text,
.cid-u70FaMIOzN .mbr-section-btn {
  color: #ffffff;
}
.cid-u70FaNYsfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u70FaNYsfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70FaNYsfS h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-u70FaNYsfS h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffe161;
  z-index: -1;
}
.cid-u70FaNYsfS h1 a:hover {
  color: inherit !important;
}
.cid-u70FaNYsfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70FaNYsfS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70FaNYsfS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70FaNYsfS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70FaNYsfS .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-u70FaNYsfS .mbr-section-subtitle,
.cid-u70FaNYsfS .subtitle-wrap {
  color: #19303d;
}
.cid-u70FaNYsfS .mbr-text,
.cid-u70FaNYsfS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u73ZUDSe2i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u73ZUDSe2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73ZUDSe2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73ZUDSe2i .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u73ZUDSe2i .container-fluid {
    padding: 0;
  }
}
.cid-u73ZUDSe2i .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u73ZUDSe2i .container {
    padding: 0 20px;
  }
}
.cid-u73ZUDSe2i .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-u73ZUDSe2i .google-map iframe {
    height: 300px;
  }
}
.cid-u76nVmdiXc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76nVmdiXc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u76nVmdiXc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffe161;
}
.cid-u76nVmdiXc .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u76nVmdiXc .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-u76nVmdiXc .text-content {
    max-width: none;
  }
}
.cid-u76nVmdiXc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #a39247;
  border: 2px solid #a39247;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u76nVmdiXc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u76nVmdiXc .mbr-iconfont-social:hover {
  background-color: #a39247;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u76nVmdiXc .icons {
    justify-content: center !important;
  }
  .cid-u76nVmdiXc .text-content * {
    text-align: center;
  }
}
.cid-u76nVmdiXc P {
  color: #1a449a;
  text-align: center;
}
.cid-u76nVmdiXc .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u70FaPfr8u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a39247;
  flex-direction: column;
  justify-content: center;
}
.cid-u70FaPfr8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70FaPfr8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70FaPfr8u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u70FaPfr8u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u70FaPfr8u .container {
    padding: 0 16px;
  }
}
.cid-u70FaPfr8u .row {
  justify-content: center;
}
.cid-u70FaPfr8u .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u70FaPfr8u .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u70FaPfr8u .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-u70FaPfr8u .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u70FaPfr8u .list {
    margin-bottom: 40px;
  }
}
.cid-u70FaPfr8u .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u70FaPfr8u .list .item-wrap:hover,
.cid-u70FaPfr8u .list .item-wrap:focus {
  color: #706cff;
}
.cid-u70FaPfr8u .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u70FaPfr8u .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u70FaPfr8u .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-u70FaPfr8u .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-u70FaPfr8u .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u70FaPfr8u .contacts-wrapper .list .item-wrap:hover,
.cid-u70FaPfr8u .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-u70FaPfr8u .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u70FaPfr8u .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-u70FaPfr8u .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u70FaPfr8u .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-u70FaPfr8u .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u70FaPfr8u .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u70FaPfr8u .list-title {
  color: #becdc2;
}
.cid-u70FaPfr8u .list,
.cid-u70FaPfr8u .item-wrap {
  color: #ffffff;
}
.cid-u70FaPfr8u .list-title,
.cid-u70FaPfr8u .social-wrapper {
  color: #ffffff;
}
.cid-u73W8gpqWd {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u73W8gpqWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8gpqWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8gpqWd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u73W8gpqWd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u73W8gpqWd .container {
    padding: 0 24px;
  }
}
.cid-u73W8gpqWd .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u73W8gpqWd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u73W8gpqWd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u73W8gpqWd .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u73W8gpqWd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u73W8gpqWd .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u73W8gpqWd .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u73W8gpqWd .content-wrapper .mbr-section-btn .btn:hover,
.cid-u73W8gpqWd .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u73W8gpqWd .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u73W8gpqWd .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u73W8gpqWd .decor-wrapper .decor_1 {
  background-color: #e4c7c7;
}
.cid-u73W8gpqWd .decor-wrapper .decor_2 {
  background-color: #c0e1f0;
}
.cid-u73W8gpqWd .decor-wrapper .decor_3 {
  background-color: #f3e299;
}
.cid-u73W8gpqWd .decor-wrapper .decor_4 {
  background-color: #c6ffe0;
}
.cid-u73W8gpqWd .mbr-section-title {
  color: #141414;
}
.cid-u73W8gpqWd .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u73W8gpqWd .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-u73W8gpqWd .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u73W8gpqWd .mbr-section-title,
.cid-u73W8gpqWd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u73W8h5oVw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u73W8h5oVw .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;
}
@media (max-width: 767px) {
  .cid-u73W8h5oVw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u73W8h5oVw .btn {
  font-weight: 400;
}
.cid-u73W8h5oVw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u73W8h5oVw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u73W8h5oVw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u73W8h5oVw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u73W8h5oVw .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u73W8h5oVw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u73W8h5oVw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u73W8h5oVw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u73W8h5oVw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u73W8h5oVw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u73W8h5oVw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u73W8h5oVw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u73W8h5oVw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u73W8h5oVw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u73W8h5oVw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u73W8h5oVw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u73W8h5oVw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u73W8h5oVw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u73W8h5oVw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u73W8h5oVw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u73W8h5oVw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u73W8h5oVw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u73W8h5oVw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u73W8h5oVw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
  border-radius: 4px !important;
}
.cid-u73W8h5oVw .nav-item:focus,
.cid-u73W8h5oVw .nav-link:focus {
  outline: none;
}
.cid-u73W8h5oVw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u73W8h5oVw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u73W8h5oVw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u73W8h5oVw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u73W8h5oVw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u73W8h5oVw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u73W8h5oVw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u73W8h5oVw .navbar.opened {
  transition: all 0.25s;
}
.cid-u73W8h5oVw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u73W8h5oVw .navbar .navbar-logo img {
  width: auto;
}
.cid-u73W8h5oVw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u73W8h5oVw .navbar.collapsed {
  justify-content: center;
}
.cid-u73W8h5oVw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u73W8h5oVw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u73W8h5oVw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u73W8h5oVw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u73W8h5oVw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u73W8h5oVw .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-u73W8h5oVw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u73W8h5oVw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u73W8h5oVw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u73W8h5oVw .navbar {
    min-height: 72px;
  }
  .cid-u73W8h5oVw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u73W8h5oVw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u73W8h5oVw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u73W8h5oVw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u73W8h5oVw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u73W8h5oVw .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-u73W8h5oVw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u73W8h5oVw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u73W8h5oVw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u73W8h5oVw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u73W8h5oVw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u73W8h5oVw .dropdown-item.active,
.cid-u73W8h5oVw .dropdown-item:active {
  background-color: transparent;
}
.cid-u73W8h5oVw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u73W8h5oVw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u73W8h5oVw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u73W8h5oVw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-u73W8h5oVw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u73W8h5oVw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u73W8h5oVw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u73W8h5oVw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u73W8h5oVw .navbar-buttons {
    text-align: left;
  }
}
.cid-u73W8h5oVw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u73W8h5oVw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u73W8h5oVw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u73W8h5oVw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u73W8h5oVw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u73W8h5oVw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u73W8h5oVw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u73W8h5oVw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u73W8h5oVw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u73W8h5oVw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u73W8h5oVw .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-u73W8h5oVw .opacityScroll {
  background: #fffcee !important;
}
.cid-u73W8h5oVw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u73W8h5oVw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u73W8h5oVw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u73W8h5oVw .navbar {
    height: 70px;
  }
  .cid-u73W8h5oVw .navbar.opened {
    height: auto;
  }
  .cid-u73W8h5oVw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u73W8h5oVw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u73W8h5oVw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u73W8h5oVw .navbar-brand {
    margin-right: auto;
  }
  .cid-u73W8h5oVw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u73W8h5oVw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u73W8h5oVw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u73W8h5oVw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u73W8h5oVw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u73W8h5oVw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u73W8h5oVw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u73W8h5oVw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u73W8i08pR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e723e;
}
.cid-u73W8i08pR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u73W8i08pR .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u73W8i08pR .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u73W8i08pR .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u73W8i08pR .mbr-text {
  color: #3d5943;
}
.cid-u73W8iHuk5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u73W8iHuk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8iHuk5 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u73W8iHuk5 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u73W8iHuk5 img {
  border-radius: 1rem;
}
.cid-u73W8iHuk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8iHuk5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u73W8iHuk5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u73W8iHuk5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u73W8iHuk5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u73W8iHuk5 .mbr-section-subtitle,
.cid-u73W8iHuk5 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u73W8iHuk5 .mbr-text,
.cid-u73W8iHuk5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u73W8jsVaN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u73W8jsVaN .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-u73W8jsVaN .card {
  margin-bottom: 1.5rem;
}
.cid-u73W8jsVaN .card-wrapper {
  overflow: visible;
  padding: 5rem 4rem;
}
@media (max-width: 767px) {
  .cid-u73W8jsVaN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u73W8jsVaN .card-wrapper-1 {
  background-color: #7e723e;
}
.cid-u73W8jsVaN .card-wrapper-2 {
  background-color: #a39247;
}
.cid-u73W8jsVaN .card-wrapper-3 {
  background-color: #7e723e;
}
.cid-u73W8jsVaN .card-wrapper-4 {
  background-color: #419e8e;
}
.cid-u73W8jsVaN .card-text {
  color: #454545;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
}
.cid-u73W8jsVaN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u73W8jsVaN .card-text,
.cid-u73W8jsVaN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u73W8jsVaN .button-section {
  margin-top: 1.5rem;
}
.cid-u73W8jsVaN .button-section .btn {
  font-weight: 700 !important;
}
.cid-u73W8jsVaN .section-text,
.cid-u73W8jsVaN .button-section {
  text-align: left;
}
.cid-u73W8jsVaN .section-text {
  text-align: left;
}
.cid-u73W8kx303 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u73W8kx303 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8kx303 h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-u73W8kx303 h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffe161;
  z-index: -1;
}
.cid-u73W8kx303 h1 a:hover {
  color: inherit !important;
}
.cid-u73W8kx303 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8kx303 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u73W8kx303 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u73W8kx303 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u73W8kx303 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u73W8kx303 .mbr-section-subtitle,
.cid-u73W8kx303 .subtitle-wrap {
  color: #19303d;
}
.cid-u73W8kx303 .mbr-text,
.cid-u73W8kx303 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u73W8lsoNo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #7e723e;
}
.cid-u73W8lsoNo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u73W8lsoNo img:hover {
  transform: scale(1.1);
}
.cid-u73W8lsoNo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u73W8lsoNo h2 {
  padding: 0;
  margin: 0;
}
.cid-u73W8lsoNo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u73W8lsoNo .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u73W8lsoNo .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u73W8lsoNo .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u73W8lsoNo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u73W8lsoNo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u73W8lsoNo .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u73W8lsoNo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u73W8lsoNo H2 {
  color: #333333;
}
.cid-u73W8lsoNo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u73W8lsoNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8lsoNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8lsoNo H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u73W8nWTsP {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u73W8nWTsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8nWTsP img {
  border-radius: 1rem;
  width: 150px;
}
.cid-u73W8nWTsP img {
  filter: brightness(10);
}
.cid-u73W8nWTsP .row {
  padding: 0 1rem;
}
.cid-u73W8nWTsP a {
  font-weight: 600;
}
.cid-u73W8nWTsP .btn {
  transition: all 0.3s;
}
.cid-u73W8nWTsP .btn:hover,
.cid-u73W8nWTsP .btn:focus {
  background: white !important;
  color: #7e723e !important;
  border: 2px dashed #7e723e !important;
}
.cid-u73W8nWTsP .img-wrap {
  display: inline-block;
}
.cid-u73W8nWTsP .card {
  background: #7e723e;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-u73W8nWTsP .card {
    padding: 2rem 1rem;
  }
}
.cid-u73W8nWTsP .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-u73W8nWTsP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u73W8nWTsP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u73W8nWTsP .mbr-section-title {
  color: #ffffff;
}
.cid-u73W8nWTsP .mbr-section-subtitle,
.cid-u73W8nWTsP .subtitle-wrap {
  color: #19303d;
}
.cid-u73W8nWTsP .mbr-text,
.cid-u73W8nWTsP .mbr-section-btn {
  color: #ffffff;
}
.cid-u73W8nWTsP .mbr-section-title,
.cid-u73W8nWTsP .text-wrapper {
  text-align: center;
}
.cid-u73W8n10Q3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u73W8n10Q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8n10Q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8n10Q3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-u73W8n10Q3 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u73W8n10Q3 .card-wrapper {
    padding: 1rem;
  }
}
.cid-u73W8n10Q3 .card-title,
.cid-u73W8n10Q3 .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u73W8n10Q3 .card-text {
  text-align: center;
  color: #000000;
}
.cid-u73W8mhkQp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u73W8mhkQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8mhkQp .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-u73W8mhkQp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u73W8mhkQp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u73W8mhkQp .text-wrapper {
    padding: 2rem;
  }
}
.cid-u73W8mhkQp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u73W8mhkQp .mbr-text {
  color: #ffffff;
}
.cid-u73W8oPUTd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u73W8oPUTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8oPUTd .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-u73W8oPUTd .container {
    padding: 0 30px;
  }
}
.cid-u73W8oPUTd .row {
  justify-content: center;
}
.cid-u73W8oPUTd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u73W8oPUTd .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u73W8oPUTd .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u73W8oPUTd .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-u73W8oPUTd .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u73W8oPUTd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u73W8oPUTd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u73W8pHcI9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u73W8pHcI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8pHcI9 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u73W8pHcI9 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u73W8pHcI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8pHcI9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u73W8pHcI9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u73W8pHcI9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u73W8pHcI9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u73W8pHcI9 .mbr-section-subtitle,
.cid-u73W8pHcI9 .subtitle-wrap {
  color: #19303d;
}
.cid-u73W8pHcI9 .mbr-text,
.cid-u73W8pHcI9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u73W8qym2i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/maryland-trackless-train-rental3-600x444.jpg");
}
.cid-u73W8qym2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8qym2i .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffe161;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #19303d;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u73W8qym2i .mbr-iconfont:hover {
  background: #ffe161;
  color: #19303d;
}
.cid-u73W8qym2i .icon-wrap {
  display: flex;
}
.cid-u73W8qym2i .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u73W8qym2i .link {
  display: flex;
}
.cid-u73W8qym2i .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #19303d;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #19303d;
  margin-right: 1rem;
  border-radius: 50%;
  background: #c6ffe0;
  transition: all 0.3s;
}
.cid-u73W8qym2i .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u73W8qym2i .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u73W8qym2i .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u73W8qym2i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u73W8qym2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8qym2i .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u73W8qym2i .row:hover {
  background: #ffffff;
}
.cid-u73W8qym2i .mbr-link {
  color: #132835;
}
.cid-u73W8qym2i .mbr-text,
.cid-u73W8qym2i .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-u73W8qym2i .mbr-section-subtitle,
.cid-u73W8qym2i .subtitle-wrap {
  text-align: center;
}
.cid-u73W8qym2i .mbr-section-title {
  text-align: center;
}
.cid-u73W8rDop6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7e723e;
}
.cid-u73W8rDop6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8rDop6 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u73W8rDop6 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u73W8rDop6 img {
  border-radius: 1rem;
}
.cid-u73W8rDop6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8rDop6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u73W8rDop6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u73W8rDop6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u73W8rDop6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u73W8rDop6 .mbr-section-subtitle,
.cid-u73W8rDop6 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u73W8rDop6 .mbr-text,
.cid-u73W8rDop6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u73ZzB0jLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u73ZzB0jLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73ZzB0jLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73ZzB0jLj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u73ZzB0jLj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u73ZzB0jLj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u73ZzB0jLj .container {
    padding: 0 20px;
  }
}
.cid-u73ZzB0jLj .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u73ZzB0jLj .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u73ZzB0jLj .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u73ZzB0jLj .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #7e723e;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u73ZzB0jLj .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u73ZzB0jLj .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u73ZzB0jLj .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u73ZzB0jLj .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u73ZzB0jLj .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u73ZzB0jLj .mbr-desc {
  color: #000000;
}
.cid-u73ZzB0jLj .panel-number {
  color: #000000;
}
.cid-u73ZzB0jLj .panel-title-edit {
  color: #000000;
}
.cid-u73ZzB0jLj .panel-text {
  color: #000000;
}
.cid-u73ZL4fLTr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u73ZL4fLTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73ZL4fLTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73ZL4fLTr .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u73ZL4fLTr .container-fluid {
    padding: 0;
  }
}
.cid-u73ZL4fLTr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u73ZL4fLTr .container {
    padding: 0 20px;
  }
}
.cid-u73ZL4fLTr .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-u73ZL4fLTr .google-map iframe {
    height: 300px;
  }
}
.cid-u76o6mdWxe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76o6mdWxe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u76o6mdWxe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffe161;
}
.cid-u76o6mdWxe .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u76o6mdWxe .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-u76o6mdWxe .text-content {
    max-width: none;
  }
}
.cid-u76o6mdWxe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #7e723e;
  border: 2px solid #7e723e;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u76o6mdWxe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u76o6mdWxe .mbr-iconfont-social:hover {
  background-color: #7e723e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u76o6mdWxe .icons {
    justify-content: center !important;
  }
  .cid-u76o6mdWxe .text-content * {
    text-align: center;
  }
}
.cid-u76o6mdWxe P {
  color: #1a449a;
  text-align: center;
}
.cid-u76o6mdWxe .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u73W8syxRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a39247;
  flex-direction: column;
  justify-content: center;
}
.cid-u73W8syxRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u73W8syxRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u73W8syxRu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u73W8syxRu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u73W8syxRu .container {
    padding: 0 16px;
  }
}
.cid-u73W8syxRu .row {
  justify-content: center;
}
.cid-u73W8syxRu .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u73W8syxRu .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u73W8syxRu .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-u73W8syxRu .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u73W8syxRu .list {
    margin-bottom: 40px;
  }
}
.cid-u73W8syxRu .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u73W8syxRu .list .item-wrap:hover,
.cid-u73W8syxRu .list .item-wrap:focus {
  color: #706cff;
}
.cid-u73W8syxRu .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u73W8syxRu .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u73W8syxRu .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-u73W8syxRu .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-u73W8syxRu .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u73W8syxRu .contacts-wrapper .list .item-wrap:hover,
.cid-u73W8syxRu .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-u73W8syxRu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u73W8syxRu .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-u73W8syxRu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u73W8syxRu .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-u73W8syxRu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u73W8syxRu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u73W8syxRu .list-title {
  color: #becdc2;
}
.cid-u73W8syxRu .list,
.cid-u73W8syxRu .item-wrap {
  color: #ffffff;
}
.cid-u73W8syxRu .list-title,
.cid-u73W8syxRu .social-wrapper {
  color: #ffffff;
}
.cid-u740RX6W5Y {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u740RX6W5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740RX6W5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740RX6W5Y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u740RX6W5Y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u740RX6W5Y .container {
    padding: 0 24px;
  }
}
.cid-u740RX6W5Y .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u740RX6W5Y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u740RX6W5Y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u740RX6W5Y .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u740RX6W5Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u740RX6W5Y .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u740RX6W5Y .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u740RX6W5Y .content-wrapper .mbr-section-btn .btn:hover,
.cid-u740RX6W5Y .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u740RX6W5Y .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u740RX6W5Y .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u740RX6W5Y .decor-wrapper .decor_1 {
  background-color: #e4c7c7;
}
.cid-u740RX6W5Y .decor-wrapper .decor_2 {
  background-color: #c0e1f0;
}
.cid-u740RX6W5Y .decor-wrapper .decor_3 {
  background-color: #f3e299;
}
.cid-u740RX6W5Y .decor-wrapper .decor_4 {
  background-color: #c6ffe0;
}
.cid-u740RX6W5Y .mbr-section-title {
  color: #141414;
}
.cid-u740RX6W5Y .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u740RX6W5Y .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-u740RX6W5Y .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u740RX6W5Y .mbr-section-title,
.cid-u740RX6W5Y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u740RYEysp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u740RYEysp .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;
}
@media (max-width: 767px) {
  .cid-u740RYEysp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u740RYEysp .btn {
  font-weight: 400;
}
.cid-u740RYEysp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u740RYEysp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u740RYEysp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u740RYEysp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u740RYEysp .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u740RYEysp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u740RYEysp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u740RYEysp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u740RYEysp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u740RYEysp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u740RYEysp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u740RYEysp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u740RYEysp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u740RYEysp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u740RYEysp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u740RYEysp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u740RYEysp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u740RYEysp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u740RYEysp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u740RYEysp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u740RYEysp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u740RYEysp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u740RYEysp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u740RYEysp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
  border-radius: 4px !important;
}
.cid-u740RYEysp .nav-item:focus,
.cid-u740RYEysp .nav-link:focus {
  outline: none;
}
.cid-u740RYEysp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u740RYEysp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u740RYEysp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u740RYEysp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u740RYEysp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u740RYEysp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u740RYEysp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u740RYEysp .navbar.opened {
  transition: all 0.25s;
}
.cid-u740RYEysp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u740RYEysp .navbar .navbar-logo img {
  width: auto;
}
.cid-u740RYEysp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u740RYEysp .navbar.collapsed {
  justify-content: center;
}
.cid-u740RYEysp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u740RYEysp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u740RYEysp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u740RYEysp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u740RYEysp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u740RYEysp .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-u740RYEysp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u740RYEysp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u740RYEysp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u740RYEysp .navbar {
    min-height: 72px;
  }
  .cid-u740RYEysp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u740RYEysp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u740RYEysp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u740RYEysp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u740RYEysp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u740RYEysp .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-u740RYEysp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u740RYEysp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u740RYEysp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u740RYEysp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u740RYEysp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u740RYEysp .dropdown-item.active,
.cid-u740RYEysp .dropdown-item:active {
  background-color: transparent;
}
.cid-u740RYEysp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u740RYEysp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u740RYEysp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u740RYEysp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-u740RYEysp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u740RYEysp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u740RYEysp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u740RYEysp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u740RYEysp .navbar-buttons {
    text-align: left;
  }
}
.cid-u740RYEysp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u740RYEysp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u740RYEysp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u740RYEysp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u740RYEysp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u740RYEysp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u740RYEysp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u740RYEysp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u740RYEysp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u740RYEysp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u740RYEysp .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-u740RYEysp .opacityScroll {
  background: #fffcee !important;
}
.cid-u740RYEysp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u740RYEysp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u740RYEysp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u740RYEysp .navbar {
    height: 70px;
  }
  .cid-u740RYEysp .navbar.opened {
    height: auto;
  }
  .cid-u740RYEysp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u740RYEysp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u740RYEysp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u740RYEysp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u740RYEysp .navbar-brand {
    margin-right: auto;
  }
  .cid-u740RYEysp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u740RYEysp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u740RYEysp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u740RYEysp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u740RYEysp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u740RYEysp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u740RYEysp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u740RYEysp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u740RYEysp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u740RZTU7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e723e;
}
.cid-u740RZTU7P .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u740RZTU7P .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u740RZTU7P .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u740RZTU7P .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u740RZTU7P .mbr-text {
  color: #3d5943;
}
.cid-u740S0Bssi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u740S0Bssi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S0Bssi .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u740S0Bssi .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u740S0Bssi img {
  border-radius: 1rem;
}
.cid-u740S0Bssi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S0Bssi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u740S0Bssi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u740S0Bssi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u740S0Bssi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u740S0Bssi .mbr-section-subtitle,
.cid-u740S0Bssi .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u740S0Bssi .mbr-text,
.cid-u740S0Bssi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u740S1pEqR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u740S1pEqR .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-u740S1pEqR .card {
  margin-bottom: 1.5rem;
}
.cid-u740S1pEqR .card-wrapper {
  overflow: visible;
  padding: 5rem 4rem;
}
@media (max-width: 767px) {
  .cid-u740S1pEqR .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u740S1pEqR .card-wrapper-1 {
  background-color: #7e723e;
}
.cid-u740S1pEqR .card-wrapper-2 {
  background-color: #a39247;
}
.cid-u740S1pEqR .card-wrapper-3 {
  background-color: #7e723e;
}
.cid-u740S1pEqR .card-wrapper-4 {
  background-color: #419e8e;
}
.cid-u740S1pEqR .card-text {
  color: #454545;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
}
.cid-u740S1pEqR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u740S1pEqR .card-text,
.cid-u740S1pEqR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u740S1pEqR .button-section {
  margin-top: 1.5rem;
}
.cid-u740S1pEqR .button-section .btn {
  font-weight: 700 !important;
}
.cid-u740S1pEqR .section-text,
.cid-u740S1pEqR .button-section {
  text-align: left;
}
.cid-u740S1pEqR .section-text {
  text-align: left;
}
.cid-u740S2renj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u740S2renj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S2renj h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-u740S2renj h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffe161;
  z-index: -1;
}
.cid-u740S2renj h1 a:hover {
  color: inherit !important;
}
.cid-u740S2renj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S2renj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u740S2renj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u740S2renj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u740S2renj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u740S2renj .mbr-section-subtitle,
.cid-u740S2renj .subtitle-wrap {
  color: #19303d;
}
.cid-u740S2renj .mbr-text,
.cid-u740S2renj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u740S3kwzL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #7e723e;
}
.cid-u740S3kwzL img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u740S3kwzL img:hover {
  transform: scale(1.1);
}
.cid-u740S3kwzL .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u740S3kwzL h2 {
  padding: 0;
  margin: 0;
}
.cid-u740S3kwzL .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u740S3kwzL .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u740S3kwzL .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u740S3kwzL .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u740S3kwzL .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u740S3kwzL .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u740S3kwzL .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u740S3kwzL .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u740S3kwzL H2 {
  color: #333333;
}
.cid-u740S3kwzL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u740S3kwzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S3kwzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S3kwzL H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u740S47ehv {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u740S47ehv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S47ehv img {
  border-radius: 1rem;
  width: 150px;
}
.cid-u740S47ehv img {
  filter: brightness(10);
}
.cid-u740S47ehv .row {
  padding: 0 1rem;
}
.cid-u740S47ehv a {
  font-weight: 600;
}
.cid-u740S47ehv .btn {
  transition: all 0.3s;
}
.cid-u740S47ehv .btn:hover,
.cid-u740S47ehv .btn:focus {
  background: white !important;
  color: #7e723e !important;
  border: 2px dashed #7e723e !important;
}
.cid-u740S47ehv .img-wrap {
  display: inline-block;
}
.cid-u740S47ehv .card {
  background: #7e723e;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-u740S47ehv .card {
    padding: 2rem 1rem;
  }
}
.cid-u740S47ehv .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-u740S47ehv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u740S47ehv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u740S47ehv .mbr-section-title {
  color: #ffffff;
}
.cid-u740S47ehv .mbr-section-subtitle,
.cid-u740S47ehv .subtitle-wrap {
  color: #19303d;
}
.cid-u740S47ehv .mbr-text,
.cid-u740S47ehv .mbr-section-btn {
  color: #ffffff;
}
.cid-u740S47ehv .mbr-section-title,
.cid-u740S47ehv .text-wrapper {
  text-align: center;
}
.cid-u740S4RN9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u740S4RN9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S4RN9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S4RN9w .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-u740S4RN9w .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u740S4RN9w .card-wrapper {
    padding: 1rem;
  }
}
.cid-u740S4RN9w .card-title,
.cid-u740S4RN9w .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u740S4RN9w .card-text {
  text-align: center;
  color: #000000;
}
.cid-u740S5LgYQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u740S5LgYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S5LgYQ .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-u740S5LgYQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u740S5LgYQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u740S5LgYQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u740S5LgYQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u740S5LgYQ .mbr-text {
  color: #ffffff;
}
.cid-u740S6BbJb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u740S6BbJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S6BbJb .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-u740S6BbJb .container {
    padding: 0 30px;
  }
}
.cid-u740S6BbJb .row {
  justify-content: center;
}
.cid-u740S6BbJb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u740S6BbJb .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u740S6BbJb .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u740S6BbJb .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-u740S6BbJb .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u740S6BbJb .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u740S6BbJb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u740S7qPxU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u740S7qPxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S7qPxU .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u740S7qPxU .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u740S7qPxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S7qPxU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u740S7qPxU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u740S7qPxU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u740S7qPxU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u740S7qPxU .mbr-section-subtitle,
.cid-u740S7qPxU .subtitle-wrap {
  color: #19303d;
}
.cid-u740S7qPxU .mbr-text,
.cid-u740S7qPxU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u740S8ky6h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u740S8ky6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S8ky6h .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffe161;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #19303d;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u740S8ky6h .mbr-iconfont:hover {
  background: #ffe161;
  color: #19303d;
}
.cid-u740S8ky6h .icon-wrap {
  display: flex;
}
.cid-u740S8ky6h .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u740S8ky6h .link {
  display: flex;
}
.cid-u740S8ky6h .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #19303d;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #19303d;
  margin-right: 1rem;
  border-radius: 50%;
  background: #c6ffe0;
  transition: all 0.3s;
}
.cid-u740S8ky6h .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u740S8ky6h .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffffff;
  z-index: -1;
}
.cid-u740S8ky6h .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u740S8ky6h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u740S8ky6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S8ky6h .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u740S8ky6h .row:hover {
  background: #ffffff;
}
.cid-u740S8ky6h .mbr-link {
  color: #132835;
}
.cid-u740S8ky6h .mbr-text,
.cid-u740S8ky6h .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-u740S8ky6h .mbr-section-subtitle,
.cid-u740S8ky6h .subtitle-wrap {
  text-align: center;
}
.cid-u740S8ky6h .mbr-section-title {
  text-align: center;
}
.cid-u740S9u0Be {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7e723e;
}
.cid-u740S9u0Be .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740S9u0Be .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u740S9u0Be .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u740S9u0Be img {
  border-radius: 1rem;
}
.cid-u740S9u0Be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740S9u0Be .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u740S9u0Be .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u740S9u0Be .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u740S9u0Be .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u740S9u0Be .mbr-section-subtitle,
.cid-u740S9u0Be .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u740S9u0Be .mbr-text,
.cid-u740S9u0Be .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u740SangXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u740SangXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740SangXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740SangXp .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u740SangXp .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u740SangXp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u740SangXp .container {
    padding: 0 20px;
  }
}
.cid-u740SangXp .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u740SangXp .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u740SangXp .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u740SangXp .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u740SangXp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u740SangXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u740SangXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u740SangXp .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u740SangXp .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u740SangXp .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u740SangXp .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u740SangXp .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u740SangXp .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #7e723e;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u740SangXp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u740SangXp .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u740SangXp .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u740SangXp .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u740SangXp .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u740SangXp .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u740SangXp .mbr-desc {
  color: #000000;
}
.cid-u740SangXp .panel-number {
  color: #000000;
}
.cid-u740SangXp .panel-title-edit {
  color: #000000;
}
.cid-u740SangXp .panel-text {
  color: #000000;
}
.cid-u740SbqLXl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u740SbqLXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740SbqLXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740SbqLXl .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u740SbqLXl .container-fluid {
    padding: 0;
  }
}
.cid-u740SbqLXl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u740SbqLXl .container {
    padding: 0 20px;
  }
}
.cid-u740SbqLXl .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-u740SbqLXl .google-map iframe {
    height: 300px;
  }
}
.cid-u76ogmlASM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76ogmlASM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u76ogmlASM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffe161;
}
.cid-u76ogmlASM .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u76ogmlASM .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-u76ogmlASM .text-content {
    max-width: none;
  }
}
.cid-u76ogmlASM .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #7e723e;
  border: 2px solid #7e723e;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u76ogmlASM .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u76ogmlASM .mbr-iconfont-social:hover {
  background-color: #7e723e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u76ogmlASM .icons {
    justify-content: center !important;
  }
  .cid-u76ogmlASM .text-content * {
    text-align: center;
  }
}
.cid-u76ogmlASM P {
  color: #1a449a;
  text-align: center;
}
.cid-u76ogmlASM .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u740Schn06 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a39247;
  flex-direction: column;
  justify-content: center;
}
.cid-u740Schn06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u740Schn06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u740Schn06 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u740Schn06 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u740Schn06 .container {
    padding: 0 16px;
  }
}
.cid-u740Schn06 .row {
  justify-content: center;
}
.cid-u740Schn06 .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u740Schn06 .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u740Schn06 .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-u740Schn06 .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u740Schn06 .list {
    margin-bottom: 40px;
  }
}
.cid-u740Schn06 .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u740Schn06 .list .item-wrap:hover,
.cid-u740Schn06 .list .item-wrap:focus {
  color: #706cff;
}
.cid-u740Schn06 .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u740Schn06 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u740Schn06 .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-u740Schn06 .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-u740Schn06 .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u740Schn06 .contacts-wrapper .list .item-wrap:hover,
.cid-u740Schn06 .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-u740Schn06 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u740Schn06 .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-u740Schn06 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u740Schn06 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-u740Schn06 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u740Schn06 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u740Schn06 .list-title {
  color: #becdc2;
}
.cid-u740Schn06 .list,
.cid-u740Schn06 .item-wrap {
  color: #ffffff;
}
.cid-u740Schn06 .list-title,
.cid-u740Schn06 .social-wrapper {
  color: #ffffff;
}
.cid-u74yTYDKNe {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u74yTYDKNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yTYDKNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yTYDKNe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u74yTYDKNe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u74yTYDKNe .container {
    padding: 0 24px;
  }
}
.cid-u74yTYDKNe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u74yTYDKNe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u74yTYDKNe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u74yTYDKNe .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u74yTYDKNe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u74yTYDKNe .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u74yTYDKNe .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u74yTYDKNe .content-wrapper .mbr-section-btn .btn:hover,
.cid-u74yTYDKNe .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u74yTYDKNe .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u74yTYDKNe .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u74yTYDKNe .decor-wrapper .decor_1 {
  background-color: #e4c7c7;
}
.cid-u74yTYDKNe .decor-wrapper .decor_2 {
  background-color: #c0e1f0;
}
.cid-u74yTYDKNe .decor-wrapper .decor_3 {
  background-color: #f3e299;
}
.cid-u74yTYDKNe .decor-wrapper .decor_4 {
  background-color: #c6ffe0;
}
.cid-u74yTYDKNe .mbr-section-title {
  color: #141414;
}
.cid-u74yTYDKNe .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u74yTYDKNe .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-u74yTYDKNe .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u74yTYDKNe .mbr-section-title,
.cid-u74yTYDKNe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u74yU01xwg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u74yU01xwg .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;
}
@media (max-width: 767px) {
  .cid-u74yU01xwg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u74yU01xwg .btn {
  font-weight: 400;
}
.cid-u74yU01xwg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u74yU01xwg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u74yU01xwg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u74yU01xwg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u74yU01xwg .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u74yU01xwg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u74yU01xwg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u74yU01xwg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u74yU01xwg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u74yU01xwg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u74yU01xwg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u74yU01xwg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u74yU01xwg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u74yU01xwg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u74yU01xwg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u74yU01xwg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u74yU01xwg .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u74yU01xwg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u74yU01xwg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u74yU01xwg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u74yU01xwg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u74yU01xwg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u74yU01xwg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u74yU01xwg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
  border-radius: 4px !important;
}
.cid-u74yU01xwg .nav-item:focus,
.cid-u74yU01xwg .nav-link:focus {
  outline: none;
}
.cid-u74yU01xwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u74yU01xwg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u74yU01xwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u74yU01xwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u74yU01xwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u74yU01xwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u74yU01xwg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u74yU01xwg .navbar.opened {
  transition: all 0.25s;
}
.cid-u74yU01xwg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u74yU01xwg .navbar .navbar-logo img {
  width: auto;
}
.cid-u74yU01xwg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u74yU01xwg .navbar.collapsed {
  justify-content: center;
}
.cid-u74yU01xwg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u74yU01xwg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u74yU01xwg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u74yU01xwg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u74yU01xwg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u74yU01xwg .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-u74yU01xwg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u74yU01xwg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u74yU01xwg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u74yU01xwg .navbar {
    min-height: 72px;
  }
  .cid-u74yU01xwg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u74yU01xwg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u74yU01xwg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u74yU01xwg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u74yU01xwg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u74yU01xwg .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-u74yU01xwg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u74yU01xwg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u74yU01xwg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u74yU01xwg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u74yU01xwg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u74yU01xwg .dropdown-item.active,
.cid-u74yU01xwg .dropdown-item:active {
  background-color: transparent;
}
.cid-u74yU01xwg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u74yU01xwg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u74yU01xwg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u74yU01xwg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-u74yU01xwg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u74yU01xwg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u74yU01xwg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u74yU01xwg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u74yU01xwg .navbar-buttons {
    text-align: left;
  }
}
.cid-u74yU01xwg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u74yU01xwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u74yU01xwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u74yU01xwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74yU01xwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74yU01xwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u74yU01xwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74yU01xwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u74yU01xwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u74yU01xwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74yU01xwg .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-u74yU01xwg .opacityScroll {
  background: #fffcee !important;
}
.cid-u74yU01xwg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u74yU01xwg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u74yU01xwg .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u74yU01xwg .navbar {
    height: 70px;
  }
  .cid-u74yU01xwg .navbar.opened {
    height: auto;
  }
  .cid-u74yU01xwg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u74yU01xwg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u74yU01xwg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u74yU01xwg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u74yU01xwg .navbar-brand {
    margin-right: auto;
  }
  .cid-u74yU01xwg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u74yU01xwg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u74yU01xwg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u74yU01xwg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u74yU01xwg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u74yU01xwg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u74yU01xwg .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u74yU01xwg .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u74yU01xwg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u74yU1667G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e723e;
}
.cid-u74yU1667G .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u74yU1667G .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u74yU1667G .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u74yU1667G .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u74yU1667G .mbr-text {
  color: #3d5943;
}
.cid-u74yU1JkyQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u74yU1JkyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU1JkyQ .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u74yU1JkyQ .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u74yU1JkyQ img {
  border-radius: 1rem;
}
.cid-u74yU1JkyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yU1JkyQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u74yU1JkyQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u74yU1JkyQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u74yU1JkyQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u74yU1JkyQ .mbr-section-subtitle,
.cid-u74yU1JkyQ .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u74yU1JkyQ .mbr-text,
.cid-u74yU1JkyQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u74yU2wqgV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u74yU2wqgV .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-u74yU2wqgV .card {
  margin-bottom: 1.5rem;
}
.cid-u74yU2wqgV .card-wrapper {
  overflow: visible;
  padding: 5rem 4rem;
}
@media (max-width: 767px) {
  .cid-u74yU2wqgV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u74yU2wqgV .card-wrapper-1 {
  background-color: #7e723e;
}
.cid-u74yU2wqgV .card-wrapper-2 {
  background-color: #a39247;
}
.cid-u74yU2wqgV .card-wrapper-3 {
  background-color: #7e723e;
}
.cid-u74yU2wqgV .card-wrapper-4 {
  background-color: #419e8e;
}
.cid-u74yU2wqgV .card-text {
  color: #454545;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
}
.cid-u74yU2wqgV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u74yU2wqgV .card-text,
.cid-u74yU2wqgV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u74yU2wqgV .button-section {
  margin-top: 1.5rem;
}
.cid-u74yU2wqgV .button-section .btn {
  font-weight: 700 !important;
}
.cid-u74yU2wqgV .section-text,
.cid-u74yU2wqgV .button-section {
  text-align: left;
}
.cid-u74yU2wqgV .section-text {
  text-align: left;
}
.cid-u74yU3xfTN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u74yU3xfTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU3xfTN h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-u74yU3xfTN h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffe161;
  z-index: -1;
}
.cid-u74yU3xfTN h1 a:hover {
  color: inherit !important;
}
.cid-u74yU3xfTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yU3xfTN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u74yU3xfTN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u74yU3xfTN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u74yU3xfTN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u74yU3xfTN .mbr-section-subtitle,
.cid-u74yU3xfTN .subtitle-wrap {
  color: #19303d;
}
.cid-u74yU3xfTN .mbr-text,
.cid-u74yU3xfTN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u74yU4lOIS {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #7e723e;
}
.cid-u74yU4lOIS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u74yU4lOIS img:hover {
  transform: scale(1.1);
}
.cid-u74yU4lOIS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u74yU4lOIS h2 {
  padding: 0;
  margin: 0;
}
.cid-u74yU4lOIS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u74yU4lOIS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u74yU4lOIS .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u74yU4lOIS .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u74yU4lOIS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u74yU4lOIS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u74yU4lOIS .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u74yU4lOIS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u74yU4lOIS H2 {
  color: #333333;
}
.cid-u74yU4lOIS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u74yU4lOIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU4lOIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yU4lOIS H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u74yU58pc1 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u74yU58pc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU58pc1 img {
  border-radius: 1rem;
  width: 150px;
}
.cid-u74yU58pc1 img {
  filter: brightness(10);
}
.cid-u74yU58pc1 .row {
  padding: 0 1rem;
}
.cid-u74yU58pc1 a {
  font-weight: 600;
}
.cid-u74yU58pc1 .btn {
  transition: all 0.3s;
}
.cid-u74yU58pc1 .btn:hover,
.cid-u74yU58pc1 .btn:focus {
  background: white !important;
  color: #7e723e !important;
  border: 2px dashed #7e723e !important;
}
.cid-u74yU58pc1 .img-wrap {
  display: inline-block;
}
.cid-u74yU58pc1 .card {
  background: #7e723e;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-u74yU58pc1 .card {
    padding: 2rem 1rem;
  }
}
.cid-u74yU58pc1 .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-u74yU58pc1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u74yU58pc1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u74yU58pc1 .mbr-section-title {
  color: #ffffff;
}
.cid-u74yU58pc1 .mbr-section-subtitle,
.cid-u74yU58pc1 .subtitle-wrap {
  color: #19303d;
}
.cid-u74yU58pc1 .mbr-text,
.cid-u74yU58pc1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u74yU58pc1 .mbr-section-title,
.cid-u74yU58pc1 .text-wrapper {
  text-align: center;
}
.cid-u74yU5P5aF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u74yU5P5aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU5P5aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yU5P5aF .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-u74yU5P5aF .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u74yU5P5aF .card-wrapper {
    padding: 1rem;
  }
}
.cid-u74yU5P5aF .card-title,
.cid-u74yU5P5aF .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u74yU5P5aF .card-text {
  text-align: center;
  color: #000000;
}
.cid-u74yU6FgGb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u74yU6FgGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU6FgGb .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-u74yU6FgGb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u74yU6FgGb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u74yU6FgGb .text-wrapper {
    padding: 2rem;
  }
}
.cid-u74yU6FgGb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u74yU6FgGb .mbr-text {
  color: #ffffff;
}
.cid-u74yU93UrN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/maryland-trackless-train-rental21-700x462.jpg");
}
.cid-u74yU93UrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU93UrN .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffe161;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #19303d;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u74yU93UrN .mbr-iconfont:hover {
  background: #ffe161;
  color: #19303d;
}
.cid-u74yU93UrN .icon-wrap {
  display: flex;
}
.cid-u74yU93UrN .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u74yU93UrN .link {
  display: flex;
}
.cid-u74yU93UrN .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #19303d;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #19303d;
  margin-right: 1rem;
  border-radius: 50%;
  background: #c6ffe0;
  transition: all 0.3s;
}
.cid-u74yU93UrN .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u74yU93UrN .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u74yU93UrN .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u74yU93UrN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u74yU93UrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yU93UrN .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u74yU93UrN .row:hover {
  background: #ffffff;
}
.cid-u74yU93UrN .mbr-link {
  color: #132835;
}
.cid-u74yU93UrN .mbr-text,
.cid-u74yU93UrN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u74yU93UrN .mbr-section-subtitle,
.cid-u74yU93UrN .subtitle-wrap {
  text-align: center;
}
.cid-u74yU93UrN .mbr-section-title {
  text-align: center;
}
.cid-u74yUa5zIc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u74yUa5zIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yUa5zIc .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u74yUa5zIc .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u74yUa5zIc img {
  border-radius: 1rem;
}
.cid-u74yUa5zIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yUa5zIc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u74yUa5zIc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u74yUa5zIc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u74yUa5zIc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u74yUa5zIc .mbr-section-subtitle,
.cid-u74yUa5zIc .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-u74yUa5zIc .mbr-text,
.cid-u74yUa5zIc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u74yU8ircx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e723e;
}
.cid-u74yU8ircx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yU8ircx .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u74yU8ircx .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u74yU8ircx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yU8ircx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u74yU8ircx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u74yU8ircx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u74yU8ircx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u74yU8ircx .mbr-section-subtitle,
.cid-u74yU8ircx .subtitle-wrap {
  color: #19303d;
}
.cid-u74yU8ircx .mbr-text,
.cid-u74yU8ircx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u74yUaXvD2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u74yUaXvD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yUaXvD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yUaXvD2 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u74yUaXvD2 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u74yUaXvD2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u74yUaXvD2 .container {
    padding: 0 20px;
  }
}
.cid-u74yUaXvD2 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u74yUaXvD2 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u74yUaXvD2 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u74yUaXvD2 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #7e723e;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u74yUaXvD2 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u74yUaXvD2 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u74yUaXvD2 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u74yUaXvD2 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u74yUaXvD2 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u74yUaXvD2 .mbr-desc {
  color: #000000;
}
.cid-u74yUaXvD2 .panel-number {
  color: #000000;
}
.cid-u74yUaXvD2 .panel-title-edit {
  color: #000000;
}
.cid-u74yUaXvD2 .panel-text {
  color: #000000;
}
.cid-u74yUbTfjb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u74yUbTfjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yUbTfjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yUbTfjb .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u74yUbTfjb .container-fluid {
    padding: 0;
  }
}
.cid-u74yUbTfjb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u74yUbTfjb .container {
    padding: 0 20px;
  }
}
.cid-u74yUbTfjb .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-u74yUbTfjb .google-map iframe {
    height: 300px;
  }
}
.cid-u76omow2Wj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76omow2Wj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u76omow2Wj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffe161;
}
.cid-u76omow2Wj .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u76omow2Wj .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-u76omow2Wj .text-content {
    max-width: none;
  }
}
.cid-u76omow2Wj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #7e723e;
  border: 2px solid #7e723e;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u76omow2Wj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u76omow2Wj .mbr-iconfont-social:hover {
  background-color: #7e723e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u76omow2Wj .icons {
    justify-content: center !important;
  }
  .cid-u76omow2Wj .text-content * {
    text-align: center;
  }
}
.cid-u76omow2Wj P {
  color: #1a449a;
  text-align: center;
}
.cid-u76omow2Wj .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u74yUcGREb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a39247;
  flex-direction: column;
  justify-content: center;
}
.cid-u74yUcGREb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74yUcGREb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74yUcGREb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u74yUcGREb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u74yUcGREb .container {
    padding: 0 16px;
  }
}
.cid-u74yUcGREb .row {
  justify-content: center;
}
.cid-u74yUcGREb .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u74yUcGREb .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u74yUcGREb .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-u74yUcGREb .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u74yUcGREb .list {
    margin-bottom: 40px;
  }
}
.cid-u74yUcGREb .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u74yUcGREb .list .item-wrap:hover,
.cid-u74yUcGREb .list .item-wrap:focus {
  color: #706cff;
}
.cid-u74yUcGREb .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u74yUcGREb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u74yUcGREb .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-u74yUcGREb .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-u74yUcGREb .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u74yUcGREb .contacts-wrapper .list .item-wrap:hover,
.cid-u74yUcGREb .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-u74yUcGREb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u74yUcGREb .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-u74yUcGREb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u74yUcGREb .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-u74yUcGREb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u74yUcGREb .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u74yUcGREb .list-title {
  color: #becdc2;
}
.cid-u74yUcGREb .list,
.cid-u74yUcGREb .item-wrap {
  color: #ffffff;
}
.cid-u74yUcGREb .list-title,
.cid-u74yUcGREb .social-wrapper {
  color: #ffffff;
}
