body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #6a1a19 !important;
}
.bg-success {
  background-color: #6a1a19 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #6a1a19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6a1a19 !important;
  border-color: #6a1a19 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2c0b0a !important;
  border-color: #2c0b0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c0b0a !important;
  border-color: #2c0b0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #6a1a19 !important;
  border-color: #6a1a19 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2c0b0a !important;
  border-color: #2c0b0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c0b0a !important;
  border-color: #2c0b0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6a1a19 !important;
  border-color: #6a1a19 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2c0b0a !important;
  border-color: #2c0b0a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2c0b0a !important;
  border-color: #2c0b0a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #170606;
  color: #170606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6a1a19;
  border-color: #6a1a19;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a1a19 !important;
  border-color: #6a1a19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #170606;
  color: #170606;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #6a1a19;
  border-color: #6a1a19;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a1a19 !important;
  border-color: #6a1a19 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #170606;
  color: #170606;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #6a1a19;
  border-color: #6a1a19;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6a1a19 !important;
  border-color: #6a1a19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #6a1a19 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #6a1a19 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #6a1a19 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #170606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #170606 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #6a1a19 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #6a1a19;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6a1a19;
  border-color: #6a1a19;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6a1a19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cf3533;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cf3533;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cf3533;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #6a1a19;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6a1a19;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6a1a19;
  border-bottom-color: #6a1a19;
}
.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: #ffffff !important;
  background-color: #6a1a19 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%236a1a19' %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;
}
hr {
  border: none;
  background-color: #6a1a19;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #6a1a19;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #6a1a19;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #6a1a19;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #6a1a19 !important;
}
.btn-danger:hover {
  color: #6a1a19 !important;
}
.btn-warning:hover {
  color: #000000 !important;
}
.btn-success:hover {
  color: #6a1a19 !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #000000 !important;
}
.btn-primary:hover {
  color: #6a1a19 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #6a1a19 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #6a1a19;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #000000 !important;
}
.btn-success-outline:hover::before {
  background-color: #6a1a19 !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #6a1a19 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-danger-outline:hover::before {
  background-color: #6a1a19 !important;
}
.cid-uMkMGo8OUL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMkMGo8OUL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMkMGo8OUL .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMkMGo8OUL .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uMkMGo8OUL .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkMGo8OUL .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMkMGo8OUL .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uMkMGo8OUL .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uMkMGo8OUL .navbar-caption-wrap {
  align-items: center;
}
.cid-uMkMGo8OUL .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uMkMGo8OUL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMkMGo8OUL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uMkMGo8OUL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uMkMGo8OUL .navbar-nav .nav-item .nav-link:hover {
  color: #6a1a19 !important;
}
.cid-uMkMGo8OUL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMkMGo8OUL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMkMGo8OUL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uMkMGo8OUL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMkMGo8OUL .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .navbar-nav {
    align-items: center;
  }
}
.cid-uMkMGo8OUL .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMkMGo8OUL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uMkMGo8OUL .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uMkMGo8OUL .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMkMGo8OUL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMkMGo8OUL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uMkMGo8OUL .nav-item:focus,
.cid-uMkMGo8OUL .nav-link:focus {
  outline: none;
}
.cid-uMkMGo8OUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkMGo8OUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkMGo8OUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkMGo8OUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkMGo8OUL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkMGo8OUL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkMGo8OUL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMkMGo8OUL .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkMGo8OUL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMkMGo8OUL .navbar .navbar-logo img {
  width: auto;
}
.cid-uMkMGo8OUL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMkMGo8OUL .navbar.collapsed {
  justify-content: center;
}
.cid-uMkMGo8OUL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkMGo8OUL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMkMGo8OUL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMkMGo8OUL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkMGo8OUL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkMGo8OUL .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-uMkMGo8OUL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkMGo8OUL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMkMGo8OUL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .navbar {
    min-height: 72px;
  }
  .cid-uMkMGo8OUL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkMGo8OUL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkMGo8OUL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkMGo8OUL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkMGo8OUL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMkMGo8OUL .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-uMkMGo8OUL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMkMGo8OUL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMkMGo8OUL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkMGo8OUL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMkMGo8OUL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMkMGo8OUL .dropdown-item.active,
