body {
  font-family: 'Roboto Slab', serif;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ebd00c !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: #ebd00c !important;
  border-color: #ebd00c !important;
  color: #000000 !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: #998708 !important;
  border-color: #998708 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #998708 !important;
  border-color: #998708 !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: #ebd00c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #998708 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ebd00c !important;
  border-color: #ebd00c !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: #ebd00c !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: #8a7a07 !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: #ebd00c;
}
.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: #ebd00c;
  border-color: #ebd00c;
  color: #110f01;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ebd00c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf6c7;
}
.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: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ebd00c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ebd00c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ebd00c;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ebd00c;
}
.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: #ebd00c;
  border-bottom-color: #ebd00c;
}
.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: #ebd00c !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='%23ebd00c' %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 .navbar-dropdown {
  position: relative !important;
}
.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: #ebd00c !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;
}
@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: #ebd00c;
  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: #ebd00c !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: #ebd00c !important;
}
.cid-sSw4XnIb2u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/chiropractic-myths.jpg.webp");
}
.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-uFlMTRS4dT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73460b;
}
.cid-uFlMTRS4dT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlMTRS4dT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFlMTRS4dT .container {
    padding: 0 15px;
  }
}
.cid-uFlMTRS4dT .row {
  justify-content: center;
}
.cid-uFlMTRS4dT .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlMTRS4dT .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFlMTRS4dT .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFlMTRS4dT .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFlMTRS4dT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uFlMTRS4dT .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFlMTRS4dT .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uFlMTRS4dT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlMTRS4dT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFlMTRS4dT .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlMTRS4dT .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFlMTRS4dT .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uFlMTRS4dT .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFlMTRS4dT .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFlMTRS4dT .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uFlMTRS4dT .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uFlMTRS4dT .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uFlMTRS4dT .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFlMTRS4dT .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff8f1;
  color: #171827;
  font-size: 16px;
}
.cid-uFlMTRS4dT .mbr-section-title {
  color: #ffffff;
}
.cid-uFlMTRS4dT .mbr-text {
  color: #ffffff;
}
.cid-uFlMTRS4dT .list {
  color: #ffffff;
}
.cid-sSw5LIPlNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.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-uFnGjlMWUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnGjlMWUM .container {
    padding: 0 25px;
  }
}
.cid-uFnGjlMWUM .title-wrapper {
  margin: 25px 0;
}
.cid-uFnGjlMWUM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnGjlMWUM .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uFnGjlMWUM .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uFnGjlMWUM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnGjlMWUM .mbr-section-title {
  color: #000000;
}
.cid-uFnGjlMWUM .mbr-section-subtitle {
  color: #000000;
}
.cid-uFnGjlMWUM .mbr-text {
  color: #000000;
}
.cid-sSOjVCTHRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-sSOjVCTHRa .row {
  justify-content: center;
}
.cid-sSOjVCTHRa .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-sSOjVCTHRa .item-img {
    height: 286px;
  }
}
.cid-sSOjVCTHRa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSOjVCTHRa .item:focus,
.cid-sSOjVCTHRa span:focus {
  outline: none;
}
.cid-sSOjVCTHRa .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSOjVCTHRa .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSOjVCTHRa .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSOjVCTHRa .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-sSOjVCTHRa .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-sSOjVCTHRa .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSOjVCTHRa .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-sSOjVCTHRa .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .item-content {
    text-align: center;
  }
}
.cid-sSOjVCTHRa .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-sSOjVCTHRa .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-sSOjVCTHRa .item-title {
  color: #222222;
}
.cid-sSOjVCTHRa .item-subtitle {
  color: #222222;
}
.cid-sSOjVCTHRa .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSOjVCTHRa .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSOjVCTHRa .mbr-section-subtitle {
  color: #999999;
}
.cid-uFnHivHs7m {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFnHivHs7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnHivHs7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFnHivHs7m .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFnHivHs7m P {
  max-width: 1200px;
}
.cid-uFnHivHs7m .mbr-section-btn,
.cid-uFnHivHs7m .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFnHivHs7m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFnHivHs7m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFnHivHs7m .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFnHivHs7m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFnHivHs7m .mbr-section-title {
  color: #ffffff;
}
.cid-uFnHivHs7m .mbr-text,
.cid-uFnHivHs7m .mbr-section-btn {
  color: #ffffff;
}
.cid-uFnHivHs7m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSw6XGqytG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #a06e2c;
}
.cid-sSw6XGqytG .row {
  justify-content: center;
}
.cid-sSw6XGqytG img,
.cid-sSw6XGqytG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSw6XGqytG .item:focus,
.cid-sSw6XGqytG span:focus {
  outline: none;
}
.cid-sSw6XGqytG .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSw6XGqytG .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSw6XGqytG .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-sSw6XGqytG .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-sSw6XGqytG .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-sSw6XGqytG .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-sSw6XGqytG .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-sSw6XGqytG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sSw6XGqytG .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-sSw6XGqytG .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-sSw6XGqytG .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-sSw6XGqytG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .label-text {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sSw6XGqytG .mbr-text {
  color: #ffffff;
}
.cid-sSw6XGqytG .item-title {
  color: #ffffff;
}
.cid-sSw6XGqytG .item-subtitle {
  color: #ffffff;
}
.cid-sSw6XGqytG .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-sSw6XGqytG .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-sSw6XGqytG .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-subtitle {
  text-align: center;
}
.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: #000000;
  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-uFnHvFiaio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFnHvFiaio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnHvFiaio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnHvFiaio .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnHvFiaio .container-fluid {
    padding: 0;
  }
}
.cid-uFnHvFiaio .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFnHvFiaio .container {
    padding: 0 30px;
  }
}
.cid-uFnHvFiaio .card {
  padding: 0;
}
.cid-uFnHvFiaio .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnHvFiaio .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uFnHvFiaio .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFnHvFiaio .mbr-text {
  color: #4e4e4e;
}
.cid-uFnHvFiaio .mbr-text,
.cid-uFnHvFiaio .mbr-section-btn {
  color: #000000;
}
.cid-uFnHE2vtaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFnHE2vtaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnHE2vtaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnHE2vtaF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .container {
    padding: 0 30px;
  }
}
.cid-uFnHE2vtaF .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .card-wrapper {
    display: block;
  }
}
.cid-uFnHE2vtaF .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uFnHE2vtaF .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFnHE2vtaF .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFnHE2vtaF .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFnHE2vtaF .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnHE2vtaF .mbr-section-title {
  color: #ffffff;
}
.cid-uFnHE2vtaF .mbr-text {
  color: #ffffff;
}
.cid-uFnll2mUBi {
  background-color: #c69453;
}
.cid-uFnll2mUBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnll2mUBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnll2mUBi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .container {
    padding: 0 16px;
  }
}
.cid-uFnll2mUBi .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .row {
    margin: 0 10px;
  }
}
.cid-uFnll2mUBi .row .item {
  padding: 0;
}
.cid-uFnll2mUBi .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .row .item:first-child {
    padding: 0;
  }
}
.cid-uFnll2mUBi .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uFnll2mUBi .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-uFnll2mUBi .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uFnll2mUBi .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #192227;
  background-color: #f9a600;
  border-radius: 50%;
}
.cid-uFnll2mUBi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFnll2mUBi .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #4a5357;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #222222;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-uFnll2mUBi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFnll2mUBi .image-wrapper {
  height: 100%;
}
.cid-uFnll2mUBi .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFnll2mUBi .image-wrapper img {
    height: 350px;
  }
}
.cid-uFnll2mUBi .mbr-section-title {
  color: #fdfcfc;
}
.cid-uFnll2mUBi .mbr-text {
  color: #F9A600;
}
.cid-uFnll2mUBi .panel-title-edit {
  color: #fdfcfc;
}
.cid-uFnll2mUBi .panel-title {
  color: #fdfcfc;
}
.cid-uFnll2mUBi .panel-desc {
  color: #4a5357;
}
.cid-uFnll2mUBi .panel-text {
  color: #fdfcfc;
}
.cid-uFnInFnCEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFnInFnCEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnInFnCEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnInFnCEO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnInFnCEO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnInFnCEO .container {
    padding: 0;
  }
}
.cid-uFnInFnCEO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFnInFnCEO .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFnInFnCEO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFnInFnCEO .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFnInFnCEO .mbr-section-title {
  color: #000000;
}
.cid-uFnInFnCEO .mbr-text {
  color: #000000;
}
.cid-uFoseVg8ak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFoseVg8ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoseVg8ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFoseVg8ak .row {
  justify-content: center;
}
.cid-uFoseVg8ak .map-wrapper {
  position: relative;
}
.cid-uFoseVg8ak .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ebd00c, transparent);
  filter: blur(100px);
}
.cid-uFoseVg8ak .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffe161;
  background-color: #ffe161;
}
.cid-uFoseVg8ak .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFoseVg8ak .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFoseVg8ak .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFnx5llAET {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #222222;
}
.cid-uFnx5llAET .footer-item {
  padding: 30px;
}
.cid-uFnx5llAET .mbr-section-subtitle,
.cid-uFnx5llAET .address-text {
  margin-bottom: 1.5rem;
}
.cid-uFnx5llAET .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uFnx5llAET .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uFnx5llAET .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFnx5llAET .row {
    text-align: center;
  }
  .cid-uFnx5llAET .social-row {
    justify-content: center;
  }
}
.cid-uFnx5llAET .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnx5llAET .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uFnx5llAET .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uFnx5llAET .mbr-text {
  color: #ffffff;
}
.cid-uFnx5llAET .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uFnx5llAET .list a {
  color: #ffffff;
}
.cid-uFnx5llAET .list a:hover {
  background-image: none !important;
  color: #ebd00c !important;
}
.cid-uFnx5llAET .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uFnx5llAET .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uFnx5llAET .mbr-iconfont {
  color: #ffffff;
}
.cid-uFnx5llAET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnx5llAET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV1pJwtb .navbar-dropdown {
  position: relative !important;
}
.cid-uFnV1pJwtb .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-uFnV1pJwtb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFnV1pJwtb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFnV1pJwtb .dropdown-item:hover,
.cid-uFnV1pJwtb .dropdown-item:focus {
  background: #ebd00c !important;
  color: white !important;
}
.cid-uFnV1pJwtb .dropdown-item:hover span {
  color: white;
}
.cid-uFnV1pJwtb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFnV1pJwtb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFnV1pJwtb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFnV1pJwtb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFnV1pJwtb .nav-link {
  position: relative;
}
.cid-uFnV1pJwtb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFnV1pJwtb .container {
    flex-wrap: nowrap;
  }
}
.cid-uFnV1pJwtb .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFnV1pJwtb .dropdown-menu,
.cid-uFnV1pJwtb .navbar.opened {
  background: #ffffff !important;
}
.cid-uFnV1pJwtb .nav-item:focus,
.cid-uFnV1pJwtb .nav-link:focus {
  outline: none;
}
.cid-uFnV1pJwtb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFnV1pJwtb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFnV1pJwtb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFnV1pJwtb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFnV1pJwtb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFnV1pJwtb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFnV1pJwtb .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-uFnV1pJwtb .navbar.opened {
  transition: all 0.3s;
}
.cid-uFnV1pJwtb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFnV1pJwtb .navbar .navbar-logo img {
  width: auto;
}
.cid-uFnV1pJwtb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFnV1pJwtb .navbar.collapsed {
  justify-content: center;
}
.cid-uFnV1pJwtb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFnV1pJwtb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFnV1pJwtb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFnV1pJwtb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFnV1pJwtb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFnV1pJwtb .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-uFnV1pJwtb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFnV1pJwtb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFnV1pJwtb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFnV1pJwtb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFnV1pJwtb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFnV1pJwtb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFnV1pJwtb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFnV1pJwtb .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-uFnV1pJwtb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFnV1pJwtb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFnV1pJwtb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFnV1pJwtb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFnV1pJwtb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFnV1pJwtb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFnV1pJwtb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFnV1pJwtb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFnV1pJwtb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFnV1pJwtb .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-uFnV1pJwtb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFnV1pJwtb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFnV1pJwtb .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uFnV1pJwtb .dropdown-item.active,
.cid-uFnV1pJwtb .dropdown-item:active {
  background-color: transparent;
}
.cid-uFnV1pJwtb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFnV1pJwtb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFnV1pJwtb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFnV1pJwtb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFnV1pJwtb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFnV1pJwtb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFnV1pJwtb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFnV1pJwtb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFnV1pJwtb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFnV1pJwtb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uFnV1pJwtb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFnV1pJwtb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFnV1pJwtb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFnV1pJwtb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFnV1pJwtb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFnV1pJwtb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFnV1pJwtb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFnV1pJwtb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFnV1pJwtb .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uFnV1pJwtb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uFnV1pJwtb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFnV1pJwtb .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-uFnV1pJwtb .navbar {
    height: 70px;
  }
  .cid-uFnV1pJwtb .navbar.opened {
    height: auto;
  }
  .cid-uFnV1pJwtb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFnV1pJwtb .container,
