body {
  background-color: #ffffff;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.56rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #ff845d !important;
}
.bg-danger {
  background-color: #ff003e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7100 !important;
  border-color: #ff7100 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a84b00 !important;
  border-color: #a84b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a84b00 !important;
  border-color: #a84b00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff845d !important;
  border-color: #ff845d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4206 !important;
  border-color: #ff4206 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4206 !important;
  border-color: #ff4206 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff003e !important;
  border-color: #ff003e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a80029 !important;
  border-color: #a80029 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80029 !important;
  border-color: #a80029 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a84b00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7100 !important;
  border-color: #ff7100 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff845d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4206 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff845d !important;
  border-color: #ff845d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff003e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80029 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff003e !important;
  border-color: #ff003e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff7100 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #ff845d !important;
}
.text-danger {
  color: #ff003e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #994400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f63b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990025 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #ff845d;
}
.alert-danger {
  background-color: #ff003e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.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: #ffccd8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ff7100 !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='%23ffffff' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #ff7100 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #ff7100 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #20ac6b !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #20ac6b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #0aa3c2 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ff845d !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ff845d !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ff003e !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ff003e !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-uir3TGPn5q {
  z-index: 1000;
  width: 100%;
}
.cid-uir3TGPn5q .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uir3TGPn5q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uir3TGPn5q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uir3TGPn5q .menu_box .navbar.opened,
  .cid-uir3TGPn5q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uir3TGPn5q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uir3TGPn5q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uir3TGPn5q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uir3TGPn5q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uir3TGPn5q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uir3TGPn5q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uir3TGPn5q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uir3TGPn5q .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #ffffff;
  }
  .cid-uir3TGPn5q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uir3TGPn5q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uir3TGPn5q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uir3TGPn5q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uir3TGPn5q .offcanvas-body .mbr-text,
  .cid-uir3TGPn5q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uir3TGPn5q .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uir3TGPn5q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uir3TGPn5q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uir3TGPn5q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uir3TGPn5q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uir3TGPn5q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uir3TGPn5q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uir3TGPn5q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uir3TGPn5q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uir3TGPn5q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uir3TGPn5q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uir3TGPn5q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uir3TGPn5q .lg_brand {
    margin: 0 1rem;
  }
  .cid-uir3TGPn5q .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uir3TGPn5q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uir3TGPn5q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uir3TGPn5q .nav-item {
    margin: 0 !important;
  }
}
.cid-uir3TGPn5q .nav-item .nav-link {
  position: relative;
}
.cid-uir3TGPn5q .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uir3TGPn5q .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uir3TGPn5q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uir3TGPn5q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uir3TGPn5q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uir3TGPn5q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uir3TGPn5q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uir3TGPn5q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uir3TGPn5q .offcanvas_box {
    display: none;
  }
}
.cid-uir3TGPn5q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uir3TGPn5q .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uir3TGPn5q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uir3TGPn5q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uir3TGPn5q .container {
    flex-wrap: nowrap;
  }
}
.cid-uir3TGPn5q .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uir3TGPn5q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uir3TGPn5q .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uir3TGPn5q .navbar-caption {
  color: #000000;
}
.cid-uir3TGPn5q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uir3TGPn5q .navbar-nav {
    margin: 0;
  }
}
.cid-uir3TGPn5q .dropdown-menu,
.cid-uir3TGPn5q .navbar.opened {
  background-color: false !important;
}
.cid-uir3TGPn5q .nav-item:focus,
.cid-uir3TGPn5q .nav-link:focus {
  outline: none;
}
.cid-uir3TGPn5q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uir3TGPn5q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uir3TGPn5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uir3TGPn5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uir3TGPn5q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uir3TGPn5q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uir3TGPn5q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uir3TGPn5q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uir3TGPn5q .navbar.opened {
  transition: all 0.3s;
}
.cid-uir3TGPn5q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uir3TGPn5q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uir3TGPn5q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uir3TGPn5q .navbar.collapsed {
  justify-content: center;
}
.cid-uir3TGPn5q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uir3TGPn5q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uir3TGPn5q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uir3TGPn5q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uir3TGPn5q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uir3TGPn5q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uir3TGPn5q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uir3TGPn5q .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uir3TGPn5q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uir3TGPn5q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uir3TGPn5q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uir3TGPn5q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uir3TGPn5q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uir3TGPn5q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uir3TGPn5q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uir3TGPn5q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uir3TGPn5q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uir3TGPn5q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uir3TGPn5q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uir3TGPn5q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uir3TGPn5q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uir3TGPn5q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uir3TGPn5q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uir3TGPn5q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uir3TGPn5q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uir3TGPn5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uir3TGPn5q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uir3TGPn5q .dropdown-item.active,
.cid-uir3TGPn5q .dropdown-item:active {
  background-color: transparent;
}
.cid-uir3TGPn5q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uir3TGPn5q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uir3TGPn5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uir3TGPn5q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uir3TGPn5q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uir3TGPn5q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uir3TGPn5q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uir3TGPn5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uir3TGPn5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uir3TGPn5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uir3TGPn5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uir3TGPn5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uir3TGPn5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uir3TGPn5q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uir3TGPn5q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uir3TGPn5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uir3TGPn5q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uir3TGPn5q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uir3TGPn5q .navbar {
    height: 70px;
  }
  .cid-uir3TGPn5q .navbar.opened {
    height: auto;
  }
  .cid-uir3TGPn5q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uir3TGPn5q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uir3TGPn5q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uir3TGPn5q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uir3TGPn5q .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uir3TGPn5q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uir3TGPn5q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uir3TGPn5q .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uir3TGPn5q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uir3TGPn5q .text_widget a:hover {
  color: #ff7100 !important;
}
.cid-uir3TGPn5q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uir3TGPn5q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uir3TGPn5q .mbr-section-subtitle,
.cid-uir3TGPn5q .text_widget,
.cid-uir3TGPn5q .mbr-section-btn {
  text-align: center;
  color: #ed4009;
}
.cid-uir3TGPn5q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiBRK7c8vz {
  display: flex;
  background-image: url("../../../assets/images/db-house-web-1-1667x1667.jpg");
}
.cid-uiBRK7c8vz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uiBRK7c8vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBRK7c8vz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uiBRK7c8vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uiBRK7c8vz {
    align-items: flex-end;
  }
  .cid-uiBRK7c8vz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uiBRK7c8vz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uiBRK7c8vz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uiBRK7c8vz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uiBRK7c8vz .content-wrap {
    width: 100%;
  }
}
.cid-uiBRK7c8vz .mbr-section-subtitle,
.cid-uiBRK7c8vz .line {
  color: #ffffff;
}
.cid-uiBRK7c8vz .mbr-text,
.cid-uiBRK7c8vz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uiBRK7c8vz .mbr-section-title {
  color: #ff845d;
}
.cid-uixGdmIYJf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uixGdmIYJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uixGdmIYJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uixGdmIYJf .item {
  padding-bottom: 2rem;
}
.cid-uixGdmIYJf .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-uixGdmIYJf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uixGdmIYJf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uixGdmIYJf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uixGdmIYJf .carousel-control,
.cid-uixGdmIYJf .close {
  background: #1b1b1b;
}
.cid-uixGdmIYJf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uixGdmIYJf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uixGdmIYJf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uixGdmIYJf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uixGdmIYJf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uixGdmIYJf .close::before {
  content: '\e91a';
}
.cid-uixGdmIYJf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uixGdmIYJf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uixGdmIYJf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uixGdmIYJf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uixGdmIYJf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uixGdmIYJf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uixGdmIYJf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uixGdmIYJf .carousel-indicators li.active,
.cid-uixGdmIYJf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uixGdmIYJf .carousel-indicators li::after,
.cid-uixGdmIYJf .carousel-indicators li::before {
  content: none;
}
.cid-uixGdmIYJf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uixGdmIYJf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uixGdmIYJf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uixGdmIYJf .carousel-indicators {
    display: none;
  }
}
.cid-uixGdmIYJf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uixGdmIYJf .carousel-inner > .active {
  display: block;
}
.cid-uixGdmIYJf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uixGdmIYJf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uixGdmIYJf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uixGdmIYJf .carousel-control,
  .cid-uixGdmIYJf .carousel-indicators,
  .cid-uixGdmIYJf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uixGdmIYJf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uixGdmIYJf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uixGdmIYJf .carousel-indicators .active,
