.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.image-wrap,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dd2b1c !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dd2b1c !important;
  border-color: #dd2b1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e75145 !important;
  border-color: #e75145 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e75145 !important;
  border-color: #e75145 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #dd2b1c;
  color: #dd2b1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #dd2b1c !important;
  border-color: #dd2b1c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd2b1c !important;
  border-color: #dd2b1c !important;
}
.btn-secondary-outline {
  color: #808080 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline {
  color: #1f6463 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline {
  color: #645600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline {
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  color: #7a7a7a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dd2b1c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #821911 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dd2b1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dd2b1c;
  border-color: #dd2b1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dd2b1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #dd2b1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #dd2b1c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dd2b1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dd2b1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dd2b1c;
  border-bottom-color: #dd2b1c;
}
.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: #dd2b1c !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: #ffffff !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='%23dd2b1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tT2jhDrBr9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tT2jhDrBr9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tT2jhDrBr9 .navbar {
    padding: 0 128px !important;
  }
}
.cid-tT2jhDrBr9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tT2jhDrBr9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT2jhDrBr9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tT2jhDrBr9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tT2jhDrBr9 .navbar.collapsed {
  justify-content: center;
}
.cid-tT2jhDrBr9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT2jhDrBr9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tT2jhDrBr9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT2jhDrBr9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT2jhDrBr9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT2jhDrBr9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tT2jhDrBr9 .navbar {
    min-height: 72px;
  }
  .cid-tT2jhDrBr9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tT2jhDrBr9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT2jhDrBr9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT2jhDrBr9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT2jhDrBr9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT2jhDrBr9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tT2jhDrBr9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT2jhDrBr9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT2jhDrBr9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tT2jhDrBr9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT2jhDrBr9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tT2jhDrBr9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT2jhDrBr9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT2jhDrBr9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tT2jhDrBr9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tT2jhDrBr9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tT2jhDrBr9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tT2jhDrBr9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tT2jhDrBr9 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tT2jhDrBr9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tT2jhDrBr9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-tT2jhDrBr9 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2jhDrBr9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tT2jhDrBr9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tT2jhDrBr9 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-tT2jhDrBr9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2jhDrBr9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tT2jhDrBr9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT2jhDrBr9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-tT2jhDrBr9 .nav-item:focus,
.cid-tT2jhDrBr9 .nav-link:focus {
  outline: none;
}
.cid-tT2jhDrBr9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT2jhDrBr9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT2jhDrBr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT2jhDrBr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT2jhDrBr9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT2jhDrBr9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT2jhDrBr9 .dropdown-item.active,
.cid-tT2jhDrBr9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tT2jhDrBr9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT2jhDrBr9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT2jhDrBr9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT2jhDrBr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-tT2jhDrBr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tT2jhDrBr9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tT2jhDrBr9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT2jhDrBr9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tT2jhDrBr9 .navbar-buttons {
    text-align: left;
  }
}
.cid-tT2jhDrBr9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT2jhDrBr9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT2jhDrBr9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT2jhDrBr9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2jhDrBr9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2jhDrBr9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT2jhDrBr9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2jhDrBr9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT2jhDrBr9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT2jhDrBr9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2jhDrBr9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT2jhDrBr9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT2jhDrBr9 .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-tT2jhDrBr9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT2jhDrBr9 .navbar {
    height: 70px;
  }
  .cid-tT2jhDrBr9 .navbar.opened {
    height: auto;
  }
  .cid-tT2jhDrBr9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tT2jhDrBr9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tT2jhDrBr9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tT2jhDrBr9 .navbar-brand {
    margin-right: auto;
  }
  .cid-tT2jhDrBr9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tT2jhDrBr9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tT2jhDrBr9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tT2jhDrBr9 .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-tT2jhDrBr9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tT2jhDrBr9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tT2jghS3EB {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-tT2jghS3EB {
    align-items: flex-start;
  }
  .cid-tT2jghS3EB .row {
    justify-content: flex-start;
  }
}
.cid-tT2jghS3EB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2jghS3EB .mbr-text,
.cid-tT2jghS3EB .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2jghS3EB .mbr-section-title,
.cid-tT2jghS3EB .line {
  color: #232323;
}
.cid-tT2jghS3EB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2jghS3EB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2jghS3EB .mbr-section-subtitle,
.cid-tT2jghS3EB .align {
  text-align: left;
  color: #232323;
}
.cid-uJhKOlfnll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJhKOlfnll .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uJhKOlfnll .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uJhKOlfnll .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #dd2b1c;
  z-index: 1;
}
.cid-uJhKOlfnll .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #232323;
}
.cid-uJhKOlfnll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhKOlfnll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhKOlfnll .row {
  position: relative;
  z-index: 2;
}
.cid-uJhKOlfnll .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJhKOlfnll .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uJhKOlfnll .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJhKOlfnll .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uJhKOlfnll .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uJhKOlfnll .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhKOlfnll .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJhKOlfnll .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uJhKOlfnll .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJhKOlfnll .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uJhKOlfnll .mbr-section-title {
  color: #ffffff;
}
.cid-uJhKOlfnll .mbr-text {
  color: #51565c;
}
.cid-uJhKOlfnll .mbr-text,
.cid-uJhKOlfnll .text-wrapper {
  color: #ffffff;
}
.cid-uJhQHL7Js2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJhQHL7Js2 {
    align-items: flex-start;
  }
  .cid-uJhQHL7Js2 .row {
    justify-content: flex-start;
  }
}
.cid-uJhQHL7Js2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJhQHL7Js2 .mbr-text,
.cid-uJhQHL7Js2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJhQHL7Js2 .mbr-section-title,
.cid-uJhQHL7Js2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJhQHL7Js2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJhQHL7Js2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJhQHL7Js2 .mbr-section-subtitle,
.cid-uJhQHL7Js2 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhNRIlTxt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uJhNRIlTxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhNRIlTxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhNRIlTxt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJhNRIlTxt .container {
    padding: 0 15px;
  }
}
.cid-uJhNRIlTxt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJhNRIlTxt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJhNRIlTxt .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uJhNRIlTxt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJhNRIlTxt .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJhNRIlTxt .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJhNRIlTxt .image-wrapper {
    margin: 0;
  }
}
.cid-uJhNRIlTxt .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uJhNRIlTxt .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uJhNRIlTxt .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uJhNRIlTxt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJhNRIlTxt .panel-title {
  color: #d2d2df;
}
.cid-uJhNRIlTxt .panel-text {
  color: #d2d2df;
}
.cid-uJhNRIlTxt .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJhNRIlTxt .panel-title-edit,
.cid-uJhNRIlTxt .card-header {
  color: #ffffff;
}
.cid-uJhNRIlTxt .panel-text,
.cid-uJhNRIlTxt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uJhKLKOgoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhKLKOgoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhKLKOgoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhKLKOgoK .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhKLKOgoK .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhKLKOgoK .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhKLKOgoK .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhKLKOgoK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhKLKOgoK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhKLKOgoK .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhKLKOgoK .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhKLKOgoK .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhKLKOgoK .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhKLKOgoK .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhKLKOgoK .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhKLKOgoK .mbr-section-title {
  color: #050f0f;
}
.cid-uJhKLKOgoK .mbr-text {
  color: #050f0f;
}
.cid-uJ6xXi77Ic {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ6xXi77Ic {
    align-items: flex-start;
  }
  .cid-uJ6xXi77Ic .row {
    justify-content: flex-start;
  }
}
.cid-uJ6xXi77Ic .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ6xXi77Ic .mbr-text,
.cid-uJ6xXi77Ic .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ6xXi77Ic .mbr-section-title,
.cid-uJ6xXi77Ic .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ6xXi77Ic h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ6xXi77Ic h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ6xXi77Ic .mbr-section-subtitle,
.cid-uJ6xXi77Ic .align {
  text-align: left;
  color: #232323;
}
.cid-uJ6sITRSxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uJ6sITRSxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6sITRSxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6sITRSxp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ6sITRSxp .container {
    padding: 0 15px;
  }
}
.cid-uJ6sITRSxp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ6sITRSxp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJ6sITRSxp .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uJ6sITRSxp .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJ6sITRSxp .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ6sITRSxp .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ6sITRSxp .image-wrapper {
    margin: 0;
  }
}
.cid-uJ6sITRSxp .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uJ6sITRSxp .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uJ6sITRSxp .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uJ6sITRSxp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJ6sITRSxp .panel-title {
  color: #d2d2df;
}
.cid-uJ6sITRSxp .panel-text {
  color: #d2d2df;
}
.cid-uJ6sITRSxp .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ6sITRSxp .panel-title-edit,
.cid-uJ6sITRSxp .card-header {
  color: #ffffff;
}
.cid-uJ6sITRSxp .panel-text,
.cid-uJ6sITRSxp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uJ6n2LjNXR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uJ6n2LjNXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6n2LjNXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6n2LjNXR .row {
  margin: 0 -8px;
}
.cid-uJ6n2LjNXR .row .card {
  padding: 0 8px;
}
.cid-uJ6n2LjNXR .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJ6n2LjNXR .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ6n2LjNXR .card-wrapper {
    padding: 24px;
  }
}
.cid-uJ6n2LjNXR .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJ6n2LjNXR .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ6n2LjNXR .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ6n2LjNXR .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJ6n2LjNXR .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJ6n2LjNXR .mbr-text,
.cid-uJ6n2LjNXR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ6n2LjNXR .mbr-section-title,
.cid-uJ6n2LjNXR .mbr-section-btn {
  color: #ffffff;
}
.cid-tT2vq2U2MS {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #dd2b1c);
}
.cid-tT2vq2U2MS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2vq2U2MS .mbr-text,
.cid-tT2vq2U2MS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2vq2U2MS .mbr-section-title,
.cid-tT2vq2U2MS .line {
  color: #232323;
}
.cid-tT2vq2U2MS .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-tT2vq2U2MS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tT2vq2U2MS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tT2vq2U2MS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tT2vq2U2MS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tT2vq2U2MS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2vq2U2MS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2vq2U2MS .mbr-section-subtitle,
.cid-tT2vq2U2MS .align {
  text-align: left;
  color: #232323;
}
.cid-uJhRp5vOjI {
  display: flex;
  padding-top: 75px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJhRp5vOjI {
    align-items: flex-start;
  }
  .cid-uJhRp5vOjI .row {
    justify-content: flex-start;
  }
}
.cid-uJhRp5vOjI .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJhRp5vOjI .mbr-text,
.cid-uJhRp5vOjI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJhRp5vOjI .mbr-section-title,
.cid-uJhRp5vOjI .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJhRp5vOjI h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJhRp5vOjI h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJhRp5vOjI .mbr-section-subtitle,
.cid-uJhRp5vOjI .align {
  text-align: left;
  color: #232323;
}
.cid-uJhKIaLS3m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uJhKIaLS3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhKIaLS3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhKIaLS3m .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJhKIaLS3m .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJhKIaLS3m .content-wrapper {
    padding: 0;
  }
}
.cid-uJhKIaLS3m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJhKIaLS3m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJhKIaLS3m .mbr-section-title,
.cid-uJhKIaLS3m .title-wrapper {
  color: #ffffff;
}
.cid-uJhKIaLS3m .mbr-section-title,
.cid-uJhKIaLS3m .mbr-section-btn,
.cid-uJhKIaLS3m .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9OCIvcjb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9OCIvcjb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9OCIvcjb .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9OCIvcjb .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9OCIvcjb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9OCIvcjb .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9OCIvcjb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9OCIvcjb .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9OCIvcjb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9OCIvcjb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9OCIvcjb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9OCIvcjb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9OCIvcjb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9OCIvcjb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9OCIvcjb .navbar {
    min-height: 72px;
  }
  .cid-uJ9OCIvcjb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9OCIvcjb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9OCIvcjb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9OCIvcjb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9OCIvcjb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9OCIvcjb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9OCIvcjb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9OCIvcjb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OCIvcjb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9OCIvcjb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9OCIvcjb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9OCIvcjb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9OCIvcjb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9OCIvcjb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9OCIvcjb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9OCIvcjb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9OCIvcjb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9OCIvcjb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9OCIvcjb .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9OCIvcjb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9OCIvcjb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9OCIvcjb .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OCIvcjb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OCIvcjb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9OCIvcjb .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9OCIvcjb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OCIvcjb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9OCIvcjb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9OCIvcjb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9OCIvcjb .nav-item:focus,
