body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Russo One', sans-serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Russo One', sans-serif;
  font-size: 2.2rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Russo One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0d160b !important;
}
.bg-info {
  background-color: #1b3939 !important;
}
.bg-warning {
  background-color: #fbfaf8 !important;
}
.bg-danger {
  background-color: #ff9f1c !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: #023c8d !important;
  border-color: #023c8d !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: #011838 !important;
  border-color: #011838 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #011838 !important;
  border-color: #011838 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b3939 !important;
  border-color: #1b3939 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0d160b !important;
  border-color: #0d160b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbfaf8 !important;
  border-color: #fbfaf8 !important;
  color: #9b8559 !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: #645639 !important;
  background-color: #dbd3c1 !important;
  border-color: #dbd3c1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9b8559 !important;
  background-color: #dbd3c1 !important;
  border-color: #dbd3c1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9f1c !important;
  border-color: #ff9f1c !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: #c47100 !important;
  border-color: #c47100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c47100 !important;
  border-color: #c47100 !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: #023c8d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #011838 !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: #023c8d !important;
  border-color: #023c8d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b3939;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #1b3939 !important;
  border-color: #1b3939 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d160b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #0d160b !important;
  border-color: #0d160b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbfaf8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dbd3c1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9b8559 !important;
  background-color: #fbfaf8 !important;
  border-color: #fbfaf8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9f1c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c47100 !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: #ff9f1c !important;
  border-color: #ff9f1c !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: #023c8d !important;
}
.text-success {
  color: #0d160b !important;
}
.text-info {
  color: #1b3939 !important;
}
.text-warning {
  color: #fbfaf8 !important;
}
.text-danger {
  color: #ff9f1c !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: #011128 !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: #d6ccb7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b56800 !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: #1b3939;
}
.alert-warning {
  background-color: #fbfaf8;
}
.alert-danger {
  background-color: #ff9f1c;
}
.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: #b6d7af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7ac0c0;
}
.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: #fff5e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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: #ffffff !important;
  background: #023c8d !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;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #1b3939 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #023c8d !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #0d160b !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #fbfaf8 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #ff9f1c !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #1b3939 !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #1b3939 !important;
}
.cid-tGGzgCbktB {
  z-index: 1000;
  width: 100%;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background-color: #0d160b !important;
  padding: 0;
  position: fixed;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0d160b !important;
  background: #0d160b;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #0d160b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #0d160b;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbfaf8;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB 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-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #fbfaf8;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: false !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d160b;
  background: #0d160b;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf8;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGGzh0oaiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzh0oaiq .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/jetski-1920x1080.webp");
}
.cid-tGGzh0oaiq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .container {
    padding: 0 20px;
  }
}
.cid-tGGzh0oaiq .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tGGzh0oaiq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGGzh0oaiq .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tGGzh0oaiq .mbr-section-title {
  color: #ffffff;
}
.cid-tGGzh0oaiq .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-tGGzh0oaiq .mbr-section-title,
.cid-tGGzh0oaiq .mbr-section-btn {
  text-align: center;
}
.cid-tGGzhx7hjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-tGGzhx7hjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzhx7hjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzhx7hjA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzhx7hjA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGGzhx7hjA .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGGzhx7hjA .container {
    padding: 0 20px;
  }
}
.cid-tGGzhx7hjA .container .row {
  margin: 0;
}
.cid-tGGzhx7hjA .item {
  padding: 0;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #0d160b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-tGGzhx7hjA .item-title {
  color: #ffffff;
}
.cid-tGGzhx7hjA .mbr-desc {
  color: #f2f2f2;
}
.cid-tGGzjfvdYm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-tGGzjfvdYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzjfvdYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzjfvdYm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzjfvdYm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzjfvdYm .container {
    padding: 0 20px;
  }
}
.cid-tGGzjfvdYm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tGGzjfvdYm .link-wrapper {
  display: block;
}
.cid-tGGzjfvdYm .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tGGzjfvdYm .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-tGGzjfvdYm .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-tGGzjfvdYm .row.items {
  margin: 0 -28px;
}
.cid-tGGzjfvdYm .item {
  padding: 0 28px;
  margin-bottom: 56px;
}
.cid-tGGzjfvdYm .item .item-wrapper a {
  display: block;
}
.cid-tGGzjfvdYm .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tGGzjfvdYm .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-tGGzjfvdYm .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tGGzjfvdYm .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-tGGzjfvdYm .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tGGzjfvdYm .mbr-section-title {
  color: #fbfaf8;
}
.cid-tGGzjfvdYm .mbr-link {
  color: #ff9f1c;
  text-align: right;
}
.cid-tGGzjfvdYm .mbr-desc {
  color: #ffffff;
}
.cid-tGGzm1MCYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-tGGzm1MCYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzm1MCYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzm1MCYQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .container {
    padding: 0 20px;
  }
}
.cid-tGGzm1MCYQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tGGzm1MCYQ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .image-wrapper img {
    height: 300px;
  }
}
.cid-tGGzm1MCYQ .mbr-section-title {
  color: #c2b299;
}
.cid-tGGzm1MCYQ .mbr-text {
  color: #fbfaf8;
}
.cid-tGGzm1MCYQ .mbr-section-title,
.cid-tGGzm1MCYQ .mbr-section-btn {
  color: #ff9f1c;
}
.cid-tGGzlaDBMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-tGGzlaDBMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzlaDBMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzlaDBMn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzlaDBMn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzlaDBMn .container {
    padding: 0 20px;
  }
}
.cid-tGGzlaDBMn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGzlaDBMn .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tGGzlaDBMn .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tGGzlaDBMn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tGGzlaDBMn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGzlaDBMn .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-tGGzlaDBMn .mbr-section-title {
  color: #ff9f1c;
}
.cid-tGGzlaDBMn .mbr-text {
  color: #fbfaf8;
}
.cid-u8AP5vr9bQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8AP5vr9bQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AP5vr9bQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AP5vr9bQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8AP5vr9bQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8AP5vr9bQ .container {
    padding: 0 20px;
  }
}
.cid-u8AP5vr9bQ .image-wrapper_1 {
  position: relative;
}
.cid-u8AP5vr9bQ .image-wrapper_1 img {
  margin: 112px 0 0 210px;
  width: 640px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-u8AP5vr9bQ .image-wrapper_1 img {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .cid-u8AP5vr9bQ .image-wrapper_1 img {
    width: 100%;
    height: 400px;
    margin: 0;
  }
}
.cid-u8AP5vr9bQ .image-wrapper_2 img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8AP5vr9bQ .image-wrapper_2 img {
    height: 300px;
  }
}
.cid-u8AP5vr9bQ .image-wrapper_2 .image_3 {
  width: 60%;
  height: 310px;
  object-fit: cover;
  margin: -30px 0 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AP5vr9bQ .image-wrapper_2 .image_3 {
    width: 100%;
    height: 300px;
    margin: 0;
  }
}
.cid-tGGzmBO91o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jetski-1920x1080.webp");
}
.cid-tGGzmBO91o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzmBO91o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzmBO91o .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGzmBO91o .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGzmBO91o .container {
    padding: 0 20px;
  }
}
.cid-tGGzmBO91o .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-tGGzmBO91o .row {
    height: 450px;
  }
}
.cid-u7WBvYSiXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u7WBvYSiXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WBvYSiXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WBvYSiXu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7WBvYSiXu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7WBvYSiXu .container {
    padding: 0 20px;
  }
}
.cid-u7WBvYSiXu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7WBvYSiXu .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-u7WBvYSiXu .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-u7WBvYSiXu .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7WBvYSiXu .panel-group {
    padding: 0;
  }
}
.cid-u7WBvYSiXu .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-u7WBvYSiXu .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-u7WBvYSiXu .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7WBvYSiXu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7WBvYSiXu .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ff9f1c;
}
.cid-u7WBvYSiXu .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ff9f1c;
}
.cid-u7WBvYSiXu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-u7WBvYSiXu .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-u7WBvYSiXu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7WBvYSiXu .mbr-section-title {
  color: #ff9f1c;
}
.cid-u7WBvYSiXu .panel-title-edit {
  color: #fbfaf8;
}
.cid-u7WBvYSiXu .panel-text {
  color: #fbfaf8;
}
.cid-tGGzolDciC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-tGGzolDciC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzolDciC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzolDciC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzolDciC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzolDciC .container {
    padding: 0 20px;
  }
}
.cid-tGGzolDciC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGzolDciC .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tGGzolDciC .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tGGzolDciC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tGGzolDciC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGzolDciC .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tGGzolDciC .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-tGGzolDciC .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tGGzolDciC .dragArea.row .form-group .form-control {
  padding: 22px 25px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tGGzolDciC .dragArea.row .form-group .form-control:hover,
.cid-tGGzolDciC .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tGGzolDciC .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tGGzolDciC .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0;
}
.cid-tGGzolDciC .dragArea.row .form-group .form-check .form-check-input {
  background-color: #787878;
  border-color: #787878;
}
.cid-tGGzolDciC .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tGGzolDciC .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tGGzolDciC .mbr-section-title {
  color: #c2b299;
}
.cid-tGGzolDciC .mbr-text {
  color: #fbfaf8;
}
.cid-tGGzolDciC label {
  color: #c2b299;
}
.cid-tGGzolDciC .mbr-section-title,
.cid-tGGzolDciC .mbr-section-btn {
  color: #ff9f1c;
}
.cid-tGGzolDciC LABEL {
  color: #fbfaf8;
}
.cid-u7R8aW3u8l {
  background-color: #0d160b;
}
@media (max-width: 768px) {
  .cid-u7R8aW3u8l {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-u7R8aW3u8l .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-u7R8aW3u8l .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u7R8aW3u8l .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .row {
    position: relative;
  }
}
.cid-u7R8aW3u8l .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u7R8aW3u8l .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-u7R8aW3u8l .col-text {
  position: relative;
}
.cid-u7R8aW3u8l .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-u7R8aW3u8l .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-u7R8aW3u8l .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-u7R8aW3u8l .col-text .radial-svg path {
    fill: #0d160b;
  }
}
.cid-u7R8aW3u8l .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-u7R8aW3u8l .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-u7R8aW3u8l .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u7R8aW3u8l .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #ff9f1c;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .label-text {
    text-align: center;
  }
}
.cid-u7R8aW3u8l .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-u7R8aW3u8l .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u7R8aW3u8l .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #023c8d;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u7R8aW3u8l .contact-container .email-container {
  padding: 16px 25px;
  background-color: #000000;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u7R8aW3u8l .contact-text {
  color: #ffffff;
}
.cid-u7R8aW3u8l .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .cards-container {
    text-align: center;
  }
}
.cid-u7R8aW3u8l .cards-title {
  margin-bottom: 12px;
  color: #fbfaf8;
}
.cid-u7R8aW3u8l .card {
  padding: 9px 0;
}
.cid-u7R8aW3u8l .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u7R8aW3u8l .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-u7R8aW3u8l .icon-box {
  margin-right: 12px;
}
.cid-u7R8aW3u8l .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-u7R8aW3u8l .card-text {
  color: #ff9f1c;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-u7R8aW3u8l .btn-container {
  width: 100%;
}
.cid-u7R8aW3u8l .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u7R8aW3u8l .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u7R8aW3u8l .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u7R8aW3u8l .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u7R8aW3u8l .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-u7R8aW3u8l .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-u7R8aW3u8l .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-u7R8aW3u8l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7R8aW3u8l .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-u7R8aW3u8l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7R8aW3u8l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7R8aW3u8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7R8aW3u8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7R8aW3u8l .mbr-section-title,
.cid-u7R8aW3u8l .mbr-section-btn {
  color: #fbfaf8;
}
.cid-tGGL2qVBGr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d160b;
}
.cid-tGGL2qVBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGL2qVBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGL2qVBGr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container {
    padding: 0 20px;
  }
}
.cid-tGGL2qVBGr .row {
  justify-content: center;
}
.cid-tGGL2qVBGr .list-wrap {
  margin-bottom: 24px;
}
.cid-tGGL2qVBGr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .list {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-tGGL2qVBGr .list-wrap .list .item-wrap:hover,
.cid-tGGL2qVBGr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-tGGL2qVBGr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGL2qVBGr .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-tGGL2qVBGr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGL2qVBGr .mbr-list-title {
  color: #000000;
  text-align: center;
}
.cid-tGGL2qVBGr .list {
  color: #1b1b1b;
  text-align: center;
}
.cid-tGGL2qVBGr .copyright,
.cid-tGGL2qVBGr .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u8B6cVzOh1.popup-builder {
  background-color: #ffffff;
}
.cid-u8B6cVzOh1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8B6cVzOh1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8B6cVzOh1 .modal-content,
.cid-u8B6cVzOh1 .modal-dialog {
  height: auto;
}
.cid-u8B6cVzOh1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8B6cVzOh1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8B6cVzOh1 .form-wrapper .mbr-form .form-group,
  .cid-u8B6cVzOh1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8B6cVzOh1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8B6cVzOh1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8B6cVzOh1 .mbr-text {
  text-align: center;
}
.cid-u8B6cVzOh1 .pt-0 {
  padding-top: 0 !important;
}
.cid-u8B6cVzOh1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8B6cVzOh1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8B6cVzOh1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8B6cVzOh1 .modal-open {
  overflow: hidden;
}
.cid-u8B6cVzOh1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8B6cVzOh1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8B6cVzOh1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8B6cVzOh1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8B6cVzOh1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8B6cVzOh1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8B6cVzOh1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8B6cVzOh1 .modal-content {
  background: #ff9f1c;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8B6cVzOh1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8B6cVzOh1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8B6cVzOh1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8B6cVzOh1 .modal-backdrop.show {
  opacity: .5;
}
.cid-u8B6cVzOh1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8B6cVzOh1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8B6cVzOh1 .modal-header {
    padding: 1rem;
  }
}
.cid-u8B6cVzOh1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8B6cVzOh1 .modal-header .close svg {
  fill: #0d160b;
}
.cid-u8B6cVzOh1 .modal-header .close:hover {
  opacity: 1;
}
.cid-u8B6cVzOh1 .modal-header .close:focus {
  outline: none;
}
.cid-u8B6cVzOh1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d160b;
}
.cid-u8B6cVzOh1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8B6cVzOh1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8B6cVzOh1 .modal-body {
    padding: 1rem;
  }
}
.cid-u8B6cVzOh1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8B6cVzOh1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8B6cVzOh1 .modal-footer {
    padding: 1rem;
  }
}
.cid-u8B6cVzOh1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8B6cVzOh1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8B6cVzOh1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8B6cVzOh1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8B6cVzOh1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8B6cVzOh1 .modal-lg,
  .cid-u8B6cVzOh1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8B6cVzOh1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8B6cVzOh1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8B6cVzOh1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8B6cVzOh1 .form-group {
  margin-bottom: 1rem;
}
.cid-u8B6cVzOh1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8B6cVzOh1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8B6cVzOh1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8B6cVzOh1 .mbr-section-btn {
  margin: 0;
}
.cid-u8B6cVzOh1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8AXLZnej3 {
  z-index: 1000;
  width: 100%;
}
.cid-u8AXLZnej3 .navbar-dropdown {
  background-color: #0d160b !important;
  padding: 0;
  position: fixed;
}
.cid-u8AXLZnej3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0d160b !important;
  background: #0d160b;
}
.cid-u8AXLZnej3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8AXLZnej3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8AXLZnej3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8AXLZnej3 .menu_box .navbar.opened,
  .cid-u8AXLZnej3 .menu_box .navbar-collapse {
    background-color: #0d160b !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8AXLZnej3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8AXLZnej3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8AXLZnej3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8AXLZnej3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8AXLZnej3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8AXLZnej3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8AXLZnej3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #0d160b;
  }
  .cid-u8AXLZnej3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8AXLZnej3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8AXLZnej3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8AXLZnej3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8AXLZnej3 .offcanvas-body .mbr-text,
  .cid-u8AXLZnej3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8AXLZnej3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8AXLZnej3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8AXLZnej3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbfaf8;
  }
  .cid-u8AXLZnej3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8AXLZnej3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8AXLZnej3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8AXLZnej3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8AXLZnej3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8AXLZnej3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8AXLZnej3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8AXLZnej3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8AXLZnej3 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-u8AXLZnej3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8AXLZnej3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8AXLZnej3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8AXLZnej3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8AXLZnej3 .nav-item {
    margin: 0 !important;
  }
}
.cid-u8AXLZnej3 .nav-item .nav-link {
  position: relative;
}
.cid-u8AXLZnej3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u8AXLZnej3 .nav-item .nav-link:hover,
.cid-u8AXLZnej3 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u8AXLZnej3 .nav-item .nav-link:hover::before,
.cid-u8AXLZnej3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8AXLZnej3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8AXLZnej3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8AXLZnej3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8AXLZnej3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8AXLZnej3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-u8AXLZnej3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8AXLZnej3 .offcanvas_box {
    display: none;
  }
}
.cid-u8AXLZnej3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8AXLZnej3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8AXLZnej3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8AXLZnej3 .container {
  display: flex;
  margin: auto;
}
.cid-u8AXLZnej3 .iconfont-wrapper {
  color: #fbfaf8;
  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-u8AXLZnej3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8AXLZnej3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8AXLZnej3 .navbar-caption {
  color: #ffffff;
}
.cid-u8AXLZnej3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8AXLZnej3 .navbar-nav {
    margin: 0;
  }
}
.cid-u8AXLZnej3 .dropdown-menu,
.cid-u8AXLZnej3 .navbar.opened {
  background-color: false !important;
}
.cid-u8AXLZnej3 .nav-item:focus,
.cid-u8AXLZnej3 .nav-link:focus {
  outline: none;
}
.cid-u8AXLZnej3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8AXLZnej3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8AXLZnej3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8AXLZnej3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8AXLZnej3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8AXLZnej3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8AXLZnej3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8AXLZnej3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8AXLZnej3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8AXLZnej3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8AXLZnej3 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u8AXLZnej3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8AXLZnej3 .navbar.collapsed {
  justify-content: center;
}
.cid-u8AXLZnej3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8AXLZnej3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8AXLZnej3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8AXLZnej3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8AXLZnej3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8AXLZnej3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8AXLZnej3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8AXLZnej3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8AXLZnej3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8AXLZnej3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8AXLZnej3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8AXLZnej3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8AXLZnej3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8AXLZnej3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8AXLZnej3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8AXLZnej3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8AXLZnej3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8AXLZnej3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8AXLZnej3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8AXLZnej3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8AXLZnej3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8AXLZnej3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8AXLZnej3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8AXLZnej3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8AXLZnej3 .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-u8AXLZnej3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8AXLZnej3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8AXLZnej3 .dropdown-item.active,
.cid-u8AXLZnej3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8AXLZnej3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8AXLZnej3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8AXLZnej3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8AXLZnej3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8AXLZnej3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8AXLZnej3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8AXLZnej3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d160b;
  background: #0d160b;
}
.cid-u8AXLZnej3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf8;
}
.cid-u8AXLZnej3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8AXLZnej3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8AXLZnej3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8AXLZnej3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8AXLZnej3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8AXLZnej3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8AXLZnej3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8AXLZnej3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8AXLZnej3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8AXLZnej3 .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-u8AXLZnej3 .navbar {
    height: 70px;
  }
  .cid-u8AXLZnej3 .navbar.opened {
    height: auto;
  }
  .cid-u8AXLZnej3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8AXLZnej3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8AXLZnej3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u8AXLZnej3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8AXLZnej3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u8AXLZnej3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8AXLZnej3 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8AXLZnej3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8AXLZnej3 .text_widget {
  margin-bottom: 32px;
}
.cid-u8AXLZnej3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8AXLZnej3 .text_widget a:hover {
  opacity: .5;
}
.cid-u8AXLZnej3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u8AXLZnej3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8AXLZnej3 .mbr-section-subtitle,
.cid-u8AXLZnej3 .text_widget,
.cid-u8AXLZnej3 .mbr-section-btn {
  text-align: center;
}
.cid-u8AXLZnej3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8AXM081lM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM081lM .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/mbr-1920x1440.webp");
}
.cid-u8AXM081lM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8AXM081lM .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8AXM081lM .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-u8AXM081lM .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-u8AXM081lM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AXM081lM .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-u8AXM081lM .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-u8AXM081lM .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-u8AXM081lM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8AXM081lM .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-u8AXM081lM .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u8AXM081lM .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8AXM081lM .mbr-section-title {
  color: #ffffff;
}
.cid-u8AXM081lM .mbr-price {
  color: #ffffff;
}
.cid-u8AXM081lM .mbr-desc {
  color: #f2f2f2;
}
.cid-u8AXM081lM .mbr-text {
  color: #ffffff;
}
.cid-u8AXM081lM .mbr-section-btn {
  text-align: right;
}
.cid-u8AXM081lM .mbr-section-title,
.cid-u8AXM081lM .logo-wrap,
.cid-u8AXM081lM .mbr-section-btn {
  color: #ffffff;
}
.cid-u8AXM0EWcR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8AXM0EWcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM0EWcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AXM0EWcR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8AXM0EWcR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM0EWcR .container {
    padding: 0 20px;
  }
}
.cid-u8AXM0EWcR .row {
  margin: 0;
}
.cid-u8AXM0EWcR .card {
  padding: 0;
}
.cid-u8AXM0EWcR .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8AXM0EWcR .image-wrapper img {
    height: 450px;
  }
}
.cid-u8AXM0EWcR .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #0d160b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-u8AXM0EWcR .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-u8AXM0EWcR .title-wrapper .title-wrap {
  width: 100%;
}
.cid-u8AXM0EWcR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8AXM0EWcR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u8AXM0EWcR .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-u8AXM0EWcR .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-u8AXM0EWcR .mbr-section-title {
  color: #c2b299;
}
.cid-u8AXM0EWcR .mbr-text {
  color: #ffffff;
}
.cid-u8AXM0EWcR .mbr-section-title,
.cid-u8AXM0EWcR .mbr-section-btn {
  color: #ff9f1c;
}
.cid-u8AXM19Hms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8AXM19Hms .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM19Hms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AXM19Hms .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AXM19Hms .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM19Hms .container {
    padding: 0 20px;
  }
}
.cid-u8AXM19Hms .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8AXM19Hms .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8AXM19Hms .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8AXM19Hms .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AXM19Hms .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8AXM19Hms .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8AXM19Hms .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8AXM19Hms .mbr-text {
  color: #ffffff;
}
.cid-u8AXM1HWGa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8AXM1HWGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM1HWGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AXM1HWGa .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AXM1HWGa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM1HWGa .container {
    padding: 0 20px;
  }
}
.cid-u8AXM1HWGa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8AXM1HWGa .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8AXM1HWGa .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8AXM1HWGa .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AXM1HWGa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8AXM1HWGa .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8AXM1HWGa .mbr-section-title {
  color: #0d160b;
}
.cid-u8AXM1HWGa .mbr-text {
  color: #000000;
}
.cid-u8AXM2h0lU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8AXM2h0lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM2h0lU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AXM2h0lU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AXM2h0lU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM2h0lU .container {
    padding: 0 20px;
  }
}
.cid-u8AXM2h0lU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8AXM2h0lU .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8AXM2h0lU .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8AXM2h0lU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AXM2h0lU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8AXM2h0lU .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8AXM2h0lU .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8AXM2h0lU .mbr-text {
  color: #ffffff;
}
.cid-u8AZ29ykFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8AZ29ykFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AZ29ykFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AZ29ykFS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AZ29ykFS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AZ29ykFS .container {
    padding: 0 20px;
  }
}
.cid-u8AZ29ykFS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8AZ29ykFS .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8AZ29ykFS .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8AZ29ykFS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AZ29ykFS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8AZ29ykFS .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8AZ29ykFS .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8AZ29ykFS .mbr-text {
  color: #ffffff;
}
.cid-u8AXM2R38l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8AXM2R38l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM2R38l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AXM2R38l .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AXM2R38l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM2R38l .container {
    padding: 0 20px;
  }
}
.cid-u8AXM2R38l .row {
  justify-content: center;
}
.cid-u8AXM2R38l .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8AXM2R38l .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u8AXM2R38l .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8AXM2R38l .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u8AXM2R38l .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u8AXM2R38l .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u8AXM2R38l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8AXM2R38l .mbr-desc {
  color: #e4dfd4;
}
.cid-u8AXM2R38l .mbr-desc,
.cid-u8AXM2R38l .desc-wrapper {
  text-align: center;
  color: #ff9f1c;
}
.cid-u8AXM3qaH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d160b;
}
.cid-u8AXM3qaH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AXM3qaH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AXM3qaH6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AXM3qaH6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AXM3qaH6 .container {
    padding: 0 20px;
  }
}
.cid-u8AXM3qaH6 .row {
  justify-content: center;
}
.cid-u8AXM3qaH6 .list-wrap {
  margin-bottom: 24px;
}
.cid-u8AXM3qaH6 .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8AXM3qaH6 .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-u8AXM3qaH6 .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8AXM3qaH6 .list-wrap .list {
    text-align: center;
  }
}
.cid-u8AXM3qaH6 .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-u8AXM3qaH6 .list-wrap .list .item-wrap:hover,
.cid-u8AXM3qaH6 .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-u8AXM3qaH6 .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-u8AXM3qaH6 .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-u8AXM3qaH6 .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-u8AXM3qaH6 .social-wrap .social-row {
  display: inline-flex;
}
.cid-u8AXM3qaH6 .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-u8AXM3qaH6 .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-u8AXM3qaH6 .social-wrap .social-row .soc-item a:hover::after,
.cid-u8AXM3qaH6 .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-u8AXM3qaH6 .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-u8AXM3qaH6 .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-u8AXM3qaH6 .mbr-list-title {
  color: #000000;
  text-align: center;
}
.cid-u8AXM3qaH6 .list {
  color: #1b1b1b;
  text-align: center;
}
.cid-u8AXM3qaH6 .copyright,
.cid-u8AXM3qaH6 .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tGGzgCbktB {
  z-index: 1000;
  width: 100%;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background-color: #0d160b !important;
  padding: 0;
  position: fixed;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0d160b !important;
  background: #0d160b;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #0d160b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #0d160b;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbfaf8;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB 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-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #fbfaf8;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: false !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d160b;
  background: #0d160b;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf8;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8AQ1ycO5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AQ1ycO5g .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/mbr-1920x963.webp");
}
.cid-u8AQ1ycO5g .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8AQ1ycO5g .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8AQ1ycO5g .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-u8AQ1ycO5g .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-u8AQ1ycO5g .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AQ1ycO5g .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-u8AQ1ycO5g .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-u8AQ1ycO5g .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-u8AQ1ycO5g .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8AQ1ycO5g .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-u8AQ1ycO5g .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u8AQ1ycO5g .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8AQ1ycO5g .mbr-section-title {
  color: #ffffff;
}
.cid-u8AQ1ycO5g .mbr-price {
  color: #ffffff;
}
.cid-u8AQ1ycO5g .mbr-desc {
  color: #f2f2f2;
}
.cid-u8AQ1ycO5g .mbr-text {
  color: #ffffff;
}
.cid-u8AQ1ycO5g .mbr-section-btn {
  text-align: right;
}
.cid-u8AQ1ycO5g .mbr-section-title,
.cid-u8AQ1ycO5g .logo-wrap,
.cid-u8AQ1ycO5g .mbr-section-btn {
  color: #ffffff;
}
.cid-u8ARRaxWBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8ARRaxWBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ARRaxWBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ARRaxWBa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8ARRaxWBa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8ARRaxWBa .container {
    padding: 0 20px;
  }
}
.cid-u8ARRaxWBa .row {
  margin: 0;
}
.cid-u8ARRaxWBa .card {
  padding: 0;
}
.cid-u8ARRaxWBa .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8ARRaxWBa .image-wrapper img {
    height: 450px;
  }
}
.cid-u8ARRaxWBa .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #0d160b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-u8ARRaxWBa .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-u8ARRaxWBa .title-wrapper .title-wrap {
  width: 100%;
}
.cid-u8ARRaxWBa .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8ARRaxWBa .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u8ARRaxWBa .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-u8ARRaxWBa .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-u8ARRaxWBa .mbr-section-title {
  color: #c2b299;
}
.cid-u8ARRaxWBa .mbr-text {
  color: #ffffff;
}
.cid-u8ARRaxWBa .mbr-section-title,
.cid-u8ARRaxWBa .mbr-section-btn {
  color: #ff9f1c;
}
.cid-u8ASvrhvOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8ASvrhvOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ASvrhvOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ASvrhvOg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8ASvrhvOg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8ASvrhvOg .container {
    padding: 0 20px;
  }
}
.cid-u8ASvrhvOg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ASvrhvOg .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8ASvrhvOg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8ASvrhvOg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8ASvrhvOg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ASvrhvOg .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8ASvrhvOg .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8ASvrhvOg .mbr-text {
  color: #ffffff;
}
.cid-u8ASWruJyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8ASWruJyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ASWruJyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ASWruJyj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8ASWruJyj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8ASWruJyj .container {
    padding: 0 20px;
  }
}
.cid-u8ASWruJyj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ASWruJyj .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8ASWruJyj .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8ASWruJyj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8ASWruJyj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ASWruJyj .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8ASWruJyj .mbr-section-title {
  color: #0d160b;
}
.cid-u8ASWruJyj .mbr-text {
  color: #000000;
}
.cid-u8ATfZ35Hx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8ATfZ35Hx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ATfZ35Hx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ATfZ35Hx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8ATfZ35Hx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8ATfZ35Hx .container {
    padding: 0 20px;
  }
}
.cid-u8ATfZ35Hx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ATfZ35Hx .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8ATfZ35Hx .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8ATfZ35Hx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8ATfZ35Hx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ATfZ35Hx .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8ATfZ35Hx .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8ATfZ35Hx .mbr-text {
  color: #e4dfd4;
}
.cid-u8ATGZ7YcV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8ATGZ7YcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ATGZ7YcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ATGZ7YcV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8ATGZ7YcV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8ATGZ7YcV .container {
    padding: 0 20px;
  }
}
.cid-u8ATGZ7YcV .row {
  justify-content: center;
}
.cid-u8ATGZ7YcV .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8ATGZ7YcV .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u8ATGZ7YcV .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8ATGZ7YcV .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u8ATGZ7YcV .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u8ATGZ7YcV .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u8ATGZ7YcV .mbr-text {
  color: #e4dfd4;
  text-align: center;
}
.cid-u8ATGZ7YcV .mbr-desc {
  color: #e4dfd4;
}
.cid-u8ATGZ7YcV .mbr-desc,
.cid-u8ATGZ7YcV .desc-wrapper {
  text-align: center;
  color: #ff9f1c;
}
.cid-tGGL2qVBGr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d160b;
}
.cid-tGGL2qVBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGL2qVBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGL2qVBGr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container {
    padding: 0 20px;
  }
}
.cid-tGGL2qVBGr .row {
  justify-content: center;
}
.cid-tGGL2qVBGr .list-wrap {
  margin-bottom: 24px;
}
.cid-tGGL2qVBGr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .list {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-tGGL2qVBGr .list-wrap .list .item-wrap:hover,
.cid-tGGL2qVBGr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-tGGL2qVBGr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGL2qVBGr .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-tGGL2qVBGr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGL2qVBGr .mbr-list-title {
  color: #000000;
  text-align: center;
}
.cid-tGGL2qVBGr .list {
  color: #1b1b1b;
  text-align: center;
}
.cid-tGGL2qVBGr .copyright,
.cid-tGGL2qVBGr .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u8B2CBPGtc {
  z-index: 1000;
  width: 100%;
}
.cid-u8B2CBPGtc .navbar-dropdown {
  background-color: #0d160b !important;
  padding: 0;
  position: fixed;
}
.cid-u8B2CBPGtc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0d160b !important;
  background: #0d160b;
}
.cid-u8B2CBPGtc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8B2CBPGtc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8B2CBPGtc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8B2CBPGtc .menu_box .navbar.opened,
  .cid-u8B2CBPGtc .menu_box .navbar-collapse {
    background-color: #0d160b !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8B2CBPGtc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8B2CBPGtc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8B2CBPGtc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8B2CBPGtc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8B2CBPGtc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8B2CBPGtc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8B2CBPGtc .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #0d160b;
  }
  .cid-u8B2CBPGtc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8B2CBPGtc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8B2CBPGtc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8B2CBPGtc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8B2CBPGtc .offcanvas-body .mbr-text,
  .cid-u8B2CBPGtc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8B2CBPGtc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8B2CBPGtc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8B2CBPGtc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbfaf8;
  }
  .cid-u8B2CBPGtc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8B2CBPGtc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8B2CBPGtc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8B2CBPGtc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8B2CBPGtc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8B2CBPGtc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8B2CBPGtc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8B2CBPGtc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8B2CBPGtc 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-u8B2CBPGtc .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8B2CBPGtc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8B2CBPGtc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8B2CBPGtc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8B2CBPGtc .nav-item {
    margin: 0 !important;
  }
}
.cid-u8B2CBPGtc .nav-item .nav-link {
  position: relative;
}
.cid-u8B2CBPGtc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u8B2CBPGtc .nav-item .nav-link:hover,
.cid-u8B2CBPGtc .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u8B2CBPGtc .nav-item .nav-link:hover::before,
.cid-u8B2CBPGtc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8B2CBPGtc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8B2CBPGtc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8B2CBPGtc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8B2CBPGtc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8B2CBPGtc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-u8B2CBPGtc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8B2CBPGtc .offcanvas_box {
    display: none;
  }
}
.cid-u8B2CBPGtc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8B2CBPGtc .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8B2CBPGtc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8B2CBPGtc .container {
  display: flex;
  margin: auto;
}
.cid-u8B2CBPGtc .iconfont-wrapper {
  color: #fbfaf8;
  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-u8B2CBPGtc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8B2CBPGtc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8B2CBPGtc .navbar-caption {
  color: #ffffff;
}
.cid-u8B2CBPGtc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8B2CBPGtc .navbar-nav {
    margin: 0;
  }
}
.cid-u8B2CBPGtc .dropdown-menu,
.cid-u8B2CBPGtc .navbar.opened {
  background-color: false !important;
}
.cid-u8B2CBPGtc .nav-item:focus,
.cid-u8B2CBPGtc .nav-link:focus {
  outline: none;
}
.cid-u8B2CBPGtc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8B2CBPGtc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8B2CBPGtc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8B2CBPGtc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8B2CBPGtc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8B2CBPGtc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8B2CBPGtc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8B2CBPGtc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8B2CBPGtc .navbar.opened {
  transition: all 0.3s;
}
.cid-u8B2CBPGtc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8B2CBPGtc .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u8B2CBPGtc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8B2CBPGtc .navbar.collapsed {
  justify-content: center;
}
.cid-u8B2CBPGtc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8B2CBPGtc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8B2CBPGtc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8B2CBPGtc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8B2CBPGtc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8B2CBPGtc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8B2CBPGtc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8B2CBPGtc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8B2CBPGtc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8B2CBPGtc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8B2CBPGtc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8B2CBPGtc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8B2CBPGtc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8B2CBPGtc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8B2CBPGtc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8B2CBPGtc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8B2CBPGtc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8B2CBPGtc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8B2CBPGtc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8B2CBPGtc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8B2CBPGtc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8B2CBPGtc .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8B2CBPGtc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8B2CBPGtc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8B2CBPGtc .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-u8B2CBPGtc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8B2CBPGtc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8B2CBPGtc .dropdown-item.active,
.cid-u8B2CBPGtc .dropdown-item:active {
  background-color: transparent;
}
.cid-u8B2CBPGtc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8B2CBPGtc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8B2CBPGtc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8B2CBPGtc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8B2CBPGtc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8B2CBPGtc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8B2CBPGtc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d160b;
  background: #0d160b;
}
.cid-u8B2CBPGtc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf8;
}
.cid-u8B2CBPGtc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8B2CBPGtc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8B2CBPGtc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8B2CBPGtc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8B2CBPGtc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8B2CBPGtc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8B2CBPGtc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8B2CBPGtc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8B2CBPGtc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8B2CBPGtc .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-u8B2CBPGtc .navbar {
    height: 70px;
  }
  .cid-u8B2CBPGtc .navbar.opened {
    height: auto;
  }
  .cid-u8B2CBPGtc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8B2CBPGtc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8B2CBPGtc .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u8B2CBPGtc .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8B2CBPGtc .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u8B2CBPGtc .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8B2CBPGtc .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8B2CBPGtc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8B2CBPGtc .text_widget {
  margin-bottom: 32px;
}
.cid-u8B2CBPGtc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8B2CBPGtc .text_widget a:hover {
  opacity: .5;
}
.cid-u8B2CBPGtc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u8B2CBPGtc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8B2CBPGtc .mbr-section-subtitle,
.cid-u8B2CBPGtc .text_widget,
.cid-u8B2CBPGtc .mbr-section-btn {
  text-align: center;
}
.cid-u8B2CBPGtc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8B2CCLAQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CCLAQD .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/mbr-1920x963.webp");
}
.cid-u8B2CCLAQD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8B2CCLAQD .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B2CCLAQD .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-u8B2CCLAQD .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-u8B2CCLAQD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B2CCLAQD .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-u8B2CCLAQD .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-u8B2CCLAQD .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-u8B2CCLAQD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B2CCLAQD .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-u8B2CCLAQD .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u8B2CCLAQD .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8B2CCLAQD .mbr-section-title {
  color: #ffffff;
}
.cid-u8B2CCLAQD .mbr-price {
  color: #ffffff;
}
.cid-u8B2CCLAQD .mbr-desc {
  color: #f2f2f2;
}
.cid-u8B2CCLAQD .mbr-text {
  color: #ffffff;
}
.cid-u8B2CCLAQD .mbr-section-btn {
  text-align: right;
}
.cid-u8B2CCLAQD .mbr-section-title,
.cid-u8B2CCLAQD .logo-wrap,
.cid-u8B2CCLAQD .mbr-section-btn {
  color: #ffffff;
}
.cid-u8B2CDkUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8B2CDkUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CDkUxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CDkUxG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8B2CDkUxG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CDkUxG .container {
    padding: 0 20px;
  }
}
.cid-u8B2CDkUxG .row {
  margin: 0;
}
.cid-u8B2CDkUxG .card {
  padding: 0;
}
.cid-u8B2CDkUxG .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8B2CDkUxG .image-wrapper img {
    height: 450px;
  }
}
.cid-u8B2CDkUxG .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #0d160b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-u8B2CDkUxG .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-u8B2CDkUxG .title-wrapper .title-wrap {
  width: 100%;
}
.cid-u8B2CDkUxG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8B2CDkUxG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u8B2CDkUxG .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-u8B2CDkUxG .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-u8B2CDkUxG .mbr-section-title {
  color: #c2b299;
}
.cid-u8B2CDkUxG .mbr-text {
  color: #ffffff;
}
.cid-u8B2CDkUxG .mbr-section-title,
.cid-u8B2CDkUxG .mbr-section-btn {
  color: #ff9f1c;
}
.cid-u8B2CDSpVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B2CDSpVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CDSpVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CDSpVh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CDSpVh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CDSpVh .container {
    padding: 0 20px;
  }
}
.cid-u8B2CDSpVh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B2CDSpVh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B2CDSpVh .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B2CDSpVh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B2CDSpVh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B2CDSpVh .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B2CDSpVh .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8B2CDSpVh .mbr-text {
  color: #ffffff;
}
.cid-u8B2CEFno3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8B2CEFno3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CEFno3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CEFno3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CEFno3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CEFno3 .container {
    padding: 0 20px;
  }
}
.cid-u8B2CEFno3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B2CEFno3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B2CEFno3 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B2CEFno3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B2CEFno3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B2CEFno3 .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B2CEFno3 .mbr-section-title {
  color: #0d160b;
}
.cid-u8B2CEFno3 .mbr-text {
  color: #000000;
}
.cid-u8B2CFbZbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B2CFbZbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CFbZbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CFbZbh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CFbZbh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CFbZbh .container {
    padding: 0 20px;
  }
}
.cid-u8B2CFbZbh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B2CFbZbh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B2CFbZbh .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B2CFbZbh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B2CFbZbh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B2CFbZbh .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B2CFbZbh .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8B2CFbZbh .mbr-text {
  color: #ffffff;
}
.cid-u8B2CFKcET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B2CFKcET .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CFKcET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CFKcET .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CFKcET .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CFKcET .container {
    padding: 0 20px;
  }
}
.cid-u8B2CFKcET .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B2CFKcET .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B2CFKcET .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B2CFKcET .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B2CFKcET .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B2CFKcET .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B2CFKcET .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8B2CFKcET .mbr-text {
  color: #ffffff;
}
.cid-u8B2CGkDkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B2CGkDkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CGkDkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CGkDkQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CGkDkQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CGkDkQ .container {
    padding: 0 20px;
  }
}
.cid-u8B2CGkDkQ .row {
  justify-content: center;
}
.cid-u8B2CGkDkQ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8B2CGkDkQ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u8B2CGkDkQ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8B2CGkDkQ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u8B2CGkDkQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u8B2CGkDkQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u8B2CGkDkQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8B2CGkDkQ .mbr-desc {
  color: #e4dfd4;
}
.cid-u8B2CGkDkQ .mbr-desc,
.cid-u8B2CGkDkQ .desc-wrapper {
  text-align: center;
  color: #ff9f1c;
}
.cid-u8B2CGQWXg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d160b;
}
.cid-u8B2CGQWXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B2CGQWXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B2CGQWXg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B2CGQWXg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B2CGQWXg .container {
    padding: 0 20px;
  }
}
.cid-u8B2CGQWXg .row {
  justify-content: center;
}
.cid-u8B2CGQWXg .list-wrap {
  margin-bottom: 24px;
}
.cid-u8B2CGQWXg .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8B2CGQWXg .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-u8B2CGQWXg .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8B2CGQWXg .list-wrap .list {
    text-align: center;
  }
}
.cid-u8B2CGQWXg .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-u8B2CGQWXg .list-wrap .list .item-wrap:hover,
.cid-u8B2CGQWXg .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-u8B2CGQWXg .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-u8B2CGQWXg .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-u8B2CGQWXg .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-u8B2CGQWXg .social-wrap .social-row {
  display: inline-flex;
}
.cid-u8B2CGQWXg .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-u8B2CGQWXg .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-u8B2CGQWXg .social-wrap .social-row .soc-item a:hover::after,
.cid-u8B2CGQWXg .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-u8B2CGQWXg .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-u8B2CGQWXg .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-u8B2CGQWXg .mbr-list-title {
  color: #000000;
  text-align: center;
}
.cid-u8B2CGQWXg .list {
  color: #1b1b1b;
  text-align: center;
}
.cid-u8B2CGQWXg .copyright,
.cid-u8B2CGQWXg .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u8B1bM4tpH {
  z-index: 1000;
  width: 100%;
}
.cid-u8B1bM4tpH .navbar-dropdown {
  background-color: #0d160b !important;
  padding: 0;
  position: fixed;
}
.cid-u8B1bM4tpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0d160b !important;
  background: #0d160b;
}
.cid-u8B1bM4tpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8B1bM4tpH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8B1bM4tpH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8B1bM4tpH .menu_box .navbar.opened,
  .cid-u8B1bM4tpH .menu_box .navbar-collapse {
    background-color: #0d160b !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8B1bM4tpH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8B1bM4tpH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8B1bM4tpH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8B1bM4tpH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8B1bM4tpH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8B1bM4tpH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8B1bM4tpH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #0d160b;
  }
  .cid-u8B1bM4tpH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8B1bM4tpH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8B1bM4tpH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8B1bM4tpH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8B1bM4tpH .offcanvas-body .mbr-text,
  .cid-u8B1bM4tpH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8B1bM4tpH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8B1bM4tpH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8B1bM4tpH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbfaf8;
  }
  .cid-u8B1bM4tpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8B1bM4tpH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8B1bM4tpH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8B1bM4tpH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8B1bM4tpH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8B1bM4tpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8B1bM4tpH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8B1bM4tpH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8B1bM4tpH 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-u8B1bM4tpH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8B1bM4tpH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8B1bM4tpH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8B1bM4tpH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8B1bM4tpH .nav-item {
    margin: 0 !important;
  }
}
.cid-u8B1bM4tpH .nav-item .nav-link {
  position: relative;
}
.cid-u8B1bM4tpH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u8B1bM4tpH .nav-item .nav-link:hover,
.cid-u8B1bM4tpH .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u8B1bM4tpH .nav-item .nav-link:hover::before,
.cid-u8B1bM4tpH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8B1bM4tpH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8B1bM4tpH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8B1bM4tpH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8B1bM4tpH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8B1bM4tpH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-u8B1bM4tpH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8B1bM4tpH .offcanvas_box {
    display: none;
  }
}
.cid-u8B1bM4tpH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8B1bM4tpH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8B1bM4tpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8B1bM4tpH .container {
  display: flex;
  margin: auto;
}
.cid-u8B1bM4tpH .iconfont-wrapper {
  color: #fbfaf8;
  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-u8B1bM4tpH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8B1bM4tpH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8B1bM4tpH .navbar-caption {
  color: #ffffff;
}
.cid-u8B1bM4tpH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8B1bM4tpH .navbar-nav {
    margin: 0;
  }
}
.cid-u8B1bM4tpH .dropdown-menu,
.cid-u8B1bM4tpH .navbar.opened {
  background-color: false !important;
}
.cid-u8B1bM4tpH .nav-item:focus,
.cid-u8B1bM4tpH .nav-link:focus {
  outline: none;
}
.cid-u8B1bM4tpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8B1bM4tpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8B1bM4tpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8B1bM4tpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8B1bM4tpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8B1bM4tpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8B1bM4tpH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8B1bM4tpH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8B1bM4tpH .navbar.opened {
  transition: all 0.3s;
}
.cid-u8B1bM4tpH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8B1bM4tpH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u8B1bM4tpH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8B1bM4tpH .navbar.collapsed {
  justify-content: center;
}
.cid-u8B1bM4tpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8B1bM4tpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8B1bM4tpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8B1bM4tpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8B1bM4tpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8B1bM4tpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8B1bM4tpH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8B1bM4tpH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8B1bM4tpH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8B1bM4tpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8B1bM4tpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8B1bM4tpH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8B1bM4tpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8B1bM4tpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8B1bM4tpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8B1bM4tpH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8B1bM4tpH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8B1bM4tpH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8B1bM4tpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8B1bM4tpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8B1bM4tpH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8B1bM4tpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8B1bM4tpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8B1bM4tpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8B1bM4tpH .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-u8B1bM4tpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8B1bM4tpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8B1bM4tpH .dropdown-item.active,
.cid-u8B1bM4tpH .dropdown-item:active {
  background-color: transparent;
}
.cid-u8B1bM4tpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8B1bM4tpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8B1bM4tpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8B1bM4tpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8B1bM4tpH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8B1bM4tpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8B1bM4tpH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d160b;
  background: #0d160b;
}
.cid-u8B1bM4tpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf8;
}
.cid-u8B1bM4tpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8B1bM4tpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8B1bM4tpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8B1bM4tpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8B1bM4tpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8B1bM4tpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8B1bM4tpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8B1bM4tpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8B1bM4tpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8B1bM4tpH .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-u8B1bM4tpH .navbar {
    height: 70px;
  }
  .cid-u8B1bM4tpH .navbar.opened {
    height: auto;
  }
  .cid-u8B1bM4tpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8B1bM4tpH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8B1bM4tpH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u8B1bM4tpH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8B1bM4tpH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u8B1bM4tpH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8B1bM4tpH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8B1bM4tpH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8B1bM4tpH .text_widget {
  margin-bottom: 32px;
}
.cid-u8B1bM4tpH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8B1bM4tpH .text_widget a:hover {
  opacity: .5;
}
.cid-u8B1bM4tpH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u8B1bM4tpH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8B1bM4tpH .mbr-section-subtitle,
.cid-u8B1bM4tpH .text_widget,
.cid-u8B1bM4tpH .mbr-section-btn {
  text-align: center;
}
.cid-u8B1bM4tpH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8B1bMJGc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bMJGc0 .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/mbr-1920x1440.webp");
}
.cid-u8B1bMJGc0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8B1bMJGc0 .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B1bMJGc0 .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-u8B1bMJGc0 .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-u8B1bMJGc0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B1bMJGc0 .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-u8B1bMJGc0 .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-u8B1bMJGc0 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-u8B1bMJGc0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B1bMJGc0 .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-u8B1bMJGc0 .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u8B1bMJGc0 .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8B1bMJGc0 .mbr-section-title {
  color: #ffffff;
}
.cid-u8B1bMJGc0 .mbr-price {
  color: #ffffff;
}
.cid-u8B1bMJGc0 .mbr-desc {
  color: #f2f2f2;
}
.cid-u8B1bMJGc0 .mbr-text {
  color: #ffffff;
}
.cid-u8B1bMJGc0 .mbr-section-btn {
  text-align: right;
}
.cid-u8B1bMJGc0 .mbr-section-title,
.cid-u8B1bMJGc0 .logo-wrap,
.cid-u8B1bMJGc0 .mbr-section-btn {
  color: #ffffff;
}
.cid-u8B1bNbObj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8B1bNbObj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bNbObj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bNbObj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8B1bNbObj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bNbObj .container {
    padding: 0 20px;
  }
}
.cid-u8B1bNbObj .row {
  margin: 0;
}
.cid-u8B1bNbObj .card {
  padding: 0;
}
.cid-u8B1bNbObj .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8B1bNbObj .image-wrapper img {
    height: 450px;
  }
}
.cid-u8B1bNbObj .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #0d160b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-u8B1bNbObj .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-u8B1bNbObj .title-wrapper .title-wrap {
  width: 100%;
}
.cid-u8B1bNbObj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8B1bNbObj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u8B1bNbObj .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-u8B1bNbObj .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-u8B1bNbObj .mbr-section-title {
  color: #c2b299;
}
.cid-u8B1bNbObj .mbr-text {
  color: #ffffff;
}
.cid-u8B1bNbObj .mbr-section-title,
.cid-u8B1bNbObj .mbr-section-btn {
  color: #ff9f1c;
}
.cid-u8B1bNCWo6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B1bNCWo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bNCWo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bNCWo6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bNCWo6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bNCWo6 .container {
    padding: 0 20px;
  }
}
.cid-u8B1bNCWo6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B1bNCWo6 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B1bNCWo6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B1bNCWo6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B1bNCWo6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B1bNCWo6 .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B1bNCWo6 .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8B1bNCWo6 .mbr-text {
  color: #ffffff;
}
.cid-u8B1bO3Qfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f1c;
}
.cid-u8B1bO3Qfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bO3Qfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bO3Qfq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bO3Qfq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bO3Qfq .container {
    padding: 0 20px;
  }
}
.cid-u8B1bO3Qfq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B1bO3Qfq .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B1bO3Qfq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B1bO3Qfq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B1bO3Qfq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B1bO3Qfq .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B1bO3Qfq .mbr-section-title {
  color: #0d160b;
}
.cid-u8B1bO3Qfq .mbr-text {
  color: #000000;
}
.cid-u8B1bOxaE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B1bOxaE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bOxaE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bOxaE0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bOxaE0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bOxaE0 .container {
    padding: 0 20px;
  }
}
.cid-u8B1bOxaE0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B1bOxaE0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B1bOxaE0 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B1bOxaE0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B1bOxaE0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B1bOxaE0 .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B1bOxaE0 .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8B1bOxaE0 .mbr-text {
  color: #ffffff;
}
.cid-u8B1bP2D7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B1bP2D7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bP2D7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bP2D7J .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bP2D7J .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bP2D7J .container {
    padding: 0 20px;
  }
}
.cid-u8B1bP2D7J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8B1bP2D7J .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u8B1bP2D7J .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8B1bP2D7J .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8B1bP2D7J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8B1bP2D7J .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-u8B1bP2D7J .mbr-section-title {
  color: #ff9f1c;
}
.cid-u8B1bP2D7J .mbr-text {
  color: #ffffff;
}
.cid-u8B1bPtuHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d160b;
}
.cid-u8B1bPtuHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bPtuHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bPtuHq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bPtuHq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bPtuHq .container {
    padding: 0 20px;
  }
}
.cid-u8B1bPtuHq .row {
  justify-content: center;
}
.cid-u8B1bPtuHq .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8B1bPtuHq .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u8B1bPtuHq .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8B1bPtuHq .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u8B1bPtuHq .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u8B1bPtuHq .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u8B1bPtuHq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8B1bPtuHq .mbr-desc {
  color: #e4dfd4;
}
.cid-u8B1bPtuHq .mbr-desc,
.cid-u8B1bPtuHq .desc-wrapper {
  text-align: center;
  color: #ff9f1c;
}
.cid-u8B1bPWiaY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d160b;
}
.cid-u8B1bPWiaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B1bPWiaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B1bPWiaY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8B1bPWiaY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8B1bPWiaY .container {
    padding: 0 20px;
  }
}
.cid-u8B1bPWiaY .row {
  justify-content: center;
}
.cid-u8B1bPWiaY .list-wrap {
  margin-bottom: 24px;
}
.cid-u8B1bPWiaY .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8B1bPWiaY .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-u8B1bPWiaY .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8B1bPWiaY .list-wrap .list {
    text-align: center;
  }
}
.cid-u8B1bPWiaY .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-u8B1bPWiaY .list-wrap .list .item-wrap:hover,
.cid-u8B1bPWiaY .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-u8B1bPWiaY .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-u8B1bPWiaY .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-u8B1bPWiaY .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-u8B1bPWiaY .social-wrap .social-row {
  display: inline-flex;
}
.cid-u8B1bPWiaY .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-u8B1bPWiaY .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-u8B1bPWiaY .social-wrap .social-row .soc-item a:hover::after,
.cid-u8B1bPWiaY .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-u8B1bPWiaY .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-u8B1bPWiaY .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-u8B1bPWiaY .mbr-list-title {
  color: #000000;
  text-align: center;
}
.cid-u8B1bPWiaY .list {
  color: #1b1b1b;
  text-align: center;
}
.cid-u8B1bPWiaY .copyright,
.cid-u8B1bPWiaY .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tGGzgCbktB {
  z-index: 1000;
  width: 100%;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background-color: #0d160b !important;
  padding: 0;
  position: fixed;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0d160b !important;
  background: #0d160b;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #0d160b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #0d160b;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbfaf8;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB 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-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #fbfaf8;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: false !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d160b;
  background: #0d160b;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf8;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8B8Sj1Y2J {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8B8Sj1Y2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B8Sj1Y2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B91b9RLg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8B92KiVuZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8B93gqm8v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8B95PGvIj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8B96ktoqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGGL2qVBGr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d160b;
}
.cid-tGGL2qVBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGL2qVBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGL2qVBGr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container {
    padding: 0 20px;
  }
}
.cid-tGGL2qVBGr .row {
  justify-content: center;
}
.cid-tGGL2qVBGr .list-wrap {
  margin-bottom: 24px;
}
.cid-tGGL2qVBGr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .list {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-tGGL2qVBGr .list-wrap .list .item-wrap:hover,
.cid-tGGL2qVBGr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-tGGL2qVBGr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGL2qVBGr .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-tGGL2qVBGr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGL2qVBGr .mbr-list-title {
  color: #000000;
  text-align: center;
}
.cid-tGGL2qVBGr .list {
  color: #1b1b1b;
  text-align: center;
}
.cid-tGGL2qVBGr .copyright,
.cid-tGGL2qVBGr .social-wrap {
  text-align: center;
  color: #ffffff;
}
