body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((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: #f0c48a !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0c48a !important;
  border-color: #f0c48a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e69d3d !important;
  border-color: #e69d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e69d3d !important;
  border-color: #e69d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !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: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !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: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !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: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !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: #f0c48a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e69d3d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c48a !important;
  border-color: #f0c48a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !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: #c69453 !important;
  border-color: #c69453 !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: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !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: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #f0c48a !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e49630 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !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: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #f0c48a;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0c48a;
  border-color: #f0c48a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0c48a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #f0c48a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #f0c48a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0c48a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0c48a;
}
.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: #f0c48a;
  border-bottom-color: #f0c48a;
}
.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: #f0c48a !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: #c69453 !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='%23f0c48a' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhnn9Qhy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhnn9Qhy nav.navbar {
  position: fixed;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhnn9Qhy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhnn9Qhy .dropdown-item:hover,
.cid-sSNhnn9Qhy .dropdown-item:focus {
  background: #f0c48a !important;
  color: white !important;
}
.cid-sSNhnn9Qhy .dropdown-item:hover span {
  color: white;
}
.cid-sSNhnn9Qhy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhnn9Qhy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhnn9Qhy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhnn9Qhy .nav-link {
  position: relative;
}
.cid-sSNhnn9Qhy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhnn9Qhy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown-menu,
.cid-sSNhnn9Qhy .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhnn9Qhy .nav-item:focus,
.cid-sSNhnn9Qhy .nav-link:focus {
  outline: none;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhnn9Qhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhnn9Qhy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhnn9Qhy .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhnn9Qhy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhnn9Qhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhnn9Qhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhnn9Qhy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhnn9Qhy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhnn9Qhy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhnn9Qhy .dropdown-item.active,
.cid-sSNhnn9Qhy .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhnn9Qhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhnn9Qhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhnn9Qhy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhnn9Qhy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhnn9Qhy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhnn9Qhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar {
    height: 70px;
  }
  .cid-sSNhnn9Qhy .navbar.opened {
    height: auto;
  }
  .cid-sSNhnn9Qhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhnn9Qhy .container,
.cid-sSNhnn9Qhy .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhnn9Qhy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhnn9Qhy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .contacts-menu {
    display: none;
  }
}
.cid-sSNhnn9Qhy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhnn9Qhy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f0c48a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhnn9Qhy .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhnn9Qhy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 577px) {
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .nav-link:hover {
  color: #f0c48a !important;
}
.cid-sSw4XnIb2u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSw4XnIb2u .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw4XnIb2u .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw4XnIb2u .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .label-text {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title,
.cid-sSw4XnIb2u .mbr-section-btn {
  text-align: center;
}
.cid-t4gBAIBLCf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4gBAIBLCf .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t4gBAIBLCf .row {
    padding: 0 0.75rem;
  }
}
.cid-t4gBAIBLCf .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t4gBAIBLCf .label-text {
  color: #a06e2c;
}
.cid-t4gBAIBLCf .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4gBAIBLCf .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t4gBAIBLCf .card {
    padding: 0;
  }
}
.cid-t4gBAIBLCf .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-t4gBAIBLCf .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-t4gBAIBLCf .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-t4gBAIBLCf .card-text {
  color: #555555;
}
.cid-t4gBAIBLCf .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t4gBAIBLCf .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-t4gBAIBLCf .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4gBAIBLCf .card-box {
    text-align: center;
  }
}
.cid-t4gBAIBLCf .mbr-section-title {
  color: #222222;
}
.cid-sSw5LIPlNd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a06e2c;
}
.cid-sSw5LIPlNd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw5LIPlNd .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw5LIPlNd .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .label-text {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title,
.cid-sSw5LIPlNd .mbr-section-btn {
  text-align: center;
}
.cid-sSw6ux26mC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20220411-wa0021-1024x768.jpg");
}
.cid-sSw6ux26mC .row {
  flex-direction: row-reverse;
}
.cid-sSw6ux26mC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw6ux26mC .row {
    min-height: 620px;
  }
}
.cid-sSw6ux26mC .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSw6ux26mC .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-sSw6ux26mC .col-text {
  position: relative;
  order: 5;
}
.cid-sSw6ux26mC .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-sSw6ux26mC .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw6ux26mC .col-text {
    padding: 30px;
  }
}
.cid-sSw6ux26mC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-sSw6ux26mC .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-sSw6ux26mC .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #fff8f1;
  text-align: right;
}
.cid-sSw6ux26mC .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sSw6ux26mC .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sSw6ux26mC .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-sSw6ux26mC .carousel {
  margin-bottom: 80px;
}
.cid-sSw6ux26mC .carousel,
.cid-sSw6ux26mC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSw6ux26mC .item-wrapper {
  width: 100%;
}
.cid-sSw6ux26mC .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-sSw6ux26mC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sSw6ux26mC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sSw6ux26mC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sSw6ux26mC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sSw6ux26mC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sSw6ux26mC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSw6ux26mC .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sSw6ux26mC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSw6ux26mC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSw6ux26mC .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-sSw6ux26mC .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-sSw6ux26mC .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sSw6ux26mC .carousel-indicators li.active,
.cid-sSw6ux26mC .carousel-indicators li:hover {
  background-color: #f0c48a;
  border: 2px solid #f0c48a;
}
.cid-sSw6ux26mC .carousel-indicators li::after,
.cid-sSw6ux26mC .carousel-indicators li::before {
  content: none;
}
.cid-sSw6ux26mC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSw6ux26mC .carousel-indicators {
    display: none !important;
  }
}
.cid-sSw6ux26mC .mbr-section-subtitle {
  color: #f9f7f5;
  margin-bottom: 0;
  text-align: right;
}
.cid-sSw6ux26mC .name-text {
  color: #ffffff;
}
.cid-sSw6ux26mC .prof-text {
  color: #ffffff;
}
.cid-sSw6ux26mC .item-menu-overlay {
  display: none !important;
}
.cid-sSw6ux26mC .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-sSw6ux26mC .user-wrap {
  display: flex;
  align-items: center;
}
.cid-sSw6ux26mC .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-sSw6ux26mC .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sSw6ux26mC .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4gHY26YuW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-t4gHY26YuW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4gHY26YuW .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-t4gHY26YuW .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4gHY26YuW .col-form {
    padding: 30px;
  }
}
.cid-t4gHY26YuW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t4gHY26YuW .text-wrapper {
    text-align: center !important;
  }
}
.cid-t4gHY26YuW .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-t4gHY26YuW .label-text {
    text-align: center !important;
  }
}
.cid-t4gHY26YuW .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t4gHY26YuW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4gHY26YuW .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t4gHY26YuW .mbr-section-btn .btn {
  width: max-content;
}
.cid-t4gHY26YuW .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 767px) {
  .cid-t4gHY26YuW .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4gHY26YuW .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t4gHY26YuW .form-container {
    text-align: center !important;
  }
}
.cid-t4gHY26YuW .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t4gHY26YuW .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-t4gHY26YuW .form-group {
  margin-bottom: 32px !important;
}
.cid-t4gHY26YuW .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-t4gHY26YuW textarea {
  min-height: 114px;
}
.cid-sSw7UUU4Da {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSw7UUU4Da .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-sSw7UUU4Da .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSw7UUU4Da .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .col-text {
    text-align: center;
  }
}
.cid-sSw7UUU4Da .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSw7UUU4Da .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .label-text {
    text-align: center !important;
  }
}
.cid-sSw7UUU4Da .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSw7UUU4Da .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sSw7UUU4Da .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sSw7UUU4Da .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSw7UUU4Da .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4hAEtbwyu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-t4hAEtbwyu .row {
  position: relative;
}
.cid-t4hAEtbwyu .container {
  max-width: 1500px;
}
.cid-t4hAEtbwyu h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-t4hAEtbwyu .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t4hAEtbwyu .container {
    padding: 0 4rem;
  }
}
.cid-t4hAEtbwyu H1 {
  text-align: center;
}
.cid-t4ghVm7NiG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-t4ghVm7NiG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4ghVm7NiG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4ghVm7NiG .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-t4ghVm7NiG .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #9f6d2a;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-t4ghVm7NiG .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-t4ghVm7NiG .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t4ghVm7NiG .item-wrapper img {
  object-fit: cover;
}
.cid-t4ghVm7NiG .item-wrapper img {
  height: 100%;
}
.cid-t4ghVm7NiG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-t4ghVm7NiG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4ghVm7NiG .carousel-control,
.cid-t4ghVm7NiG .close {
  background: #1b1b1b;
}
.cid-t4ghVm7NiG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4ghVm7NiG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4ghVm7NiG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-t4ghVm7NiG .close::before {
  content: '\e91a';
}
.cid-t4ghVm7NiG .close:hover {
  opacity: .7;
}
.cid-t4ghVm7NiG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4ghVm7NiG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4ghVm7NiG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4ghVm7NiG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4ghVm7NiG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4ghVm7NiG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4ghVm7NiG .carousel-indicators li.active,
.cid-t4ghVm7NiG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4ghVm7NiG .carousel-indicators li::after,
.cid-t4ghVm7NiG .carousel-indicators li::before {
  content: none;
}
.cid-t4ghVm7NiG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4ghVm7NiG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4ghVm7NiG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ghVm7NiG .carousel-indicators {
    display: none;
  }
}
.cid-t4ghVm7NiG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4ghVm7NiG .carousel-inner > .active {
  display: block;
}
.cid-t4ghVm7NiG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4ghVm7NiG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4ghVm7NiG .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-t4ghVm7NiG .carousel-control,
  .cid-t4ghVm7NiG .carousel-indicators,
  .cid-t4ghVm7NiG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4ghVm7NiG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4ghVm7NiG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4ghVm7NiG .carousel-indicators .active,