.cid-uJ9OCIvcjb .nav-link:focus {
  outline: none;
}
.cid-uJ9OCIvcjb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OCIvcjb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9OCIvcjb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9OCIvcjb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OCIvcjb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9OCIvcjb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9OCIvcjb .dropdown-item.active,
.cid-uJ9OCIvcjb .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9OCIvcjb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9OCIvcjb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9OCIvcjb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9OCIvcjb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9OCIvcjb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9OCIvcjb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9OCIvcjb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9OCIvcjb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9OCIvcjb .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9OCIvcjb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9OCIvcjb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9OCIvcjb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9OCIvcjb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OCIvcjb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OCIvcjb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9OCIvcjb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OCIvcjb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9OCIvcjb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9OCIvcjb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OCIvcjb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9OCIvcjb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9OCIvcjb .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-uJ9OCIvcjb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9OCIvcjb .navbar {
    height: 70px;
  }
  .cid-uJ9OCIvcjb .navbar.opened {
    height: auto;
  }
  .cid-uJ9OCIvcjb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9OCIvcjb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9OCIvcjb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9OCIvcjb .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9OCIvcjb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9OCIvcjb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9OCIvcjb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9OCIvcjb .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-uJ9OCIvcjb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9OCIvcjb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9OCGlb6O {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OCGlb6O {
    align-items: flex-start;
  }
  .cid-uJ9OCGlb6O .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OCGlb6O .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCGlb6O .mbr-text,
.cid-uJ9OCGlb6O .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCGlb6O .mbr-section-title,
.cid-uJ9OCGlb6O .line {
  color: #232323;
}
.cid-uJ9OCGlb6O h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OCGlb6O h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OCGlb6O .mbr-section-subtitle,
.cid-uJ9OCGlb6O .align {
  text-align: left;
  color: #232323;
}
.cid-uJa8fMtD1s {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa8fMtD1s {
    align-items: flex-start;
  }
  .cid-uJa8fMtD1s .row {
    justify-content: flex-start;
  }
}
.cid-uJa8fMtD1s .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa8fMtD1s .mbr-text,
.cid-uJa8fMtD1s .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa8fMtD1s .mbr-section-title,
.cid-uJa8fMtD1s .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa8fMtD1s h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa8fMtD1s h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa8fMtD1s .mbr-section-subtitle,
.cid-uJa8fMtD1s .align {
  text-align: left;
  color: #232323;
}
.cid-uJhT0Nfi9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhT0Nfi9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhT0Nfi9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhT0Nfi9Q .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhT0Nfi9Q .mbr-section-title {
  color: #050f0f;
}
.cid-uJhT0Nfi9Q .mbr-text {
  color: #050f0f;
}
.cid-uJ9OCHA3yz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ9OCHA3yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OCHA3yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OCHA3yz .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uJ9OCHA3yz .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OCHA3yz .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uJ9OCHA3yz .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ9OCHA3yz .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJ9OCHA3yz .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ9OCHA3yz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9OCHA3yz .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ9OCHA3yz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ9OCHA3yz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ9OCHA3yz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uJ9OCHA3yz .mbr-section-title {
  color: #000000;
}
.cid-uJ9OCHA3yz .mbr-text {
  color: #000000;
}
.cid-uJ9OCLlEWc {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OCLlEWc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCLlEWc .mbr-text,
.cid-uJ9OCLlEWc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCLlEWc .mbr-section-title,
.cid-uJ9OCLlEWc .line {
  color: #232323;
}
.cid-uJ9OCLlEWc .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OCLlEWc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OCLlEWc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OCLlEWc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OCLlEWc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OCLlEWc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OCLlEWc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OCLlEWc .mbr-section-subtitle,
.cid-uJ9OCLlEWc .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9OF5BAAU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9OF5BAAU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9OF5BAAU .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9OF5BAAU .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9OF5BAAU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9OF5BAAU .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9OF5BAAU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9OF5BAAU .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9OF5BAAU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9OF5BAAU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9OF5BAAU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9OF5BAAU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9OF5BAAU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9OF5BAAU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9OF5BAAU .navbar {
    min-height: 72px;
  }
  .cid-uJ9OF5BAAU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9OF5BAAU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9OF5BAAU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9OF5BAAU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9OF5BAAU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9OF5BAAU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9OF5BAAU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9OF5BAAU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OF5BAAU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9OF5BAAU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9OF5BAAU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9OF5BAAU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9OF5BAAU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9OF5BAAU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9OF5BAAU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9OF5BAAU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9OF5BAAU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9OF5BAAU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9OF5BAAU .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9OF5BAAU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9OF5BAAU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9OF5BAAU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OF5BAAU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OF5BAAU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9OF5BAAU .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9OF5BAAU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OF5BAAU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9OF5BAAU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9OF5BAAU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9OF5BAAU .nav-item:focus,
.cid-uJ9OF5BAAU .nav-link:focus {
  outline: none;
}
.cid-uJ9OF5BAAU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OF5BAAU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9OF5BAAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9OF5BAAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OF5BAAU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9OF5BAAU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9OF5BAAU .dropdown-item.active,
.cid-uJ9OF5BAAU .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9OF5BAAU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9OF5BAAU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9OF5BAAU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9OF5BAAU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9OF5BAAU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9OF5BAAU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9OF5BAAU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9OF5BAAU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9OF5BAAU .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9OF5BAAU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9OF5BAAU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9OF5BAAU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9OF5BAAU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OF5BAAU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OF5BAAU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9OF5BAAU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OF5BAAU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9OF5BAAU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9OF5BAAU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OF5BAAU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9OF5BAAU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9OF5BAAU .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-uJ9OF5BAAU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9OF5BAAU .navbar {
    height: 70px;
  }
  .cid-uJ9OF5BAAU .navbar.opened {
    height: auto;
  }
  .cid-uJ9OF5BAAU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9OF5BAAU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9OF5BAAU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9OF5BAAU .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9OF5BAAU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9OF5BAAU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9OF5BAAU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9OF5BAAU .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-uJ9OF5BAAU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9OF5BAAU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9OF3M0CY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OF3M0CY {
    align-items: flex-start;
  }
  .cid-uJ9OF3M0CY .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OF3M0CY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF3M0CY .mbr-text,
.cid-uJ9OF3M0CY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF3M0CY .mbr-section-title,
.cid-uJ9OF3M0CY .line {
  color: #232323;
}
.cid-uJ9OF3M0CY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OF3M0CY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OF3M0CY .mbr-section-subtitle,
.cid-uJ9OF3M0CY .align {
  text-align: left;
  color: #232323;
}
.cid-uJa81Y1c8K {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa81Y1c8K {
    align-items: flex-start;
  }
  .cid-uJa81Y1c8K .row {
    justify-content: flex-start;
  }
}
.cid-uJa81Y1c8K .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa81Y1c8K .mbr-text,
.cid-uJa81Y1c8K .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa81Y1c8K .mbr-section-title,
.cid-uJa81Y1c8K .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa81Y1c8K h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa81Y1c8K h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa81Y1c8K .mbr-section-subtitle,
.cid-uJa81Y1c8K .align {
  text-align: left;
  color: #232323;
}
.cid-uJhTKUIwTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhTKUIwTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhTKUIwTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhTKUIwTJ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhTKUIwTJ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhTKUIwTJ .mbr-section-title {
  color: #050f0f;
}
.cid-uJhTKUIwTJ .mbr-text {
  color: #050f0f;
}
.cid-uJ9OF4u76A {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2061-1000x750.jpg");
}
.cid-uJ9OF4u76A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OF4u76A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OF4u76A .row {
  margin: 0 -8px;
}
.cid-uJ9OF4u76A .row .card {
  padding: 0 8px;
}
.cid-uJ9OF4u76A .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJ9OF4u76A .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OF4u76A .card-wrapper {
    padding: 24px;
  }
}
.cid-uJ9OF4u76A .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJ9OF4u76A .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OF4u76A .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ9OF4u76A .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJ9OF4u76A .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJ9OF4u76A .mbr-text,
.cid-uJ9OF4u76A .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uJ9OF8hGOz {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OF8hGOz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF8hGOz .mbr-text,
.cid-uJ9OF8hGOz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF8hGOz .mbr-section-title,
.cid-uJ9OF8hGOz .line {
  color: #232323;
}
.cid-uJ9OF8hGOz .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OF8hGOz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OF8hGOz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OF8hGOz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OF8hGOz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OF8hGOz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OF8hGOz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OF8hGOz .mbr-section-subtitle,
.cid-uJ9OF8hGOz .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9OM8O34b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9OM8O34b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9OM8O34b .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9OM8O34b .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9OM8O34b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9OM8O34b .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9OM8O34b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9OM8O34b .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9OM8O34b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9OM8O34b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9OM8O34b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9OM8O34b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9OM8O34b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9OM8O34b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9OM8O34b .navbar {
    min-height: 72px;
  }
  .cid-uJ9OM8O34b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9OM8O34b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9OM8O34b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9OM8O34b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9OM8O34b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9OM8O34b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9OM8O34b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9OM8O34b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OM8O34b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9OM8O34b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9OM8O34b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9OM8O34b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9OM8O34b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9OM8O34b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9OM8O34b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9OM8O34b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9OM8O34b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9OM8O34b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9OM8O34b .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9OM8O34b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9OM8O34b .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9OM8O34b .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OM8O34b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OM8O34b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9OM8O34b .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9OM8O34b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OM8O34b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9OM8O34b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9OM8O34b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9OM8O34b .nav-item:focus,
.cid-uJ9OM8O34b .nav-link:focus {
  outline: none;
}
.cid-uJ9OM8O34b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OM8O34b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9OM8O34b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9OM8O34b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OM8O34b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9OM8O34b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9OM8O34b .dropdown-item.active,
.cid-uJ9OM8O34b .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9OM8O34b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9OM8O34b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9OM8O34b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9OM8O34b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9OM8O34b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9OM8O34b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9OM8O34b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9OM8O34b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9OM8O34b .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9OM8O34b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9OM8O34b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9OM8O34b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9OM8O34b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OM8O34b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OM8O34b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9OM8O34b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OM8O34b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9OM8O34b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9OM8O34b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OM8O34b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9OM8O34b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9OM8O34b .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-uJ9OM8O34b .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9OM8O34b .navbar {
    height: 70px;
  }
  .cid-uJ9OM8O34b .navbar.opened {
    height: auto;
  }
  .cid-uJ9OM8O34b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9OM8O34b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9OM8O34b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9OM8O34b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9OM8O34b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9OM8O34b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9OM8O34b .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9OM8O34b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9OM8O34b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9OM8O34b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9OM8O34b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9OM8O34b .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-uJ9OM8O34b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9OM8O34b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9OM6Rw1r {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OM6Rw1r {
    align-items: flex-start;
  }
  .cid-uJ9OM6Rw1r .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OM6Rw1r .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OM6Rw1r .mbr-text,
.cid-uJ9OM6Rw1r .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OM6Rw1r .mbr-section-title,
.cid-uJ9OM6Rw1r .line {
  color: #232323;
}
.cid-uJ9OM6Rw1r h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OM6Rw1r h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OM6Rw1r .mbr-section-subtitle,
.cid-uJ9OM6Rw1r .align {
  text-align: left;
  color: #232323;
}
.cid-uJa3s1SNqf {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa3s1SNqf {
    align-items: flex-start;
  }
  .cid-uJa3s1SNqf .row {
    justify-content: flex-start;
  }
}
.cid-uJa3s1SNqf .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa3s1SNqf .mbr-text,
.cid-uJa3s1SNqf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa3s1SNqf .mbr-section-title,
.cid-uJa3s1SNqf .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa3s1SNqf h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa3s1SNqf h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa3s1SNqf .mbr-section-subtitle,
.cid-uJa3s1SNqf .align {
  text-align: left;
  color: #232323;
}
.cid-uJhY8Fprlh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #e8ebe8;
}
.cid-uJhY8Fprlh .mbr-section-title {
  margin-bottom: 18px;
  color: #464646;
}
.cid-uJhY8Fprlh .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uJhY8Fprlh .mbr-text {
  color: #464646;
}
.cid-uJhY8Fprlh .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #d5d9d5;
  z-index: 0;
}
.cid-uJhY8Fprlh img,
.cid-uJhY8Fprlh .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-uJhY8Fprlh .item {
  margin-bottom: 65px;
}
.cid-uJhY8Fprlh .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJhY8Fprlh .card_info {
  margin-bottom: 12px;
}
.cid-uJhY8Fprlh .card_title {
  color: #464646;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-uJhY8Fprlh .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uJhY8Fprlh .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-uJhY8Fprlh .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-uJhY8Fprlh .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uJhY8Fprlh .linkBtn a:after,
.cid-uJhY8Fprlh .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uJhY8Fprlh .linkBtn a:before {
  left: 0;
}
.cid-uJhY8Fprlh .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uJhY8Fprlh .linkBtn a:hover:before,
.cid-uJhY8Fprlh .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uJhY8Fprlh .card_date {
  color: #464646;
}
.cid-uJhY8Fprlh .card_text,
.cid-uJhY8Fprlh .linkBtn {
  color: #191919;
}
.cid-uJ9OM7Bmxr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2033-1000x749.jpg");
}
.cid-uJ9OM7Bmxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OM7Bmxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OM7Bmxr .row {
  margin: 0 -8px;
}
.cid-uJ9OM7Bmxr .row .card {
  padding: 0 8px;
}
.cid-uJ9OM7Bmxr .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJ9OM7Bmxr .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OM7Bmxr .card-wrapper {
    padding: 24px;
  }
}
.cid-uJ9OM7Bmxr .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJ9OM7Bmxr .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .6;
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OM7Bmxr .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ9OM7Bmxr .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJ9OM7Bmxr .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJ9OM7Bmxr .mbr-text,
.cid-uJ9OM7Bmxr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9OMbpY5j {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OMbpY5j .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OMbpY5j .mbr-text,
.cid-uJ9OMbpY5j .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OMbpY5j .mbr-section-title,
.cid-uJ9OMbpY5j .line {
  color: #232323;
}
.cid-uJ9OMbpY5j .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OMbpY5j .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OMbpY5j .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OMbpY5j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OMbpY5j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OMbpY5j h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OMbpY5j h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OMbpY5j .mbr-section-subtitle,
.cid-uJ9OMbpY5j .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9OGZWaeT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9OGZWaeT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9OGZWaeT .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9OGZWaeT .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9OGZWaeT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9OGZWaeT .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9OGZWaeT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9OGZWaeT .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9OGZWaeT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9OGZWaeT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9OGZWaeT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9OGZWaeT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9OGZWaeT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9OGZWaeT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9OGZWaeT .navbar {
    min-height: 72px;
  }
  .cid-uJ9OGZWaeT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9OGZWaeT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9OGZWaeT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9OGZWaeT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9OGZWaeT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9OGZWaeT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9OGZWaeT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9OGZWaeT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OGZWaeT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9OGZWaeT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9OGZWaeT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9OGZWaeT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9OGZWaeT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9OGZWaeT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9OGZWaeT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9OGZWaeT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9OGZWaeT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9OGZWaeT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9OGZWaeT .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9OGZWaeT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9OGZWaeT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9OGZWaeT .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OGZWaeT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OGZWaeT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9OGZWaeT .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9OGZWaeT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OGZWaeT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9OGZWaeT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9OGZWaeT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9OGZWaeT .nav-item:focus,
.cid-uJ9OGZWaeT .nav-link:focus {
  outline: none;
}
.cid-uJ9OGZWaeT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OGZWaeT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9OGZWaeT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9OGZWaeT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OGZWaeT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9OGZWaeT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9OGZWaeT .dropdown-item.active,
.cid-uJ9OGZWaeT .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9OGZWaeT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9OGZWaeT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9OGZWaeT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9OGZWaeT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9OGZWaeT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9OGZWaeT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9OGZWaeT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9OGZWaeT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9OGZWaeT .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9OGZWaeT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9OGZWaeT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9OGZWaeT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9OGZWaeT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OGZWaeT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OGZWaeT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9OGZWaeT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OGZWaeT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9OGZWaeT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9OGZWaeT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OGZWaeT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9OGZWaeT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9OGZWaeT .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-uJ9OGZWaeT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9OGZWaeT .navbar {
    height: 70px;
  }
  .cid-uJ9OGZWaeT .navbar.opened {
    height: auto;
  }
  .cid-uJ9OGZWaeT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9OGZWaeT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9OGZWaeT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9OGZWaeT .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9OGZWaeT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9OGZWaeT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9OGZWaeT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9OGZWaeT .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-uJ9OGZWaeT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9OGZWaeT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9OGXYoP7 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OGXYoP7 {
    align-items: flex-start;
  }
  .cid-uJ9OGXYoP7 .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OGXYoP7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OGXYoP7 .mbr-text,
.cid-uJ9OGXYoP7 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OGXYoP7 .mbr-section-title,
.cid-uJ9OGXYoP7 .line {
  color: #232323;
}
.cid-uJ9OGXYoP7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OGXYoP7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OGXYoP7 .mbr-section-subtitle,
.cid-uJ9OGXYoP7 .align {
  text-align: left;
  color: #232323;
}
.cid-uJa3yJZHLK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa3yJZHLK {
    align-items: flex-start;
  }
  .cid-uJa3yJZHLK .row {
    justify-content: flex-start;
  }
}
.cid-uJa3yJZHLK .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa3yJZHLK .mbr-text,
.cid-uJa3yJZHLK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa3yJZHLK .mbr-section-title,
.cid-uJa3yJZHLK .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa3yJZHLK h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa3yJZHLK h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa3yJZHLK .mbr-section-subtitle,
.cid-uJa3yJZHLK .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9OGZ7iZL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ9OGZ7iZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OGZ7iZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OGZ7iZL .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uJ9OGZ7iZL .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OGZ7iZL .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uJ9OGZ7iZL .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ9OGZ7iZL .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJ9OGZ7iZL .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ9OGZ7iZL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9OGZ7iZL .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ9OGZ7iZL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ9OGZ7iZL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ9OGZ7iZL .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uJ9OGZ7iZL .mbr-section-title {
  color: #000000;
}
.cid-uJ9OGZ7iZL .mbr-text {
  color: #000000;
}
.cid-uJ9OGZ7iZL .mbr-text,
.cid-uJ9OGZ7iZL .text-wrapper {
  text-align: center;
}
.cid-uJ9OH2Iub8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OH2Iub8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OH2Iub8 .mbr-text,
.cid-uJ9OH2Iub8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OH2Iub8 .mbr-section-title,
.cid-uJ9OH2Iub8 .line {
  color: #232323;
}
.cid-uJ9OH2Iub8 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OH2Iub8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OH2Iub8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OH2Iub8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OH2Iub8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OH2Iub8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OH2Iub8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OH2Iub8 .mbr-section-subtitle,
.cid-uJ9OH2Iub8 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9OKdaDPv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9OKdaDPv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9OKdaDPv .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9OKdaDPv .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9OKdaDPv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9OKdaDPv .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9OKdaDPv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9OKdaDPv .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9OKdaDPv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9OKdaDPv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9OKdaDPv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9OKdaDPv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9OKdaDPv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9OKdaDPv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9OKdaDPv .navbar {
    min-height: 72px;
  }
  .cid-uJ9OKdaDPv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9OKdaDPv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9OKdaDPv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9OKdaDPv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9OKdaDPv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9OKdaDPv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9OKdaDPv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9OKdaDPv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OKdaDPv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9OKdaDPv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9OKdaDPv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9OKdaDPv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9OKdaDPv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9OKdaDPv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9OKdaDPv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9OKdaDPv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9OKdaDPv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9OKdaDPv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9OKdaDPv .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9OKdaDPv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9OKdaDPv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9OKdaDPv .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OKdaDPv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9OKdaDPv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9OKdaDPv .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9OKdaDPv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9OKdaDPv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9OKdaDPv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9OKdaDPv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9OKdaDPv .nav-item:focus,