.cid-uFnV1pJwtb .container-fluid {
  flex-wrap: wrap;
}
.cid-uFnV1pJwtb .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uFnV1pJwtb .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uFnV1pJwtb .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFnV1pJwtb .contacts-menu {
    display: none;
  }
}
.cid-uFnV1pJwtb .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uFnV1pJwtb .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ebd00c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uFnV1pJwtb .icon-box:hover {
  transform: scale(1.1);
}
.cid-uFnV1pJwtb .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uFnV1pJwtb .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uFnV1pJwtb .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uFnV1pJwtb .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uFnV1pJwtb .navbar-collapse .mbr-section-btn .btn-black {
  color: #ebd00c !important;
}
@media (max-width: 577px) {
  .cid-uFnV1pJwtb .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFnV1pJwtb .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uFnV1pJwtb .navbar-collapse .nav-link:hover {
  color: #ebd00c !important;
}
.cid-uFnV1rmMmG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-203415654-xl-2015-small-1417x941.jpg");
}
.cid-uFnV1rmMmG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFnV1rmMmG .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uFnV1rmMmG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFnV1rmMmG .label-text {
    text-align: center !important;
  }
}
.cid-uFnV1rmMmG .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFnV1rmMmG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFnV1rmMmG .mbr-section-title,
.cid-uFnV1rmMmG .mbr-section-btn {
  text-align: center;
}
.cid-uFnV1rXI5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73460b;
}
.cid-uFnV1rXI5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1rXI5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1rXI5q .container {
    padding: 0 15px;
  }
}
.cid-uFnV1rXI5q .row {
  justify-content: center;
}
.cid-uFnV1rXI5q .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFnV1rXI5q .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFnV1rXI5q .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFnV1rXI5q .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFnV1rXI5q .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uFnV1rXI5q .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFnV1rXI5q .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uFnV1rXI5q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnV1rXI5q .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFnV1rXI5q .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV1rXI5q .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFnV1rXI5q .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uFnV1rXI5q .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFnV1rXI5q .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFnV1rXI5q .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uFnV1rXI5q .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uFnV1rXI5q .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uFnV1rXI5q .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFnV1rXI5q .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff8f1;
  color: #171827;
  font-size: 16px;
}
.cid-uFnV1rXI5q .mbr-section-title {
  color: #ffffff;
}
.cid-uFnV1rXI5q .mbr-text {
  color: #ffffff;
}
.cid-uFnV1rXI5q .list {
  color: #ffffff;
}
.cid-uFnV1sBEHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFnV1sBEHj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFnV1sBEHj .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uFnV1sBEHj .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFnV1sBEHj .label-text {
    text-align: center !important;
  }
}
.cid-uFnV1sBEHj .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFnV1sBEHj .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFnV1sBEHj .mbr-section-title,
.cid-uFnV1sBEHj .mbr-section-btn {
  text-align: center;
}
.cid-uFnV1tcZgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnV1tcZgS .container {
    padding: 0 25px;
  }
}
.cid-uFnV1tcZgS .title-wrapper {
  margin: 25px 0;
}
.cid-uFnV1tcZgS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1tcZgS .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uFnV1tcZgS .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uFnV1tcZgS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV1tcZgS .mbr-section-title {
  color: #000000;
}
.cid-uFnV1tcZgS .mbr-section-subtitle {
  color: #000000;
}
.cid-uFnV1tcZgS .mbr-text {
  color: #000000;
}
.cid-uFnV1tMArW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFnV1tMArW .row {
  justify-content: center;
}
.cid-uFnV1tMArW .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-uFnV1tMArW .item-img {
    height: 286px;
  }
}
.cid-uFnV1tMArW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFnV1tMArW .item:focus,
.cid-uFnV1tMArW span:focus {
  outline: none;
}
.cid-uFnV1tMArW .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnV1tMArW .col-items {
    flex-wrap: wrap;
  }
}
.cid-uFnV1tMArW .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uFnV1tMArW .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV1tMArW .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uFnV1tMArW .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-uFnV1tMArW .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-uFnV1tMArW .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uFnV1tMArW .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-uFnV1tMArW .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFnV1tMArW .item-content {
    text-align: center;
  }
}
.cid-uFnV1tMArW .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-uFnV1tMArW .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-uFnV1tMArW .item-title {
  color: #222222;
}
.cid-uFnV1tMArW .item-subtitle {
  color: #222222;
}
.cid-uFnV1tMArW .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uFnV1tMArW .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV1tMArW .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uFnV1tMArW .mbr-section-subtitle {
  color: #999999;
}
.cid-uFnV1uU44k {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFnV1uU44k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1uU44k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFnV1uU44k .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFnV1uU44k P {
  max-width: 1200px;
}
.cid-uFnV1uU44k .mbr-section-btn,
.cid-uFnV1uU44k .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFnV1uU44k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFnV1uU44k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFnV1uU44k .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFnV1uU44k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFnV1uU44k .mbr-section-title {
  color: #ffffff;
}
.cid-uFnV1uU44k .mbr-text,
.cid-uFnV1uU44k .mbr-section-btn {
  color: #ffffff;
}
.cid-uFnV1uU44k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFood99waT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFood99waT .video-wrapper iframe {
  width: 100%;
}
.cid-uFood99waT .mbr-section-title,
.cid-uFood99waT .mbr-section-subtitle,
.cid-uFood99waT .mbr-text {
  text-align: center;
}
.cid-uFood99waT .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uFood99waT .mbr-text {
  padding-top: 16px;
}
.cid-uFnV1vLbbV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #a06e2c;
}
.cid-uFnV1vLbbV .row {
  justify-content: center;
}
.cid-uFnV1vLbbV img,
.cid-uFnV1vLbbV .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFnV1vLbbV .item:focus,
.cid-uFnV1vLbbV span:focus {
  outline: none;
}
.cid-uFnV1vLbbV .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnV1vLbbV .col-items {
    flex-wrap: wrap;
  }
}
.cid-uFnV1vLbbV .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uFnV1vLbbV .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV1vLbbV .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uFnV1vLbbV .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uFnV1vLbbV .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uFnV1vLbbV .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uFnV1vLbbV .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uFnV1vLbbV .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-uFnV1vLbbV .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uFnV1vLbbV .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uFnV1vLbbV .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uFnV1vLbbV .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uFnV1vLbbV .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uFnV1vLbbV .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uFnV1vLbbV .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uFnV1vLbbV .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uFnV1vLbbV .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uFnV1vLbbV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uFnV1vLbbV .label-text {
    text-align: center !important;
  }
}
.cid-uFnV1vLbbV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFnV1vLbbV .mbr-text {
  color: #ffffff;
}
.cid-uFnV1vLbbV .item-title {
  color: #ffffff;
}
.cid-uFnV1vLbbV .item-subtitle {
  color: #ffffff;
}
.cid-uFnV1vLbbV .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uFnV1vLbbV .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uFnV1vLbbV .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uFnV1vLbbV .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV1vLbbV .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uFnV1vLbbV .mbr-section-subtitle {
  text-align: center;
}
.cid-uFnV1xYdTn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFnV1xYdTn .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uFnV1xYdTn .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFnV1xYdTn .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uFnV1xYdTn .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uFnV1xYdTn .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFnV1xYdTn .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uFnV1xYdTn .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uFnV1xYdTn .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFnV1xYdTn .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFnV1xYdTn .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFnV1xYdTn .col-text {
    text-align: center;
  }
}
.cid-uFnV1xYdTn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uFnV1xYdTn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uFnV1xYdTn .label-text {
    text-align: center !important;
  }
}
.cid-uFnV1xYdTn .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-uFnV1xYdTn .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uFnV1xYdTn .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uFnV1xYdTn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFnV1xYdTn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFnV1zqAkN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFnV1zqAkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1zqAkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV1zqAkN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1zqAkN .container-fluid {
    padding: 0;
  }
}
.cid-uFnV1zqAkN .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1zqAkN .container {
    padding: 0 30px;
  }
}
.cid-uFnV1zqAkN .card {
  padding: 0;
}
.cid-uFnV1zqAkN .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnV1zqAkN .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uFnV1zqAkN .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFnV1zqAkN .mbr-text {
  color: #4e4e4e;
}
.cid-uFnV1zqAkN .mbr-text,
.cid-uFnV1zqAkN .mbr-section-btn {
  color: #000000;
}
.cid-uFnV1CHQ5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFnV1CHQ5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1CHQ5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV1CHQ5R .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .container {
    padding: 0 30px;
  }
}
.cid-uFnV1CHQ5R .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .card-wrapper {
    display: block;
  }
}
.cid-uFnV1CHQ5R .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uFnV1CHQ5R .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFnV1CHQ5R .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFnV1CHQ5R .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFnV1CHQ5R .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV1CHQ5R .mbr-section-title {
  color: #ffffff;
}
.cid-uFnV1CHQ5R .mbr-text {
  color: #ffffff;
}
.cid-uFnV1DA51W {
  background-color: #c69453;
}
.cid-uFnV1DA51W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1DA51W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV1DA51W .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .container {
    padding: 0 16px;
  }
}
.cid-uFnV1DA51W .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .row {
    margin: 0 10px;
  }
}
.cid-uFnV1DA51W .row .item {
  padding: 0;
}
.cid-uFnV1DA51W .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .row .item:first-child {
    padding: 0;
  }
}
.cid-uFnV1DA51W .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uFnV1DA51W .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-uFnV1DA51W .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uFnV1DA51W .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #192227;
  background-color: #f9a600;
  border-radius: 50%;
}
.cid-uFnV1DA51W .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFnV1DA51W .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #4a5357;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #222222;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-uFnV1DA51W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFnV1DA51W .image-wrapper {
  height: 100%;
}
.cid-uFnV1DA51W .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFnV1DA51W .image-wrapper img {
    height: 350px;
  }
}
.cid-uFnV1DA51W .mbr-section-title {
  color: #fdfcfc;
}
.cid-uFnV1DA51W .mbr-text {
  color: #F9A600;
}
.cid-uFnV1DA51W .panel-title-edit {
  color: #fdfcfc;
}
.cid-uFnV1DA51W .panel-title {
  color: #fdfcfc;
}
.cid-uFnV1DA51W .panel-desc {
  color: #4a5357;
}
.cid-uFnV1DA51W .panel-text {
  color: #fdfcfc;
}
.cid-uFnV1EDMPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFnV1EDMPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1EDMPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV1EDMPq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnV1EDMPq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnV1EDMPq .container {
    padding: 0;
  }
}
.cid-uFnV1EDMPq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFnV1EDMPq .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFnV1EDMPq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFnV1EDMPq .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFnV1EDMPq .mbr-section-title {
  color: #000000;
}
.cid-uFnV1EDMPq .mbr-text {
  color: #000000;
}
.cid-uFoFl0uSiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFoFl0uSiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoFl0uSiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uFoFl0uSiE .container {
    padding: 0 16px;
  }
}
.cid-uFoFl0uSiE .row {
  position: relative;
  justify-content: space-between;
}
.cid-uFoFl0uSiE .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uFoFl0uSiE .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uFoFl0uSiE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFoFl0uSiE .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uFoFl0uSiE .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uFoFl0uSiE .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uFoFl0uSiE .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ffe161 -10%, transparent 80%);
}
.cid-uFoFl0uSiE .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uFoFl0uSiE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFoFl0uSiE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFoFl0uSiE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFoFl0uSiE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uFoFl0uSiE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFoFl0uSiE .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uFoFl0uSiE .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uFoFl0uSiE .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uFoFl0uSiE .mbr-section-title {
  color: #000000;
}
.cid-uFoFl0uSiE .mbr-text {
  color: #6f6f6f;
}
.cid-uFoFl0uSiE .panel-title-edit {
  color: #000000;
}
.cid-uFoFl0uSiE .panel-text {
  color: #000000;
}
.cid-uForO4e8fC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uForO4e8fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uForO4e8fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uForO4e8fC .row {
  justify-content: center;
}
.cid-uForO4e8fC .map-wrapper {
  position: relative;
}
.cid-uForO4e8fC .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ebd00c, transparent);
  filter: blur(100px);
}
.cid-uForO4e8fC .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffe161;
  background-color: #ffe161;
}
.cid-uForO4e8fC .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uForO4e8fC .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uForO4e8fC .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFnV1Fn6IG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #222222;
}
.cid-uFnV1Fn6IG .footer-item {
  padding: 30px;
}
.cid-uFnV1Fn6IG .mbr-section-subtitle,
.cid-uFnV1Fn6IG .address-text {
  margin-bottom: 1.5rem;
}
.cid-uFnV1Fn6IG .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uFnV1Fn6IG .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uFnV1Fn6IG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFnV1Fn6IG .row {
    text-align: center;
  }
  .cid-uFnV1Fn6IG .social-row {
    justify-content: center;
  }
}
.cid-uFnV1Fn6IG .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnV1Fn6IG .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uFnV1Fn6IG .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uFnV1Fn6IG .mbr-text {
  color: #ffffff;
}
.cid-uFnV1Fn6IG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uFnV1Fn6IG .list a {
  color: #ffffff;
}
.cid-uFnV1Fn6IG .list a:hover {
  background-image: none !important;
  color: #ebd00c !important;
}
.cid-uFnV1Fn6IG .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uFnV1Fn6IG .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uFnV1Fn6IG .mbr-iconfont {
  color: #ffffff;
}
.cid-uFnV1Fn6IG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV1Fn6IG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV30wi5q .navbar-dropdown {
  position: relative !important;
}
.cid-uFnV30wi5q .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-uFnV30wi5q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFnV30wi5q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFnV30wi5q .dropdown-item:hover,
.cid-uFnV30wi5q .dropdown-item:focus {
  background: #ebd00c !important;
  color: white !important;
}
.cid-uFnV30wi5q .dropdown-item:hover span {
  color: white;
}
.cid-uFnV30wi5q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFnV30wi5q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFnV30wi5q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFnV30wi5q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFnV30wi5q .nav-link {
  position: relative;
}
.cid-uFnV30wi5q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFnV30wi5q .container {
    flex-wrap: nowrap;
  }
}
.cid-uFnV30wi5q .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFnV30wi5q .dropdown-menu,
.cid-uFnV30wi5q .navbar.opened {
  background: #ffffff !important;
}
.cid-uFnV30wi5q .nav-item:focus,
.cid-uFnV30wi5q .nav-link:focus {
  outline: none;
}
.cid-uFnV30wi5q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFnV30wi5q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFnV30wi5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFnV30wi5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFnV30wi5q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFnV30wi5q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFnV30wi5q .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-uFnV30wi5q .navbar.opened {
  transition: all 0.3s;
}
.cid-uFnV30wi5q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFnV30wi5q .navbar .navbar-logo img {
  width: auto;
}
.cid-uFnV30wi5q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFnV30wi5q .navbar.collapsed {
  justify-content: center;
}
.cid-uFnV30wi5q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFnV30wi5q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFnV30wi5q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFnV30wi5q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFnV30wi5q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFnV30wi5q .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-uFnV30wi5q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFnV30wi5q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFnV30wi5q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFnV30wi5q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFnV30wi5q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFnV30wi5q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFnV30wi5q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFnV30wi5q .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-uFnV30wi5q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFnV30wi5q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFnV30wi5q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFnV30wi5q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFnV30wi5q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFnV30wi5q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFnV30wi5q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFnV30wi5q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFnV30wi5q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFnV30wi5q .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-uFnV30wi5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFnV30wi5q .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFnV30wi5q .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uFnV30wi5q .dropdown-item.active,
.cid-uFnV30wi5q .dropdown-item:active {
  background-color: transparent;
}
.cid-uFnV30wi5q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFnV30wi5q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFnV30wi5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFnV30wi5q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFnV30wi5q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFnV30wi5q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFnV30wi5q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFnV30wi5q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFnV30wi5q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFnV30wi5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uFnV30wi5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFnV30wi5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFnV30wi5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFnV30wi5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFnV30wi5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFnV30wi5q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFnV30wi5q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFnV30wi5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFnV30wi5q .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uFnV30wi5q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uFnV30wi5q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFnV30wi5q .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-uFnV30wi5q .navbar {
    height: 70px;
  }
  .cid-uFnV30wi5q .navbar.opened {
    height: auto;
  }
  .cid-uFnV30wi5q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFnV30wi5q .container,