.cid-t4ghVm7NiG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4ghVm7NiG .carousel-indicators .active {
  background: #fff;
}
.cid-t4ghVm7NiG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4ghVm7NiG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4ghVm7NiG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4ghVm7NiG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4ghVm7NiG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4ghVm7NiG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4ghVm7NiG .carousel {
  width: 100%;
}
.cid-t4ghVm7NiG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4ghVm7NiG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4ghVm7NiG .modal.fade .modal-dialog,
.cid-t4ghVm7NiG .modal.in .modal-dialog {
  transform: none;
}
.cid-t4ghVm7NiG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4ghVm7NiG H6 {
  text-align: center;
}
.cid-t4ghVm7NiG H3 {
  text-align: center;
}
.cid-t4glIMvkL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4glIMvkL6 .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-t4glIMvkL6 .top {
  padding-top: 0;
}
.cid-t4glIMvkL6 .row {
  justify-content: center;
  display: flex;
}
.cid-t4glIMvkL6 a {
  font-weight: 400 !important;
}
.cid-t4glIMvkL6 .mbr-text {
  color: #333333;
}
.cid-t4glIMvkL6 .mbr-text1 {
  padding-top: 30px;
}
.cid-t4glIMvkL6 .top1 {
  padding-top: 30px;
}
.cid-t3MZ0f6sEv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t3MZ0f6sEv .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t3MZ0f6sEv .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t3MZ0f6sEv .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t3MZ0f6sEv .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t3MZ0f6sEv .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t3MZ0f6sEv .google-map {
    height: 356px;
  }
}
.cid-t3MZ0f6sEv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3MZ0f6sEv .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-t3MZ0f6sEv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3MZ0f6sEv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t3N6PGn9v0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-t3N6PGn9v0 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-t3N6PGn9v0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3N6PGn9v0 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-t3N6PGn9v0 .list {
    margin-bottom: 30px;
  }
}
.cid-t3N6PGn9v0 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-t3N6PGn9v0 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t3N6PGn9v0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3N6PGn9v0 .copyright {
  color: #868c90;
}
.cid-t3N6PGn9v0 .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-t3N6PGn9v0 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-t3N6PGn9v0 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-t3N6PGn9v0 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-t3N6PGn9v0 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-t3N6PGn9v0 .footer-logo {
    margin: 0 auto;
  }
}
.cid-sSw7P7nofE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4gb5uWyp8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4gb5uWyp8 nav.navbar {
  position: fixed;
}
.cid-t4gb5uWyp8 .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-t4gb5uWyp8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4gb5uWyp8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4gb5uWyp8 .dropdown-item:hover,
.cid-t4gb5uWyp8 .dropdown-item:focus {
  background: #f0c48a !important;
  color: white !important;
}
.cid-t4gb5uWyp8 .dropdown-item:hover span {
  color: white;
}
.cid-t4gb5uWyp8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4gb5uWyp8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4gb5uWyp8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4gb5uWyp8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4gb5uWyp8 .nav-link {
  position: relative;
}
.cid-t4gb5uWyp8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4gb5uWyp8 .container {
    flex-wrap: nowrap;
  }
}
.cid-t4gb5uWyp8 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4gb5uWyp8 .dropdown-menu,
.cid-t4gb5uWyp8 .navbar.opened {
  background: #ffffff !important;
}
.cid-t4gb5uWyp8 .nav-item:focus,
.cid-t4gb5uWyp8 .nav-link:focus {
  outline: none;
}
.cid-t4gb5uWyp8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4gb5uWyp8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4gb5uWyp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4gb5uWyp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4gb5uWyp8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4gb5uWyp8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4gb5uWyp8 .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-t4gb5uWyp8 .navbar.opened {
  transition: all 0.3s;
}
.cid-t4gb5uWyp8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4gb5uWyp8 .navbar .navbar-logo img {
  width: auto;
}
.cid-t4gb5uWyp8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4gb5uWyp8 .navbar.collapsed {
  justify-content: center;
}
.cid-t4gb5uWyp8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4gb5uWyp8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4gb5uWyp8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4gb5uWyp8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4gb5uWyp8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4gb5uWyp8 .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-t4gb5uWyp8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4gb5uWyp8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4gb5uWyp8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4gb5uWyp8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4gb5uWyp8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4gb5uWyp8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4gb5uWyp8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4gb5uWyp8 .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-t4gb5uWyp8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4gb5uWyp8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4gb5uWyp8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4gb5uWyp8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4gb5uWyp8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4gb5uWyp8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4gb5uWyp8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4gb5uWyp8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4gb5uWyp8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4gb5uWyp8 .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-t4gb5uWyp8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4gb5uWyp8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t4gb5uWyp8 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t4gb5uWyp8 .dropdown-item.active,
.cid-t4gb5uWyp8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4gb5uWyp8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4gb5uWyp8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4gb5uWyp8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4gb5uWyp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4gb5uWyp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4gb5uWyp8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4gb5uWyp8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4gb5uWyp8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4gb5uWyp8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4gb5uWyp8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-t4gb5uWyp8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4gb5uWyp8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4gb5uWyp8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4gb5uWyp8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4gb5uWyp8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4gb5uWyp8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4gb5uWyp8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4gb5uWyp8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4gb5uWyp8 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t4gb5uWyp8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t4gb5uWyp8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4gb5uWyp8 .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-t4gb5uWyp8 .navbar {
    height: 70px;
  }
  .cid-t4gb5uWyp8 .navbar.opened {
    height: auto;
  }
  .cid-t4gb5uWyp8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4gb5uWyp8 .container,