.cid-uJ9OKdaDPv .nav-link:focus {
  outline: none;
}
.cid-uJ9OKdaDPv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OKdaDPv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9OKdaDPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9OKdaDPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9OKdaDPv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9OKdaDPv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9OKdaDPv .dropdown-item.active,
.cid-uJ9OKdaDPv .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9OKdaDPv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9OKdaDPv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9OKdaDPv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9OKdaDPv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9OKdaDPv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9OKdaDPv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9OKdaDPv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9OKdaDPv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9OKdaDPv .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9OKdaDPv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9OKdaDPv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9OKdaDPv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9OKdaDPv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OKdaDPv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9OKdaDPv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9OKdaDPv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OKdaDPv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9OKdaDPv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9OKdaDPv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9OKdaDPv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9OKdaDPv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9OKdaDPv .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-uJ9OKdaDPv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9OKdaDPv .navbar {
    height: 70px;
  }
  .cid-uJ9OKdaDPv .navbar.opened {
    height: auto;
  }
  .cid-uJ9OKdaDPv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9OKdaDPv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9OKdaDPv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9OKdaDPv .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9OKdaDPv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9OKdaDPv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9OKdaDPv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9OKdaDPv .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-uJ9OKdaDPv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9OKdaDPv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9OK9pOZR {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OK9pOZR {
    align-items: flex-start;
  }
  .cid-uJ9OK9pOZR .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OK9pOZR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OK9pOZR .mbr-text,
.cid-uJ9OK9pOZR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OK9pOZR .mbr-section-title,
.cid-uJ9OK9pOZR .line {
  color: #232323;
}
.cid-uJ9OK9pOZR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OK9pOZR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OK9pOZR .mbr-section-subtitle,
.cid-uJ9OK9pOZR .align {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ag9hoe {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa8Ag9hoe {
    align-items: flex-start;
  }
  .cid-uJa8Ag9hoe .row {
    justify-content: flex-start;
  }
}
.cid-uJa8Ag9hoe .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ag9hoe .mbr-text,
.cid-uJa8Ag9hoe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa8Ag9hoe .mbr-section-title,
.cid-uJa8Ag9hoe .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa8Ag9hoe h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa8Ag9hoe h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa8Ag9hoe .mbr-section-subtitle,
.cid-uJa8Ag9hoe .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9OKcN1xI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e8f4;
}
.cid-uJ9OKcN1xI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OKcN1xI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OKcN1xI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uJ9OKcN1xI .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uJ9OKcN1xI .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #808080;
}
@media (max-width: 1200px) {
  .cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #dd2b1c;
}
.cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #d2f2f5;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uJ9OKcN1xI .mbr-section-title {
  color: #212529;
}
.cid-uJ9OKcN1xI .item-title {
  color: #212529;
}
.cid-uJ9OKcN1xI .item-text {
  color: #51565c;
}
.cid-uJ9OKcN1xI .mbr-section-title,
.cid-uJ9OKcN1xI .tabs-wrapper {
  color: #212529;
}
.cid-uJ9OKfExDH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9OKfExDH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OKfExDH .mbr-text,
.cid-uJ9OKfExDH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OKfExDH .mbr-section-title,
.cid-uJ9OKfExDH .line {
  color: #232323;
}
.cid-uJ9OKfExDH .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OKfExDH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OKfExDH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OKfExDH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OKfExDH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OKfExDH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OKfExDH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OKfExDH .mbr-section-subtitle,
.cid-uJ9OKfExDH .align {
  text-align: left;
  color: #232323;
}
.cid-uJikQZRw9g {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJikQZRw9g {
    align-items: flex-start;
  }
  .cid-uJikQZRw9g .row {
    justify-content: flex-start;
  }
}
.cid-uJikQZRw9g .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJikQZRw9g .mbr-text,
.cid-uJikQZRw9g .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJikQZRw9g .mbr-section-title,
.cid-uJikQZRw9g .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJikQZRw9g h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJikQZRw9g h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJikQZRw9g .mbr-section-subtitle,
.cid-uJikQZRw9g .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ6coCkucT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ6coCkucT .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-uJ6coCkucT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ6coCkucT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ6coCkucT .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ6coCkucT .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ6coCkucT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ6coCkucT .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ6coCkucT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ6coCkucT .navbar.collapsed {
  justify-content: center;
}
.cid-uJ6coCkucT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ6coCkucT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ6coCkucT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ6coCkucT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ6coCkucT .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-uJ6coCkucT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ6coCkucT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ6coCkucT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ6coCkucT .navbar {
    min-height: 72px;
  }
  .cid-uJ6coCkucT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ6coCkucT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ6coCkucT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ6coCkucT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ6coCkucT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ6coCkucT .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-uJ6coCkucT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ6coCkucT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ6coCkucT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ6coCkucT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ6coCkucT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ6coCkucT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ6coCkucT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ6coCkucT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ6coCkucT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ6coCkucT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ6coCkucT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ6coCkucT .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-uJ6coCkucT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ6coCkucT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ6coCkucT .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-uJ6coCkucT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ6coCkucT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ6coCkucT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ6coCkucT .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ6coCkucT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ6coCkucT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ6coCkucT .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ6coCkucT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ6coCkucT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ6coCkucT .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ6coCkucT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ6coCkucT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ6coCkucT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ6coCkucT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ6coCkucT .nav-item:focus,