.cid-uMkMGo8OUL .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkMGo8OUL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkMGo8OUL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkMGo8OUL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkMGo8OUL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uMkMGo8OUL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uMkMGo8OUL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMkMGo8OUL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMkMGo8OUL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMkMGo8OUL .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uMkMGo8OUL .navbar-buttons {
    text-align: center;
  }
}
.cid-uMkMGo8OUL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMkMGo8OUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uMkMGo8OUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkMGo8OUL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkMGo8OUL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkMGo8OUL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkMGo8OUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkMGo8OUL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkMGo8OUL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkMGo8OUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkMGo8OUL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMkMGo8OUL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMkMGo8OUL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMkMGo8OUL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkMGo8OUL .navbar {
    height: 70px;
  }
  .cid-uMkMGo8OUL .navbar.opened {
    height: auto;
  }
  .cid-uMkMGo8OUL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMkMGo8OUL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMkMGo8OUL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMkMGo8OUL .navbar-brand {
    margin-right: auto;
  }
  .cid-uMkMGo8OUL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uMkMGo8OUL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMkMGo8OUL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMkMGo8OUL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMkMGo8OUL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMkMGo8OUL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMkRzRLMQW .modal-body .close {
  background: #1b1b1b;
}
.cid-uMkRzRLMQW .modal-body .close span {
  font-style: normal;
}
.cid-uMkRzRLMQW .carousel-inner > .active,
.cid-uMkRzRLMQW .carousel-inner > .next,
.cid-uMkRzRLMQW .carousel-inner > .prev {
  display: table;
}
.cid-uMkRzRLMQW .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-uMkRzRLMQW .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-uMkRzRLMQW .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-uMkRzRLMQW .carousel-control,
.cid-uMkRzRLMQW .carousel-indicators li {
  background-color: #6a1a19 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-uMkRzRLMQW .carousel-control:hover,
.cid-uMkRzRLMQW .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uMkRzRLMQW .carousel-control .active,
.cid-uMkRzRLMQW .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uMkRzRLMQW .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uMkRzRLMQW .carousel-control .icon-next,
.cid-uMkRzRLMQW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uMkRzRLMQW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uMkRzRLMQW .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uMkRzRLMQW .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-uMkRzRLMQW .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-uMkRzRLMQW .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uMkRzRLMQW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMkRzRLMQW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uMkRzRLMQW .boxed-slider > div {
  position: relative;
}
.cid-uMkRzRLMQW .container img {
  width: 100%;
}
.cid-uMkRzRLMQW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uMkRzRLMQW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uMkRzRLMQW .mbr-table-cell {
  padding: 0;
}
.cid-uMkRzRLMQW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uMkRzRLMQW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uMkRzRLMQW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uMkRzRLMQW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uMkRzRLMQW .carousel-item .container {
    width: 100%;
  }
}
.cid-uMkRzRLMQW .carousel-item-next.carousel-item-left,
.cid-uMkRzRLMQW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uMkRzRLMQW .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uMkRzRLMQW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators li.active,
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators li::after,
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uMkRzRLMQW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uMkRzRLMQW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uMkRzRLMQW .mbr-slider > .container img {
  width: 100%;
}
.cid-uMkRzRLMQW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uMkRzRLMQW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uMkRzRLMQW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMkRzRLMQW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uMkRzRLMQW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uMkRzRLMQW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uMkRzRLMQW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uMkRzRLMQW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uMkRzRLMQW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uMkRzRLMQW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uMkRzRLMQW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uMkRzRLMQW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uMkRzRLMQW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rRBILABAaP {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBILABAaP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBILABAaP .container {
    position: relative;
  }
  .cid-rRBILABAaP .row {
    margin: 0;
  }
  .cid-rRBILABAaP h2 {
    margin: 0;
  }
}
.cid-rRBILABAaP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBILABAaP .mbr-text {
  margin-top: 1.4rem;
}
.cid-rRBIM0VtWR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBIM0VtWR .mbr-text {
  color: #767676;
}
.cid-rRBIM0VtWR .mbr-iconfont {
  color: #6a1a19;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-rRBIM0VtWR .link {
  margin: 0;
}
.cid-rRBIM0VtWR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIM0VtWR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBIM0VtWR .card {
    margin-bottom: 3rem;
  }
}
.cid-rRBIM0VtWR .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rRBIM0VtWR .row {
    padding: 0 1rem;
  }
}
.cid-rRBIM0VtWR .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(106, 26, 25, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-rRBIM0VtWR .card-title {
  transition: 0.3s;
}
.cid-rRBIM0VtWR .card:hover .card-inner {
  border-bottom: 3px solid #6a1a19;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-rRBIM0VtWR .card:hover .card-title {
  color: #6a1a19;
}
.cid-rRBIM0VtWR .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-rRBIM0VtWR .row {
    margin: 0;
  }
}
.cid-rRBIM0VtWR .mbr-text,
.cid-rRBIM0VtWR .link {
  color: #000000;
}
.cid-uMkQRFkj19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMkQRFkj19 p {
  color: #767676;
}
.cid-uMkQRFkj19 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uMkQRFkj19 .row-element,
.cid-uMkQRFkj19 .image-element {
  padding: 0;
}
.cid-uMkQRFkj19 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkQRFkj19 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uMkQRFkj19 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uMkQRFkj19 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6a1a19, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uMkQRFkj19 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uMkQRFkj19 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkQRFkj19 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uMkQRFkj19 .underline .line {
    height: 2px;
  }
  .cid-uMkQRFkj19 .mbr-title,
  .cid-uMkQRFkj19 .underline,
  .cid-uMkQRFkj19 .mbr-text,
  .cid-uMkQRFkj19 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMkQRFkj19 .mbr-text,