.cid-t4gb5uWyp8 .container-fluid {
  flex-wrap: wrap;
}
.cid-t4gb5uWyp8 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-t4gb5uWyp8 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t4gb5uWyp8 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t4gb5uWyp8 .contacts-menu {
    display: none;
  }
}
.cid-t4gb5uWyp8 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t4gb5uWyp8 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f0c48a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t4gb5uWyp8 .icon-box:hover {
  transform: scale(1.1);
}
.cid-t4gb5uWyp8 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t4gb5uWyp8 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t4gb5uWyp8 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t4gb5uWyp8 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t4gb5uWyp8 .navbar-collapse .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 577px) {
  .cid-t4gb5uWyp8 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4gb5uWyp8 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t4gb5uWyp8 .navbar-collapse .nav-link:hover {
  color: #f0c48a !important;
}
.cid-t4gb5vv1Hl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t4gb5vv1Hl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4gb5vv1Hl .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4gb5vv1Hl .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4gb5vv1Hl .label-text {
    text-align: center !important;
  }
}
.cid-t4gb5vv1Hl .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4gb5vv1Hl .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4gb5vv1Hl .mbr-section-title,
.cid-t4gb5vv1Hl .mbr-section-btn {
  text-align: center;
}
.cid-t4gcrQWN5d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 1;
}
.cid-t4gcrQWN5d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t4gcrQWN5d .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t4gcrQWN5d .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-t4gcrQWN5d .btn:before {
  content: none;
}
.cid-t4gcrQWN5d .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-t4gcrQWN5d .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-t4gcrQWN5d .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-t4gcrQWN5d .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-t4gcrQWN5d .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t4gcrQWN5d .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-t4gcrQWN5d h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-t4gcrQWN5d .form-control,
.cid-t4gcrQWN5d .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-t4gcrQWN5d .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
}
.cid-t4gcrQWN5d textarea {
  min-height: 200px;
}
.cid-t4gcrQWN5d .form-control,
.cid-t4gcrQWN5d .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t4gcrQWN5d .form-control::-webkit-input-placeholder,
.cid-t4gcrQWN5d .field-input::-webkit-input-placeholder,
.cid-t4gcrQWN5d .form-control::-webkit-input-placeholder,
.cid-t4gcrQWN5d .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-t4gcrQWN5d .form-control:-moz-placeholder,
.cid-t4gcrQWN5d .field-input:-moz-placeholder,
.cid-t4gcrQWN5d .form-control:-moz-placeholder,
.cid-t4gcrQWN5d .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-t4gcrQWN5d .form-control:hover,
.cid-t4gcrQWN5d .field-input:hover,
.cid-t4gcrQWN5d .form-control:focus,
.cid-t4gcrQWN5d .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t4gcrQWN5d .form-control:hover::-webkit-input-placeholder,
.cid-t4gcrQWN5d .field-input:hover::-webkit-input-placeholder,
.cid-t4gcrQWN5d .form-control:focus::-webkit-input-placeholder,
.cid-t4gcrQWN5d .field-input:focus::-webkit-input-placeholder,
.cid-t4gcrQWN5d .form-control:hover::-webkit-input-placeholder,
.cid-t4gcrQWN5d .field-input:hover::-webkit-input-placeholder,
.cid-t4gcrQWN5d .form-control:focus::-webkit-input-placeholder,
.cid-t4gcrQWN5d .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-t4gcrQWN5d .form-control:hover:-moz-placeholder,
.cid-t4gcrQWN5d .field-input:hover:-moz-placeholder,
.cid-t4gcrQWN5d .form-control:focus:-moz-placeholder,
.cid-t4gcrQWN5d .field-input:focus:-moz-placeholder,
.cid-t4gcrQWN5d .form-control:hover:-moz-placeholder,
.cid-t4gcrQWN5d .field-input:hover:-moz-placeholder,
.cid-t4gcrQWN5d .form-control:focus:-moz-placeholder,
.cid-t4gcrQWN5d .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-t4gcrQWN5d .jq-number__spin:hover,
.cid-t4gcrQWN5d .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t4gcrQWN5d .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t4gcrQWN5d .jq-selectbox li,
.cid-t4gcrQWN5d .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-t4gcrQWN5d .jq-selectbox li:hover,
.cid-t4gcrQWN5d .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-t4gcrQWN5d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t4gcrQWN5d .jq-number__spin.minus:hover:after,
.cid-t4gcrQWN5d .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-t4gcrQWN5d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t4gcrQWN5d .jq-number__spin.minus:after,
.cid-t4gcrQWN5d .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-t4gcrQWN5d input::-webkit-clear-button {
  display: none;
}
.cid-t4gcrQWN5d input::-webkit-inner-spin-button {
  display: none;
}
.cid-t4gcrQWN5d input::-webkit-outer-spin-button {
  display: none;
}
.cid-t4gcrQWN5d input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-t4gcrQWN5d .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-t4gcrQWN5d .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #f8f8f8;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-t4gcrQWN5d .card-wrapper:hover {
  border-color: black;
}
.cid-t4gcrQWN5d .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t4gcrQWN5d .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t4gcrQWN5d .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t4gcrQWN5d .icon1 {
  background: #a8aaf1;
}
.cid-t4gcrQWN5d .icon2 {
  background: #ff9083;
}
.cid-t4gcrQWN5d .icon3 {
  background: #72dfe9;
}
.cid-t4gcrQWN5d .card-box {
  padding-left: 1rem;
}
.cid-t4gcrQWN5d .card {
  padding: 0;
}
.cid-t4gcrQWN5d .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t4gcrQWN5d .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t4gcrQWN5d .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t4gcrQWN5d .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t4gcrQWN5d .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-t4gcrQWN5d .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-t4gcrQWN5d .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-t4gcrQWN5d .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-t4gcrQWN5d .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-t4gcrQWN5d .main-sub-title,
.cid-t4gcrQWN5d .align-wrapper {
  color: #33358c;
}
.cid-t4gcrQWN5d .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-t4gcrQWN5d .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-t4gcrQWN5d .form-control-label,
.cid-t4gcrQWN5d .form-check {
  margin-left: 1.5rem;
}
.cid-t4gcrQWN5d .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-t4gcrQWN5d .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-t4gcrQWN5d .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-t4gb5ybAtd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t4gb5ybAtd .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t4gb5ybAtd .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t4gb5ybAtd .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t4gb5ybAtd .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t4gb5ybAtd .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t4gb5ybAtd .google-map {
    height: 356px;
  }
}
.cid-t4gb5ybAtd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4gb5ybAtd .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-t4gb5ybAtd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4gb5ybAtd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4gb5yAZ9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-t4gb5yAZ9N .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-t4gb5yAZ9N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4gb5yAZ9N .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-t4gb5yAZ9N .list {
    margin-bottom: 30px;
  }
}
.cid-t4gb5yAZ9N .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-t4gb5yAZ9N .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4gb5yAZ9N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4gb5yAZ9N .copyright {
  color: #868c90;
}
.cid-t4gb5yAZ9N .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-t4gb5yAZ9N .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-t4gb5yAZ9N .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-t4gb5yAZ9N .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-t4gb5yAZ9N .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-t4gb5yAZ9N .footer-logo {
    margin: 0 auto;
  }
}
.cid-t4gb5z1HIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4hlFybQS2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4hlFybQS2 nav.navbar {
  position: fixed;
}
.cid-t4hlFybQS2 .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-t4hlFybQS2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4hlFybQS2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4hlFybQS2 .dropdown-item:hover,
.cid-t4hlFybQS2 .dropdown-item:focus {
  background: #f0c48a !important;
  color: white !important;
}
.cid-t4hlFybQS2 .dropdown-item:hover span {
  color: white;
}
.cid-t4hlFybQS2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4hlFybQS2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4hlFybQS2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4hlFybQS2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4hlFybQS2 .nav-link {
  position: relative;
}
.cid-t4hlFybQS2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4hlFybQS2 .container {
    flex-wrap: nowrap;
  }
}
.cid-t4hlFybQS2 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4hlFybQS2 .dropdown-menu,
.cid-t4hlFybQS2 .navbar.opened {
  background: #ffffff !important;
}
.cid-t4hlFybQS2 .nav-item:focus,
.cid-t4hlFybQS2 .nav-link:focus {
  outline: none;
}
.cid-t4hlFybQS2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4hlFybQS2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4hlFybQS2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4hlFybQS2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4hlFybQS2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4hlFybQS2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4hlFybQS2 .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-t4hlFybQS2 .navbar.opened {
  transition: all 0.3s;
}
.cid-t4hlFybQS2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4hlFybQS2 .navbar .navbar-logo img {
  width: auto;
}
.cid-t4hlFybQS2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4hlFybQS2 .navbar.collapsed {
  justify-content: center;
}
.cid-t4hlFybQS2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4hlFybQS2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4hlFybQS2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4hlFybQS2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4hlFybQS2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4hlFybQS2 .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-t4hlFybQS2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4hlFybQS2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4hlFybQS2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4hlFybQS2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4hlFybQS2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4hlFybQS2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4hlFybQS2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4hlFybQS2 .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-t4hlFybQS2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4hlFybQS2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4hlFybQS2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4hlFybQS2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4hlFybQS2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4hlFybQS2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4hlFybQS2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4hlFybQS2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4hlFybQS2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4hlFybQS2 .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-t4hlFybQS2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4hlFybQS2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t4hlFybQS2 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t4hlFybQS2 .dropdown-item.active,
.cid-t4hlFybQS2 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4hlFybQS2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4hlFybQS2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4hlFybQS2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4hlFybQS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4hlFybQS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4hlFybQS2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4hlFybQS2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4hlFybQS2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4hlFybQS2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4hlFybQS2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-t4hlFybQS2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4hlFybQS2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hlFybQS2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hlFybQS2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4hlFybQS2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hlFybQS2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4hlFybQS2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4hlFybQS2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hlFybQS2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t4hlFybQS2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t4hlFybQS2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hlFybQS2 .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-t4hlFybQS2 .navbar {
    height: 70px;
  }
  .cid-t4hlFybQS2 .navbar.opened {
    height: auto;
  }
  .cid-t4hlFybQS2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4hlFybQS2 .container,