.cid-uJ6coCkucT .nav-link:focus {
  outline: none;
}
.cid-uJ6coCkucT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ6coCkucT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ6coCkucT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ6coCkucT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6coCkucT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ6coCkucT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ6coCkucT .dropdown-item.active,
.cid-uJ6coCkucT .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ6coCkucT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ6coCkucT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ6coCkucT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ6coCkucT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ6coCkucT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ6coCkucT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ6coCkucT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ6coCkucT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ6coCkucT .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ6coCkucT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ6coCkucT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ6coCkucT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ6coCkucT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ6coCkucT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ6coCkucT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ6coCkucT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6coCkucT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ6coCkucT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ6coCkucT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6coCkucT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ6coCkucT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ6coCkucT .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-uJ6coCkucT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ6coCkucT .navbar {
    height: 70px;
  }
  .cid-uJ6coCkucT .navbar.opened {
    height: auto;
  }
  .cid-uJ6coCkucT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ6coCkucT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ6coCkucT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ6coCkucT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ6coCkucT .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-uJ6coCkucT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ6coCkucT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ6coCkucT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ6coCkucT .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ6coCkucT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ6coCkucT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ6coCkucT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ6coCkucT .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-uJ6coCkucT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ6coCkucT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ6coCkucT .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-uJ6coCkucT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ6coCkucT .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-uJ6coCkucT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ6coCkucT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ6coBHwAZ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ6coBHwAZ {
    align-items: flex-start;
  }
  .cid-uJ6coBHwAZ .row {
    justify-content: flex-start;
  }
}
.cid-uJ6coBHwAZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ6coBHwAZ .mbr-text,
.cid-uJ6coBHwAZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ6coBHwAZ .mbr-section-title,
.cid-uJ6coBHwAZ .line {
  color: #232323;
}
.cid-uJ6coBHwAZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ6coBHwAZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ6coBHwAZ .mbr-section-subtitle,
.cid-uJ6coBHwAZ .align {
  text-align: left;
  color: #232323;
}
.cid-uJas3LXDku {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #ffffff);
}
@media (min-width: 768px) {
  .cid-uJas3LXDku {
    align-items: flex-start;
  }
  .cid-uJas3LXDku .row {
    justify-content: flex-start;
  }
}
.cid-uJas3LXDku .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJas3LXDku .mbr-text,
.cid-uJas3LXDku .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJas3LXDku .mbr-section-title,
.cid-uJas3LXDku .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJas3LXDku h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJas3LXDku h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJas3LXDku .mbr-section-subtitle,
.cid-uJas3LXDku .align {
  text-align: left;
  color: #232323;
}
.cid-uJ6cX72GYF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ6cX72GYF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ6cX72GYF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ6cX72GYF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ6cX72GYF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJ6cX72GYF .container {
  padding: 0;
}
.cid-uJ6cX72GYF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ6cX72GYF .icon-focus {
  display: none;
}
.cid-uJ6cX72GYF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uJ6cX72GYF .btn-primary-outline:hover {
  background: transparent !important;
  color: #dd2b1c !important;
}
.cid-uJ6cX72GYF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uJ6cX72GYF li {
  position: relative;
}
.cid-uJ6cX72GYF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uJ6cX72GYF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #444444, #3a341c) !important;
}
.cid-uJ6cX72GYF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ6cX72GYF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uJ6cX72GYF .btn {
  font-family: Plus Jakarta Sans !important;
}
.cid-uJ6cX72GYF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uJ6cX72GYF .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uJ6cX72GYF .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #444444 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #444444, #3a341c) !important;
}
@media (max-width: 767px) {
  .cid-uJ6cX72GYF li:not(:last-child):after {
    top: 9px;
  }
  .cid-uJ6cX72GYF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uJikAgNVE5 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
@media (min-width: 768px) {
  .cid-uJikAgNVE5 {
    align-items: flex-start;
  }
  .cid-uJikAgNVE5 .row {
    justify-content: flex-start;
  }
}
.cid-uJikAgNVE5 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJikAgNVE5 .mbr-text,
.cid-uJikAgNVE5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJikAgNVE5 .mbr-section-title,
.cid-uJikAgNVE5 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJikAgNVE5 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJikAgNVE5 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJikAgNVE5 .mbr-section-subtitle,
.cid-uJikAgNVE5 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9ONRqfAO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9ONRqfAO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9ONRqfAO .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9ONRqfAO .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9ONRqfAO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9ONRqfAO .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9ONRqfAO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9ONRqfAO .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9ONRqfAO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9ONRqfAO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9ONRqfAO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9ONRqfAO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9ONRqfAO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9ONRqfAO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9ONRqfAO .navbar {
    min-height: 72px;
  }
  .cid-uJ9ONRqfAO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9ONRqfAO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9ONRqfAO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9ONRqfAO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9ONRqfAO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9ONRqfAO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9ONRqfAO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9ONRqfAO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9ONRqfAO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9ONRqfAO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9ONRqfAO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9ONRqfAO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9ONRqfAO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9ONRqfAO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9ONRqfAO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9ONRqfAO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9ONRqfAO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9ONRqfAO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9ONRqfAO .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9ONRqfAO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9ONRqfAO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9ONRqfAO .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9ONRqfAO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9ONRqfAO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9ONRqfAO .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9ONRqfAO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9ONRqfAO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9ONRqfAO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9ONRqfAO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9ONRqfAO .nav-item:focus,
.cid-uJ9ONRqfAO .nav-link:focus {
  outline: none;
}
.cid-uJ9ONRqfAO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9ONRqfAO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9ONRqfAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9ONRqfAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9ONRqfAO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9ONRqfAO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9ONRqfAO .dropdown-item.active,
.cid-uJ9ONRqfAO .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9ONRqfAO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9ONRqfAO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9ONRqfAO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9ONRqfAO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9ONRqfAO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9ONRqfAO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9ONRqfAO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9ONRqfAO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9ONRqfAO .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9ONRqfAO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9ONRqfAO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9ONRqfAO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9ONRqfAO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9ONRqfAO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9ONRqfAO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9ONRqfAO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9ONRqfAO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9ONRqfAO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9ONRqfAO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9ONRqfAO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9ONRqfAO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9ONRqfAO .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-uJ9ONRqfAO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9ONRqfAO .navbar {
    height: 70px;
  }
  .cid-uJ9ONRqfAO .navbar.opened {
    height: auto;
  }
  .cid-uJ9ONRqfAO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9ONRqfAO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9ONRqfAO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9ONRqfAO .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9ONRqfAO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9ONRqfAO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9ONRqfAO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9ONRqfAO .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-uJ9ONRqfAO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9ONRqfAO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9ONPloQr {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9ONPloQr {
    align-items: flex-start;
  }
  .cid-uJ9ONPloQr .row {
    justify-content: flex-start;
  }
}
.cid-uJ9ONPloQr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9ONPloQr .mbr-text,
.cid-uJ9ONPloQr .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9ONPloQr .mbr-section-title,
.cid-uJ9ONPloQr .line {
  color: #232323;
}
.cid-uJ9ONPloQr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9ONPloQr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9ONPloQr .mbr-section-subtitle,
.cid-uJ9ONPloQr .align {
  text-align: left;
  color: #232323;
}
.cid-uJijE2OiPe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJijE2OiPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJijE2OiPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJijE2OiPe .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJijE2OiPe .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJijE2OiPe .content-wrapper {
    padding: 0;
  }
}
.cid-uJijE2OiPe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJijE2OiPe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJijE2OiPe .mbr-section-title,
.cid-uJijE2OiPe .title-wrapper {
  color: #ffffff;
}
.cid-uJijE2OiPe .mbr-section-title,
.cid-uJijE2OiPe .mbr-section-btn,
.cid-uJijE2OiPe .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJijMviztO {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJijMviztO {
    align-items: flex-start;
  }
  .cid-uJijMviztO .row {
    justify-content: flex-start;
  }
}
.cid-uJijMviztO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJijMviztO .mbr-text,
.cid-uJijMviztO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJijMviztO .mbr-section-title,
.cid-uJijMviztO .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJijMviztO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJijMviztO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJijMviztO .mbr-section-subtitle,
.cid-uJijMviztO .align {
  text-align: left;
  color: #232323;
}
.cid-uJayQH328p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2036-1000x749.jpeg");
}
.cid-uJayQH328p .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uJayQH328p h4,
.cid-uJayQH328p p {
  padding-bottom: 1rem;
}
.cid-uJayQH328p .col-auto,
.cid-uJayQH328p .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJayQH328p .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uJayQH328p .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJayQH328p .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJayQH328p .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJayQH328p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJayQH328p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJayQH328p .form-control,
.cid-uJayQH328p .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uJayQH328p .form-control::-webkit-input-placeholder,
.cid-uJayQH328p .field-input::-webkit-input-placeholder,
.cid-uJayQH328p .form-control::-webkit-input-placeholder,
.cid-uJayQH328p .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uJayQH328p .form-control:-moz-placeholder,
.cid-uJayQH328p .field-input:-moz-placeholder,
.cid-uJayQH328p .form-control:-moz-placeholder,
.cid-uJayQH328p .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uJayQH328p .form-control:hover,
.cid-uJayQH328p .field-input:hover,
.cid-uJayQH328p .form-control:focus,
.cid-uJayQH328p .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uJayQH328p .form-control:hover::-webkit-input-placeholder,
.cid-uJayQH328p .field-input:hover::-webkit-input-placeholder,
.cid-uJayQH328p .form-control:focus::-webkit-input-placeholder,
.cid-uJayQH328p .field-input:focus::-webkit-input-placeholder,
.cid-uJayQH328p .form-control:hover::-webkit-input-placeholder,
.cid-uJayQH328p .field-input:hover::-webkit-input-placeholder,
.cid-uJayQH328p .form-control:focus::-webkit-input-placeholder,
.cid-uJayQH328p .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uJayQH328p .form-control:hover:-moz-placeholder,
.cid-uJayQH328p .field-input:hover:-moz-placeholder,
.cid-uJayQH328p .form-control:focus:-moz-placeholder,
.cid-uJayQH328p .field-input:focus:-moz-placeholder,
.cid-uJayQH328p .form-control:hover:-moz-placeholder,
.cid-uJayQH328p .field-input:hover:-moz-placeholder,
.cid-uJayQH328p .form-control:focus:-moz-placeholder,
.cid-uJayQH328p .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uJayQH328p .jq-number__spin:hover,
.cid-uJayQH328p .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uJayQH328p .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJayQH328p .jq-selectbox li,
.cid-uJayQH328p .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJayQH328p .jq-selectbox li:hover,
.cid-uJayQH328p .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJayQH328p .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJayQH328p .jq-number__spin.minus:hover:after,
.cid-uJayQH328p .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJayQH328p .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJayQH328p .jq-number__spin.minus:after,
.cid-uJayQH328p .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJayQH328p input::-webkit-clear-button {
  display: none;
}
.cid-uJayQH328p input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJayQH328p input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJayQH328p input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJayQH328p LABEL {
  color: #ffffff;
}
.cid-uJayQH328p H4 {
  color: #ffffff;
}
.cid-uJayQH328p P {
  color: #ffffff;
}
.cid-uJijElUBgH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #ffffff);
}
@media (min-width: 768px) {
  .cid-uJijElUBgH {
    align-items: flex-start;
  }
  .cid-uJijElUBgH .row {
    justify-content: flex-start;
  }
}
.cid-uJijElUBgH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJijElUBgH .mbr-text,
.cid-uJijElUBgH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJijElUBgH .mbr-section-title,
.cid-uJijElUBgH .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJijElUBgH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJijElUBgH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJijElUBgH .mbr-section-subtitle,
.cid-uJijElUBgH .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9WErS15s {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9WErS15s .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-uJ9WErS15s .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9WErS15s .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9WErS15s .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9WErS15s .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9WErS15s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9WErS15s .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9WErS15s .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9WErS15s .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9WErS15s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9WErS15s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9WErS15s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9WErS15s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9WErS15s .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-uJ9WErS15s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9WErS15s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9WErS15s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9WErS15s .navbar {
    min-height: 72px;
  }
  .cid-uJ9WErS15s .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9WErS15s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9WErS15s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9WErS15s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9WErS15s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9WErS15s .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-uJ9WErS15s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9WErS15s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9WErS15s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9WErS15s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9WErS15s .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9WErS15s .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9WErS15s .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9WErS15s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9WErS15s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9WErS15s .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9WErS15s .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9WErS15s .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-uJ9WErS15s .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9WErS15s .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9WErS15s .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-uJ9WErS15s .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9WErS15s .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9WErS15s .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9WErS15s .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9WErS15s .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9WErS15s .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9WErS15s .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9WErS15s .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9WErS15s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9WErS15s .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9WErS15s .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9WErS15s .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9WErS15s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9WErS15s .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9WErS15s .nav-item:focus,
.cid-uJ9WErS15s .nav-link:focus {
  outline: none;
}
.cid-uJ9WErS15s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9WErS15s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9WErS15s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9WErS15s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9WErS15s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9WErS15s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9WErS15s .dropdown-item.active,
.cid-uJ9WErS15s .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9WErS15s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9WErS15s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9WErS15s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9WErS15s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9WErS15s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9WErS15s .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9WErS15s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9WErS15s .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9WErS15s .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9WErS15s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9WErS15s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9WErS15s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9WErS15s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9WErS15s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9WErS15s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9WErS15s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9WErS15s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9WErS15s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9WErS15s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9WErS15s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9WErS15s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9WErS15s .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-uJ9WErS15s .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9WErS15s .navbar {
    height: 70px;
  }
  .cid-uJ9WErS15s .navbar.opened {
    height: auto;
  }
  .cid-uJ9WErS15s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9WErS15s .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9WErS15s .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9WErS15s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9WErS15s .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-uJ9WErS15s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9WErS15s .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9WErS15s .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9WErS15s .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9WErS15s .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9WErS15s .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9WErS15s .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9WErS15s .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-uJ9WErS15s .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9WErS15s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9WErS15s .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-uJ9WErS15s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9WErS15s .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-uJ9WErS15s .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9WErS15s .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9WEpuSZt {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9WEpuSZt {
    align-items: flex-start;
  }
  .cid-uJ9WEpuSZt .row {
    justify-content: flex-start;
  }
}
.cid-uJ9WEpuSZt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEpuSZt .mbr-text,
.cid-uJ9WEpuSZt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEpuSZt .mbr-section-title,
.cid-uJ9WEpuSZt .line {
  color: #232323;
}
.cid-uJ9WEpuSZt h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WEpuSZt h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WEpuSZt .mbr-section-subtitle,
.cid-uJ9WEpuSZt .align {
  text-align: left;
  color: #232323;
}
.cid-uJa1yRWcRm {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa1yRWcRm {
    align-items: flex-start;
  }
  .cid-uJa1yRWcRm .row {
    justify-content: flex-start;
  }
}
.cid-uJa1yRWcRm .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa1yRWcRm .mbr-text,
.cid-uJa1yRWcRm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa1yRWcRm .mbr-section-title,
.cid-uJa1yRWcRm .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa1yRWcRm h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa1yRWcRm h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa1yRWcRm .mbr-section-subtitle,
.cid-uJa1yRWcRm .align {
  text-align: left;
  color: #232323;
}
.cid-uJi96Ss6HR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJi96Ss6HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi96Ss6HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi96Ss6HR .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJi96Ss6HR .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJi96Ss6HR .content-wrapper {
    padding: 0;
  }
}
.cid-uJi96Ss6HR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJi96Ss6HR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJi96Ss6HR .mbr-section-title,
.cid-uJi96Ss6HR .title-wrapper {
  color: #ffffff;
}
.cid-uJi96Ss6HR .mbr-section-title,
.cid-uJi96Ss6HR .mbr-section-btn,
.cid-uJi96Ss6HR .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi6i5JcDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi6i5JcDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi6i5JcDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi6i5JcDN .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi6i5JcDN .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi6i5JcDN .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi6i5JcDN .mbr-section-title {
  color: #050f0f;
}
.cid-uJi6i5JcDN .mbr-text {
  color: #050f0f;
}
.cid-uJ9WEuyr2Z {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9WEuyr2Z .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEuyr2Z .mbr-text,
.cid-uJ9WEuyr2Z .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEuyr2Z .mbr-section-title,
.cid-uJ9WEuyr2Z .line {
  color: #232323;
}
.cid-uJ9WEuyr2Z .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9WEuyr2Z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9WEuyr2Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9WEuyr2Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9WEuyr2Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9WEuyr2Z h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WEuyr2Z h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WEuyr2Z .mbr-section-subtitle,
.cid-uJ9WEuyr2Z .align {
  text-align: left;
  color: #232323;
}
.cid-uJi9ofTP60 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJi9ofTP60 {
    align-items: flex-start;
  }
  .cid-uJi9ofTP60 .row {
    justify-content: flex-start;
  }
}
.cid-uJi9ofTP60 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJi9ofTP60 .mbr-text,
.cid-uJi9ofTP60 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJi9ofTP60 .mbr-section-title,
.cid-uJi9ofTP60 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJi9ofTP60 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJi9ofTP60 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJi9ofTP60 .mbr-section-subtitle,
.cid-uJi9ofTP60 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9WhVWlCP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9WhVWlCP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9WhVWlCP .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9WhVWlCP .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9WhVWlCP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9WhVWlCP .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9WhVWlCP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9WhVWlCP .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9WhVWlCP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9WhVWlCP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9WhVWlCP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9WhVWlCP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9WhVWlCP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9WhVWlCP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9WhVWlCP .navbar {
    min-height: 72px;
  }
  .cid-uJ9WhVWlCP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9WhVWlCP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9WhVWlCP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9WhVWlCP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9WhVWlCP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9WhVWlCP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9WhVWlCP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9WhVWlCP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9WhVWlCP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9WhVWlCP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9WhVWlCP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9WhVWlCP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9WhVWlCP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9WhVWlCP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9WhVWlCP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9WhVWlCP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9WhVWlCP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9WhVWlCP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9WhVWlCP .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9WhVWlCP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9WhVWlCP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9WhVWlCP .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9WhVWlCP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9WhVWlCP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9WhVWlCP .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9WhVWlCP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9WhVWlCP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9WhVWlCP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9WhVWlCP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9WhVWlCP .nav-item:focus,