.cid-uixGdmIYJf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uixGdmIYJf .carousel-indicators .active {
  background: #fff;
}
.cid-uixGdmIYJf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uixGdmIYJf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uixGdmIYJf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uixGdmIYJf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uixGdmIYJf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uixGdmIYJf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uixGdmIYJf .carousel {
  width: 100%;
}
.cid-uixGdmIYJf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uixGdmIYJf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uixGdmIYJf .modal.fade .modal-dialog,
.cid-uixGdmIYJf .modal.in .modal-dialog {
  transform: none;
}
.cid-uixGdmIYJf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uixGdmIYJf H6 {
  text-align: center;
  color: #ff6839;
}
.cid-uixGdmIYJf H3 {
  color: #ff845d;
}
.cid-uiyLxgXb0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiyLxgXb0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uiyLxgXb0T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiyLxgXb0T .container-fluid {
    padding: 0 30px;
  }
}
.cid-uiyLxgXb0T .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiyLxgXb0T .container {
    padding: 0 30px;
  }
}
.cid-uiyLxgXb0T .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uiyLxgXb0T .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uiyLxgXb0T .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uiyLxgXb0T .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uiyLxgXb0T .mbr-section-title {
  color: #fff320;
  text-align: center;
}
.cid-uiyLxgXb0T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uj6mI60yeS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj6mI60yeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj6mI60yeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj6mI60yeS .item {
  padding-bottom: 2rem;
}
.cid-uj6mI60yeS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uj6mI60yeS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uj6mI60yeS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uj6mI60yeS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uj6mI60yeS .carousel-control,
.cid-uj6mI60yeS .close {
  background: #1b1b1b;
}
.cid-uj6mI60yeS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uj6mI60yeS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uj6mI60yeS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uj6mI60yeS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uj6mI60yeS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uj6mI60yeS .close::before {
  content: '\e91a';
}
.cid-uj6mI60yeS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uj6mI60yeS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj6mI60yeS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj6mI60yeS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj6mI60yeS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj6mI60yeS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uj6mI60yeS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj6mI60yeS .carousel-indicators li.active,
.cid-uj6mI60yeS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj6mI60yeS .carousel-indicators li::after,
.cid-uj6mI60yeS .carousel-indicators li::before {
  content: none;
}
.cid-uj6mI60yeS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj6mI60yeS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj6mI60yeS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uj6mI60yeS .carousel-indicators {
    display: none;
  }
}
.cid-uj6mI60yeS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uj6mI60yeS .carousel-inner > .active {
  display: block;
}
.cid-uj6mI60yeS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj6mI60yeS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uj6mI60yeS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uj6mI60yeS .carousel-control,
  .cid-uj6mI60yeS .carousel-indicators,
  .cid-uj6mI60yeS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uj6mI60yeS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uj6mI60yeS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uj6mI60yeS .carousel-indicators .active,