.cid-t4hlFybQS2 .container-fluid {
  flex-wrap: wrap;
}
.cid-t4hlFybQS2 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-t4hlFybQS2 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t4hlFybQS2 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t4hlFybQS2 .contacts-menu {
    display: none;
  }
}
.cid-t4hlFybQS2 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t4hlFybQS2 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f0c48a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t4hlFybQS2 .icon-box:hover {
  transform: scale(1.1);
}
.cid-t4hlFybQS2 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t4hlFybQS2 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t4hlFybQS2 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t4hlFybQS2 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t4hlFybQS2 .navbar-collapse .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 577px) {
  .cid-t4hlFybQS2 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hlFybQS2 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t4hlFybQS2 .navbar-collapse .nav-link:hover {
  color: #f0c48a !important;
}
.cid-t4hlFz9MzJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t4hlFz9MzJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlFz9MzJ .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hlFz9MzJ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hlFz9MzJ .label-text {
    text-align: center !important;
  }
}
.cid-t4hlFz9MzJ .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hlFz9MzJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hlFz9MzJ .mbr-section-title,
.cid-t4hlFz9MzJ .mbr-section-btn {
  text-align: center;
}
.cid-t4hlFzMbLQ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4hlFzMbLQ .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t4hlFzMbLQ .row {
    padding: 0 0.75rem;
  }
}
.cid-t4hlFzMbLQ .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t4hlFzMbLQ .label-text {
  color: #a06e2c;
}
.cid-t4hlFzMbLQ .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4hlFzMbLQ .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t4hlFzMbLQ .card {
    padding: 0;
  }
}
.cid-t4hlFzMbLQ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-t4hlFzMbLQ .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-t4hlFzMbLQ .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-t4hlFzMbLQ .card-text {
  color: #555555;
}
.cid-t4hlFzMbLQ .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t4hlFzMbLQ .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-t4hlFzMbLQ .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hlFzMbLQ .card-box {
    text-align: center;
  }
}
.cid-t4hlFzMbLQ .mbr-section-title {
  color: #222222;
}
.cid-t4hlFAvxgQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a06e2c;
}
.cid-t4hlFAvxgQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlFAvxgQ .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hlFAvxgQ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hlFAvxgQ .label-text {
    text-align: center !important;
  }
}
.cid-t4hlFAvxgQ .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hlFAvxgQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hlFAvxgQ .mbr-section-title,
.cid-t4hlFAvxgQ .mbr-section-btn {
  text-align: center;
}
.cid-t4hlFEfNii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20220411-wa0021-1024x768.jpg");
}
.cid-t4hlFEfNii .row {
  flex-direction: row-reverse;
}
.cid-t4hlFEfNii .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlFEfNii .row {
    min-height: 620px;
  }
}
.cid-t4hlFEfNii .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hlFEfNii .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-t4hlFEfNii .col-text {
  position: relative;
  order: 5;
}
.cid-t4hlFEfNii .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-t4hlFEfNii .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hlFEfNii .col-text {
    padding: 30px;
  }
}
.cid-t4hlFEfNii .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-t4hlFEfNii .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-t4hlFEfNii .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #fff8f1;
  text-align: right;
}
.cid-t4hlFEfNii .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-t4hlFEfNii .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t4hlFEfNii .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-t4hlFEfNii .carousel {
  margin-bottom: 80px;
}
.cid-t4hlFEfNii .carousel,
.cid-t4hlFEfNii .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hlFEfNii .item-wrapper {
  width: 100%;
}
.cid-t4hlFEfNii .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-t4hlFEfNii .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t4hlFEfNii .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4hlFEfNii .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-t4hlFEfNii .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4hlFEfNii .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4hlFEfNii .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4hlFEfNii .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t4hlFEfNii .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hlFEfNii .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hlFEfNii .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-t4hlFEfNii .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-t4hlFEfNii .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t4hlFEfNii .carousel-indicators li.active,
.cid-t4hlFEfNii .carousel-indicators li:hover {
  background-color: #f0c48a;
  border: 2px solid #f0c48a;
}
.cid-t4hlFEfNii .carousel-indicators li::after,
.cid-t4hlFEfNii .carousel-indicators li::before {
  content: none;
}
.cid-t4hlFEfNii .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hlFEfNii .carousel-indicators {
    display: none !important;
  }
}
.cid-t4hlFEfNii .mbr-section-subtitle {
  color: #f9f7f5;
  margin-bottom: 0;
  text-align: right;
}
.cid-t4hlFEfNii .name-text {
  color: #ffffff;
  text-align: left;
}
.cid-t4hlFEfNii .prof-text {
  color: #ffffff;
}
.cid-t4hlFEfNii .item-menu-overlay {
  display: none !important;
}
.cid-t4hlFEfNii .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-t4hlFEfNii .user-wrap {
  display: flex;
  align-items: center;
}
.cid-t4hlFEfNii .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-t4hlFEfNii .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-t4hlFEfNii .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hCUQygaR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-t4hCUQygaR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t4hCUQygaR input,
.cid-t4hCUQygaR textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-t4hCUQygaR input:focus,
.cid-t4hCUQygaR textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-t4hCUQygaR .form-control,
.cid-t4hCUQygaR .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t4hCUQygaR .form-control:hover,
.cid-t4hCUQygaR .field-input:hover,
.cid-t4hCUQygaR .form-control:focus,
.cid-t4hCUQygaR .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t4hCUQygaR input::-webkit-input-placeholder,
.cid-t4hCUQygaR textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-t4hCUQygaR input:-moz-placeholder,
.cid-t4hCUQygaR textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-t4hCUQygaR .jq-selectbox li,
.cid-t4hCUQygaR .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-t4hCUQygaR .jq-selectbox li:hover,
.cid-t4hCUQygaR .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-t4hCUQygaR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-t4hCUQygaR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-t4hCUQygaR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4hCUQygaR .mbr-form {
  max-width: 450px;
}
.cid-t4hCUQygaR textarea {
  min-height: 150px;
}
.cid-t4hCUQygaR .mbr-text {
  color: #cccccc;
}
.cid-t4hCUQygaR .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-t4hCUQygaR .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-t4hlFFIdVd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-t4hlFFIdVd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4hlFFIdVd .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4hlFFIdVd .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-t4hlFFIdVd .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #9f6d2a;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-t4hlFFIdVd .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-t4hlFFIdVd .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t4hlFFIdVd .item-wrapper img {
  object-fit: cover;
}
.cid-t4hlFFIdVd .item-wrapper img {
  height: 100%;
}
.cid-t4hlFFIdVd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-t4hlFFIdVd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4hlFFIdVd .carousel-control,
.cid-t4hlFFIdVd .close {
  background: #1b1b1b;
}
.cid-t4hlFFIdVd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4hlFFIdVd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4hlFFIdVd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-t4hlFFIdVd .close::before {
  content: '\e91a';
}
.cid-t4hlFFIdVd .close:hover {
  opacity: .7;
}
.cid-t4hlFFIdVd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4hlFFIdVd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hlFFIdVd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hlFFIdVd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4hlFFIdVd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4hlFFIdVd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4hlFFIdVd .carousel-indicators li.active,
.cid-t4hlFFIdVd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4hlFFIdVd .carousel-indicators li::after,
.cid-t4hlFFIdVd .carousel-indicators li::before {
  content: none;
}
.cid-t4hlFFIdVd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hlFFIdVd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4hlFFIdVd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4hlFFIdVd .carousel-indicators {
    display: none;
  }
}
.cid-t4hlFFIdVd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hlFFIdVd .carousel-inner > .active {
  display: block;
}
.cid-t4hlFFIdVd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hlFFIdVd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4hlFFIdVd .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-t4hlFFIdVd .carousel-control,
  .cid-t4hlFFIdVd .carousel-indicators,
  .cid-t4hlFFIdVd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4hlFFIdVd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4hlFFIdVd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4hlFFIdVd .carousel-indicators .active,
.cid-t4hlFFIdVd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4hlFFIdVd .carousel-indicators .active {
  background: #fff;
}
.cid-t4hlFFIdVd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4hlFFIdVd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4hlFFIdVd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4hlFFIdVd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4hlFFIdVd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4hlFFIdVd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4hlFFIdVd .carousel {
  width: 100%;
}
.cid-t4hlFFIdVd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4hlFFIdVd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4hlFFIdVd .modal.fade .modal-dialog,
.cid-t4hlFFIdVd .modal.in .modal-dialog {
  transform: none;
}
.cid-t4hlFFIdVd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4hlFFIdVd H6 {
  text-align: center;
}
.cid-t4hlFFIdVd H3 {
  text-align: center;
}
.cid-t4hlFGGH18 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4hlFGGH18 .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-t4hlFGGH18 .top {
  padding-top: 0;
}
.cid-t4hlFGGH18 .row {
  justify-content: center;
  display: flex;
}
.cid-t4hlFGGH18 a {
  font-weight: 400 !important;
}
.cid-t4hlFGGH18 .mbr-text {
  color: #333333;
}
.cid-t4hlFGGH18 .mbr-text1 {
  padding-top: 30px;
}
.cid-t4hlFGGH18 .top1 {
  padding-top: 30px;
}
.cid-t4hlFHFd2a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t4hlFHFd2a .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t4hlFHFd2a .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t4hlFHFd2a .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t4hlFHFd2a .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t4hlFHFd2a .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t4hlFHFd2a .google-map {
    height: 356px;
  }
}
.cid-t4hlFHFd2a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4hlFHFd2a .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-t4hlFHFd2a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4hlFHFd2a .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4hlFIpDd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-t4hlFIpDd9 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-t4hlFIpDd9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4hlFIpDd9 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-t4hlFIpDd9 .list {
    margin-bottom: 30px;
  }
}
.cid-t4hlFIpDd9 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-t4hlFIpDd9 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hlFIpDd9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4hlFIpDd9 .copyright {
  color: #868c90;
}
.cid-t4hlFIpDd9 .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-t4hlFIpDd9 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-t4hlFIpDd9 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-t4hlFIpDd9 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-t4hlFIpDd9 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-t4hlFIpDd9 .footer-logo {
    margin: 0 auto;
  }
}
.cid-t4hlFJ7lfu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4hlXRshYf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4hlXRshYf nav.navbar {
  position: fixed;
}
.cid-t4hlXRshYf .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-t4hlXRshYf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4hlXRshYf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4hlXRshYf .dropdown-item:hover,
.cid-t4hlXRshYf .dropdown-item:focus {
  background: #f0c48a !important;
  color: white !important;
}
.cid-t4hlXRshYf .dropdown-item:hover span {
  color: white;
}
.cid-t4hlXRshYf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4hlXRshYf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4hlXRshYf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4hlXRshYf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4hlXRshYf .nav-link {
  position: relative;
}
.cid-t4hlXRshYf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4hlXRshYf .container {
    flex-wrap: nowrap;
  }
}
.cid-t4hlXRshYf .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4hlXRshYf .dropdown-menu,
.cid-t4hlXRshYf .navbar.opened {
  background: #ffffff !important;
}
.cid-t4hlXRshYf .nav-item:focus,
.cid-t4hlXRshYf .nav-link:focus {
  outline: none;
}
.cid-t4hlXRshYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4hlXRshYf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4hlXRshYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4hlXRshYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4hlXRshYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4hlXRshYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4hlXRshYf .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-t4hlXRshYf .navbar.opened {
  transition: all 0.3s;
}
.cid-t4hlXRshYf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4hlXRshYf .navbar .navbar-logo img {
  width: auto;
}
.cid-t4hlXRshYf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4hlXRshYf .navbar.collapsed {
  justify-content: center;
}
.cid-t4hlXRshYf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4hlXRshYf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4hlXRshYf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4hlXRshYf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4hlXRshYf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4hlXRshYf .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-t4hlXRshYf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4hlXRshYf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4hlXRshYf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4hlXRshYf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4hlXRshYf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4hlXRshYf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4hlXRshYf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4hlXRshYf .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-t4hlXRshYf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4hlXRshYf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4hlXRshYf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4hlXRshYf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4hlXRshYf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4hlXRshYf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4hlXRshYf .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4hlXRshYf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4hlXRshYf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4hlXRshYf .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-t4hlXRshYf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4hlXRshYf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t4hlXRshYf .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t4hlXRshYf .dropdown-item.active,
.cid-t4hlXRshYf .dropdown-item:active {
  background-color: transparent;
}
.cid-t4hlXRshYf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4hlXRshYf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4hlXRshYf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4hlXRshYf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4hlXRshYf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4hlXRshYf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4hlXRshYf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4hlXRshYf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4hlXRshYf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4hlXRshYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-t4hlXRshYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4hlXRshYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hlXRshYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hlXRshYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4hlXRshYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hlXRshYf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4hlXRshYf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4hlXRshYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hlXRshYf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t4hlXRshYf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t4hlXRshYf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hlXRshYf .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-t4hlXRshYf .navbar {
    height: 70px;
  }
  .cid-t4hlXRshYf .navbar.opened {
    height: auto;
  }
  .cid-t4hlXRshYf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4hlXRshYf .container,