.cid-uJ9WhVWlCP .nav-link:focus {
  outline: none;
}
.cid-uJ9WhVWlCP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9WhVWlCP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9WhVWlCP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9WhVWlCP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9WhVWlCP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9WhVWlCP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9WhVWlCP .dropdown-item.active,
.cid-uJ9WhVWlCP .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9WhVWlCP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9WhVWlCP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9WhVWlCP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9WhVWlCP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9WhVWlCP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9WhVWlCP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9WhVWlCP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9WhVWlCP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9WhVWlCP .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9WhVWlCP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9WhVWlCP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9WhVWlCP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9WhVWlCP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9WhVWlCP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9WhVWlCP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9WhVWlCP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9WhVWlCP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9WhVWlCP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9WhVWlCP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9WhVWlCP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9WhVWlCP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9WhVWlCP .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-uJ9WhVWlCP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9WhVWlCP .navbar {
    height: 70px;
  }
  .cid-uJ9WhVWlCP .navbar.opened {
    height: auto;
  }
  .cid-uJ9WhVWlCP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9WhVWlCP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9WhVWlCP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9WhVWlCP .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9WhVWlCP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9WhVWlCP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9WhVWlCP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9WhVWlCP .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-uJ9WhVWlCP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9WhVWlCP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9WhTKbKO {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9WhTKbKO {
    align-items: flex-start;
  }
  .cid-uJ9WhTKbKO .row {
    justify-content: flex-start;
  }
}
.cid-uJ9WhTKbKO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhTKbKO .mbr-text,
.cid-uJ9WhTKbKO .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhTKbKO .mbr-section-title,
.cid-uJ9WhTKbKO .line {
  color: #232323;
}
.cid-uJ9WhTKbKO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WhTKbKO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WhTKbKO .mbr-section-subtitle,
.cid-uJ9WhTKbKO .align {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ne0Uf3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #212529, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa8Ne0Uf3 {
    align-items: flex-start;
  }
  .cid-uJa8Ne0Uf3 .row {
    justify-content: flex-start;
  }
}
.cid-uJa8Ne0Uf3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ne0Uf3 .mbr-text,
.cid-uJa8Ne0Uf3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa8Ne0Uf3 .mbr-section-title,
.cid-uJa8Ne0Uf3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa8Ne0Uf3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa8Ne0Uf3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa8Ne0Uf3 .mbr-section-subtitle,
.cid-uJa8Ne0Uf3 .align {
  text-align: left;
  color: #232323;
}
.cid-uJi6P2bhg8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJi6P2bhg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi6P2bhg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi6P2bhg8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJi6P2bhg8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJi6P2bhg8 .content-wrapper {
    padding: 0;
  }
}
.cid-uJi6P2bhg8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJi6P2bhg8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJi6P2bhg8 .mbr-section-title,
.cid-uJi6P2bhg8 .title-wrapper {
  color: #ffffff;
}
.cid-uJi6P2bhg8 .mbr-section-title,
.cid-uJi6P2bhg8 .mbr-section-btn,
.cid-uJi6P2bhg8 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi66gdD42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi66gdD42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi66gdD42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi66gdD42 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi66gdD42 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi66gdD42 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi66gdD42 .mbr-section-title {
  color: #050f0f;
}
.cid-uJi66gdD42 .mbr-text {
  color: #050f0f;
}
.cid-uJ9WhYtCAU {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9WhYtCAU .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhYtCAU .mbr-text,
.cid-uJ9WhYtCAU .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhYtCAU .mbr-section-title,
.cid-uJ9WhYtCAU .line {
  color: #232323;
}
.cid-uJ9WhYtCAU .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9WhYtCAU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9WhYtCAU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9WhYtCAU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9WhYtCAU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9WhYtCAU h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WhYtCAU h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WhYtCAU .mbr-section-subtitle,
.cid-uJ9WhYtCAU .align {
  text-align: left;
  color: #232323;
}
.cid-uJiheBQW05 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiheBQW05 {
    align-items: flex-start;
  }
  .cid-uJiheBQW05 .row {
    justify-content: flex-start;
  }
}
.cid-uJiheBQW05 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiheBQW05 .mbr-text,
.cid-uJiheBQW05 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiheBQW05 .mbr-section-title,
.cid-uJiheBQW05 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiheBQW05 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiheBQW05 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiheBQW05 .mbr-section-subtitle,
.cid-uJiheBQW05 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9Whj9LMu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9Whj9LMu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9Whj9LMu .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9Whj9LMu .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9Whj9LMu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9Whj9LMu .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9Whj9LMu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9Whj9LMu .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9Whj9LMu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9Whj9LMu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9Whj9LMu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9Whj9LMu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9Whj9LMu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9Whj9LMu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9Whj9LMu .navbar {
    min-height: 72px;
  }
  .cid-uJ9Whj9LMu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9Whj9LMu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9Whj9LMu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9Whj9LMu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9Whj9LMu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9Whj9LMu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9Whj9LMu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9Whj9LMu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9Whj9LMu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9Whj9LMu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9Whj9LMu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9Whj9LMu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9Whj9LMu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9Whj9LMu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9Whj9LMu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9Whj9LMu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9Whj9LMu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9Whj9LMu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9Whj9LMu .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9Whj9LMu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9Whj9LMu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9Whj9LMu .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9Whj9LMu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9Whj9LMu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9Whj9LMu .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9Whj9LMu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9Whj9LMu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9Whj9LMu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9Whj9LMu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9Whj9LMu .nav-item:focus,