.cid-uFnV30wi5q .container-fluid {
  flex-wrap: wrap;
}
.cid-uFnV30wi5q .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uFnV30wi5q .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uFnV30wi5q .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFnV30wi5q .contacts-menu {
    display: none;
  }
}
.cid-uFnV30wi5q .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uFnV30wi5q .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ebd00c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uFnV30wi5q .icon-box:hover {
  transform: scale(1.1);
}
.cid-uFnV30wi5q .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uFnV30wi5q .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uFnV30wi5q .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uFnV30wi5q .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uFnV30wi5q .navbar-collapse .mbr-section-btn .btn-black {
  color: #ebd00c !important;
}
@media (max-width: 577px) {
  .cid-uFnV30wi5q .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFnV30wi5q .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uFnV30wi5q .navbar-collapse .nav-link:hover {
  color: #ebd00c !important;
}
.cid-uFnV324PdA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/peadiatric-chiropractor-1200x792.jpg");
}
.cid-uFnV324PdA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFnV324PdA .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uFnV324PdA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFnV324PdA .label-text {
    text-align: center !important;
  }
}
.cid-uFnV324PdA .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFnV324PdA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFnV324PdA .mbr-section-title,
.cid-uFnV324PdA .mbr-section-btn {
  text-align: center;
}
.cid-uFnV32F7fZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73460b;
}
.cid-uFnV32F7fZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV32F7fZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFnV32F7fZ .container {
    padding: 0 15px;
  }
}
.cid-uFnV32F7fZ .row {
  justify-content: center;
}
.cid-uFnV32F7fZ .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFnV32F7fZ .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFnV32F7fZ .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFnV32F7fZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFnV32F7fZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uFnV32F7fZ .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFnV32F7fZ .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uFnV32F7fZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnV32F7fZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFnV32F7fZ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV32F7fZ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFnV32F7fZ .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uFnV32F7fZ .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFnV32F7fZ .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFnV32F7fZ .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uFnV32F7fZ .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uFnV32F7fZ .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uFnV32F7fZ .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFnV32F7fZ .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff8f1;
  color: #171827;
  font-size: 16px;
}
.cid-uFnV32F7fZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFnV32F7fZ .mbr-text {
  color: #ffffff;
}
.cid-uFnV32F7fZ .list {
  color: #ffffff;
}
.cid-uFnV33q4ls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFnV33q4ls .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFnV33q4ls .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uFnV33q4ls .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFnV33q4ls .label-text {
    text-align: center !important;
  }
}
.cid-uFnV33q4ls .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFnV33q4ls .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFnV33q4ls .mbr-section-title,
.cid-uFnV33q4ls .mbr-section-btn {
  text-align: center;
}
.cid-uFnV34ayfu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnV34ayfu .container {
    padding: 0 25px;
  }
}
.cid-uFnV34ayfu .title-wrapper {
  margin: 25px 0;
}
.cid-uFnV34ayfu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnV34ayfu .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uFnV34ayfu .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uFnV34ayfu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV34ayfu .mbr-section-title {
  color: #000000;
}
.cid-uFnV34ayfu .mbr-section-subtitle {
  color: #000000;
}
.cid-uFnV34ayfu .mbr-text {
  color: #000000;
}
.cid-uFnV34Sq7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFnV34Sq7N .row {
  justify-content: center;
}
.cid-uFnV34Sq7N .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-uFnV34Sq7N .item-img {
    height: 286px;
  }
}
.cid-uFnV34Sq7N img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFnV34Sq7N .item:focus,
.cid-uFnV34Sq7N span:focus {
  outline: none;
}
.cid-uFnV34Sq7N .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnV34Sq7N .col-items {
    flex-wrap: wrap;
  }
}
.cid-uFnV34Sq7N .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uFnV34Sq7N .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV34Sq7N .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uFnV34Sq7N .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-uFnV34Sq7N .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-uFnV34Sq7N .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uFnV34Sq7N .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-uFnV34Sq7N .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFnV34Sq7N .item-content {
    text-align: center;
  }
}
.cid-uFnV34Sq7N .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-uFnV34Sq7N .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-uFnV34Sq7N .item-title {
  color: #222222;
}
.cid-uFnV34Sq7N .item-subtitle {
  color: #222222;
}
.cid-uFnV34Sq7N .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uFnV34Sq7N .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV34Sq7N .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uFnV34Sq7N .mbr-section-subtitle {
  color: #999999;
}
.cid-uFnV35Sbgu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFnV35Sbgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV35Sbgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFnV35Sbgu .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFnV35Sbgu P {
  max-width: 1200px;
}
.cid-uFnV35Sbgu .mbr-section-btn,
.cid-uFnV35Sbgu .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFnV35Sbgu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFnV35Sbgu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFnV35Sbgu .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFnV35Sbgu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFnV35Sbgu .mbr-section-title {
  color: #ffffff;
}
.cid-uFnV35Sbgu .mbr-text,
.cid-uFnV35Sbgu .mbr-section-btn {
  color: #ffffff;
}
.cid-uFnV35Sbgu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFnV36BDNQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #a06e2c;
}
.cid-uFnV36BDNQ .row {
  justify-content: center;
}
.cid-uFnV36BDNQ img,
.cid-uFnV36BDNQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFnV36BDNQ .item:focus,
.cid-uFnV36BDNQ span:focus {
  outline: none;
}
.cid-uFnV36BDNQ .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnV36BDNQ .col-items {
    flex-wrap: wrap;
  }
}
.cid-uFnV36BDNQ .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uFnV36BDNQ .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV36BDNQ .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uFnV36BDNQ .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uFnV36BDNQ .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uFnV36BDNQ .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uFnV36BDNQ .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uFnV36BDNQ .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-uFnV36BDNQ .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uFnV36BDNQ .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uFnV36BDNQ .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uFnV36BDNQ .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uFnV36BDNQ .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uFnV36BDNQ .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uFnV36BDNQ .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uFnV36BDNQ .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uFnV36BDNQ .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uFnV36BDNQ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uFnV36BDNQ .label-text {
    text-align: center !important;
  }
}
.cid-uFnV36BDNQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFnV36BDNQ .mbr-text {
  color: #ffffff;
}
.cid-uFnV36BDNQ .item-title {
  color: #ffffff;
}
.cid-uFnV36BDNQ .item-subtitle {
  color: #ffffff;
}
.cid-uFnV36BDNQ .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uFnV36BDNQ .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uFnV36BDNQ .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uFnV36BDNQ .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFnV36BDNQ .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uFnV36BDNQ .mbr-section-subtitle {
  text-align: center;
}
.cid-uFnV37ALhh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFnV37ALhh .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uFnV37ALhh .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFnV37ALhh .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uFnV37ALhh .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uFnV37ALhh .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFnV37ALhh .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uFnV37ALhh .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uFnV37ALhh .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFnV37ALhh .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFnV37ALhh .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFnV37ALhh .col-text {
    text-align: center;
  }
}
.cid-uFnV37ALhh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uFnV37ALhh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uFnV37ALhh .label-text {
    text-align: center !important;
  }
}
.cid-uFnV37ALhh .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-uFnV37ALhh .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uFnV37ALhh .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uFnV37ALhh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFnV37ALhh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFnV38WQRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFnV38WQRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV38WQRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV38WQRZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnV38WQRZ .container-fluid {
    padding: 0;
  }
}
.cid-uFnV38WQRZ .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFnV38WQRZ .container {
    padding: 0 30px;
  }
}
.cid-uFnV38WQRZ .card {
  padding: 0;
}
.cid-uFnV38WQRZ .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnV38WQRZ .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uFnV38WQRZ .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFnV38WQRZ .mbr-text {
  color: #4e4e4e;
}
.cid-uFnV38WQRZ .mbr-text,
.cid-uFnV38WQRZ .mbr-section-btn {
  color: #000000;
}
.cid-uFnV3b1dTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFnV3b1dTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV3b1dTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV3b1dTM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .container {
    padding: 0 30px;
  }
}
.cid-uFnV3b1dTM .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .card-wrapper {
    display: block;
  }
}
.cid-uFnV3b1dTM .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uFnV3b1dTM .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFnV3b1dTM .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFnV3b1dTM .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFnV3b1dTM .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV3b1dTM .mbr-section-title {
  color: #ffffff;
}
.cid-uFnV3b1dTM .mbr-text {
  color: #ffffff;
}
.cid-uFnV3bMfbN {
  background-color: #c69453;
}
.cid-uFnV3bMfbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV3bMfbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV3bMfbN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .container {
    padding: 0 16px;
  }
}
.cid-uFnV3bMfbN .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .row {
    margin: 0 10px;
  }
}
.cid-uFnV3bMfbN .row .item {
  padding: 0;
}
.cid-uFnV3bMfbN .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .row .item:first-child {
    padding: 0;
  }
}
.cid-uFnV3bMfbN .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uFnV3bMfbN .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-uFnV3bMfbN .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uFnV3bMfbN .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #192227;
  background-color: #f9a600;
  border-radius: 50%;
}
.cid-uFnV3bMfbN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFnV3bMfbN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #4a5357;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #222222;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-uFnV3bMfbN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFnV3bMfbN .image-wrapper {
  height: 100%;
}
.cid-uFnV3bMfbN .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFnV3bMfbN .image-wrapper img {
    height: 350px;
  }
}
.cid-uFnV3bMfbN .mbr-section-title {
  color: #fdfcfc;
}
.cid-uFnV3bMfbN .mbr-text {
  color: #F9A600;
}
.cid-uFnV3bMfbN .panel-title-edit {
  color: #fdfcfc;
}
.cid-uFnV3bMfbN .panel-title {
  color: #fdfcfc;
}
.cid-uFnV3bMfbN .panel-desc {
  color: #4a5357;
}
.cid-uFnV3bMfbN .panel-text {
  color: #fdfcfc;
}
.cid-uFnV3da2vY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFnV3da2vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV3da2vY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnV3da2vY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFnV3da2vY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFnV3da2vY .container {
    padding: 0;
  }
}
.cid-uFnV3da2vY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFnV3da2vY .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFnV3da2vY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFnV3da2vY .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFnV3da2vY .mbr-section-title {
  color: #000000;
}
.cid-uFnV3da2vY .mbr-text {
  color: #000000;
}
.cid-uFp0CgiO7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFp0CgiO7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp0CgiO7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uFp0CgiO7I .container {
    padding: 0 16px;
  }
}
.cid-uFp0CgiO7I .row {
  position: relative;
  justify-content: space-between;
}
.cid-uFp0CgiO7I .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uFp0CgiO7I .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uFp0CgiO7I .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFp0CgiO7I .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uFp0CgiO7I .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uFp0CgiO7I .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uFp0CgiO7I .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ffe885 -10%, transparent 80%);
}
.cid-uFp0CgiO7I .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uFp0CgiO7I .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFp0CgiO7I .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFp0CgiO7I .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFp0CgiO7I .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uFp0CgiO7I .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFp0CgiO7I .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uFp0CgiO7I .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uFp0CgiO7I .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uFp0CgiO7I .mbr-section-title {
  color: #000000;
}
.cid-uFp0CgiO7I .mbr-text {
  color: #6f6f6f;
}
.cid-uFp0CgiO7I .panel-title-edit {
  color: #000000;
}
.cid-uFp0CgiO7I .panel-text {
  color: #000000;
}
.cid-uForsg6Akf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uForsg6Akf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uForsg6Akf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uForsg6Akf .row {
  justify-content: center;
}
.cid-uForsg6Akf .map-wrapper {
  position: relative;
}
.cid-uForsg6Akf .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ebd00c, transparent);
  filter: blur(100px);
}
.cid-uForsg6Akf .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffe161;
  background-color: #ffe161;
}
.cid-uForsg6Akf .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uForsg6Akf .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uForsg6Akf .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFnV3e7Nni {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #222222;
}
.cid-uFnV3e7Nni .footer-item {
  padding: 30px;
}
.cid-uFnV3e7Nni .mbr-section-subtitle,
.cid-uFnV3e7Nni .address-text {
  margin-bottom: 1.5rem;
}
.cid-uFnV3e7Nni .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uFnV3e7Nni .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uFnV3e7Nni .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFnV3e7Nni .row {
    text-align: center;
  }
  .cid-uFnV3e7Nni .social-row {
    justify-content: center;
  }
}
.cid-uFnV3e7Nni .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFnV3e7Nni .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uFnV3e7Nni .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uFnV3e7Nni .mbr-text {
  color: #ffffff;
}
.cid-uFnV3e7Nni .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uFnV3e7Nni .list a {
  color: #ffffff;
}
.cid-uFnV3e7Nni .list a:hover {
  background-image: none !important;
  color: #ebd00c !important;
}
.cid-uFnV3e7Nni .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uFnV3e7Nni .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uFnV3e7Nni .mbr-iconfont {
  color: #ffffff;
}
.cid-uFnV3e7Nni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnV3e7Nni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFoskTWF6j .navbar-dropdown {
  position: relative !important;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFoskTWF6j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFoskTWF6j .dropdown-item:hover,
.cid-uFoskTWF6j .dropdown-item:focus {
  background: #ebd00c !important;
  color: white !important;
}
.cid-uFoskTWF6j .dropdown-item:hover span {
  color: white;
}
.cid-uFoskTWF6j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFoskTWF6j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFoskTWF6j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFoskTWF6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFoskTWF6j .nav-link {
  position: relative;
}
.cid-uFoskTWF6j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .container {
    flex-wrap: nowrap;
  }
}
.cid-uFoskTWF6j .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFoskTWF6j .dropdown-menu,
.cid-uFoskTWF6j .navbar.opened {
  background: #ffffff !important;
}
.cid-uFoskTWF6j .nav-item:focus,
.cid-uFoskTWF6j .nav-link:focus {
  outline: none;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFoskTWF6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFoskTWF6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar.opened {
  transition: all 0.3s;
}
.cid-uFoskTWF6j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFoskTWF6j .navbar .navbar-logo img {
  width: auto;
}
.cid-uFoskTWF6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFoskTWF6j .navbar.collapsed {
  justify-content: center;
}
.cid-uFoskTWF6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFoskTWF6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFoskTWF6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFoskTWF6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFoskTWF6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFoskTWF6j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFoskTWF6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFoskTWF6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFoskTWF6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFoskTWF6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFoskTWF6j .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-uFoskTWF6j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFoskTWF6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFoskTWF6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFoskTWF6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFoskTWF6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFoskTWF6j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFoskTWF6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFoskTWF6j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFoskTWF6j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFoskTWF6j .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uFoskTWF6j .dropdown-item.active,
.cid-uFoskTWF6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uFoskTWF6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFoskTWF6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFoskTWF6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFoskTWF6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFoskTWF6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFoskTWF6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFoskTWF6j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFoskTWF6j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFoskTWF6j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFoskTWF6j .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uFoskTWF6j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uFoskTWF6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar {
    height: 70px;
  }
  .cid-uFoskTWF6j .navbar.opened {
    height: auto;
  }
  .cid-uFoskTWF6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFoskTWF6j .container,
.cid-uFoskTWF6j .container-fluid {
  flex-wrap: wrap;
}
.cid-uFoskTWF6j .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uFoskTWF6j .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uFoskTWF6j .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFoskTWF6j .contacts-menu {
    display: none;
  }
}
.cid-uFoskTWF6j .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uFoskTWF6j .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ebd00c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uFoskTWF6j .icon-box:hover {
  transform: scale(1.1);
}
.cid-uFoskTWF6j .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uFoskTWF6j .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uFoskTWF6j .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uFoskTWF6j .navbar-collapse .mbr-section-btn .btn-black {
  color: #ebd00c !important;
}
@media (max-width: 577px) {
  .cid-uFoskTWF6j .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFoskTWF6j .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uFoskTWF6j .navbar-collapse .nav-link:hover {
  color: #ebd00c !important;
}
.cid-uFoskV03cT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/garden-state-spinal-care-blog-why-it-feels-amazing-when-a-chiropractor-cracks-your-back-2000x1125.jpg");
}
.cid-uFoskV03cT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFoskV03cT .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uFoskV03cT .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFoskV03cT .label-text {
    text-align: center !important;
  }
}
.cid-uFoskV03cT .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFoskV03cT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFoskV03cT .mbr-section-title,
.cid-uFoskV03cT .mbr-section-btn {
  text-align: center;
}
.cid-uFoskVFHB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73460b;
}
.cid-uFoskVFHB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoskVFHB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFoskVFHB9 .container {
    padding: 0 15px;
  }
}
.cid-uFoskVFHB9 .row {
  justify-content: center;
}
.cid-uFoskVFHB9 .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFoskVFHB9 .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFoskVFHB9 .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFoskVFHB9 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFoskVFHB9 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uFoskVFHB9 .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFoskVFHB9 .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uFoskVFHB9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFoskVFHB9 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFoskVFHB9 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFoskVFHB9 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFoskVFHB9 .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uFoskVFHB9 .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFoskVFHB9 .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFoskVFHB9 .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uFoskVFHB9 .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uFoskVFHB9 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uFoskVFHB9 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFoskVFHB9 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff8f1;
  color: #171827;
  font-size: 16px;
}
.cid-uFoskVFHB9 .mbr-section-title {
  color: #ffffff;
}
.cid-uFoskVFHB9 .mbr-text {
  color: #ffffff;
}
.cid-uFoskVFHB9 .list {
  color: #ffffff;
}
.cid-uFoskWs5nm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFoskWs5nm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFoskWs5nm .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uFoskWs5nm .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFoskWs5nm .label-text {
    text-align: center !important;
  }
}
.cid-uFoskWs5nm .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFoskWs5nm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFoskWs5nm .mbr-section-title,
.cid-uFoskWs5nm .mbr-section-btn {
  text-align: center;
}
.cid-uFoskX8fNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFoskX8fNP .container {
    padding: 0 25px;
  }
}
.cid-uFoskX8fNP .title-wrapper {
  margin: 25px 0;
}
.cid-uFoskX8fNP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFoskX8fNP .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uFoskX8fNP .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uFoskX8fNP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFoskX8fNP .mbr-section-title {
  color: #000000;
}
.cid-uFoskX8fNP .mbr-section-subtitle {
  color: #000000;
}
.cid-uFoskX8fNP .mbr-text {
  color: #000000;
}
.cid-uFoskXG7HK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFoskXG7HK .row {
  justify-content: center;
}
.cid-uFoskXG7HK .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-uFoskXG7HK .item-img {
    height: 286px;
  }
}
.cid-uFoskXG7HK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFoskXG7HK .item:focus,
.cid-uFoskXG7HK span:focus {
  outline: none;
}
.cid-uFoskXG7HK .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFoskXG7HK .col-items {
    flex-wrap: wrap;
  }
}
.cid-uFoskXG7HK .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uFoskXG7HK .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFoskXG7HK .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uFoskXG7HK .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-uFoskXG7HK .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-uFoskXG7HK .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uFoskXG7HK .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-uFoskXG7HK .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFoskXG7HK .item-content {
    text-align: center;
  }
}
.cid-uFoskXG7HK .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-uFoskXG7HK .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-uFoskXG7HK .item-title {
  color: #222222;
}
.cid-uFoskXG7HK .item-subtitle {
  color: #222222;
}
.cid-uFoskXG7HK .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uFoskXG7HK .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFoskXG7HK .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uFoskXG7HK .mbr-section-subtitle {
  color: #999999;
}
.cid-uFoskYGyJr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFoskYGyJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoskYGyJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFoskYGyJr .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFoskYGyJr P {
  max-width: 1200px;
}
.cid-uFoskYGyJr .mbr-section-btn,
.cid-uFoskYGyJr .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFoskYGyJr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFoskYGyJr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFoskYGyJr .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFoskYGyJr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFoskYGyJr .mbr-section-title {
  color: #ffffff;
}
.cid-uFoskYGyJr .mbr-text,
.cid-uFoskYGyJr .mbr-section-btn {
  color: #ffffff;
}
.cid-uFoskYGyJr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFoskZBuBc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #a06e2c;
}
.cid-uFoskZBuBc .row {
  justify-content: center;
}
.cid-uFoskZBuBc img,
.cid-uFoskZBuBc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFoskZBuBc .item:focus,
.cid-uFoskZBuBc span:focus {
  outline: none;
}
.cid-uFoskZBuBc .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFoskZBuBc .col-items {
    flex-wrap: wrap;
  }
}
.cid-uFoskZBuBc .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uFoskZBuBc .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFoskZBuBc .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uFoskZBuBc .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uFoskZBuBc .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uFoskZBuBc .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uFoskZBuBc .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uFoskZBuBc .item-wrapper .btn-primary:hover span {
  color: #ebd00c !important;
}
.cid-uFoskZBuBc .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uFoskZBuBc .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uFoskZBuBc .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uFoskZBuBc .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uFoskZBuBc .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uFoskZBuBc .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uFoskZBuBc .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uFoskZBuBc .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uFoskZBuBc .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uFoskZBuBc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uFoskZBuBc .label-text {
    text-align: center !important;
  }
}
.cid-uFoskZBuBc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFoskZBuBc .mbr-text {
  color: #ffffff;
}
.cid-uFoskZBuBc .item-title {
  color: #ffffff;
}
.cid-uFoskZBuBc .item-subtitle {
  color: #ffffff;
}
.cid-uFoskZBuBc .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uFoskZBuBc .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uFoskZBuBc .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uFoskZBuBc .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFoskZBuBc .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uFoskZBuBc .mbr-section-subtitle {
  text-align: center;
}
.cid-uFosl0IoPy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFosl0IoPy .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uFosl0IoPy .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFosl0IoPy .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uFosl0IoPy .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uFosl0IoPy .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFosl0IoPy .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uFosl0IoPy .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uFosl0IoPy .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFosl0IoPy .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFosl0IoPy .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFosl0IoPy .col-text {
    text-align: center;
  }
}
.cid-uFosl0IoPy .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uFosl0IoPy .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uFosl0IoPy .label-text {
    text-align: center !important;
  }
}
.cid-uFosl0IoPy .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-uFosl0IoPy .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uFosl0IoPy .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uFosl0IoPy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFosl0IoPy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFosl1uq3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFosl1uq3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosl1uq3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFosl1uq3L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFosl1uq3L .container-fluid {
    padding: 0;
  }
}
.cid-uFosl1uq3L .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFosl1uq3L .container {
    padding: 0 30px;
  }
}
.cid-uFosl1uq3L .card {
  padding: 0;
}
.cid-uFosl1uq3L .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFosl1uq3L .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uFosl1uq3L .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFosl1uq3L .mbr-text {
  color: #4e4e4e;
}
.cid-uFosl1uq3L .mbr-text,
.cid-uFosl1uq3L .mbr-section-btn {
  color: #000000;
}
.cid-uFosl3C27O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFosl3C27O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosl3C27O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFosl3C27O .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .container {
    padding: 0 30px;
  }
}
.cid-uFosl3C27O .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .card-wrapper {
    display: block;
  }
}
.cid-uFosl3C27O .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uFosl3C27O .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFosl3C27O .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFosl3C27O .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFosl3C27O .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFosl3C27O .mbr-section-title {
  color: #ffffff;
}
.cid-uFosl3C27O .mbr-text {
  color: #ffffff;
}
.cid-uFosl4tRW3 {
  background-color: #c69453;
}
.cid-uFosl4tRW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosl4tRW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFosl4tRW3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .container {
    padding: 0 16px;
  }
}
.cid-uFosl4tRW3 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .row {
    margin: 0 10px;
  }
}
.cid-uFosl4tRW3 .row .item {
  padding: 0;
}
.cid-uFosl4tRW3 .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .row .item:first-child {
    padding: 0;
  }
}
.cid-uFosl4tRW3 .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uFosl4tRW3 .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-uFosl4tRW3 .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uFosl4tRW3 .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #192227;
  background-color: #f9a600;
  border-radius: 50%;
}
.cid-uFosl4tRW3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFosl4tRW3 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #4a5357;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #222222;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-uFosl4tRW3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFosl4tRW3 .image-wrapper {
  height: 100%;
}
.cid-uFosl4tRW3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFosl4tRW3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFosl4tRW3 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uFosl4tRW3 .mbr-text {
  color: #F9A600;
}
.cid-uFosl4tRW3 .panel-title-edit {
  color: #fdfcfc;
}
.cid-uFosl4tRW3 .panel-title {
  color: #fdfcfc;
}
.cid-uFosl4tRW3 .panel-desc {
  color: #4a5357;
}
.cid-uFosl4tRW3 .panel-text {
  color: #fdfcfc;
}
.cid-uFosl5Lg9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFosl5Lg9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosl5Lg9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFosl5Lg9h .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFosl5Lg9h .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFosl5Lg9h .container {
    padding: 0;
  }
}
.cid-uFosl5Lg9h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFosl5Lg9h .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFosl5Lg9h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFosl5Lg9h .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFosl5Lg9h .mbr-section-title {
  color: #000000;
}
.cid-uFosl5Lg9h .mbr-text {
  color: #000000;
}
.cid-uFp1XOjlR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c69453;
}
.cid-uFp1XOjlR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp1XOjlR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uFp1XOjlR3 .container {
    padding: 0 16px;
  }
}
.cid-uFp1XOjlR3 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uFp1XOjlR3 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uFp1XOjlR3 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uFp1XOjlR3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFp1XOjlR3 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uFp1XOjlR3 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uFp1XOjlR3 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uFp1XOjlR3 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ffe885 -10%, transparent 80%);
}
.cid-uFp1XOjlR3 .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uFp1XOjlR3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFp1XOjlR3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFp1XOjlR3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFp1XOjlR3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uFp1XOjlR3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFp1XOjlR3 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uFp1XOjlR3 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uFp1XOjlR3 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uFp1XOjlR3 .mbr-section-title {
  color: #000000;
}
.cid-uFp1XOjlR3 .mbr-text {
  color: #6f6f6f;
}
.cid-uFp1XOjlR3 .panel-title-edit {
  color: #000000;
}
.cid-uFp1XOjlR3 .panel-text {
  color: #000000;
}
.cid-uFosnAKUjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFosnAKUjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosnAKUjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFosnAKUjd .row {
  justify-content: center;
}
.cid-uFosnAKUjd .map-wrapper {
  position: relative;
}
.cid-uFosnAKUjd .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ebd00c, transparent);
  filter: blur(100px);
}
.cid-uFosnAKUjd .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffe161;
  background-color: #ffe161;
}
.cid-uFosnAKUjd .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFosnAKUjd .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFosnAKUjd .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFosl6On30 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #222222;
}
.cid-uFosl6On30 .footer-item {
  padding: 30px;
}
.cid-uFosl6On30 .mbr-section-subtitle,
.cid-uFosl6On30 .address-text {
  margin-bottom: 1.5rem;
}
.cid-uFosl6On30 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uFosl6On30 .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uFosl6On30 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFosl6On30 .row {
    text-align: center;
  }
  .cid-uFosl6On30 .social-row {
    justify-content: center;
  }
}
.cid-uFosl6On30 .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFosl6On30 .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uFosl6On30 .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uFosl6On30 .mbr-text {
  color: #ffffff;
}
.cid-uFosl6On30 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uFosl6On30 .list a {
  color: #ffffff;
}
.cid-uFosl6On30 .list a:hover {
  background-image: none !important;
  color: #ebd00c !important;
}
.cid-uFosl6On30 .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uFosl6On30 .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uFosl6On30 .mbr-iconfont {
  color: #ffffff;
}
.cid-uFosl6On30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosl6On30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFoskTWF6j .navbar-dropdown {
  position: relative !important;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFoskTWF6j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFoskTWF6j .dropdown-item:hover,
.cid-uFoskTWF6j .dropdown-item:focus {
  background: #ebd00c !important;
  color: white !important;
}
.cid-uFoskTWF6j .dropdown-item:hover span {
  color: white;
}
.cid-uFoskTWF6j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFoskTWF6j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFoskTWF6j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFoskTWF6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFoskTWF6j .nav-link {
  position: relative;
}
.cid-uFoskTWF6j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .container {
    flex-wrap: nowrap;
  }
}
.cid-uFoskTWF6j .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFoskTWF6j .dropdown-menu,
.cid-uFoskTWF6j .navbar.opened {
  background: #ffffff !important;
}
.cid-uFoskTWF6j .nav-item:focus,
.cid-uFoskTWF6j .nav-link:focus {
  outline: none;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFoskTWF6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFoskTWF6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFoskTWF6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar.opened {
  transition: all 0.3s;
}
.cid-uFoskTWF6j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFoskTWF6j .navbar .navbar-logo img {
  width: auto;
}
.cid-uFoskTWF6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFoskTWF6j .navbar.collapsed {
  justify-content: center;
}
.cid-uFoskTWF6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFoskTWF6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFoskTWF6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFoskTWF6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFoskTWF6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFoskTWF6j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFoskTWF6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFoskTWF6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFoskTWF6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFoskTWF6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFoskTWF6j .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-uFoskTWF6j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFoskTWF6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFoskTWF6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFoskTWF6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFoskTWF6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFoskTWF6j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFoskTWF6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFoskTWF6j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFoskTWF6j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFoskTWF6j .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uFoskTWF6j .dropdown-item.active,
.cid-uFoskTWF6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uFoskTWF6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFoskTWF6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFoskTWF6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFoskTWF6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFoskTWF6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFoskTWF6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFoskTWF6j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFoskTWF6j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFoskTWF6j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFoskTWF6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFoskTWF6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFoskTWF6j .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uFoskTWF6j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uFoskTWF6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFoskTWF6j .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-uFoskTWF6j .navbar {
    height: 70px;
  }
  .cid-uFoskTWF6j .navbar.opened {
    height: auto;
  }
  .cid-uFoskTWF6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFoskTWF6j .container,
.cid-uFoskTWF6j .container-fluid {
  flex-wrap: wrap;
}
.cid-uFoskTWF6j .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uFoskTWF6j .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uFoskTWF6j .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFoskTWF6j .contacts-menu {
    display: none;
  }
}
.cid-uFoskTWF6j .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uFoskTWF6j .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ebd00c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uFoskTWF6j .icon-box:hover {
  transform: scale(1.1);
}
.cid-uFoskTWF6j .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uFoskTWF6j .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uFoskTWF6j .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uFoskTWF6j .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uFoskTWF6j .navbar-collapse .mbr-section-btn .btn-black {
  color: #ebd00c !important;
}
@media (max-width: 577px) {
  .cid-uFoskTWF6j .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFoskTWF6j .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uFoskTWF6j .navbar-collapse .nav-link:hover {
  color: #ebd00c !important;
}
.cid-uFp6eKjAjT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFp6eKjAjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp6eKjAjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp6eKjAjT .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFp6eKjAjT .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFp6eKjAjT .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFp6eKjAjT .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFp6eKjAjT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFp6eKjAjT .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFp6eKjAjT .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uFp6eKjAjT .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uFp6eKjAjT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFp6eKjAjT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFp6eKjAjT .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uFp6eKjAjT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFp6eKjAjT .mbr-section-title {
  color: #404349;
}
.cid-uFp6eKjAjT .mbr-text {
  color: #404349;
}
.cid-uFp6eKjAjT .mbr-desc {
  color: #b19a7c;
}
.cid-uFp8KV3AMd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFp8KV3AMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp8KV3AMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp8KV3AMd .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFp8KV3AMd .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFp8KV3AMd .content-wrapper {
    padding: 0;
  }
}
.cid-uFp8KV3AMd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFp8KV3AMd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFp8KV3AMd .mbr-section-title,
.cid-uFp8KV3AMd .title-wrapper {
  color: #ffffff;
}
.cid-uFp8KV3AMd .mbr-section-title,
.cid-uFp8KV3AMd .mbr-section-btn,
.cid-uFp8KV3AMd .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uFp8WXf95G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFp8WXf95G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp8WXf95G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp8WXf95G .row {
  justify-content: center;
}
.cid-uFp8WXf95G .map-wrapper {
  position: relative;
}
.cid-uFp8WXf95G .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ebd00c, transparent);
  filter: blur(100px);
}
.cid-uFp8WXf95G .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffe161;
  background-color: #ffe161;
}
.cid-uFp8WXf95G .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFp8WXf95G .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFp8WXf95G .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFosl6On30 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #222222;
}
.cid-uFosl6On30 .footer-item {
  padding: 30px;
}
.cid-uFosl6On30 .mbr-section-subtitle,
.cid-uFosl6On30 .address-text {
  margin-bottom: 1.5rem;
}
.cid-uFosl6On30 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uFosl6On30 .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uFosl6On30 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFosl6On30 .row {
    text-align: center;
  }
  .cid-uFosl6On30 .social-row {
    justify-content: center;
  }
}
.cid-uFosl6On30 .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFosl6On30 .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uFosl6On30 .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uFosl6On30 .mbr-text {
  color: #ffffff;
}
.cid-uFosl6On30 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uFosl6On30 .list a {
  color: #ffffff;
}
.cid-uFosl6On30 .list a:hover {
  background-image: none !important;
  color: #ebd00c !important;
}
.cid-uFosl6On30 .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uFosl6On30 .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uFosl6On30 .mbr-iconfont {
  color: #ffffff;
}
.cid-uFosl6On30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFosl6On30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp9eXt5I8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFp9eXt5I8 .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-uFp9eXt5I8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFp9eXt5I8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFp9eXt5I8 .dropdown-item:hover,
.cid-uFp9eXt5I8 .dropdown-item:focus {
  background: #ebd00c !important;
  color: white !important;
}
.cid-uFp9eXt5I8 .dropdown-item:hover span {
  color: white;
}
.cid-uFp9eXt5I8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFp9eXt5I8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFp9eXt5I8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFp9eXt5I8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFp9eXt5I8 .nav-link {
  position: relative;
}
.cid-uFp9eXt5I8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFp9eXt5I8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFp9eXt5I8 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFp9eXt5I8 .dropdown-menu,
.cid-uFp9eXt5I8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFp9eXt5I8 .nav-item:focus,
.cid-uFp9eXt5I8 .nav-link:focus {
  outline: none;
}
.cid-uFp9eXt5I8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFp9eXt5I8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFp9eXt5I8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFp9eXt5I8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFp9eXt5I8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFp9eXt5I8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFp9eXt5I8 .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-uFp9eXt5I8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFp9eXt5I8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFp9eXt5I8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFp9eXt5I8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFp9eXt5I8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFp9eXt5I8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFp9eXt5I8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFp9eXt5I8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFp9eXt5I8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFp9eXt5I8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFp9eXt5I8 .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-uFp9eXt5I8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFp9eXt5I8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFp9eXt5I8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFp9eXt5I8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFp9eXt5I8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFp9eXt5I8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFp9eXt5I8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFp9eXt5I8 .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-uFp9eXt5I8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFp9eXt5I8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFp9eXt5I8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFp9eXt5I8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFp9eXt5I8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFp9eXt5I8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFp9eXt5I8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFp9eXt5I8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFp9eXt5I8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFp9eXt5I8 .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-uFp9eXt5I8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFp9eXt5I8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFp9eXt5I8 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uFp9eXt5I8 .dropdown-item.active,
.cid-uFp9eXt5I8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFp9eXt5I8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFp9eXt5I8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFp9eXt5I8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFp9eXt5I8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFp9eXt5I8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFp9eXt5I8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFp9eXt5I8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFp9eXt5I8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFp9eXt5I8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFp9eXt5I8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uFp9eXt5I8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFp9eXt5I8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFp9eXt5I8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFp9eXt5I8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFp9eXt5I8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFp9eXt5I8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFp9eXt5I8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFp9eXt5I8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFp9eXt5I8 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uFp9eXt5I8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uFp9eXt5I8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFp9eXt5I8 .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-uFp9eXt5I8 .navbar {
    height: 70px;
  }
  .cid-uFp9eXt5I8 .navbar.opened {
    height: auto;
  }
  .cid-uFp9eXt5I8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFp9eXt5I8 .container,