.cid-t4hlXRshYf .container-fluid {
  flex-wrap: wrap;
}
.cid-t4hlXRshYf .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-t4hlXRshYf .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t4hlXRshYf .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t4hlXRshYf .contacts-menu {
    display: none;
  }
}
.cid-t4hlXRshYf .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t4hlXRshYf .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f0c48a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t4hlXRshYf .icon-box:hover {
  transform: scale(1.1);
}
.cid-t4hlXRshYf .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t4hlXRshYf .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t4hlXRshYf .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t4hlXRshYf .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t4hlXRshYf .navbar-collapse .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 577px) {
  .cid-t4hlXRshYf .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hlXRshYf .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t4hlXRshYf .navbar-collapse .nav-link:hover {
  color: #f0c48a !important;
}
.cid-t4hlXSkeA9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t4hlXSkeA9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlXSkeA9 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hlXSkeA9 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hlXSkeA9 .label-text {
    text-align: center !important;
  }
}
.cid-t4hlXSkeA9 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hlXSkeA9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hlXSkeA9 .mbr-section-title,
.cid-t4hlXSkeA9 .mbr-section-btn {
  text-align: center;
}
.cid-t4hlXSWR2k {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4hlXSWR2k .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t4hlXSWR2k .row {
    padding: 0 0.75rem;
  }
}
.cid-t4hlXSWR2k .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t4hlXSWR2k .label-text {
  color: #a06e2c;
}
.cid-t4hlXSWR2k .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4hlXSWR2k .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t4hlXSWR2k .card {
    padding: 0;
  }
}
.cid-t4hlXSWR2k .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-t4hlXSWR2k .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-t4hlXSWR2k .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-t4hlXSWR2k .card-text {
  color: #555555;
}
.cid-t4hlXSWR2k .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t4hlXSWR2k .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-t4hlXSWR2k .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hlXSWR2k .card-box {
    text-align: center;
  }
}
.cid-t4hlXSWR2k .mbr-section-title {
  color: #222222;
}
.cid-t4hlXTB4y0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a06e2c;
}
.cid-t4hlXTB4y0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlXTB4y0 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hlXTB4y0 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hlXTB4y0 .label-text {
    text-align: center !important;
  }
}
.cid-t4hlXTB4y0 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hlXTB4y0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hlXTB4y0 .mbr-section-title,
.cid-t4hlXTB4y0 .mbr-section-btn {
  text-align: center;
}
.cid-t4hlXU6wzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1057x793.jpg");
}
.cid-t4hlXU6wzc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlXU6wzc .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-t4hlXU6wzc .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hlXU6wzc .col-form {
    padding: 30px;
  }
}
.cid-t4hlXU6wzc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t4hlXU6wzc .text-wrapper {
    text-align: center !important;
  }
}
.cid-t4hlXU6wzc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-t4hlXU6wzc .label-text {
    text-align: center !important;
  }
}
.cid-t4hlXU6wzc .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t4hlXU6wzc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hlXU6wzc .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t4hlXU6wzc .mbr-section-btn .btn {
  width: max-content;
}
.cid-t4hlXU6wzc .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 767px) {
  .cid-t4hlXU6wzc .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hlXU6wzc .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t4hlXU6wzc .form-container {
    text-align: center !important;
  }
}
.cid-t4hlXU6wzc .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t4hlXU6wzc .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-t4hlXU6wzc .form-group {
  margin-bottom: 32px !important;
}
.cid-t4hlXU6wzc .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-t4hlXU6wzc textarea {
  min-height: 114px;
}
.cid-t4hlXU6wzc .mbr-section-title,
.cid-t4hlXU6wzc .mbr-section-btn {
  color: #ffffff;
}
.cid-t4hlXXhqB8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20220411-wa0021-1024x768.jpg");
}
.cid-t4hlXXhqB8 .row {
  flex-direction: row-reverse;
}
.cid-t4hlXXhqB8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hlXXhqB8 .row {
    min-height: 620px;
  }
}
.cid-t4hlXXhqB8 .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hlXXhqB8 .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-t4hlXXhqB8 .col-text {
  position: relative;
  order: 5;
}
.cid-t4hlXXhqB8 .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-t4hlXXhqB8 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hlXXhqB8 .col-text {
    padding: 30px;
  }
}
.cid-t4hlXXhqB8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-t4hlXXhqB8 .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-t4hlXXhqB8 .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #fff8f1;
  text-align: right;
}
.cid-t4hlXXhqB8 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-t4hlXXhqB8 .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t4hlXXhqB8 .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-t4hlXXhqB8 .carousel {
  margin-bottom: 80px;
}
.cid-t4hlXXhqB8 .carousel,
.cid-t4hlXXhqB8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hlXXhqB8 .item-wrapper {
  width: 100%;
}
.cid-t4hlXXhqB8 .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-t4hlXXhqB8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t4hlXXhqB8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4hlXXhqB8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-t4hlXXhqB8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4hlXXhqB8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4hlXXhqB8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4hlXXhqB8 .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t4hlXXhqB8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hlXXhqB8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hlXXhqB8 .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-t4hlXXhqB8 .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-t4hlXXhqB8 .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t4hlXXhqB8 .carousel-indicators li.active,
.cid-t4hlXXhqB8 .carousel-indicators li:hover {
  background-color: #f0c48a;
  border: 2px solid #f0c48a;
}
.cid-t4hlXXhqB8 .carousel-indicators li::after,
.cid-t4hlXXhqB8 .carousel-indicators li::before {
  content: none;
}
.cid-t4hlXXhqB8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hlXXhqB8 .carousel-indicators {
    display: none !important;
  }
}
.cid-t4hlXXhqB8 .mbr-section-subtitle {
  color: #f9f7f5;
  margin-bottom: 0;
  text-align: right;
}
.cid-t4hlXXhqB8 .name-text {
  color: #ffffff;
}
.cid-t4hlXXhqB8 .prof-text {
  color: #ffffff;
}
.cid-t4hlXXhqB8 .item-menu-overlay {
  display: none !important;
}
.cid-t4hlXXhqB8 .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-t4hlXXhqB8 .user-wrap {
  display: flex;
  align-items: center;
}
.cid-t4hlXXhqB8 .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-t4hlXXhqB8 .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-t4hlXXhqB8 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hlXYFZEv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-t4hlXYFZEv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4hlXYFZEv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4hlXYFZEv .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-t4hlXYFZEv .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #9f6d2a;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-t4hlXYFZEv .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-t4hlXYFZEv .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t4hlXYFZEv .item-wrapper img {
  object-fit: cover;
}
.cid-t4hlXYFZEv .item-wrapper img {
  height: 100%;
}
.cid-t4hlXYFZEv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-t4hlXYFZEv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4hlXYFZEv .carousel-control,
.cid-t4hlXYFZEv .close {
  background: #1b1b1b;
}
.cid-t4hlXYFZEv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4hlXYFZEv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4hlXYFZEv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-t4hlXYFZEv .close::before {
  content: '\e91a';
}
.cid-t4hlXYFZEv .close:hover {
  opacity: .7;
}
.cid-t4hlXYFZEv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4hlXYFZEv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hlXYFZEv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hlXYFZEv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4hlXYFZEv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4hlXYFZEv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4hlXYFZEv .carousel-indicators li.active,
.cid-t4hlXYFZEv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4hlXYFZEv .carousel-indicators li::after,
.cid-t4hlXYFZEv .carousel-indicators li::before {
  content: none;
}
.cid-t4hlXYFZEv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hlXYFZEv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4hlXYFZEv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4hlXYFZEv .carousel-indicators {
    display: none;
  }
}
.cid-t4hlXYFZEv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hlXYFZEv .carousel-inner > .active {
  display: block;
}
.cid-t4hlXYFZEv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hlXYFZEv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4hlXYFZEv .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-t4hlXYFZEv .carousel-control,
  .cid-t4hlXYFZEv .carousel-indicators,
  .cid-t4hlXYFZEv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4hlXYFZEv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4hlXYFZEv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4hlXYFZEv .carousel-indicators .active,