.cid-uJ9Whj9LMu .nav-link:focus {
  outline: none;
}
.cid-uJ9Whj9LMu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9Whj9LMu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9Whj9LMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9Whj9LMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9Whj9LMu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9Whj9LMu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9Whj9LMu .dropdown-item.active,
.cid-uJ9Whj9LMu .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9Whj9LMu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9Whj9LMu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9Whj9LMu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9Whj9LMu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9Whj9LMu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9Whj9LMu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9Whj9LMu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9Whj9LMu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9Whj9LMu .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9Whj9LMu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9Whj9LMu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9Whj9LMu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9Whj9LMu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9Whj9LMu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9Whj9LMu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9Whj9LMu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9Whj9LMu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9Whj9LMu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9Whj9LMu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9Whj9LMu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9Whj9LMu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9Whj9LMu .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-uJ9Whj9LMu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9Whj9LMu .navbar {
    height: 70px;
  }
  .cid-uJ9Whj9LMu .navbar.opened {
    height: auto;
  }
  .cid-uJ9Whj9LMu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9Whj9LMu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9Whj9LMu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9Whj9LMu .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9Whj9LMu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9Whj9LMu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9Whj9LMu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9Whj9LMu .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-uJ9Whj9LMu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9Whj9LMu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9Whh9XJI {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9Whh9XJI {
    align-items: flex-start;
  }
  .cid-uJ9Whh9XJI .row {
    justify-content: flex-start;
  }
}
.cid-uJ9Whh9XJI .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9Whh9XJI .mbr-text,
.cid-uJ9Whh9XJI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9Whh9XJI .mbr-section-title,
.cid-uJ9Whh9XJI .line {
  color: #232323;
}
.cid-uJ9Whh9XJI h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9Whh9XJI h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9Whh9XJI .mbr-section-subtitle,
.cid-uJ9Whh9XJI .align {
  text-align: left;
  color: #232323;
}
.cid-uJa0WvWjl2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa0WvWjl2 {
    align-items: flex-start;
  }
  .cid-uJa0WvWjl2 .row {
    justify-content: flex-start;
  }
}
.cid-uJa0WvWjl2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa0WvWjl2 .mbr-text,
.cid-uJa0WvWjl2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa0WvWjl2 .mbr-section-title,
.cid-uJa0WvWjl2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa0WvWjl2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa0WvWjl2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa0WvWjl2 .mbr-section-subtitle,
.cid-uJa0WvWjl2 .align {
  text-align: left;
  color: #232323;
}
.cid-uJigC703ZH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJigC703ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJigC703ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJigC703ZH .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJigC703ZH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJigC703ZH .content-wrapper {
    padding: 0;
  }
}
.cid-uJigC703ZH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJigC703ZH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJigC703ZH .mbr-section-title,
.cid-uJigC703ZH .title-wrapper {
  color: #ffffff;
}
.cid-uJigC703ZH .mbr-section-title,
.cid-uJigC703ZH .mbr-section-btn,
.cid-uJigC703ZH .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi5YngpdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi5YngpdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi5YngpdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi5YngpdI .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi5YngpdI .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi5YngpdI .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi5YngpdI .mbr-section-title {
  color: #050f0f;
}
.cid-uJi5YngpdI .mbr-text {
  color: #050f0f;
}
.cid-uJ9WhlRjSj {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9WhlRjSj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhlRjSj .mbr-text,
.cid-uJ9WhlRjSj .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhlRjSj .mbr-section-title,
.cid-uJ9WhlRjSj .line {
  color: #232323;
}
.cid-uJ9WhlRjSj .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9WhlRjSj .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9WhlRjSj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9WhlRjSj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9WhlRjSj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9WhlRjSj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WhlRjSj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WhlRjSj .mbr-section-subtitle,
.cid-uJ9WhlRjSj .align {
  text-align: left;
  color: #232323;
}
.cid-uJihCiPTj2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJihCiPTj2 {
    align-items: flex-start;
  }
  .cid-uJihCiPTj2 .row {
    justify-content: flex-start;
  }
}
.cid-uJihCiPTj2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJihCiPTj2 .mbr-text,
.cid-uJihCiPTj2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJihCiPTj2 .mbr-section-title,
.cid-uJihCiPTj2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJihCiPTj2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJihCiPTj2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJihCiPTj2 .mbr-section-subtitle,
.cid-uJihCiPTj2 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9Wgws1CB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9Wgws1CB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9Wgws1CB .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9Wgws1CB .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9Wgws1CB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9Wgws1CB .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9Wgws1CB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9Wgws1CB .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9Wgws1CB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9Wgws1CB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9Wgws1CB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9Wgws1CB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9Wgws1CB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9Wgws1CB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9Wgws1CB .navbar {
    min-height: 72px;
  }
  .cid-uJ9Wgws1CB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9Wgws1CB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9Wgws1CB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9Wgws1CB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9Wgws1CB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9Wgws1CB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9Wgws1CB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9Wgws1CB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9Wgws1CB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9Wgws1CB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9Wgws1CB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9Wgws1CB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9Wgws1CB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9Wgws1CB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9Wgws1CB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9Wgws1CB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9Wgws1CB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9Wgws1CB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9Wgws1CB .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9Wgws1CB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9Wgws1CB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9Wgws1CB .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9Wgws1CB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9Wgws1CB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9Wgws1CB .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9Wgws1CB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9Wgws1CB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9Wgws1CB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9Wgws1CB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9Wgws1CB .nav-item:focus,