.cid-uj6mI60yeS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uj6mI60yeS .carousel-indicators .active {
  background: #fff;
}
.cid-uj6mI60yeS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uj6mI60yeS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uj6mI60yeS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uj6mI60yeS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uj6mI60yeS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uj6mI60yeS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uj6mI60yeS .carousel {
  width: 100%;
}
.cid-uj6mI60yeS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uj6mI60yeS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uj6mI60yeS .modal.fade .modal-dialog,
.cid-uj6mI60yeS .modal.in .modal-dialog {
  transform: none;
}
.cid-uj6mI60yeS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uj6mI60yeS H6 {
  text-align: center;
  color: #ff7100;
}
.cid-uj6mI60yeS H3 {
  color: #ff6839;
}
.cid-ujbLky4SJ6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-2940-2000x1241.jpeg");
}
.cid-ujbLky4SJ6 .row {
  flex-direction: row-reverse;
}
.cid-ujbLky4SJ6 .image-wrapper {
  padding: 0 2rem;
}
.cid-ujbLky4SJ6 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-ujbLky4SJ6 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-ujbLky4SJ6 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-ujbLky4SJ6 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-ujbLky4SJ6 .mbr-text {
  color: #000000;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujbLky4SJ6 .text-wrapper,
  .cid-ujbLky4SJ6 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ujbLky4SJ6 .text-wrapper,
  .cid-ujbLky4SJ6 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ujbLky4SJ6 .text-wrapper,
  .cid-ujbLky4SJ6 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ujbLky4SJ6 .text-wrapper,
  .cid-ujbLky4SJ6 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ujbLky4SJ6 .text-wrapper,
  .cid-ujbLky4SJ6 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .content {
    text-align: center;
  }
}
.cid-ujbLky4SJ6 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .mbr-card-title {
    text-align: start;
  }
}
.cid-ujbLky4SJ6 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-ujbLky4SJ6 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-ujbLky4SJ6 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-ujbLky4SJ6 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-ujbLky4SJ6 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-ujbLky4SJ6 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-ujbLky4SJ6 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-ujbLky4SJ6 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ujbLky4SJ6 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-ujbLky4SJ6 .nutrition-wrap {
    width: 100%;
  }
}
.cid-ujbLky4SJ6 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-ujbLky4SJ6 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-ujbLky4SJ6 .tile-text-wrap {
  display: flex;
}
.cid-ujbLky4SJ6 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-ujbLky4SJ6 svg path {
  fill: #cd8ad1;
}
.cid-ujbLky4SJ6 .numbers {
  display: flex;
  align-self: center;
}
.cid-ujbLky4SJ6 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-ujbLky4SJ6 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-ujbLky4SJ6 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .mbr-tile-text {
    text-align: start;
  }
}
.cid-ujbLky4SJ6 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-ujbLky4SJ6 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ujbLky4SJ6 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-ujbLky4SJ6 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-ujbLky4SJ6 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ujbLky4SJ6 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ujbLky4SJ6 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ujbLky4SJ6 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ujbLky4SJ6 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-ujhLQJfNNT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-ujhLQJfNNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhLQJfNNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ujhLQJfNNT .container-fluid {
    padding: 0;
  }
}
.cid-ujhLQJfNNT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ujhLQJfNNT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujhLQJfNNT .embla__button--next,
.cid-ujhLQJfNNT .embla__button--prev {
  display: flex;
}
.cid-ujhLQJfNNT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujhLQJfNNT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujhLQJfNNT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujhLQJfNNT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujhLQJfNNT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujhLQJfNNT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujhLQJfNNT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujhLQJfNNT .embla {
  position: relative;
  width: 100%;
}
.cid-ujhLQJfNNT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujhLQJfNNT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujhLQJfNNT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujhLQJfNNT .embla__slide a {
  cursor: grab;
}
.cid-ujhLQJfNNT .embla__slide a:active {
  cursor: grabbing;
}
.cid-ujhLQJfNNT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujhLQJfNNT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ujhLQJfNNT .mbr-section-title {
  color: #ff7100;
  text-align: center;
}
.cid-ujhLQJfNNT .mbr-section-subtitle {
  color: #232323;
}
.cid-ujhLQJfNNT .mbr-box {
  color: #ffffff;
}
.cid-ujhLQJfNNT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ujhLQJfNNT img,
.cid-ujhLQJfNNT .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ujhLQJfNNT .item-wrapper {
  position: relative;
}
.cid-ujhLQJfNNT .content-head {
  max-width: 800px;
}
.cid-ujDBbndUKy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/db-house-web-35-2000x1334.jpg");
}
.cid-ujDBbndUKy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ujDBbndUKy .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-ujDBbndUKy .map {
  width: 100%;
  height: 30rem;
}
.cid-ujDBbndUKy .map iframe {
  width: inherit;
  height: 100%;
}
.cid-ujDBbndUKy .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ujDBbndUKy .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ujDBbndUKy .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-ujDBbndUKy .mbr-text {
  color: #767676;
}
.cid-ujDBbndUKy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ujDBbndUKy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ujDBbndUKy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ujDBbndUKy textarea.form-control {
  resize: none;
}
.cid-ujDBbndUKy .google-map {
  height: 25rem;
  position: relative;
}
.cid-ujDBbndUKy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ujDBbndUKy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujDBbndUKy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujDBbndUKy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ujDBbndUKy h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ujDBbndUKy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ujDBbndUKy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ujDBbndUKy .google-map {
    padding-bottom: 2rem;
  }
}
.cid-ujDBbndUKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDBbndUKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDBbndUKy H2 {
  color: #000000;
}
.cid-ujbNPkjFZx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujbNPkjFZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujbNPkjFZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujbNPkjFZx .content-wrap {
  justify-content: center;
}
.cid-ujbNPkjFZx .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-ujbNPkjFZx .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-ujbNPkjFZx .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-ujbNPkjFZx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujbNPkjFZx .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujbNPkjFZx .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ujbNPkjFZx .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-ujbNPkjFZx .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujbNPkjFZx .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujbNPkjFZx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujbNPkjFZx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-ujbNPkjFZx .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff6839;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ujbNPkjFZx .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujbNPkjFZx .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-ujbNPkjFZx .mbr-section-title {
  color: #ff8576;
}
.cid-ujbNPkjFZx .mbr-copy {
  color: #51565c;
}
.cid-ujbNPkjFZx .mbr-copy,
.cid-ujbNPkjFZx .copy-wrapper {
  text-align: right;
}
.cid-ujbNPkjFZx .mbr-section-title,
.cid-ujbNPkjFZx .logo-wrapper {
  color: #ff5b00;
}
.cid-ujbNPkjFZx .mbr-copy,
.cid-ujbNPkjFZx .copy-wrapper,
.cid-ujbNPkjFZx .social-wrapper {
  color: #ff6839;
}