.cid-t4hlXYFZEv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4hlXYFZEv .carousel-indicators .active {
  background: #fff;
}
.cid-t4hlXYFZEv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4hlXYFZEv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4hlXYFZEv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4hlXYFZEv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4hlXYFZEv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4hlXYFZEv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4hlXYFZEv .carousel {
  width: 100%;
}
.cid-t4hlXYFZEv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4hlXYFZEv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4hlXYFZEv .modal.fade .modal-dialog,
.cid-t4hlXYFZEv .modal.in .modal-dialog {
  transform: none;
}
.cid-t4hlXYFZEv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4hlXYFZEv H6 {
  text-align: center;
}
.cid-t4hlXYFZEv H3 {
  text-align: center;
}
.cid-t4hlXZGXe9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4hlXZGXe9 .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-t4hlXZGXe9 .top {
  padding-top: 0;
}
.cid-t4hlXZGXe9 .row {
  justify-content: center;
  display: flex;
}
.cid-t4hlXZGXe9 a {
  font-weight: 400 !important;
}
.cid-t4hlXZGXe9 .mbr-text {
  color: #333333;
}
.cid-t4hlXZGXe9 .mbr-text1 {
  padding-top: 30px;
}
.cid-t4hlXZGXe9 .top1 {
  padding-top: 30px;
}
.cid-t4hlY0Cl42 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t4hlY0Cl42 .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t4hlY0Cl42 .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t4hlY0Cl42 .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t4hlY0Cl42 .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t4hlY0Cl42 .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t4hlY0Cl42 .google-map {
    height: 356px;
  }
}
.cid-t4hlY0Cl42 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4hlY0Cl42 .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-t4hlY0Cl42 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4hlY0Cl42 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4hlY26BPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-t4hlY26BPl .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-t4hlY26BPl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4hlY26BPl .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-t4hlY26BPl .list {
    margin-bottom: 30px;
  }
}
.cid-t4hlY26BPl .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-t4hlY26BPl .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hlY26BPl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4hlY26BPl .copyright {
  color: #868c90;
}
.cid-t4hlY26BPl .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-t4hlY26BPl .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-t4hlY26BPl .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-t4hlY26BPl .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-t4hlY26BPl .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-t4hlY26BPl .footer-logo {
    margin: 0 auto;
  }
}
.cid-t4hlY32iUp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4hrakXmVA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4hrakXmVA nav.navbar {
  position: fixed;
}
.cid-t4hrakXmVA .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-t4hrakXmVA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4hrakXmVA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4hrakXmVA .dropdown-item:hover,
.cid-t4hrakXmVA .dropdown-item:focus {
  background: #f0c48a !important;
  color: white !important;
}
.cid-t4hrakXmVA .dropdown-item:hover span {
  color: white;
}
.cid-t4hrakXmVA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4hrakXmVA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4hrakXmVA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4hrakXmVA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4hrakXmVA .nav-link {
  position: relative;
}
.cid-t4hrakXmVA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4hrakXmVA .container {
    flex-wrap: nowrap;
  }
}
.cid-t4hrakXmVA .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4hrakXmVA .dropdown-menu,
.cid-t4hrakXmVA .navbar.opened {
  background: #ffffff !important;
}
.cid-t4hrakXmVA .nav-item:focus,
.cid-t4hrakXmVA .nav-link:focus {
  outline: none;
}
.cid-t4hrakXmVA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4hrakXmVA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4hrakXmVA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4hrakXmVA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4hrakXmVA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4hrakXmVA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4hrakXmVA .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-t4hrakXmVA .navbar.opened {
  transition: all 0.3s;
}
.cid-t4hrakXmVA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4hrakXmVA .navbar .navbar-logo img {
  width: auto;
}
.cid-t4hrakXmVA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4hrakXmVA .navbar.collapsed {
  justify-content: center;
}
.cid-t4hrakXmVA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4hrakXmVA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4hrakXmVA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4hrakXmVA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4hrakXmVA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4hrakXmVA .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-t4hrakXmVA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4hrakXmVA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4hrakXmVA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4hrakXmVA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4hrakXmVA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4hrakXmVA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4hrakXmVA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4hrakXmVA .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-t4hrakXmVA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4hrakXmVA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4hrakXmVA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4hrakXmVA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4hrakXmVA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4hrakXmVA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4hrakXmVA .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4hrakXmVA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4hrakXmVA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4hrakXmVA .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-t4hrakXmVA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4hrakXmVA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t4hrakXmVA .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t4hrakXmVA .dropdown-item.active,
.cid-t4hrakXmVA .dropdown-item:active {
  background-color: transparent;
}
.cid-t4hrakXmVA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4hrakXmVA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4hrakXmVA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4hrakXmVA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4hrakXmVA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4hrakXmVA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4hrakXmVA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4hrakXmVA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4hrakXmVA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4hrakXmVA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-t4hrakXmVA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4hrakXmVA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hrakXmVA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hrakXmVA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4hrakXmVA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hrakXmVA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4hrakXmVA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4hrakXmVA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hrakXmVA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t4hrakXmVA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t4hrakXmVA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hrakXmVA .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-t4hrakXmVA .navbar {
    height: 70px;
  }
  .cid-t4hrakXmVA .navbar.opened {
    height: auto;
  }
  .cid-t4hrakXmVA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4hrakXmVA .container,