.cid-uJ9Wgws1CB .nav-link:focus {
  outline: none;
}
.cid-uJ9Wgws1CB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9Wgws1CB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9Wgws1CB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9Wgws1CB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9Wgws1CB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9Wgws1CB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9Wgws1CB .dropdown-item.active,
.cid-uJ9Wgws1CB .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9Wgws1CB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9Wgws1CB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9Wgws1CB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9Wgws1CB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9Wgws1CB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9Wgws1CB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9Wgws1CB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9Wgws1CB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9Wgws1CB .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9Wgws1CB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9Wgws1CB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9Wgws1CB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9Wgws1CB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9Wgws1CB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9Wgws1CB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9Wgws1CB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9Wgws1CB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9Wgws1CB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9Wgws1CB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9Wgws1CB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9Wgws1CB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9Wgws1CB .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-uJ9Wgws1CB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9Wgws1CB .navbar {
    height: 70px;
  }
  .cid-uJ9Wgws1CB .navbar.opened {
    height: auto;
  }
  .cid-uJ9Wgws1CB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9Wgws1CB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9Wgws1CB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9Wgws1CB .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9Wgws1CB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9Wgws1CB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9Wgws1CB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9Wgws1CB .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-uJ9Wgws1CB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9Wgws1CB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9WgusnpM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9WgusnpM {
    align-items: flex-start;
  }
  .cid-uJ9WgusnpM .row {
    justify-content: flex-start;
  }
}
.cid-uJ9WgusnpM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WgusnpM .mbr-text,
.cid-uJ9WgusnpM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WgusnpM .mbr-section-title,
.cid-uJ9WgusnpM .line {
  color: #232323;
}
.cid-uJ9WgusnpM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WgusnpM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WgusnpM .mbr-section-subtitle,
.cid-uJ9WgusnpM .align {
  text-align: left;
  color: #232323;
}
.cid-uJa17uFZef {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa17uFZef {
    align-items: flex-start;
  }
  .cid-uJa17uFZef .row {
    justify-content: flex-start;
  }
}
.cid-uJa17uFZef .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa17uFZef .mbr-text,
.cid-uJa17uFZef .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa17uFZef .mbr-section-title,
.cid-uJa17uFZef .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa17uFZef h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa17uFZef h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa17uFZef .mbr-section-subtitle,
.cid-uJa17uFZef .align {
  text-align: left;
  color: #232323;
}
.cid-uJihRr2uba {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJihRr2uba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJihRr2uba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJihRr2uba .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJihRr2uba .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJihRr2uba .content-wrapper {
    padding: 0;
  }
}
.cid-uJihRr2uba .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJihRr2uba .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJihRr2uba .mbr-section-title,
.cid-uJihRr2uba .title-wrapper {
  color: #ffffff;
}
.cid-uJihRr2uba .mbr-section-title,
.cid-uJihRr2uba .mbr-section-btn,
.cid-uJihRr2uba .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi5tU5Dej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi5tU5Dej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi5tU5Dej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi5tU5Dej .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi5tU5Dej .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi5tU5Dej .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi5tU5Dej .mbr-section-title {
  color: #050f0f;
}
.cid-uJi5tU5Dej .mbr-text {
  color: #050f0f;
}
.cid-uJ9Wgz0kGa {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9Wgz0kGa .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9Wgz0kGa .mbr-text,
.cid-uJ9Wgz0kGa .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9Wgz0kGa .mbr-section-title,
.cid-uJ9Wgz0kGa .line {
  color: #232323;
}
.cid-uJ9Wgz0kGa .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9Wgz0kGa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9Wgz0kGa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9Wgz0kGa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9Wgz0kGa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9Wgz0kGa h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9Wgz0kGa h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9Wgz0kGa .mbr-section-subtitle,
.cid-uJ9Wgz0kGa .align {
  text-align: left;
  color: #232323;
}
.cid-uJihJLRxGo {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJihJLRxGo {
    align-items: flex-start;
  }
  .cid-uJihJLRxGo .row {
    justify-content: flex-start;
  }
}
.cid-uJihJLRxGo .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJihJLRxGo .mbr-text,
.cid-uJihJLRxGo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJihJLRxGo .mbr-section-title,
.cid-uJihJLRxGo .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJihJLRxGo h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJihJLRxGo h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJihJLRxGo .mbr-section-subtitle,
.cid-uJihJLRxGo .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9X8cXA2O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9X8cXA2O .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9X8cXA2O .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9X8cXA2O .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9X8cXA2O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9X8cXA2O .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9X8cXA2O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9X8cXA2O .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9X8cXA2O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9X8cXA2O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9X8cXA2O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9X8cXA2O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9X8cXA2O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9X8cXA2O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9X8cXA2O .navbar {
    min-height: 72px;
  }
  .cid-uJ9X8cXA2O .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9X8cXA2O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9X8cXA2O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9X8cXA2O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9X8cXA2O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9X8cXA2O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9X8cXA2O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9X8cXA2O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9X8cXA2O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9X8cXA2O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9X8cXA2O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9X8cXA2O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9X8cXA2O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9X8cXA2O .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9X8cXA2O .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9X8cXA2O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9X8cXA2O .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9X8cXA2O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9X8cXA2O .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9X8cXA2O .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9X8cXA2O .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9X8cXA2O .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9X8cXA2O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9X8cXA2O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9X8cXA2O .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9X8cXA2O .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9X8cXA2O .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9X8cXA2O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9X8cXA2O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9X8cXA2O .nav-item:focus,
.cid-uJ9X8cXA2O .nav-link:focus {
  outline: none;
}
.cid-uJ9X8cXA2O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9X8cXA2O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9X8cXA2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9X8cXA2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9X8cXA2O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9X8cXA2O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9X8cXA2O .dropdown-item.active,
.cid-uJ9X8cXA2O .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9X8cXA2O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9X8cXA2O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9X8cXA2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9X8cXA2O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9X8cXA2O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9X8cXA2O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9X8cXA2O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9X8cXA2O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9X8cXA2O .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9X8cXA2O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9X8cXA2O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9X8cXA2O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9X8cXA2O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9X8cXA2O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9X8cXA2O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9X8cXA2O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9X8cXA2O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9X8cXA2O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9X8cXA2O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9X8cXA2O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9X8cXA2O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9X8cXA2O .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-uJ9X8cXA2O .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9X8cXA2O .navbar {
    height: 70px;
  }
  .cid-uJ9X8cXA2O .navbar.opened {
    height: auto;
  }
  .cid-uJ9X8cXA2O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9X8cXA2O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9X8cXA2O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9X8cXA2O .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9X8cXA2O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9X8cXA2O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9X8cXA2O .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9X8cXA2O .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-uJ9X8cXA2O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9X8cXA2O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9X8awkRY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9X8awkRY {
    align-items: flex-start;
  }
  .cid-uJ9X8awkRY .row {
    justify-content: flex-start;
  }
}
.cid-uJ9X8awkRY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8awkRY .mbr-text,
.cid-uJ9X8awkRY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8awkRY .mbr-section-title,
.cid-uJ9X8awkRY .line {
  color: #232323;
}
.cid-uJ9X8awkRY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9X8awkRY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9X8awkRY .mbr-section-subtitle,
.cid-uJ9X8awkRY .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8ePbvz {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9X8ePbvz {
    align-items: flex-start;
  }
  .cid-uJ9X8ePbvz .row {
    justify-content: flex-start;
  }
}
.cid-uJ9X8ePbvz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8ePbvz .mbr-text,
.cid-uJ9X8ePbvz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9X8ePbvz .mbr-section-title,
.cid-uJ9X8ePbvz .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9X8ePbvz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9X8ePbvz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9X8ePbvz .mbr-section-subtitle,
.cid-uJ9X8ePbvz .align {
  text-align: left;
  color: #232323;
}
.cid-uJij8bbmEU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJij8bbmEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJij8bbmEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJij8bbmEU .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJij8bbmEU .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJij8bbmEU .content-wrapper {
    padding: 0;
  }
}
.cid-uJij8bbmEU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJij8bbmEU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJij8bbmEU .mbr-section-title,
.cid-uJij8bbmEU .title-wrapper {
  color: #ffffff;
}
.cid-uJij8bbmEU .mbr-section-title,
.cid-uJij8bbmEU .mbr-section-btn,
.cid-uJij8bbmEU .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa3VP2NjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa3VP2NjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa3VP2NjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa3VP2NjV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa3VP2NjV .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa3VP2NjV .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa3VP2NjV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa3VP2NjV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa3VP2NjV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa3VP2NjV .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa3VP2NjV .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa3VP2NjV .card-title {
  color: #2c2c26;
}
.cid-uJa3VP2NjV .card-text {
  color: #63635d;
}
.cid-uJ9X8fIWbR {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9X8fIWbR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8fIWbR .mbr-text,
.cid-uJ9X8fIWbR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8fIWbR .mbr-section-title,
.cid-uJ9X8fIWbR .line {
  color: #232323;
}
.cid-uJ9X8fIWbR .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9X8fIWbR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9X8fIWbR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9X8fIWbR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9X8fIWbR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9X8fIWbR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9X8fIWbR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9X8fIWbR .mbr-section-subtitle,
.cid-uJ9X8fIWbR .align {
  text-align: left;
  color: #232323;
}
.cid-uJij8Ot1zW {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJij8Ot1zW {
    align-items: flex-start;
  }
  .cid-uJij8Ot1zW .row {
    justify-content: flex-start;
  }
}
.cid-uJij8Ot1zW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJij8Ot1zW .mbr-text,
.cid-uJij8Ot1zW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJij8Ot1zW .mbr-section-title,
.cid-uJij8Ot1zW .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJij8Ot1zW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJij8Ot1zW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJij8Ot1zW .mbr-section-subtitle,
.cid-uJij8Ot1zW .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9XcPv378 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9XcPv378 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9XcPv378 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9XcPv378 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9XcPv378 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9XcPv378 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9XcPv378 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9XcPv378 .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9XcPv378 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9XcPv378 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9XcPv378 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9XcPv378 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9XcPv378 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9XcPv378 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9XcPv378 .navbar {
    min-height: 72px;
  }
  .cid-uJ9XcPv378 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9XcPv378 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9XcPv378 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9XcPv378 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9XcPv378 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9XcPv378 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9XcPv378 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9XcPv378 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9XcPv378 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9XcPv378 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9XcPv378 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9XcPv378 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9XcPv378 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9XcPv378 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9XcPv378 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9XcPv378 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9XcPv378 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9XcPv378 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9XcPv378 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9XcPv378 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9XcPv378 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9XcPv378 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9XcPv378 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9XcPv378 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9XcPv378 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9XcPv378 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9XcPv378 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9XcPv378 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9XcPv378 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9XcPv378 .nav-item:focus,
.cid-uJ9XcPv378 .nav-link:focus {
  outline: none;
}
.cid-uJ9XcPv378 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9XcPv378 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9XcPv378 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9XcPv378 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9XcPv378 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9XcPv378 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9XcPv378 .dropdown-item.active,
.cid-uJ9XcPv378 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9XcPv378 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9XcPv378 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9XcPv378 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9XcPv378 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9XcPv378 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9XcPv378 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9XcPv378 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9XcPv378 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9XcPv378 .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9XcPv378 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9XcPv378 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9XcPv378 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9XcPv378 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9XcPv378 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9XcPv378 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9XcPv378 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9XcPv378 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9XcPv378 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9XcPv378 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9XcPv378 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9XcPv378 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9XcPv378 .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-uJ9XcPv378 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9XcPv378 .navbar {
    height: 70px;
  }
  .cid-uJ9XcPv378 .navbar.opened {
    height: auto;
  }
  .cid-uJ9XcPv378 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9XcPv378 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9XcPv378 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9XcPv378 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9XcPv378 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9XcPv378 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9XcPv378 .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9XcPv378 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9XcPv378 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9XcPv378 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9XcPv378 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9XcPv378 .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-uJ9XcPv378 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9XcPv378 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9XcNnRrt {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XcNnRrt {
    align-items: flex-start;
  }
  .cid-uJ9XcNnRrt .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XcNnRrt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcNnRrt .mbr-text,
.cid-uJ9XcNnRrt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcNnRrt .mbr-section-title,
.cid-uJ9XcNnRrt .line {
  color: #232323;
}
.cid-uJ9XcNnRrt h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XcNnRrt h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XcNnRrt .mbr-section-subtitle,
.cid-uJ9XcNnRrt .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcRelNs {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XcRelNs {
    align-items: flex-start;
  }
  .cid-uJ9XcRelNs .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XcRelNs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcRelNs .mbr-text,
.cid-uJ9XcRelNs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9XcRelNs .mbr-section-title,
.cid-uJ9XcRelNs .line {
  color: #ffffff;
}
.cid-uJ9XcRelNs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XcRelNs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XcRelNs .mbr-section-subtitle,
.cid-uJ9XcRelNs .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiSzfiXo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJiiSzfiXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiiSzfiXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiiSzfiXo .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJiiSzfiXo .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJiiSzfiXo .content-wrapper {
    padding: 0;
  }
}
.cid-uJiiSzfiXo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiiSzfiXo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJiiSzfiXo .mbr-section-title,
.cid-uJiiSzfiXo .title-wrapper {
  color: #ffffff;
}
.cid-uJiiSzfiXo .mbr-section-title,
.cid-uJiiSzfiXo .mbr-section-btn,
.cid-uJiiSzfiXo .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa6iuRIQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa6iuRIQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa6iuRIQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa6iuRIQw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa6iuRIQw .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa6iuRIQw .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa6iuRIQw .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa6iuRIQw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa6iuRIQw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa6iuRIQw .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa6iuRIQw .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa6iuRIQw .card-title {
  color: #2c2c26;
}
.cid-uJa6iuRIQw .card-text {
  color: #63635d;
}
.cid-uJ9XcS6zoS {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9XcS6zoS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcS6zoS .mbr-text,
.cid-uJ9XcS6zoS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcS6zoS .mbr-section-title,
.cid-uJ9XcS6zoS .line {
  color: #232323;
}
.cid-uJ9XcS6zoS .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9XcS6zoS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9XcS6zoS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9XcS6zoS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9XcS6zoS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9XcS6zoS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XcS6zoS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XcS6zoS .mbr-section-subtitle,
.cid-uJ9XcS6zoS .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiSfI1Vo {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiiSfI1Vo {
    align-items: flex-start;
  }
  .cid-uJiiSfI1Vo .row {
    justify-content: flex-start;
  }
}
.cid-uJiiSfI1Vo .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiiSfI1Vo .mbr-text,
.cid-uJiiSfI1Vo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiiSfI1Vo .mbr-section-title,
.cid-uJiiSfI1Vo .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiiSfI1Vo h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiiSfI1Vo h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiiSfI1Vo .mbr-section-subtitle,
.cid-uJiiSfI1Vo .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9XgPoxtX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9XgPoxtX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9XgPoxtX .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9XgPoxtX .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9XgPoxtX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9XgPoxtX .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9XgPoxtX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9XgPoxtX .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9XgPoxtX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9XgPoxtX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9XgPoxtX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9XgPoxtX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9XgPoxtX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9XgPoxtX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9XgPoxtX .navbar {
    min-height: 72px;
  }
  .cid-uJ9XgPoxtX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9XgPoxtX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9XgPoxtX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9XgPoxtX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9XgPoxtX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9XgPoxtX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9XgPoxtX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9XgPoxtX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9XgPoxtX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9XgPoxtX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9XgPoxtX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9XgPoxtX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9XgPoxtX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9XgPoxtX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9XgPoxtX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9XgPoxtX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9XgPoxtX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9XgPoxtX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9XgPoxtX .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9XgPoxtX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9XgPoxtX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9XgPoxtX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9XgPoxtX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9XgPoxtX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9XgPoxtX .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9XgPoxtX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9XgPoxtX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9XgPoxtX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9XgPoxtX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9XgPoxtX .nav-item:focus,
.cid-uJ9XgPoxtX .nav-link:focus {
  outline: none;
}
.cid-uJ9XgPoxtX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9XgPoxtX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9XgPoxtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9XgPoxtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9XgPoxtX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9XgPoxtX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9XgPoxtX .dropdown-item.active,
.cid-uJ9XgPoxtX .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9XgPoxtX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9XgPoxtX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9XgPoxtX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9XgPoxtX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9XgPoxtX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9XgPoxtX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9XgPoxtX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9XgPoxtX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9XgPoxtX .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9XgPoxtX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9XgPoxtX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9XgPoxtX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9XgPoxtX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9XgPoxtX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9XgPoxtX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9XgPoxtX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9XgPoxtX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9XgPoxtX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9XgPoxtX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9XgPoxtX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9XgPoxtX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9XgPoxtX .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-uJ9XgPoxtX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9XgPoxtX .navbar {
    height: 70px;
  }
  .cid-uJ9XgPoxtX .navbar.opened {
    height: auto;
  }
  .cid-uJ9XgPoxtX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9XgPoxtX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9XgPoxtX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9XgPoxtX .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9XgPoxtX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9XgPoxtX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9XgPoxtX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9XgPoxtX .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-uJ9XgPoxtX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9XgPoxtX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9XgNcfei {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XgNcfei {
    align-items: flex-start;
  }
  .cid-uJ9XgNcfei .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XgNcfei .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgNcfei .mbr-text,
.cid-uJ9XgNcfei .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgNcfei .mbr-section-title,
.cid-uJ9XgNcfei .line {
  color: #232323;
}
.cid-uJ9XgNcfei h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XgNcfei h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XgNcfei .mbr-section-subtitle,
.cid-uJ9XgNcfei .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgRa4O2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XgRa4O2 {
    align-items: flex-start;
  }
  .cid-uJ9XgRa4O2 .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XgRa4O2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgRa4O2 .mbr-text,
.cid-uJ9XgRa4O2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9XgRa4O2 .mbr-section-title,
.cid-uJ9XgRa4O2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9XgRa4O2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XgRa4O2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XgRa4O2 .mbr-section-subtitle,
.cid-uJ9XgRa4O2 .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiD0gz81 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJiiD0gz81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiiD0gz81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiiD0gz81 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJiiD0gz81 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJiiD0gz81 .content-wrapper {
    padding: 0;
  }
}
.cid-uJiiD0gz81 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiiD0gz81 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJiiD0gz81 .mbr-section-title,
.cid-uJiiD0gz81 .title-wrapper {
  color: #ffffff;
}
.cid-uJiiD0gz81 .mbr-section-title,
.cid-uJiiD0gz81 .mbr-section-btn,
.cid-uJiiD0gz81 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa6Xcpdam {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa6Xcpdam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa6Xcpdam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa6Xcpdam .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa6Xcpdam .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa6Xcpdam .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa6Xcpdam .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa6Xcpdam .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa6Xcpdam .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa6Xcpdam .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa6Xcpdam .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa6Xcpdam .card-title {
  color: #2c2c26;
}
.cid-uJa6Xcpdam .card-text {
  color: #63635d;
}
.cid-uJ9XgS5Dgh {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9XgS5Dgh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgS5Dgh .mbr-text,
.cid-uJ9XgS5Dgh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgS5Dgh .mbr-section-title,
.cid-uJ9XgS5Dgh .line {
  color: #232323;
}
.cid-uJ9XgS5Dgh .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9XgS5Dgh .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9XgS5Dgh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9XgS5Dgh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9XgS5Dgh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9XgS5Dgh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XgS5Dgh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XgS5Dgh .mbr-section-subtitle,
.cid-uJ9XgS5Dgh .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiCGx6S3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiiCGx6S3 {
    align-items: flex-start;
  }
  .cid-uJiiCGx6S3 .row {
    justify-content: flex-start;
  }
}
.cid-uJiiCGx6S3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiiCGx6S3 .mbr-text,
.cid-uJiiCGx6S3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiiCGx6S3 .mbr-section-title,
.cid-uJiiCGx6S3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiiCGx6S3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiiCGx6S3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiiCGx6S3 .mbr-section-subtitle,
.cid-uJiiCGx6S3 .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
.cid-uJ9XnPaxvH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ9XnPaxvH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uJ9XnPaxvH .navbar {
    padding: 0 128px !important;
  }
}
.cid-uJ9XnPaxvH .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ9XnPaxvH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ9XnPaxvH .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ9XnPaxvH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ9XnPaxvH .navbar.collapsed {
  justify-content: center;
}
.cid-uJ9XnPaxvH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ9XnPaxvH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ9XnPaxvH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ9XnPaxvH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ9XnPaxvH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ9XnPaxvH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ9XnPaxvH .navbar {
    min-height: 72px;
  }
  .cid-uJ9XnPaxvH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ9XnPaxvH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ9XnPaxvH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ9XnPaxvH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ9XnPaxvH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ9XnPaxvH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ9XnPaxvH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ9XnPaxvH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9XnPaxvH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ9XnPaxvH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ9XnPaxvH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ9XnPaxvH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ9XnPaxvH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ9XnPaxvH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJ9XnPaxvH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ9XnPaxvH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ9XnPaxvH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ9XnPaxvH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ9XnPaxvH .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ9XnPaxvH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ9XnPaxvH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJ9XnPaxvH .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9XnPaxvH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ9XnPaxvH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ9XnPaxvH .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(221, 43, 28, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #dd2b1c;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uJ9XnPaxvH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ9XnPaxvH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ9XnPaxvH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ9XnPaxvH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #dd2b1c;
  background: #dd2b1c !important;
  border-radius: 4px !important;
}
.cid-uJ9XnPaxvH .nav-item:focus,
.cid-uJ9XnPaxvH .nav-link:focus {
  outline: none;
}
.cid-uJ9XnPaxvH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ9XnPaxvH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ9XnPaxvH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ9XnPaxvH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ9XnPaxvH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ9XnPaxvH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ9XnPaxvH .dropdown-item.active,
.cid-uJ9XnPaxvH .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ9XnPaxvH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ9XnPaxvH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ9XnPaxvH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ9XnPaxvH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd2b1c;
}
.cid-uJ9XnPaxvH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ9XnPaxvH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ9XnPaxvH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ9XnPaxvH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ9XnPaxvH .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ9XnPaxvH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ9XnPaxvH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ9XnPaxvH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ9XnPaxvH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9XnPaxvH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ9XnPaxvH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ9XnPaxvH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9XnPaxvH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ9XnPaxvH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ9XnPaxvH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ9XnPaxvH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ9XnPaxvH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9XnPaxvH .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-uJ9XnPaxvH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ9XnPaxvH .navbar {
    height: 70px;
  }
  .cid-uJ9XnPaxvH .navbar.opened {
    height: auto;
  }
  .cid-uJ9XnPaxvH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ9XnPaxvH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ9XnPaxvH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ9XnPaxvH .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ9XnPaxvH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #dd2b1c;
    opacity: 1;
    border-color: rgba(221, 43, 28, 0.6) !important;
    background: rgba(221, 43, 28, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ9XnPaxvH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ9XnPaxvH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ9XnPaxvH .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-uJ9XnPaxvH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ9XnPaxvH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ9XnN2M0L {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XnN2M0L {
    align-items: flex-start;
  }
  .cid-uJ9XnN2M0L .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XnN2M0L .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnN2M0L .mbr-text,
.cid-uJ9XnN2M0L .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnN2M0L .mbr-section-title,
.cid-uJ9XnN2M0L .line {
  color: #232323;
}
.cid-uJ9XnN2M0L h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XnN2M0L h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XnN2M0L .mbr-section-subtitle,
.cid-uJ9XnN2M0L .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnQXy2a {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XnQXy2a {
    align-items: flex-start;
  }
  .cid-uJ9XnQXy2a .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XnQXy2a .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnQXy2a .mbr-text,
.cid-uJ9XnQXy2a .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9XnQXy2a .mbr-section-title,
.cid-uJ9XnQXy2a .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9XnQXy2a h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XnQXy2a h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XnQXy2a .mbr-section-subtitle,
.cid-uJ9XnQXy2a .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiobcAR2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJiiobcAR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiiobcAR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiiobcAR2 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJiiobcAR2 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJiiobcAR2 .content-wrapper {
    padding: 0;
  }
}
.cid-uJiiobcAR2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiiobcAR2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJiiobcAR2 .mbr-section-title,
.cid-uJiiobcAR2 .title-wrapper {
  color: #ffffff;
}
.cid-uJiiobcAR2 .mbr-section-title,
.cid-uJiiobcAR2 .mbr-section-btn,
.cid-uJiiobcAR2 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa7wpnjvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa7wpnjvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa7wpnjvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa7wpnjvV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa7wpnjvV .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa7wpnjvV .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa7wpnjvV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa7wpnjvV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa7wpnjvV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa7wpnjvV .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa7wpnjvV .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa7wpnjvV .card-title {
  color: #2c2c26;
}
.cid-uJa7wpnjvV .card-text {
  color: #63635d;
}
.cid-uJ9XnRQwE8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9XnRQwE8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnRQwE8 .mbr-text,
.cid-uJ9XnRQwE8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnRQwE8 .mbr-section-title,
.cid-uJ9XnRQwE8 .line {
  color: #232323;
}
.cid-uJ9XnRQwE8 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9XnRQwE8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9XnRQwE8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9XnRQwE8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9XnRQwE8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9XnRQwE8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XnRQwE8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XnRQwE8 .mbr-section-subtitle,
.cid-uJ9XnRQwE8 .align {
  text-align: left;
  color: #232323;
}
.cid-uJiipbH3th {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiipbH3th {
    align-items: flex-start;
  }
  .cid-uJiipbH3th .row {
    justify-content: flex-start;
  }
}
.cid-uJiipbH3th .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiipbH3th .mbr-text,
.cid-uJiipbH3th .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiipbH3th .mbr-section-title,
.cid-uJiipbH3th .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiipbH3th h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiipbH3th h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiipbH3th .mbr-section-subtitle,
.cid-uJiipbH3th .align {
  text-align: left;
  color: #232323;
}
.cid-uJhnxUavXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJhnxUavXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhnxUavXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhnxUavXK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .container {
    padding: 0 16px;
  }
}
.cid-uJhnxUavXK .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uJhnxUavXK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #dd2b1c;
}
.cid-uJhnxUavXK .row .card {
  justify-content: flex-end;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJhnxUavXK .content-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJhnxUavXK .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJhnxUavXK .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uJhnxUavXK .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJhnxUavXK .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #dd2b1c;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #dd2b1c;
  margin-right: 20px;
}
.cid-uJhnxUavXK .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJhnxUavXK .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uJhnxUavXK .mbr-section-title {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-text {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-list-title {
  color: #232323;
}
.cid-uJhnxUavXK .list {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-contact {
  color: #000000;
}
.cid-uJhnxUavXK .mbr-section-subtitle,
.cid-uJhnxUavXK .mbr-section-btn {
  color: #dd2b1c;
}