.cid-uFp9eXt5I8 .container-fluid {
  flex-wrap: wrap;
}
.cid-uFp9eXt5I8 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uFp9eXt5I8 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uFp9eXt5I8 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uFp9eXt5I8 .contacts-menu {
    display: none;
  }
}
.cid-uFp9eXt5I8 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uFp9eXt5I8 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ebd00c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uFp9eXt5I8 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uFp9eXt5I8 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uFp9eXt5I8 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uFp9eXt5I8 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uFp9eXt5I8 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uFp9eXt5I8 .navbar-collapse .mbr-section-btn .btn-black {
  color: #ebd00c !important;
}
@media (max-width: 577px) {
  .cid-uFp9eXt5I8 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uFp9eXt5I8 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uFp9eXt5I8 .navbar-collapse .nav-link:hover {
  color: #ebd00c !important;
}
.cid-uFp9eYtcS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a06e2c;
}
.cid-uFp9eYtcS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp9eYtcS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp9eYtcS5 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFp9eYtcS5 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFp9eYtcS5 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFp9eYtcS5 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFp9eYtcS5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #f8e7d2 37%, transparent 100%);
}
.cid-uFp9eYtcS5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFp9eYtcS5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uFp9eYtcS5 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uFp9eYtcS5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFp9eYtcS5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFp9eYtcS5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uFp9eYtcS5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFp9eYtcS5 .mbr-section-title {
  color: #404349;
}
.cid-uFp9eYtcS5 .mbr-text {
  color: #404349;
}
.cid-uFp9eYtcS5 .mbr-desc {
  color: #b19a7c;
}
.cid-uFp9eZa8iU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFp9eZa8iU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp9eZa8iU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp9eZa8iU .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFp9eZa8iU .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFp9eZa8iU .content-wrapper {
    padding: 0;
  }
}
.cid-uFp9eZa8iU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFp9eZa8iU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFp9eZa8iU .mbr-section-title,
.cid-uFp9eZa8iU .title-wrapper {
  color: #ffffff;
}
.cid-uFp9eZa8iU .mbr-section-title,
.cid-uFp9eZa8iU .mbr-section-btn,
.cid-uFp9eZa8iU .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uFp9eZNkXe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFp9eZNkXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp9eZNkXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp9eZNkXe .row {
  justify-content: center;
}
.cid-uFp9eZNkXe .map-wrapper {
  position: relative;
}
.cid-uFp9eZNkXe .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ebd00c, transparent);
  filter: blur(100px);
}
.cid-uFp9eZNkXe .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffe161;
  background-color: #ffe161;
}
.cid-uFp9eZNkXe .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFp9eZNkXe .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFp9eZNkXe .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFp9f0zvom {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #222222;
}
.cid-uFp9f0zvom .footer-item {
  padding: 30px;
}
.cid-uFp9f0zvom .mbr-section-subtitle,
.cid-uFp9f0zvom .address-text {
  margin-bottom: 1.5rem;
}
.cid-uFp9f0zvom .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uFp9f0zvom .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uFp9f0zvom .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFp9f0zvom .row {
    text-align: center;
  }
  .cid-uFp9f0zvom .social-row {
    justify-content: center;
  }
}
.cid-uFp9f0zvom .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFp9f0zvom .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uFp9f0zvom .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uFp9f0zvom .mbr-text {
  color: #ffffff;
}
.cid-uFp9f0zvom .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uFp9f0zvom .list a {
  color: #ffffff;
}
.cid-uFp9f0zvom .list a:hover {
  background-image: none !important;
  color: #ebd00c !important;
}
.cid-uFp9f0zvom .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uFp9f0zvom .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uFp9f0zvom .mbr-iconfont {
  color: #ffffff;
}
.cid-uFp9f0zvom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp9f0zvom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