.cid-t4hrakXmVA .container-fluid {
  flex-wrap: wrap;
}
.cid-t4hrakXmVA .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-t4hrakXmVA .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t4hrakXmVA .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t4hrakXmVA .contacts-menu {
    display: none;
  }
}
.cid-t4hrakXmVA .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t4hrakXmVA .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f0c48a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t4hrakXmVA .icon-box:hover {
  transform: scale(1.1);
}
.cid-t4hrakXmVA .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t4hrakXmVA .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t4hrakXmVA .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t4hrakXmVA .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t4hrakXmVA .navbar-collapse .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 577px) {
  .cid-t4hrakXmVA .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hrakXmVA .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t4hrakXmVA .navbar-collapse .nav-link:hover {
  color: #f0c48a !important;
}
.cid-t4hralNkGN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20220411-wa0015-748x561.jpeg");
}
.cid-t4hralNkGN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hralNkGN .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hralNkGN .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hralNkGN .label-text {
    text-align: center !important;
  }
}
.cid-t4hralNkGN .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hralNkGN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hralNkGN .mbr-section-title,
.cid-t4hralNkGN .mbr-section-btn {
  text-align: center;
}
.cid-t4hrampeWl {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4hrampeWl .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t4hrampeWl .row {
    padding: 0 0.75rem;
  }
}
.cid-t4hrampeWl .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t4hrampeWl .label-text {
  color: #a06e2c;
}
.cid-t4hrampeWl .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4hrampeWl .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t4hrampeWl .card {
    padding: 0;
  }
}
.cid-t4hrampeWl .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-t4hrampeWl .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-t4hrampeWl .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-t4hrampeWl .card-text {
  color: #555555;
}
.cid-t4hrampeWl .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t4hrampeWl .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-t4hrampeWl .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hrampeWl .card-box {
    text-align: center;
  }
}
.cid-t4hrampeWl .mbr-section-title {
  color: #222222;
}
.cid-t4hran5EU2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a06e2c;
}
.cid-t4hran5EU2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hran5EU2 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hran5EU2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hran5EU2 .label-text {
    text-align: center !important;
  }
}
.cid-t4hran5EU2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hran5EU2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hran5EU2 .mbr-section-title,
.cid-t4hran5EU2 .mbr-section-btn {
  text-align: center;
}
.cid-t4hranzGwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1441.jpg");
}
.cid-t4hranzGwn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hranzGwn .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-t4hranzGwn .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hranzGwn .col-form {
    padding: 30px;
  }
}
.cid-t4hranzGwn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t4hranzGwn .text-wrapper {
    text-align: center !important;
  }
}
.cid-t4hranzGwn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-t4hranzGwn .label-text {
    text-align: center !important;
  }
}
.cid-t4hranzGwn .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t4hranzGwn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hranzGwn .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t4hranzGwn .mbr-section-btn .btn {
  width: max-content;
}
.cid-t4hranzGwn .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 767px) {
  .cid-t4hranzGwn .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hranzGwn .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t4hranzGwn .form-container {
    text-align: center !important;
  }
}
.cid-t4hranzGwn .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t4hranzGwn .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-t4hranzGwn .form-group {
  margin-bottom: 32px !important;
}
.cid-t4hranzGwn .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-t4hranzGwn textarea {
  min-height: 114px;
}
.cid-t4hranzGwn .mbr-section-title,
.cid-t4hranzGwn .mbr-section-btn {
  color: #ffffff;
}
.cid-t4hraoa6tY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20220411-wa0021-1024x768.jpg");
}
.cid-t4hraoa6tY .row {
  flex-direction: row-reverse;
}
.cid-t4hraoa6tY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hraoa6tY .row {
    min-height: 620px;
  }
}
.cid-t4hraoa6tY .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hraoa6tY .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-t4hraoa6tY .col-text {
  position: relative;
  order: 5;
}
.cid-t4hraoa6tY .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-t4hraoa6tY .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hraoa6tY .col-text {
    padding: 30px;
  }
}
.cid-t4hraoa6tY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-t4hraoa6tY .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-t4hraoa6tY .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #fff8f1;
  text-align: right;
}
.cid-t4hraoa6tY .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-t4hraoa6tY .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t4hraoa6tY .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-t4hraoa6tY .carousel {
  margin-bottom: 80px;
}
.cid-t4hraoa6tY .carousel,
.cid-t4hraoa6tY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hraoa6tY .item-wrapper {
  width: 100%;
}
.cid-t4hraoa6tY .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-t4hraoa6tY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t4hraoa6tY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4hraoa6tY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-t4hraoa6tY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4hraoa6tY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4hraoa6tY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4hraoa6tY .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t4hraoa6tY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hraoa6tY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hraoa6tY .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-t4hraoa6tY .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-t4hraoa6tY .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t4hraoa6tY .carousel-indicators li.active,
.cid-t4hraoa6tY .carousel-indicators li:hover {
  background-color: #f0c48a;
  border: 2px solid #f0c48a;
}
.cid-t4hraoa6tY .carousel-indicators li::after,
.cid-t4hraoa6tY .carousel-indicators li::before {
  content: none;
}
.cid-t4hraoa6tY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hraoa6tY .carousel-indicators {
    display: none !important;
  }
}
.cid-t4hraoa6tY .mbr-section-subtitle {
  color: #f9f7f5;
  margin-bottom: 0;
  text-align: right;
}
.cid-t4hraoa6tY .name-text {
  color: #ffffff;
}
.cid-t4hraoa6tY .prof-text {
  color: #ffffff;
}
.cid-t4hraoa6tY .item-menu-overlay {
  display: none !important;
}
.cid-t4hraoa6tY .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-t4hraoa6tY .user-wrap {
  display: flex;
  align-items: center;
}
.cid-t4hraoa6tY .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-t4hraoa6tY .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-t4hraoa6tY .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hraoPDpj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-t4hraoPDpj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4hraoPDpj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4hraoPDpj .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-t4hraoPDpj .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #9f6d2a;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-t4hraoPDpj .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-t4hraoPDpj .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t4hraoPDpj .item-wrapper img {
  object-fit: cover;
}
.cid-t4hraoPDpj .item-wrapper img {
  height: 100%;
}
.cid-t4hraoPDpj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-t4hraoPDpj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4hraoPDpj .carousel-control,
.cid-t4hraoPDpj .close {
  background: #1b1b1b;
}
.cid-t4hraoPDpj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4hraoPDpj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4hraoPDpj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-t4hraoPDpj .close::before {
  content: '\e91a';
}
.cid-t4hraoPDpj .close:hover {
  opacity: .7;
}
.cid-t4hraoPDpj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4hraoPDpj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hraoPDpj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hraoPDpj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4hraoPDpj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4hraoPDpj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4hraoPDpj .carousel-indicators li.active,
.cid-t4hraoPDpj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4hraoPDpj .carousel-indicators li::after,
.cid-t4hraoPDpj .carousel-indicators li::before {
  content: none;
}
.cid-t4hraoPDpj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hraoPDpj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4hraoPDpj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4hraoPDpj .carousel-indicators {
    display: none;
  }
}
.cid-t4hraoPDpj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hraoPDpj .carousel-inner > .active {
  display: block;
}
.cid-t4hraoPDpj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hraoPDpj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4hraoPDpj .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-t4hraoPDpj .carousel-control,
  .cid-t4hraoPDpj .carousel-indicators,
  .cid-t4hraoPDpj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4hraoPDpj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4hraoPDpj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4hraoPDpj .carousel-indicators .active,
.cid-t4hraoPDpj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4hraoPDpj .carousel-indicators .active {
  background: #fff;
}
.cid-t4hraoPDpj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4hraoPDpj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4hraoPDpj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4hraoPDpj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4hraoPDpj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4hraoPDpj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4hraoPDpj .carousel {
  width: 100%;
}
.cid-t4hraoPDpj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4hraoPDpj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4hraoPDpj .modal.fade .modal-dialog,
.cid-t4hraoPDpj .modal.in .modal-dialog {
  transform: none;
}
.cid-t4hraoPDpj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4hraoPDpj H6 {
  text-align: center;
}
.cid-t4hraoPDpj H3 {
  text-align: center;
}
.cid-t4hrapLfjl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4hrapLfjl .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-t4hrapLfjl .top {
  padding-top: 0;
}
.cid-t4hrapLfjl .row {
  justify-content: center;
  display: flex;
}
.cid-t4hrapLfjl a {
  font-weight: 400 !important;
}
.cid-t4hrapLfjl .mbr-text {
  color: #333333;
}
.cid-t4hrapLfjl .mbr-text1 {
  padding-top: 30px;
}
.cid-t4hrapLfjl .top1 {
  padding-top: 30px;
}
.cid-t4hraqw3Mg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t4hraqw3Mg .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t4hraqw3Mg .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t4hraqw3Mg .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t4hraqw3Mg .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t4hraqw3Mg .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t4hraqw3Mg .google-map {
    height: 356px;
  }
}
.cid-t4hraqw3Mg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4hraqw3Mg .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-t4hraqw3Mg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4hraqw3Mg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4hrar86Bd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-t4hrar86Bd .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-t4hrar86Bd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4hrar86Bd .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-t4hrar86Bd .list {
    margin-bottom: 30px;
  }
}
.cid-t4hrar86Bd .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-t4hrar86Bd .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hrar86Bd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4hrar86Bd .copyright {
  color: #868c90;
}
.cid-t4hrar86Bd .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-t4hrar86Bd .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-t4hrar86Bd .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-t4hrar86Bd .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-t4hrar86Bd .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-t4hrar86Bd .footer-logo {
    margin: 0 auto;
  }
}
.cid-t4hrarGHfq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4hSavqShW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4hSavqShW nav.navbar {
  position: fixed;
}
.cid-t4hSavqShW .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-t4hSavqShW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4hSavqShW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4hSavqShW .dropdown-item:hover,
.cid-t4hSavqShW .dropdown-item:focus {
  background: #f0c48a !important;
  color: white !important;
}
.cid-t4hSavqShW .dropdown-item:hover span {
  color: white;
}
.cid-t4hSavqShW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4hSavqShW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4hSavqShW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4hSavqShW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4hSavqShW .nav-link {
  position: relative;
}
.cid-t4hSavqShW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4hSavqShW .container {
    flex-wrap: nowrap;
  }
}
.cid-t4hSavqShW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4hSavqShW .dropdown-menu,
.cid-t4hSavqShW .navbar.opened {
  background: #ffffff !important;
}
.cid-t4hSavqShW .nav-item:focus,
.cid-t4hSavqShW .nav-link:focus {
  outline: none;
}
.cid-t4hSavqShW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4hSavqShW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4hSavqShW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4hSavqShW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4hSavqShW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4hSavqShW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4hSavqShW .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-t4hSavqShW .navbar.opened {
  transition: all 0.3s;
}
.cid-t4hSavqShW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4hSavqShW .navbar .navbar-logo img {
  width: auto;
}
.cid-t4hSavqShW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4hSavqShW .navbar.collapsed {
  justify-content: center;
}
.cid-t4hSavqShW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4hSavqShW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4hSavqShW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4hSavqShW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4hSavqShW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4hSavqShW .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-t4hSavqShW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4hSavqShW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4hSavqShW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4hSavqShW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4hSavqShW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4hSavqShW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4hSavqShW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4hSavqShW .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-t4hSavqShW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4hSavqShW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4hSavqShW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4hSavqShW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4hSavqShW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4hSavqShW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4hSavqShW .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4hSavqShW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4hSavqShW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4hSavqShW .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-t4hSavqShW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4hSavqShW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t4hSavqShW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t4hSavqShW .dropdown-item.active,
.cid-t4hSavqShW .dropdown-item:active {
  background-color: transparent;
}
.cid-t4hSavqShW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4hSavqShW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4hSavqShW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4hSavqShW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4hSavqShW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4hSavqShW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4hSavqShW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4hSavqShW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4hSavqShW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4hSavqShW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-t4hSavqShW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4hSavqShW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hSavqShW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4hSavqShW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4hSavqShW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hSavqShW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4hSavqShW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4hSavqShW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4hSavqShW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t4hSavqShW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t4hSavqShW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hSavqShW .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-t4hSavqShW .navbar {
    height: 70px;
  }
  .cid-t4hSavqShW .navbar.opened {
    height: auto;
  }
  .cid-t4hSavqShW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4hSavqShW .container,