.cid-uMkQRFkj19 .mbr-section-btn {
  color: #000000;
}
.cid-uMkQRFkj19 .mbr-title,
.cid-uMkQRFkj19 .underline {
  color: #000000;
}
.cid-uMkX3pslyQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #101010;
}
.cid-uMkX3pslyQ .mbr-iconfont-1 {
  color: #ffffff;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-uMkX3pslyQ .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-uMkX3pslyQ .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uMkX3pslyQ .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #ffffff;
}
.cid-uMkX3pslyQ .card-img {
  margin-bottom: 1.7rem;
}
.cid-uMkX3pslyQ .card-title {
  margin-bottom: 1.5rem;
}
.cid-uMkX3pslyQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkX3pslyQ .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkX3pslyQ .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uMkX3pslyQ .row {
    padding: 0 1rem;
  }
  .cid-uMkX3pslyQ .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-uMkX3pslyQ .card-inner {
  background-color: #191919;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-uMkX3pslyQ .card-box,
.cid-uMkX3pslyQ .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uMkX3pslyQ .card:hover .mbr-iconfont-1 {
  color: #6a1a19;
}
.cid-uMkX3pslyQ .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-uMkX3pslyQ .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-uMkX3pslyQ .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-uMkX3pslyQ .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-uMkX3pslyQ .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-uMkX3pslyQ .vertical-line:before {
  content: '';
  background-color: #6a1a19;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMkX3pslyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkX3pslyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkX3pslyQ .mbr-text,
.cid-uMkX3pslyQ .link {
  color: #ffffff;
}
.cid-uMl3BdXciI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMl3BdXciI h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uMl3BdXciI .container {
    position: relative;
  }
  .cid-uMl3BdXciI .row {
    margin: 0;
  }
  .cid-uMl3BdXciI h2 {
    margin: 0;
  }
}
.cid-uMl3BdXciI .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uMl3BdXciI .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
}
.cid-uMl3BdXciI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMl3BdXciI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlapOEqZL {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #6a1a19;
}
@media (max-width: 767px) {
  .cid-uMlapOEqZL h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uMlapOEqZL .container {
    position: relative;
  }
  .cid-uMlapOEqZL .row {
    margin: 0;
  }
  .cid-uMlapOEqZL h2 {
    margin: 0;
  }
}
.cid-uMlapOEqZL .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uMlapOEqZL .mbr-section-subtitle {
  color: #6a1a19;
}
.cid-uMlapOEqZL .line-title {
  width: 40px;
  height: 2px;
  background-color: #6a1a19;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMlapOEqZL .vertical-line:before {
  content: '';
  background-color: #6a1a19;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMlapOEqZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMlapOEqZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlapOEqZL .mbr-text {
  color: #ffffff;
}
.cid-uMlapOEqZL .container-column,
.cid-uMlapOEqZL h2 {
  color: #ffffff;
}
.cid-rRBJdz0XSB {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rRBJdz0XSB img {
  width: 100%;
  transition: 0.3s ease-out;
  border-radius: 50%;
}
.cid-rRBJdz0XSB .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-rRBJdz0XSB .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rRBJdz0XSB .mbr-iconfont-social {
  font-size: 16px;
}
.cid-rRBJdz0XSB .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 0.3rem;
  transition: 0.3s ease-out;
}
.cid-rRBJdz0XSB .panel-item {
  position: relative;
  background-color: rgba(106, 26, 25, 0.85);
  border-radius: 50%;
}
.cid-rRBJdz0XSB .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-rRBJdz0XSB .mbr-author-name {
  color: #ffffff;
}
.cid-rRBJdz0XSB .mbr-author-desc {
  color: #ffffff;
}
.cid-rRBJdz0XSB .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rRBJdz0XSB .panel-item:hover img {
  opacity: 0.1;
}
.cid-rRBJdz0XSB .panel-item:hover .card-footer {
  opacity: 1;
}
.cid-rRBJdz0XSB .icon:hover {
  background-color: #ffffff;
  color: #6a1a19;
}
@media (max-width: 767px) {
  .cid-rRBJdz0XSB .mbr-testimonial {
    padding: 0;
  }
  .cid-rRBJdz0XSB .title {
    padding: 0;
  }
  .cid-rRBJdz0XSB .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRBJdz0XSB .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-rRBJdz0XSB .mbr-testimonial {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBJdz0XSB .mbr-testimonial {
    padding: 0 2.5rem;
  }
}
.cid-rRBJdz0XSB H2 {
  color: #ffffff;
}
.cid-rRBJdz0XSB .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUEutGehE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-11-at-18.03.54-1-2000x900.jpg");
}
@media (min-width: 992px) {
  .cid-uNUEutGehE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNUEutGehE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUEutGehE .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uNUEutGehE .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uNUEutGehE .name {
  margin-top: 0.70rem;
  color: #ffffff;
  text-align: left;
}
.cid-uNUEutGehE .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uNUEutGehE .mbr-text,
.cid-uNUEutGehE .mbr-section-data {
  text-align: left;
}
.cid-uNUEutGehE .mbr-text,
.cid-uNUEutGehE .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-uNUEutGehE .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uNUEutGehE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUEutGehE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rRBIYdNH2I {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #101010;
}
.cid-rRBIYdNH2I img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-rRBIYdNH2I .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-rRBIYdNH2I .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-rRBIYdNH2I .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-rRBIYdNH2I .card-img {
  margin-bottom: 1.3rem;
}
.cid-rRBIYdNH2I .card-title {
  margin-bottom: 1.5rem;
}
.cid-rRBIYdNH2I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBIYdNH2I .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rRBIYdNH2I .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBIYdNH2I .row {
    padding: 0 1rem;
  }
  .cid-rRBIYdNH2I .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-rRBIYdNH2I .card-inner {
  background-color: #191919;
  transition: 0.3s;
  border: 2px solid rgba(106, 26, 25, 0);
}
.cid-rRBIYdNH2I .card:hover .card-inner {
  border: 2px solid #6a1a19;
}
.cid-rRBIYdNH2I .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-rRBIYdNH2I .card-people {
  display: flex;
  align-items: center;
}
.cid-rRBIYdNH2I .user_image {
  margin-right: 1rem;
}
.cid-rRBIYdNH2I .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-uMlbLWSqYA .google-map {
  height: 25rem;
  position: relative;
}
.cid-uMlbLWSqYA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uMlbLWSqYA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMlbLWSqYA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMlbLWSqYA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMle8ex6rn {
  padding-top: 140px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-11-at-18.04.02-2-2000x900.jpg");
}
.cid-uMle8ex6rn .container {
  margin-bottom: 15%;
}
.cid-uMle8ex6rn .content-container .btn-bgr {
  z-index: 0;
}
.cid-uMle8ex6rn .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #6a1a19;
}
.cid-uMle8ex6rn .icon-block-top span {
  background-color: #6a1a19;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-uMle8ex6rn .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uMle8ex6rn .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-uMle8ex6rn .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-uMle8ex6rn .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-uMle8ex6rn .mbr-text,
.cid-uMle8ex6rn .box-item-text {
  color: #8d97ad;
}
.cid-uMle8ex6rn .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uMle8ex6rn .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uMle8ex6rn .box-list li:last-child {
  border-bottom: none;
}
.cid-uMle8ex6rn .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uMle8ex6rn .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uMle8ex6rn .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uMle8ex6rn .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMle8ex6rn .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uMle8ex6rn .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uMle8ex6rn .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uMle8ex6rn .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uMle8ex6rn H1 {
  color: #ffffff;
}
.cid-uMle8ex6rn .mbr-text {
  color: #ffffff;
}
.cid-uMle8ex6rn .box-item-text,
.cid-uMle8ex6rn .mbr-section-btn {
  color: #000000;
}
.cid-uNUDOgW3IA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fbbe36;
}
.cid-uNUDOgW3IA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUDOgW3IA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUDOgW3IA H2 {
  color: #0e0e0e;
}
.cid-uNUDOgW3IA .mbr-text,
.cid-uNUDOgW3IA .img-align {
  color: #101010;
}
.cid-rQtQNcOfYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQtQNcOfYq .media-container-row {
  align-items: center;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQtQNcOfYq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rQtQNcOfYq .foot-menu-item {
  transform: 0.2s;
}
.cid-rQtQNcOfYq .foot-menu-item:hover a {
  color: #6a1a19 !important;
}
.cid-rQtQNcOfYq .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rQtQNcOfYq .foot-menu-item:hover::before {
  width: 60px;
  background-color: #E9204F;
}
.cid-rQtQNcOfYq .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rQtQNcOfYq .foot-menu {
    justify-content: center;
  }
  .cid-rQtQNcOfYq .mbr-text {
    text-align: center;
  }
  .cid-rQtQNcOfYq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rQtQNcOfYq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rQtQNcOfYq .link:hover {
  color: #ffffff;
}
.cid-rQtQNcOfYq .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
