body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !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: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!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-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffe161 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #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: #ff9966;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #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: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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-tWrrV9kYgC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWrrV9kYgC nav.navbar {
  position: fixed;
}
.cid-tWrrV9kYgC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWrrV9kYgC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWrrV9kYgC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWrrV9kYgC .dropdown-item:hover,
.cid-tWrrV9kYgC .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tWrrV9kYgC .dropdown-item:hover span {
  color: white;
}
.cid-tWrrV9kYgC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWrrV9kYgC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWrrV9kYgC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWrrV9kYgC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWrrV9kYgC .nav-link {
  position: relative;
}
.cid-tWrrV9kYgC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWrrV9kYgC .container {
    flex-wrap: nowrap;
  }
}
.cid-tWrrV9kYgC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWrrV9kYgC .dropdown-menu,
.cid-tWrrV9kYgC .navbar.opened {
  background: #ffffff !important;
}
.cid-tWrrV9kYgC .nav-item:focus,
.cid-tWrrV9kYgC .nav-link:focus {
  outline: none;
}
.cid-tWrrV9kYgC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWrrV9kYgC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWrrV9kYgC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWrrV9kYgC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWrrV9kYgC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWrrV9kYgC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWrrV9kYgC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWrrV9kYgC .navbar.opened {
  transition: all 0.3s;
}
.cid-tWrrV9kYgC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWrrV9kYgC .navbar .navbar-logo img {
  width: auto;
}
.cid-tWrrV9kYgC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWrrV9kYgC .navbar.collapsed {
  justify-content: center;
}
.cid-tWrrV9kYgC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWrrV9kYgC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWrrV9kYgC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWrrV9kYgC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWrrV9kYgC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWrrV9kYgC .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-tWrrV9kYgC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWrrV9kYgC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWrrV9kYgC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWrrV9kYgC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWrrV9kYgC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWrrV9kYgC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWrrV9kYgC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWrrV9kYgC .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-tWrrV9kYgC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWrrV9kYgC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWrrV9kYgC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWrrV9kYgC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWrrV9kYgC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWrrV9kYgC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWrrV9kYgC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWrrV9kYgC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWrrV9kYgC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWrrV9kYgC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWrrV9kYgC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWrrV9kYgC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWrrV9kYgC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWrrV9kYgC .dropdown-item.active,
.cid-tWrrV9kYgC .dropdown-item:active {
  background-color: transparent;
}
.cid-tWrrV9kYgC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWrrV9kYgC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWrrV9kYgC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWrrV9kYgC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWrrV9kYgC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWrrV9kYgC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWrrV9kYgC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWrrV9kYgC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWrrV9kYgC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWrrV9kYgC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWrrV9kYgC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWrrV9kYgC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWrrV9kYgC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWrrV9kYgC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWrrV9kYgC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWrrV9kYgC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWrrV9kYgC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWrrV9kYgC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWrrV9kYgC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWrrV9kYgC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWrrV9kYgC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWrrV9kYgC .navbar {
    height: 70px;
  }
  .cid-tWrrV9kYgC .navbar.opened {
    height: auto;
  }
  .cid-tWrrV9kYgC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWrs6NDego {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWrs6NDego .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWrs6NDego .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWrs6NDego .container {
    padding: 0 24px;
  }
}
.cid-tWrs6NDego .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWrs6NDego .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tWrs6NDego .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWrs6NDego .image-wrapper img {
    height: 350px;
  }
}
.cid-tWrs6NDego .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWrs6NDego .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tWrs6NDego .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWrs6NDego .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tWrs6NDego .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tWrs6NDego .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tWrs6NDego .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tWrs6NDego .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWrs6NDego .mbr-text {
  color: #F9F6E0;
}
.cid-tWrs6NDego .mbr-desc {
  color: #E0B548;
}
.cid-tWrsa4IDVj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWrsa4IDVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWrsa4IDVj .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-tWrsa4IDVj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWrsa4IDVj .container {
    padding: 0 12px;
  }
}
.cid-tWrsa4IDVj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWrsa4IDVj .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWrsa4IDVj .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWrsa4IDVj .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWrsa4IDVj .mbr-section-title {
  color: #222222;
}
.cid-tWrsiogyiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWrsiogyiC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWrsiogyiC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tWrsyCD3p6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWrsyCD3p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWrsyCD3p6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWrsyCD3p6 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWrsyCD3p6 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWrsyCD3p6 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWrsyCD3p6 .mbr-section-title {
  color: #131313;
}
.cid-tWrsyCD3p6 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWrsyCD3p6 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWrsyCD3p6 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWrsyCD3p6 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWrsyCD3p6 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWrsyCD3p6 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWrsyCD3p6 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWrsyCD3p6 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWrsyCD3p6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWrsyCD3p6 .card-title {
  color: #131313;
}
.cid-tWrsyCD3p6 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWrsyCD3p6 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWrsyCD3p6 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWrsyCD3p6 .card-link {
    margin-top: 15px;
  }
}
.cid-tWrsyCD3p6 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWrsyCD3p6 .card-title,
.cid-tWrsyCD3p6 .iconfont-wrapper {
  text-align: center;
}
.cid-tWuxqNJfMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWrtxBPRT3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWrtxBPRT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWrtxBPRT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWrtxBPRT3 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWrtxBPRT3 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWrtxBPRT3 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWrtxBPRT3 .mbr-section-title {
  color: #131313;
}
.cid-tWrtxBPRT3 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWrtxBPRT3 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWrtxBPRT3 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWrtxBPRT3 .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWrtxBPRT3 .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWrtxBPRT3 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWrtxBPRT3 .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWrtxBPRT3 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWrtxBPRT3 .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWrtxBPRT3 .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWrtxBPRT3 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWrtxBPRT3 .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWrtxBPRT3 .content-wrap {
    margin-top: 0;
  }
}
.cid-tWrtxBPRT3 .card-title {
  color: #131313;
}
.cid-tWrtxBPRT3 .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWrtxBPRT3 .card-text {
    margin-top: 15px;
  }
}
.cid-tWrtxBPRT3 .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWrtxBPRT3 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWrtxBPRT3 .card-link {
    margin-top: 15px;
  }
}
.cid-tWrtxBPRT3 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuxrsY7CS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWuxs4KhRW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWrud3feVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWrud3feVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWrud3feVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWrud3feVa .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWrud3feVa .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWrud3feVa .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWrud3feVa .mbr-section-title {
  color: #131313;
}
.cid-tWrud3feVa .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWrud3feVa .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWrud3feVa .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWrud3feVa .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e6c63b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWrud3feVa .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWrud3feVa .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWrud3feVa .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWrud3feVa .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWrud3feVa .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWrud3feVa .card-title {
  color: #131313;
}
.cid-tWrud3feVa .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWrud3feVa .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWrud3feVa .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWrud3feVa .card-link {
    margin-top: 15px;
  }
}
.cid-tWrud3feVa .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuxsS7dxb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWrys661QQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
@media (max-width: 992px) {
  .cid-tWrys661QQ .container {
    padding: 0 25px;
  }
}
.cid-tWrys661QQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWrys661QQ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tWrys661QQ .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tWrys661QQ .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tWrys661QQ .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tWrys661QQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWrys661QQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWrys661QQ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWrys661QQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWrys661QQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWrys661QQ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tWrys661QQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWrys661QQ .mbr-section-title {
  color: #000000;
}
.cid-tWrys661QQ .panel-title-edit {
  color: #000000;
}
.cid-tWrys661QQ .panel-text {
  color: #000000;
}
.cid-tWuxPTuWWu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuxWQfaBM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuAZaeOPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e6c63b;
}
.cid-tWuAZaeOPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuAZaeOPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuAZaeOPj .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuAZaeOPj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuAZaeOPj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuAZaeOPj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuAZaeOPj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuz0g0LCm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWuz0g0LCm .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tWuz0g0LCm .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tWuz0g0LCm .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tWuz0g0LCm .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tWuz0g0LCm a {
  background-image: none !important;
}
.cid-tWuz0g0LCm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tWuz0g0LCm .container {
  padding: 5rem 1rem;
}
.cid-tWuz0g0LCm p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tWuz0g0LCm p {
    text-align: center !important;
  }
}
.cid-tWuz0g0LCm .media-container-row .mbr-text2,
.cid-tWuz0g0LCm .line {
  color: #232323;
  text-align: left;
}
.cid-tWrzNRZ9N8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
  overflow: hidden;
}
.cid-tWuBdeQNf7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWuBdeQNf7 nav.navbar {
  position: fixed;
}
.cid-tWuBdeQNf7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuBdeQNf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWuBdeQNf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWuBdeQNf7 .dropdown-item:hover,
.cid-tWuBdeQNf7 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tWuBdeQNf7 .dropdown-item:hover span {
  color: white;
}
.cid-tWuBdeQNf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWuBdeQNf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWuBdeQNf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWuBdeQNf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWuBdeQNf7 .nav-link {
  position: relative;
}
.cid-tWuBdeQNf7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWuBdeQNf7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWuBdeQNf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWuBdeQNf7 .dropdown-menu,
.cid-tWuBdeQNf7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWuBdeQNf7 .nav-item:focus,
.cid-tWuBdeQNf7 .nav-link:focus {
  outline: none;
}
.cid-tWuBdeQNf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWuBdeQNf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWuBdeQNf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWuBdeQNf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuBdeQNf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWuBdeQNf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWuBdeQNf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWuBdeQNf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWuBdeQNf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWuBdeQNf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWuBdeQNf7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWuBdeQNf7 .navbar.collapsed {
  justify-content: center;
}
.cid-tWuBdeQNf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWuBdeQNf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWuBdeQNf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWuBdeQNf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWuBdeQNf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWuBdeQNf7 .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-tWuBdeQNf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWuBdeQNf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWuBdeQNf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWuBdeQNf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWuBdeQNf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWuBdeQNf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWuBdeQNf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWuBdeQNf7 .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-tWuBdeQNf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWuBdeQNf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWuBdeQNf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWuBdeQNf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWuBdeQNf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWuBdeQNf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWuBdeQNf7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWuBdeQNf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWuBdeQNf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWuBdeQNf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWuBdeQNf7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWuBdeQNf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWuBdeQNf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWuBdeQNf7 .dropdown-item.active,
.cid-tWuBdeQNf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWuBdeQNf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWuBdeQNf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWuBdeQNf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWuBdeQNf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWuBdeQNf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWuBdeQNf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWuBdeQNf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWuBdeQNf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWuBdeQNf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWuBdeQNf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWuBdeQNf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWuBdeQNf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuBdeQNf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuBdeQNf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWuBdeQNf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuBdeQNf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWuBdeQNf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWuBdeQNf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuBdeQNf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWuBdeQNf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWuBdeQNf7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWuBdeQNf7 .navbar {
    height: 70px;
  }
  .cid-tWuBdeQNf7 .navbar.opened {
    height: auto;
  }
  .cid-tWuBdeQNf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWuBdgrcBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWuBdgrcBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuBdgrcBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWuBdgrcBZ .container {
    padding: 0 24px;
  }
}
.cid-tWuBdgrcBZ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWuBdgrcBZ .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tWuBdgrcBZ .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWuBdgrcBZ .image-wrapper img {
    height: 350px;
  }
}
.cid-tWuBdgrcBZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWuBdgrcBZ .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tWuBdgrcBZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuBdgrcBZ .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tWuBdgrcBZ .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tWuBdgrcBZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tWuBdgrcBZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tWuBdgrcBZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWuBdgrcBZ .mbr-text {
  color: #F9F6E0;
}
.cid-tWuBdgrcBZ .mbr-desc {
  color: #E0B548;
}
.cid-tWuBdhbX5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWuBdhbX5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuBdhbX5t .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-tWuBdhbX5t .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWuBdhbX5t .container {
    padding: 0 12px;
  }
}
.cid-tWuBdhbX5t .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWuBdhbX5t .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWuBdhbX5t .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWuBdhbX5t .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWuBdhbX5t .mbr-section-title {
  color: #222222;
}
.cid-tWuBdhWKk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuBdhWKk6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWuBdhWKk6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tWuBdiskEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuBdiskEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuBdiskEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuBdiskEt .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuBdiskEt .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuBdiskEt .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuBdiskEt .mbr-section-title {
  color: #131313;
}
.cid-tWuBdiskEt .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuBdiskEt .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuBdiskEt .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuBdiskEt .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuBdiskEt .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuBdiskEt .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuBdiskEt .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuBdiskEt .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuBdiskEt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuBdiskEt .card-title {
  color: #131313;
}
.cid-tWuBdiskEt .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuBdiskEt .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuBdiskEt .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuBdiskEt .card-link {
    margin-top: 15px;
  }
}
.cid-tWuBdiskEt .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuBdiskEt .card-title,
.cid-tWuBdiskEt .iconfont-wrapper {
  text-align: center;
}
.cid-tWuBdjjGtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuBdjQisT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWuBdjQisT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuBdjQisT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuBdjQisT .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuBdjQisT .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuBdjQisT .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuBdjQisT .mbr-section-title {
  color: #131313;
}
.cid-tWuBdjQisT .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuBdjQisT .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuBdjQisT .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuBdjQisT .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuBdjQisT .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWuBdjQisT .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWuBdjQisT .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWuBdjQisT .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuBdjQisT .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWuBdjQisT .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWuBdjQisT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuBdjQisT .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWuBdjQisT .content-wrap {
    margin-top: 0;
  }
}
.cid-tWuBdjQisT .card-title {
  color: #131313;
}
.cid-tWuBdjQisT .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuBdjQisT .card-text {
    margin-top: 15px;
  }
}
.cid-tWuBdjQisT .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuBdjQisT .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWuBdjQisT .card-link {
    margin-top: 15px;
  }
}
.cid-tWuBdjQisT .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuBdkU6xV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWuBdlGBiV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuBdm7AMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuBdm7AMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuBdm7AMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuBdm7AMV .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuBdm7AMV .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuBdm7AMV .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuBdm7AMV .mbr-section-title {
  color: #131313;
}
.cid-tWuBdm7AMV .mbr-section-subtitle {
  margin-top: 18px;
  color: #e6c63b;
  text-align: center;
}
.cid-tWuBdm7AMV .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuBdm7AMV .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuBdm7AMV .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e6c63b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuBdm7AMV .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuBdm7AMV .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuBdm7AMV .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuBdm7AMV .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuBdm7AMV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuBdm7AMV .card-title {
  color: #131313;
}
.cid-tWuBdm7AMV .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuBdm7AMV .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuBdm7AMV .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuBdm7AMV .card-link {
    margin-top: 15px;
  }
}
.cid-tWuBdm7AMV .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuBdndI6F {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWuBdo7HhF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
@media (max-width: 992px) {
  .cid-tWuBdo7HhF .container {
    padding: 0 25px;
  }
}
.cid-tWuBdo7HhF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWuBdo7HhF .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tWuBdo7HhF .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tWuBdo7HhF .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tWuBdo7HhF .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tWuBdo7HhF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuBdo7HhF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWuBdo7HhF .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWuBdo7HhF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWuBdo7HhF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWuBdo7HhF .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tWuBdo7HhF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWuBdo7HhF .mbr-section-title {
  color: #000000;
}
.cid-tWuBdo7HhF .panel-title-edit {
  color: #000000;
}
.cid-tWuBdo7HhF .panel-text {
  color: #000000;
}
.cid-tWuBdpFe5F {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuBdqHlxA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuLoiAq3U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWuLoiAq3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuLoiAq3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuLoiAq3U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWuLoiAq3U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuLoiAq3U .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWuLoiAq3U .panel-body,
.cid-tWuLoiAq3U .card-header {
  padding: 1rem 0;
}
.cid-tWuLoiAq3U .panel-title-edit {
  color: #ffffff;
}
.cid-tWuLoiAq3U H3 {
  color: #ffffff;
}
.cid-tWuLoiAq3U .panel-text {
  color: #ffffff;
}
.cid-tWuBdrIfrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e6c63b;
}
.cid-tWuBdrIfrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuBdrIfrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuBdrIfrw .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuBdrIfrw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuBdrIfrw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuBdrIfrw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuBdrIfrw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuBdtGbYC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWuBdtGbYC .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tWuBdtGbYC .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tWuBdtGbYC .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tWuBdtGbYC .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tWuBdtGbYC a {
  background-image: none !important;
}
.cid-tWuBdtGbYC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tWuBdtGbYC .container {
  padding: 5rem 1rem;
}
.cid-tWuBdtGbYC p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tWuBdtGbYC p {
    text-align: center !important;
  }
}
.cid-tWuBdtGbYC .media-container-row .mbr-text2,
.cid-tWuBdtGbYC .line {
  color: #232323;
  text-align: left;
}
.cid-tWuBduNyqv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
  overflow: hidden;
}
.cid-tWuCLmsUWj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWuCLmsUWj nav.navbar {
  position: fixed;
}
.cid-tWuCLmsUWj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuCLmsUWj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWuCLmsUWj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWuCLmsUWj .dropdown-item:hover,
.cid-tWuCLmsUWj .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tWuCLmsUWj .dropdown-item:hover span {
  color: white;
}
.cid-tWuCLmsUWj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWuCLmsUWj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWuCLmsUWj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWuCLmsUWj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWuCLmsUWj .nav-link {
  position: relative;
}
.cid-tWuCLmsUWj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWuCLmsUWj .container {
    flex-wrap: nowrap;
  }
}
.cid-tWuCLmsUWj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWuCLmsUWj .dropdown-menu,
.cid-tWuCLmsUWj .navbar.opened {
  background: #ffffff !important;
}
.cid-tWuCLmsUWj .nav-item:focus,
.cid-tWuCLmsUWj .nav-link:focus {
  outline: none;
}
.cid-tWuCLmsUWj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWuCLmsUWj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWuCLmsUWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWuCLmsUWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuCLmsUWj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWuCLmsUWj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWuCLmsUWj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWuCLmsUWj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWuCLmsUWj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWuCLmsUWj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWuCLmsUWj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWuCLmsUWj .navbar.collapsed {
  justify-content: center;
}
.cid-tWuCLmsUWj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWuCLmsUWj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWuCLmsUWj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWuCLmsUWj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWuCLmsUWj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWuCLmsUWj .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-tWuCLmsUWj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWuCLmsUWj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWuCLmsUWj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWuCLmsUWj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWuCLmsUWj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWuCLmsUWj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWuCLmsUWj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWuCLmsUWj .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-tWuCLmsUWj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWuCLmsUWj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWuCLmsUWj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWuCLmsUWj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWuCLmsUWj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWuCLmsUWj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWuCLmsUWj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWuCLmsUWj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWuCLmsUWj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWuCLmsUWj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWuCLmsUWj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWuCLmsUWj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWuCLmsUWj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWuCLmsUWj .dropdown-item.active,
.cid-tWuCLmsUWj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWuCLmsUWj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWuCLmsUWj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWuCLmsUWj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWuCLmsUWj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWuCLmsUWj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWuCLmsUWj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWuCLmsUWj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWuCLmsUWj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWuCLmsUWj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWuCLmsUWj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWuCLmsUWj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWuCLmsUWj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuCLmsUWj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuCLmsUWj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWuCLmsUWj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuCLmsUWj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWuCLmsUWj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWuCLmsUWj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuCLmsUWj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWuCLmsUWj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWuCLmsUWj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWuCLmsUWj .navbar {
    height: 70px;
  }
  .cid-tWuCLmsUWj .navbar.opened {
    height: auto;
  }
  .cid-tWuCLmsUWj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWuCLnG99s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWuCLnG99s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuCLnG99s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWuCLnG99s .container {
    padding: 0 24px;
  }
}
.cid-tWuCLnG99s .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWuCLnG99s .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tWuCLnG99s .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWuCLnG99s .image-wrapper img {
    height: 350px;
  }
}
.cid-tWuCLnG99s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWuCLnG99s .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tWuCLnG99s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuCLnG99s .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tWuCLnG99s .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tWuCLnG99s .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tWuCLnG99s .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tWuCLnG99s .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWuCLnG99s .mbr-text {
  color: #F9F6E0;
}
.cid-tWuCLnG99s .mbr-desc {
  color: #E0B548;
}
.cid-tWuCLoorJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWuCLoorJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuCLoorJ6 .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-tWuCLoorJ6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWuCLoorJ6 .container {
    padding: 0 12px;
  }
}
.cid-tWuCLoorJ6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWuCLoorJ6 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWuCLoorJ6 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWuCLoorJ6 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWuCLoorJ6 .mbr-section-title {
  color: #222222;
}
.cid-tWuCLp8kH1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuCLp8kH1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWuCLp8kH1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tWuCLpypOI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuCLpypOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuCLpypOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuCLpypOI .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuCLpypOI .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuCLpypOI .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuCLpypOI .mbr-section-title {
  color: #131313;
}
.cid-tWuCLpypOI .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuCLpypOI .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuCLpypOI .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuCLpypOI .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuCLpypOI .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuCLpypOI .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuCLpypOI .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuCLpypOI .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuCLpypOI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuCLpypOI .card-title {
  color: #131313;
}
.cid-tWuCLpypOI .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuCLpypOI .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuCLpypOI .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuCLpypOI .card-link {
    margin-top: 15px;
  }
}
.cid-tWuCLpypOI .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuCLpypOI .card-title,
.cid-tWuCLpypOI .iconfont-wrapper {
  text-align: center;
}
.cid-tWuCLqKxEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuCLrxuaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWuCLrxuaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuCLrxuaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuCLrxuaY .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuCLrxuaY .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuCLrxuaY .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuCLrxuaY .mbr-section-title {
  color: #131313;
}
.cid-tWuCLrxuaY .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuCLrxuaY .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuCLrxuaY .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuCLrxuaY .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuCLrxuaY .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWuCLrxuaY .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWuCLrxuaY .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWuCLrxuaY .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuCLrxuaY .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWuCLrxuaY .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWuCLrxuaY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuCLrxuaY .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWuCLrxuaY .content-wrap {
    margin-top: 0;
  }
}
.cid-tWuCLrxuaY .card-title {
  color: #131313;
}
.cid-tWuCLrxuaY .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuCLrxuaY .card-text {
    margin-top: 15px;
  }
}
.cid-tWuCLrxuaY .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuCLrxuaY .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWuCLrxuaY .card-link {
    margin-top: 15px;
  }
}
.cid-tWuCLrxuaY .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuCLsUsvu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWuCLttakr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuCLu7j31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuCLu7j31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuCLu7j31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuCLu7j31 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuCLu7j31 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuCLu7j31 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuCLu7j31 .mbr-section-title {
  color: #131313;
}
.cid-tWuCLu7j31 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuCLu7j31 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuCLu7j31 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuCLu7j31 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e6c63b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuCLu7j31 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuCLu7j31 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuCLu7j31 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuCLu7j31 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuCLu7j31 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuCLu7j31 .card-title {
  color: #131313;
}
.cid-tWuCLu7j31 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuCLu7j31 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuCLu7j31 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuCLu7j31 .card-link {
    margin-top: 15px;
  }
}
.cid-tWuCLu7j31 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuCLvljK9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWuCLw5qF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
@media (max-width: 992px) {
  .cid-tWuCLw5qF5 .container {
    padding: 0 25px;
  }
}
.cid-tWuCLw5qF5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWuCLw5qF5 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tWuCLw5qF5 .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tWuCLw5qF5 .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tWuCLw5qF5 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tWuCLw5qF5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuCLw5qF5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWuCLw5qF5 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWuCLw5qF5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWuCLw5qF5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWuCLw5qF5 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tWuCLw5qF5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWuCLw5qF5 .mbr-section-title {
  color: #000000;
}
.cid-tWuCLw5qF5 .panel-title-edit {
  color: #000000;
}
.cid-tWuCLw5qF5 .panel-text {
  color: #000000;
}
.cid-tWuCLxhmdx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuCLxXWfM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuLkSDXaS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWuLkSDXaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuLkSDXaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuLkSDXaS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWuLkSDXaS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuLkSDXaS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWuLkSDXaS .panel-body,
.cid-tWuLkSDXaS .card-header {
  padding: 1rem 0;
}
.cid-tWuLkSDXaS .panel-title-edit {
  color: #ffffff;
}
.cid-tWuLkSDXaS H3 {
  color: #ffffff;
}
.cid-tWuLkSDXaS .panel-text {
  color: #ffffff;
}
.cid-tWuCLyDm9K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e6c63b;
}
.cid-tWuCLyDm9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuCLyDm9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuCLyDm9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuCLyDm9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuCLyDm9K .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuCLyDm9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuCLyDm9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuCLzqnrS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWuCLzqnrS .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tWuCLzqnrS .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tWuCLzqnrS .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tWuCLzqnrS .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tWuCLzqnrS a {
  background-image: none !important;
}
.cid-tWuCLzqnrS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tWuCLzqnrS .container {
  padding: 5rem 1rem;
}
.cid-tWuCLzqnrS p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tWuCLzqnrS p {
    text-align: center !important;
  }
}
.cid-tWuCLzqnrS .media-container-row .mbr-text2,
.cid-tWuCLzqnrS .line {
  color: #232323;
  text-align: left;
}
.cid-tWuCLA48Zb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
  overflow: hidden;
}
.cid-tWuDlD9a8T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWuDlD9a8T nav.navbar {
  position: fixed;
}
.cid-tWuDlD9a8T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuDlD9a8T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWuDlD9a8T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWuDlD9a8T .dropdown-item:hover,
.cid-tWuDlD9a8T .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tWuDlD9a8T .dropdown-item:hover span {
  color: white;
}
.cid-tWuDlD9a8T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWuDlD9a8T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWuDlD9a8T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWuDlD9a8T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWuDlD9a8T .nav-link {
  position: relative;
}
.cid-tWuDlD9a8T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWuDlD9a8T .container {
    flex-wrap: nowrap;
  }
}
.cid-tWuDlD9a8T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWuDlD9a8T .dropdown-menu,
.cid-tWuDlD9a8T .navbar.opened {
  background: #ffffff !important;
}
.cid-tWuDlD9a8T .nav-item:focus,
.cid-tWuDlD9a8T .nav-link:focus {
  outline: none;
}
.cid-tWuDlD9a8T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWuDlD9a8T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWuDlD9a8T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWuDlD9a8T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuDlD9a8T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWuDlD9a8T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWuDlD9a8T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWuDlD9a8T .navbar.opened {
  transition: all 0.3s;
}
.cid-tWuDlD9a8T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWuDlD9a8T .navbar .navbar-logo img {
  width: auto;
}
.cid-tWuDlD9a8T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWuDlD9a8T .navbar.collapsed {
  justify-content: center;
}
.cid-tWuDlD9a8T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWuDlD9a8T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWuDlD9a8T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWuDlD9a8T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWuDlD9a8T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWuDlD9a8T .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-tWuDlD9a8T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWuDlD9a8T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWuDlD9a8T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWuDlD9a8T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWuDlD9a8T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWuDlD9a8T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWuDlD9a8T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWuDlD9a8T .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-tWuDlD9a8T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWuDlD9a8T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWuDlD9a8T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWuDlD9a8T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWuDlD9a8T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWuDlD9a8T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWuDlD9a8T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWuDlD9a8T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWuDlD9a8T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWuDlD9a8T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWuDlD9a8T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWuDlD9a8T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWuDlD9a8T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWuDlD9a8T .dropdown-item.active,
.cid-tWuDlD9a8T .dropdown-item:active {
  background-color: transparent;
}
.cid-tWuDlD9a8T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWuDlD9a8T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWuDlD9a8T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWuDlD9a8T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWuDlD9a8T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWuDlD9a8T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWuDlD9a8T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWuDlD9a8T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWuDlD9a8T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWuDlD9a8T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWuDlD9a8T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWuDlD9a8T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuDlD9a8T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuDlD9a8T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWuDlD9a8T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuDlD9a8T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWuDlD9a8T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWuDlD9a8T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuDlD9a8T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWuDlD9a8T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWuDlD9a8T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWuDlD9a8T .navbar {
    height: 70px;
  }
  .cid-tWuDlD9a8T .navbar.opened {
    height: auto;
  }
  .cid-tWuDlD9a8T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWuDlEeI3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWuDlEeI3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuDlEeI3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWuDlEeI3q .container {
    padding: 0 24px;
  }
}
.cid-tWuDlEeI3q .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWuDlEeI3q .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tWuDlEeI3q .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWuDlEeI3q .image-wrapper img {
    height: 350px;
  }
}
.cid-tWuDlEeI3q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWuDlEeI3q .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tWuDlEeI3q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuDlEeI3q .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tWuDlEeI3q .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tWuDlEeI3q .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tWuDlEeI3q .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tWuDlEeI3q .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWuDlEeI3q .mbr-text {
  color: #F9F6E0;
}
.cid-tWuDlEeI3q .mbr-desc {
  color: #E0B548;
}
.cid-tWuDlF8Fjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWuDlF8Fjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuDlF8Fjx .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-tWuDlF8Fjx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWuDlF8Fjx .container {
    padding: 0 12px;
  }
}
.cid-tWuDlF8Fjx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWuDlF8Fjx .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWuDlF8Fjx .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWuDlF8Fjx .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWuDlF8Fjx .mbr-section-title {
  color: #222222;
}
.cid-tWuDlFMK3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuDlFMK3n .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWuDlFMK3n .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tWuDlGptNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuDlGptNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuDlGptNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuDlGptNT .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuDlGptNT .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuDlGptNT .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuDlGptNT .mbr-section-title {
  color: #131313;
}
.cid-tWuDlGptNT .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuDlGptNT .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuDlGptNT .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuDlGptNT .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuDlGptNT .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuDlGptNT .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuDlGptNT .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuDlGptNT .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuDlGptNT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuDlGptNT .card-title {
  color: #131313;
}
.cid-tWuDlGptNT .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuDlGptNT .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuDlGptNT .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuDlGptNT .card-link {
    margin-top: 15px;
  }
}
.cid-tWuDlGptNT .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuDlGptNT .card-title,
.cid-tWuDlGptNT .iconfont-wrapper {
  text-align: center;
}
.cid-tWuDlHwC63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuDlIebSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tWuDlIebSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuDlIebSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuDlIebSW .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuDlIebSW .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuDlIebSW .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuDlIebSW .mbr-section-title {
  color: #131313;
}
.cid-tWuDlIebSW .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuDlIebSW .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuDlIebSW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuDlIebSW .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuDlIebSW .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWuDlIebSW .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWuDlIebSW .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWuDlIebSW .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuDlIebSW .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWuDlIebSW .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWuDlIebSW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuDlIebSW .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWuDlIebSW .content-wrap {
    margin-top: 0;
  }
}
.cid-tWuDlIebSW .card-title {
  color: #131313;
}
.cid-tWuDlIebSW .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuDlIebSW .card-text {
    margin-top: 15px;
  }
}
.cid-tWuDlIebSW .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuDlIebSW .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWuDlIebSW .card-link {
    margin-top: 15px;
  }
}
.cid-tWuDlIebSW .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuDlJzQwi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWuDlKn427 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWuDlLcVs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuDlLcVs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuDlLcVs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuDlLcVs8 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWuDlLcVs8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWuDlLcVs8 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWuDlLcVs8 .mbr-section-title {
  color: #131313;
}
.cid-tWuDlLcVs8 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWuDlLcVs8 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWuDlLcVs8 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWuDlLcVs8 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e6c63b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWuDlLcVs8 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWuDlLcVs8 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWuDlLcVs8 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWuDlLcVs8 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWuDlLcVs8 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWuDlLcVs8 .card-title {
  color: #131313;
}
.cid-tWuDlLcVs8 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWuDlLcVs8 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWuDlLcVs8 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWuDlLcVs8 .card-link {
    margin-top: 15px;
  }
}
.cid-tWuDlLcVs8 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWuDlMop8U {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWuDlNoLhn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
@media (max-width: 992px) {
  .cid-tWuDlNoLhn .container {
    padding: 0 25px;
  }
}
.cid-tWuDlNoLhn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWuDlNoLhn .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tWuDlNoLhn .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tWuDlNoLhn .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tWuDlNoLhn .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tWuDlNoLhn .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuDlNoLhn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWuDlNoLhn .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tWuDlNoLhn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWuDlNoLhn .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWuDlNoLhn .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tWuDlNoLhn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWuDlNoLhn .mbr-section-title {
  color: #000000;
}
.cid-tWuDlNoLhn .panel-title-edit {
  color: #000000;
}
.cid-tWuDlNoLhn .panel-text {
  color: #000000;
}
.cid-tWuDlPa3jm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuKU9aLpo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWuKU9aLpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuKU9aLpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuKU9aLpo .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tWuKU9aLpo .container-fluid {
    padding: 0 12px;
  }
}
.cid-tWuKU9aLpo .container-fluid .row {
  padding: 0;
}
.cid-tWuKU9aLpo .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tWuKU9aLpo .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWuKU9aLpo .card {
    padding: 48px 20px;
  }
}
.cid-tWuKU9aLpo .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tWuKU9aLpo .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWuKU9aLpo .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tWuKU9aLpo .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tWuKU9aLpo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWuDlRt8tS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWuL4zdfFG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWuL4zdfFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuL4zdfFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuL4zdfFG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWuL4zdfFG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuL4zdfFG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-tWuL4zdfFG .panel-body,
.cid-tWuL4zdfFG .card-header {
  padding: 1rem 0;
}
.cid-tWuL4zdfFG .panel-title-edit {
  color: #ffffff;
}
.cid-tWuL4zdfFG H3 {
  color: #ffffff;
}
.cid-tWuL4zdfFG .panel-text {
  color: #ffffff;
}
.cid-tWuDlT08RR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e6c63b;
}
.cid-tWuDlT08RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuDlT08RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuDlT08RR .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuDlT08RR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuDlT08RR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuDlT08RR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuDlT08RR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuDlV6e8A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWuDlV6e8A .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tWuDlV6e8A .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tWuDlV6e8A .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tWuDlV6e8A .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tWuDlV6e8A a {
  background-image: none !important;
}
.cid-tWuDlV6e8A .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tWuDlV6e8A .container {
  padding: 5rem 1rem;
}
.cid-tWuDlV6e8A p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tWuDlV6e8A p {
    text-align: center !important;
  }
}
.cid-tWuDlV6e8A .media-container-row .mbr-text2,
.cid-tWuDlV6e8A .line {
  color: #232323;
  text-align: left;
}
.cid-tWuDlWXBbJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
  overflow: hidden;
}
.cid-tWuJMfNp5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWuJMfNp5V nav.navbar {
  position: fixed;
}
.cid-tWuJMfNp5V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuJMfNp5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWuJMfNp5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWuJMfNp5V .dropdown-item:hover,
.cid-tWuJMfNp5V .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tWuJMfNp5V .dropdown-item:hover span {
  color: white;
}
.cid-tWuJMfNp5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWuJMfNp5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWuJMfNp5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWuJMfNp5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWuJMfNp5V .nav-link {
  position: relative;
}
.cid-tWuJMfNp5V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWuJMfNp5V .container {
    flex-wrap: nowrap;
  }
}
.cid-tWuJMfNp5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWuJMfNp5V .dropdown-menu,
.cid-tWuJMfNp5V .navbar.opened {
  background: #ffffff !important;
}
.cid-tWuJMfNp5V .nav-item:focus,
.cid-tWuJMfNp5V .nav-link:focus {
  outline: none;
}
.cid-tWuJMfNp5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWuJMfNp5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWuJMfNp5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWuJMfNp5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuJMfNp5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWuJMfNp5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWuJMfNp5V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWuJMfNp5V .navbar.opened {
  transition: all 0.3s;
}
.cid-tWuJMfNp5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWuJMfNp5V .navbar .navbar-logo img {
  width: auto;
}
.cid-tWuJMfNp5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWuJMfNp5V .navbar.collapsed {
  justify-content: center;
}
.cid-tWuJMfNp5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWuJMfNp5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWuJMfNp5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWuJMfNp5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWuJMfNp5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWuJMfNp5V .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-tWuJMfNp5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWuJMfNp5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWuJMfNp5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWuJMfNp5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWuJMfNp5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWuJMfNp5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWuJMfNp5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWuJMfNp5V .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-tWuJMfNp5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWuJMfNp5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWuJMfNp5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWuJMfNp5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWuJMfNp5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWuJMfNp5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWuJMfNp5V .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWuJMfNp5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWuJMfNp5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWuJMfNp5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWuJMfNp5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWuJMfNp5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWuJMfNp5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWuJMfNp5V .dropdown-item.active,
.cid-tWuJMfNp5V .dropdown-item:active {
  background-color: transparent;
}
.cid-tWuJMfNp5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWuJMfNp5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWuJMfNp5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWuJMfNp5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWuJMfNp5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWuJMfNp5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWuJMfNp5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWuJMfNp5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWuJMfNp5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWuJMfNp5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWuJMfNp5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWuJMfNp5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuJMfNp5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuJMfNp5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWuJMfNp5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuJMfNp5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWuJMfNp5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWuJMfNp5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuJMfNp5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWuJMfNp5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWuJMfNp5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWuJMfNp5V .navbar {
    height: 70px;
  }
  .cid-tWuJMfNp5V .navbar.opened {
    height: auto;
  }
  .cid-tWuJMfNp5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWuJMgzHW6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWuJMgzHW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuJMgzHW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWuJMgzHW6 .container {
    padding: 0 24px;
  }
}
.cid-tWuJMgzHW6 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWuJMgzHW6 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tWuJMgzHW6 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWuJMgzHW6 .image-wrapper img {
    height: 350px;
  }
}
.cid-tWuJMgzHW6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWuJMgzHW6 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tWuJMgzHW6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuJMgzHW6 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tWuJMgzHW6 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tWuJMgzHW6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tWuJMgzHW6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tWuJMgzHW6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWuJMgzHW6 .mbr-text {
  color: #F9F6E0;
}
.cid-tWuJMgzHW6 .mbr-desc {
  color: #E0B548;
}
.cid-tWuJMh5Dqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuJMh5Dqy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWuJMh5Dqy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tWuJMhtijC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e6c63b;
}
.cid-tWuJMhtijC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuJMhtijC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuJMhtijC .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuJMhtijC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuJMhtijC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuJMhtijC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuJMhtijC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuJMibdOH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWuJMibdOH .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tWuJMibdOH .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tWuJMibdOH .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tWuJMibdOH .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tWuJMibdOH a {
  background-image: none !important;
}
.cid-tWuJMibdOH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tWuJMibdOH .container {
  padding: 5rem 1rem;
}
.cid-tWuJMibdOH p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tWuJMibdOH p {
    text-align: center !important;
  }
}
.cid-tWuJMibdOH .media-container-row .mbr-text2,
.cid-tWuJMibdOH .line {
  color: #232323;
  text-align: left;
}
.cid-tWuJMiDTBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
  overflow: hidden;
}
.cid-tWuEyletn4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWuEyletn4 nav.navbar {
  position: fixed;
}
.cid-tWuEyletn4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuEyletn4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWuEyletn4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWuEyletn4 .dropdown-item:hover,
.cid-tWuEyletn4 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tWuEyletn4 .dropdown-item:hover span {
  color: white;
}
.cid-tWuEyletn4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWuEyletn4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWuEyletn4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWuEyletn4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWuEyletn4 .nav-link {
  position: relative;
}
.cid-tWuEyletn4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWuEyletn4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWuEyletn4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWuEyletn4 .dropdown-menu,
.cid-tWuEyletn4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWuEyletn4 .nav-item:focus,
.cid-tWuEyletn4 .nav-link:focus {
  outline: none;
}
.cid-tWuEyletn4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWuEyletn4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWuEyletn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWuEyletn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWuEyletn4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWuEyletn4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWuEyletn4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWuEyletn4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWuEyletn4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWuEyletn4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWuEyletn4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWuEyletn4 .navbar.collapsed {
  justify-content: center;
}
.cid-tWuEyletn4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWuEyletn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWuEyletn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWuEyletn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWuEyletn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWuEyletn4 .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-tWuEyletn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWuEyletn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWuEyletn4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWuEyletn4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWuEyletn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWuEyletn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWuEyletn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWuEyletn4 .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-tWuEyletn4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWuEyletn4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWuEyletn4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWuEyletn4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWuEyletn4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWuEyletn4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWuEyletn4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWuEyletn4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWuEyletn4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWuEyletn4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWuEyletn4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWuEyletn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWuEyletn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWuEyletn4 .dropdown-item.active,
.cid-tWuEyletn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWuEyletn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWuEyletn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWuEyletn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWuEyletn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWuEyletn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWuEyletn4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWuEyletn4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWuEyletn4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWuEyletn4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWuEyletn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWuEyletn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWuEyletn4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuEyletn4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWuEyletn4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWuEyletn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuEyletn4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWuEyletn4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWuEyletn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWuEyletn4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWuEyletn4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWuEyletn4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWuEyletn4 .navbar {
    height: 70px;
  }
  .cid-tWuEyletn4 .navbar.opened {
    height: auto;
  }
  .cid-tWuEyletn4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWuEylVv45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWuEylVv45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuEylVv45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWuEylVv45 .container {
    padding: 0 24px;
  }
}
.cid-tWuEylVv45 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWuEylVv45 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tWuEylVv45 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWuEylVv45 .image-wrapper img {
    height: 350px;
  }
}
.cid-tWuEylVv45 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWuEylVv45 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tWuEylVv45 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWuEylVv45 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tWuEylVv45 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tWuEylVv45 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tWuEylVv45 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tWuEylVv45 .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWuEylVv45 .mbr-text {
  color: #F9F6E0;
}
.cid-tWuEylVv45 .mbr-desc {
  color: #E0B548;
}
.cid-tWuEymMe3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWuEymMe3l .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWuEymMe3l .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tWuEyrZgRH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e6c63b;
}
.cid-tWuEyrZgRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuEyrZgRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWuEyrZgRH .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWuEyrZgRH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWuEyrZgRH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWuEyrZgRH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWuEyrZgRH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWuEysvfOK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWuEysvfOK .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tWuEysvfOK .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tWuEysvfOK .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tWuEysvfOK .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tWuEysvfOK a {
  background-image: none !important;
}
.cid-tWuEysvfOK .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tWuEysvfOK .container {
  padding: 5rem 1rem;
}
.cid-tWuEysvfOK p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tWuEysvfOK p {
    text-align: center !important;
  }
}
.cid-tWuEysvfOK .media-container-row .mbr-text2,
.cid-tWuEysvfOK .line {
  color: #232323;
  text-align: left;
}
.cid-tWuEyt2oT2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
  overflow: hidden;
}