.cid-t4hSavqShW .container-fluid {
  flex-wrap: wrap;
}
.cid-t4hSavqShW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-t4hSavqShW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t4hSavqShW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t4hSavqShW .contacts-menu {
    display: none;
  }
}
.cid-t4hSavqShW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t4hSavqShW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f0c48a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t4hSavqShW .icon-box:hover {
  transform: scale(1.1);
}
.cid-t4hSavqShW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t4hSavqShW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t4hSavqShW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t4hSavqShW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t4hSavqShW .navbar-collapse .mbr-section-btn .btn-black {
  color: #f0c48a !important;
}
@media (max-width: 577px) {
  .cid-t4hSavqShW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hSavqShW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t4hSavqShW .navbar-collapse .nav-link:hover {
  color: #f0c48a !important;
}
.cid-t4hSawbSdx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t4hSawbSdx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hSawbSdx .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hSawbSdx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hSawbSdx .label-text {
    text-align: center !important;
  }
}
.cid-t4hSawbSdx .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hSawbSdx .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hSawbSdx .mbr-section-title,
.cid-t4hSawbSdx .mbr-section-btn {
  text-align: center;
}
.cid-t4hSawKoEf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4hSawKoEf .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t4hSawKoEf .row {
    padding: 0 0.75rem;
  }
}
.cid-t4hSawKoEf .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t4hSawKoEf .label-text {
  color: #a06e2c;
}
.cid-t4hSawKoEf .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4hSawKoEf .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t4hSawKoEf .card {
    padding: 0;
  }
}
.cid-t4hSawKoEf .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-t4hSawKoEf .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-t4hSawKoEf .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-t4hSawKoEf .card-text {
  color: #555555;
}
.cid-t4hSawKoEf .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t4hSawKoEf .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-t4hSawKoEf .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hSawKoEf .card-box {
    text-align: center;
  }
}
.cid-t4hSawKoEf .mbr-section-title {
  color: #222222;
}
.cid-t4hSaxsihL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a06e2c;
}
.cid-t4hSaxsihL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hSaxsihL .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-t4hSaxsihL .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4hSaxsihL .label-text {
    text-align: center !important;
  }
}
.cid-t4hSaxsihL .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4hSaxsihL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4hSaxsihL .mbr-section-title,
.cid-t4hSaxsihL .mbr-section-btn {
  text-align: center;
}
.cid-t4hSaxXl4E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20220411-wa0021-1024x768.jpg");
}
.cid-t4hSaxXl4E .row {
  flex-direction: row-reverse;
}
.cid-t4hSaxXl4E .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4hSaxXl4E .row {
    min-height: 620px;
  }
}
.cid-t4hSaxXl4E .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hSaxXl4E .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-t4hSaxXl4E .col-text {
  position: relative;
  order: 5;
}
.cid-t4hSaxXl4E .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-t4hSaxXl4E .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hSaxXl4E .col-text {
    padding: 30px;
  }
}
.cid-t4hSaxXl4E .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-t4hSaxXl4E .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-t4hSaxXl4E .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #fff8f1;
  text-align: right;
}
.cid-t4hSaxXl4E .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-t4hSaxXl4E .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t4hSaxXl4E .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-t4hSaxXl4E .carousel {
  margin-bottom: 80px;
}
.cid-t4hSaxXl4E .carousel,
.cid-t4hSaxXl4E .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hSaxXl4E .item-wrapper {
  width: 100%;
}
.cid-t4hSaxXl4E .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-t4hSaxXl4E .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t4hSaxXl4E .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4hSaxXl4E .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-t4hSaxXl4E .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4hSaxXl4E .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4hSaxXl4E .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4hSaxXl4E .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t4hSaxXl4E .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hSaxXl4E .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hSaxXl4E .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-t4hSaxXl4E .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-t4hSaxXl4E .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t4hSaxXl4E .carousel-indicators li.active,
.cid-t4hSaxXl4E .carousel-indicators li:hover {
  background-color: #f0c48a;
  border: 2px solid #f0c48a;
}
.cid-t4hSaxXl4E .carousel-indicators li::after,
.cid-t4hSaxXl4E .carousel-indicators li::before {
  content: none;
}
.cid-t4hSaxXl4E .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hSaxXl4E .carousel-indicators {
    display: none !important;
  }
}
.cid-t4hSaxXl4E .mbr-section-subtitle {
  color: #f9f7f5;
  margin-bottom: 0;
  text-align: right;
}
.cid-t4hSaxXl4E .name-text {
  color: #ffffff;
}
.cid-t4hSaxXl4E .prof-text {
  color: #ffffff;
}
.cid-t4hSaxXl4E .item-menu-overlay {
  display: none !important;
}
.cid-t4hSaxXl4E .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-t4hSaxXl4E .user-wrap {
  display: flex;
  align-items: center;
}
.cid-t4hSaxXl4E .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-t4hSaxXl4E .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-t4hSaxXl4E .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4hSazkRwS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4hSazkRwS .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t4hSazkRwS .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hSazkRwS .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-t4hSazkRwS .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4hSazkRwS .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t4hSazkRwS .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-t4hSazkRwS .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-t4hSazkRwS .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t4hSazkRwS .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4hSazkRwS .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t4hSazkRwS .col-text {
    text-align: center;
  }
}
.cid-t4hSazkRwS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4hSazkRwS .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4hSazkRwS .label-text {
    text-align: center !important;
  }
}
.cid-t4hSazkRwS .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-t4hSazkRwS .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4hSazkRwS .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-t4hSazkRwS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4hSazkRwS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4hSazXn3e {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-t4hSazXn3e .row {
  position: relative;
}
.cid-t4hSazXn3e .container {
  max-width: 1500px;
}
.cid-t4hSazXn3e h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-t4hSazXn3e .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t4hSazXn3e .container {
    padding: 0 4rem;
  }
}
.cid-t4hSazXn3e H1 {
  text-align: center;
}
.cid-t4hSaAvshF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-t4hSaAvshF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4hSaAvshF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4hSaAvshF .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-t4hSaAvshF .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #9f6d2a;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-t4hSaAvshF .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-t4hSaAvshF .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t4hSaAvshF .item-wrapper img {
  object-fit: cover;
}
.cid-t4hSaAvshF .item-wrapper img {
  height: 100%;
}
.cid-t4hSaAvshF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-t4hSaAvshF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4hSaAvshF .carousel-control,
.cid-t4hSaAvshF .close {
  background: #1b1b1b;
}
.cid-t4hSaAvshF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4hSaAvshF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4hSaAvshF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-t4hSaAvshF .close::before {
  content: '\e91a';
}
.cid-t4hSaAvshF .close:hover {
  opacity: .7;
}
.cid-t4hSaAvshF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4hSaAvshF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hSaAvshF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4hSaAvshF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4hSaAvshF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4hSaAvshF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4hSaAvshF .carousel-indicators li.active,
.cid-t4hSaAvshF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4hSaAvshF .carousel-indicators li::after,
.cid-t4hSaAvshF .carousel-indicators li::before {
  content: none;
}
.cid-t4hSaAvshF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4hSaAvshF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4hSaAvshF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4hSaAvshF .carousel-indicators {
    display: none;
  }
}
.cid-t4hSaAvshF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4hSaAvshF .carousel-inner > .active {
  display: block;
}
.cid-t4hSaAvshF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4hSaAvshF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4hSaAvshF .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-t4hSaAvshF .carousel-control,
  .cid-t4hSaAvshF .carousel-indicators,
  .cid-t4hSaAvshF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4hSaAvshF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4hSaAvshF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4hSaAvshF .carousel-indicators .active,
.cid-t4hSaAvshF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4hSaAvshF .carousel-indicators .active {
  background: #fff;
}
.cid-t4hSaAvshF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4hSaAvshF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4hSaAvshF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4hSaAvshF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4hSaAvshF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4hSaAvshF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4hSaAvshF .carousel {
  width: 100%;
}
.cid-t4hSaAvshF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4hSaAvshF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4hSaAvshF .modal.fade .modal-dialog,
.cid-t4hSaAvshF .modal.in .modal-dialog {
  transform: none;
}
.cid-t4hSaAvshF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4hSaAvshF H6 {
  text-align: center;
}
.cid-t4hSaAvshF H3 {
  text-align: center;
}
.cid-t4hSaCfiYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t4hSaCfiYn .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t4hSaCfiYn .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t4hSaCfiYn .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t4hSaCfiYn .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t4hSaCfiYn .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t4hSaCfiYn .google-map {
    height: 356px;
  }
}
.cid-t4hSaCfiYn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4hSaCfiYn .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-t4hSaCfiYn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4hSaCfiYn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4hSaCY844 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-t4hSaCY844 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-t4hSaCY844 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4hSaCY844 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-t4hSaCY844 .list {
    margin-bottom: 30px;
  }
}
.cid-t4hSaCY844 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-t4hSaCY844 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t4hSaCY844 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4hSaCY844 .copyright {
  color: #868c90;
}
.cid-t4hSaCY844 .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-t4hSaCY844 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-t4hSaCY844 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-t4hSaCY844 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-t4hSaCY844 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-t4hSaCY844 .footer-logo {
    margin: 0 auto;
  }
}
.cid-t4hSaDFU1e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
