.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ff9c00 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5400 !important;
  border-color: #ff5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff7633 !important;
  border-color: #ff7633 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff7633 !important;
  border-color: #ff7633 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9c00 !important;
  border-color: #ff9c00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffb033 !important;
  border-color: #ffb033 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffb033 !important;
  border-color: #ffb033 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff5400;
  color: #ff5400;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a83700 !important;
  background-color: transparent !important;
  border-color: #a83700 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5400 !important;
  border-color: #ff5400 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff9c00;
  color: #ff9c00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a86700 !important;
  background-color: transparent !important;
  border-color: #a86700 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c00 !important;
  border-color: #ff9c00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #fafafa;
  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: #cfcfcf !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: #000000 !important;
}
.text-secondary {
  color: #ff5400 !important;
}
.text-success {
  color: #ff9c00 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #993200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #995e00 !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: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffebcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #ff5400 !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='%23000000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uHJba8vXDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uHJba8vXDf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHJba8vXDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHJba8vXDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHJba8vXDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHJba8vXDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHJba8vXDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHJba8vXDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uHJba8vXDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uHJba8vXDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uHJba8vXDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHJba8vXDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHJba8vXDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHJba8vXDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uHJba8vXDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHJba8vXDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHJba8vXDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHJba8vXDf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uHJba8vXDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHJba8vXDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uHJba8vXDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHJba8vXDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uHJba8vXDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #1b1b1b !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1b1b1b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uHJba8vXDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHJba8vXDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHJba8vXDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHJba8vXDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1b1b1b;
  background: #1b1b1b !important;
}
.cid-uHJba8vXDf .nav-item:focus,
.cid-uHJba8vXDf .nav-link:focus {
  outline: none;
}
.cid-uHJba8vXDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHJba8vXDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHJba8vXDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHJba8vXDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHJba8vXDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHJba8vXDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHJba8vXDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uHJba8vXDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uHJba8vXDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHJba8vXDf .navbar .navbar-logo img {
  width: auto;
}
.cid-uHJba8vXDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uHJba8vXDf .navbar.collapsed {
  justify-content: center;
}
.cid-uHJba8vXDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHJba8vXDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHJba8vXDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHJba8vXDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHJba8vXDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHJba8vXDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHJba8vXDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHJba8vXDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHJba8vXDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHJba8vXDf .navbar {
    min-height: 72px;
  }
  .cid-uHJba8vXDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHJba8vXDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHJba8vXDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHJba8vXDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHJba8vXDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHJba8vXDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHJba8vXDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHJba8vXDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHJba8vXDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHJba8vXDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHJba8vXDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHJba8vXDf .dropdown-item.active,
.cid-uHJba8vXDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uHJba8vXDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHJba8vXDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHJba8vXDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHJba8vXDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-uHJba8vXDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHJba8vXDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHJba8vXDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHJba8vXDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHJba8vXDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uHJba8vXDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHJba8vXDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9c00;
}
.cid-uHJba8vXDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHJba8vXDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHJba8vXDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHJba8vXDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHJba8vXDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHJba8vXDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHJba8vXDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHJba8vXDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHJba8vXDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHJba8vXDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHJba8vXDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHJba8vXDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHJba8vXDf .navbar {
    height: 70px;
  }
  .cid-uHJba8vXDf .navbar.opened {
    height: auto;
  }
  .cid-uHJba8vXDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHJba8vXDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHJba8vXDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHJba8vXDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uHJba8vXDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1b1b;
    opacity: 1;
    border-color: #1b1b1b !important;
    background: #1b1b1b !important;
    backdrop-filter: blur(8px);
  }
  .cid-uHJba8vXDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHJba8vXDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHJba8vXDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHJba8vXDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uHJba8vXDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6gwSZoawK {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sft5-soundcloud-header-v1.jpg-2000x857.jpg");
}
.cid-u6gwSZoawK .content-head {
  max-width: 800px;
}
.cid-u6gwSZoawK .mbr-section-title {
  color: #ffffff;
}
.cid-u6gwSZoawK .noroundedborder {
  border-radius: 0px 0px 0px 0px;
}
.cid-uHJdqBeqHg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHJdqBeqHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJdqBeqHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHJdqBeqHg .mbr-section-title {
  color: #ff5400;
}
.cid-uHJdqBeqHg .mbr-section-subtitle {
  text-align: left;
}
.cid-utbBxPo8Qb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utbBxPo8Qb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-utbBxPo8Qb img,
.cid-utbBxPo8Qb .item-img {
  width: 100%;
}
.cid-utbBxPo8Qb .item:focus,
.cid-utbBxPo8Qb span:focus {
  outline: none;
}
.cid-utbBxPo8Qb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utbBxPo8Qb .item {
    margin-bottom: 1rem;
  }
}
.cid-utbBxPo8Qb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utbBxPo8Qb .mbr-section-title {
  color: #232323;
}
.cid-utbBxPo8Qb .mbr-text,
.cid-utbBxPo8Qb .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-utbBxPo8Qb .item-title {
  color: #232323;
  text-align: left;
}
.cid-utbBxPo8Qb .content-head {
  max-width: 800px;
}
.cid-uHJh56ak5x {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uHJh56ak5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJh56ak5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHJh56ak5x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHJh56ak5x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHJh56ak5x .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHJh56ak5x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHJh56ak5x .mbr-section-title {
  color: #ff5400;
}
.cid-uHJh56ak5x .mbr-text,
.cid-uHJh56ak5x .mbr-section-btn {
  color: #000000;
}
.cid-uHJoiu9Dfd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHJoiu9Dfd .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uHJoiu9Dfd img,
.cid-uHJoiu9Dfd .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uHJoiu9Dfd .item:focus,
.cid-uHJoiu9Dfd span:focus {
  outline: none;
}
.cid-uHJoiu9Dfd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHJoiu9Dfd .item {
    margin-bottom: 1rem;
  }
}
.cid-uHJoiu9Dfd .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHJoiu9Dfd .mbr-section-title {
  color: #ff5400;
  text-align: center;
}
.cid-uHJoiu9Dfd .mbr-text,
.cid-uHJoiu9Dfd .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uHJoiu9Dfd .item-title {
  color: #1b1b1b;
  text-align: left;
}
.cid-uHJoiu9Dfd .content-head {
  max-width: 800px;
}
.cid-uHJiMohqWY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9c00;
}
.cid-uHJiMohqWY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHJiMohqWY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHJiMohqWY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHJiMohqWY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHJiMohqWY .content-head {
  max-width: 800px;
}
.cid-ugJJwBfeLm {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-ugJJwBfeLm .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugJJwBfeLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugJJwBfeLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugJJwBfeLm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugJJwBfeLm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugJJwBfeLm {
    align-items: center;
  }
  .cid-ugJJwBfeLm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugJJwBfeLm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugJJwBfeLm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugJJwBfeLm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugJJwBfeLm .content-wrap {
    width: 100%;
  }
}
.cid-ugJJwBfeLm .mbr-section-title {
  text-align: center;
}
.cid-ugJJwBfeLm .mbr-text,
.cid-ugJJwBfeLm .mbr-section-btn {
  text-align: center;
}
.cid-u6gytce9sg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5400;
  overflow: hidden;
}
.cid-u6gytce9sg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uM3kR3xlUx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM3kR3xlUx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uM3kR3xlUx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM3kR3xlUx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM3kR3xlUx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uM3kR3xlUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM3kR3xlUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM3kR3xlUx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM3kR3xlUx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM3kR3xlUx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uM3kR3xlUx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uM3kR3xlUx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM3kR3xlUx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM3kR3xlUx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uM3kR3xlUx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM3kR3xlUx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM3kR3xlUx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM3kR3xlUx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM3kR3xlUx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uM3kR3xlUx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uM3kR3xlUx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM3kR3xlUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM3kR3xlUx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #1b1b1b !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1b1b1b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uM3kR3xlUx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM3kR3xlUx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uM3kR3xlUx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM3kR3xlUx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1b1b1b;
  background: #1b1b1b !important;
}
.cid-uM3kR3xlUx .nav-item:focus,
.cid-uM3kR3xlUx .nav-link:focus {
  outline: none;
}
.cid-uM3kR3xlUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM3kR3xlUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM3kR3xlUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM3kR3xlUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM3kR3xlUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM3kR3xlUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM3kR3xlUx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM3kR3xlUx .navbar.opened {
  transition: all 0.3s;
}
.cid-uM3kR3xlUx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM3kR3xlUx .navbar .navbar-logo img {
  width: auto;
}
.cid-uM3kR3xlUx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uM3kR3xlUx .navbar.collapsed {
  justify-content: center;
}
.cid-uM3kR3xlUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM3kR3xlUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM3kR3xlUx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uM3kR3xlUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM3kR3xlUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM3kR3xlUx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uM3kR3xlUx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM3kR3xlUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM3kR3xlUx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM3kR3xlUx .navbar {
    min-height: 72px;
  }
  .cid-uM3kR3xlUx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM3kR3xlUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM3kR3xlUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM3kR3xlUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM3kR3xlUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM3kR3xlUx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uM3kR3xlUx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM3kR3xlUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM3kR3xlUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM3kR3xlUx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM3kR3xlUx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM3kR3xlUx .dropdown-item.active,
.cid-uM3kR3xlUx .dropdown-item:active {
  background-color: transparent;
}
.cid-uM3kR3xlUx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM3kR3xlUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM3kR3xlUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM3kR3xlUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-uM3kR3xlUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM3kR3xlUx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM3kR3xlUx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM3kR3xlUx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM3kR3xlUx .navbar-buttons {
    text-align: left;
  }
}
.cid-uM3kR3xlUx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM3kR3xlUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9c00;
}
.cid-uM3kR3xlUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM3kR3xlUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM3kR3xlUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM3kR3xlUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM3kR3xlUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM3kR3xlUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM3kR3xlUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM3kR3xlUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM3kR3xlUx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM3kR3xlUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM3kR3xlUx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM3kR3xlUx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM3kR3xlUx .navbar {
    height: 70px;
  }
  .cid-uM3kR3xlUx .navbar.opened {
    height: auto;
  }
  .cid-uM3kR3xlUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM3kR3xlUx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uM3kR3xlUx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM3kR3xlUx .navbar-brand {
    margin-right: auto;
  }
  .cid-uM3kR3xlUx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1b1b;
    opacity: 1;
    border-color: #1b1b1b !important;
    background: #1b1b1b !important;
    backdrop-filter: blur(8px);
  }
  .cid-uM3kR3xlUx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM3kR3xlUx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM3kR3xlUx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uM3kR3xlUx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM3kR3xlUx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM3kR3SV1g {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uM3kR3SV1g .content-head {
  max-width: 800px;
}
.cid-uM3kR3SV1g .mbr-section-title {
  color: #ffffff;
}
.cid-uM3kR3SV1g .noroundedborder {
  border-radius: 0px 0px 0px 0px;
}
.cid-uM3kR49l0d {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uM3kR49l0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR49l0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR49l0d .mbr-section-title {
  color: #ff5400;
}
.cid-uM3kR49l0d .mbr-section-subtitle {
  text-align: left;
}
.cid-uM3kR5pBMS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uM3kR5pBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR5pBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR5pBMS .mbr-section-title {
  color: #ff5400;
}
.cid-uM3kR5JIxE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uM3kR60g7B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR60g7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR60g7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR60g7B .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kR60g7B .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR60g7B .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR60g7B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR60g7B .media-content,
.cid-uM3kR60g7B .mbr-figure {
  align-self: center;
}
.cid-uM3kR60g7B .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR60g7B .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR60g7B .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR60g7B .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR60g7B .mbr-section-title {
  text-align: left;
}
.cid-uM3kR60g7B .mbr-text,
.cid-uM3kR60g7B .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR6l0PT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR6l0PT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR6l0PT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kR6l0PT .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR6l0PT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR6l0PT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR6l0PT .media-content,
.cid-uM3kR6l0PT .mbr-figure {
  align-self: center;
}
.cid-uM3kR6l0PT .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR6l0PT .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR6l0PT .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR6l0PT .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR6l0PT .mbr-section-title {
  text-align: left;
}
.cid-uM3kR6l0PT .mbr-text,
.cid-uM3kR6l0PT .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR6IStx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR6IStx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR6IStx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR6IStx .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kR6IStx .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR6IStx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR6IStx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR6IStx .media-content,
.cid-uM3kR6IStx .mbr-figure {
  align-self: center;
}
.cid-uM3kR6IStx .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR6IStx .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR6IStx .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR6IStx .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR6IStx .mbr-section-title {
  text-align: left;
}
.cid-uM3kR6IStx .mbr-text,
.cid-uM3kR6IStx .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR7eYfD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR7eYfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR7eYfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kR7eYfD .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR7eYfD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR7eYfD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR7eYfD .media-content,
.cid-uM3kR7eYfD .mbr-figure {
  align-self: center;
}
.cid-uM3kR7eYfD .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR7eYfD .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR7eYfD .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR7eYfD .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR7eYfD .mbr-section-title {
  text-align: left;
}
.cid-uM3kR7eYfD .mbr-text,
.cid-uM3kR7eYfD .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR7MHNp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR7MHNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR7MHNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR7MHNp .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kR7MHNp .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR7MHNp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR7MHNp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR7MHNp .media-content,
.cid-uM3kR7MHNp .mbr-figure {
  align-self: center;
}
.cid-uM3kR7MHNp .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR7MHNp .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR7MHNp .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR7MHNp .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR7MHNp .mbr-section-title {
  text-align: left;
}
.cid-uM3kR7MHNp .mbr-text,
.cid-uM3kR7MHNp .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR882Jn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR882Jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR882Jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kR882Jn .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR882Jn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR882Jn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR882Jn .media-content,
.cid-uM3kR882Jn .mbr-figure {
  align-self: center;
}
.cid-uM3kR882Jn .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR882Jn .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR882Jn .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR882Jn .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR882Jn .mbr-section-title {
  text-align: left;
}
.cid-uM3kR882Jn .mbr-text,
.cid-uM3kR882Jn .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR8vQAU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR8vQAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR8vQAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR8vQAU .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kR8vQAU .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR8vQAU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR8vQAU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR8vQAU .media-content,
.cid-uM3kR8vQAU .mbr-figure {
  align-self: center;
}
.cid-uM3kR8vQAU .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR8vQAU .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR8vQAU .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR8vQAU .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR8vQAU .mbr-section-title {
  text-align: left;
}
.cid-uM3kR8vQAU .mbr-text,
.cid-uM3kR8vQAU .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR8Unzq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR8Unzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR8Unzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kR8Unzq .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR8Unzq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR8Unzq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR8Unzq .media-content,
.cid-uM3kR8Unzq .mbr-figure {
  align-self: center;
}
.cid-uM3kR8Unzq .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR8Unzq .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR8Unzq .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR8Unzq .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR8Unzq .mbr-section-title {
  text-align: left;
}
.cid-uM3kR8Unzq .mbr-text,
.cid-uM3kR8Unzq .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR9fpWm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR9fpWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR9fpWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR9fpWm .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kR9fpWm .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR9fpWm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR9fpWm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR9fpWm .media-content,
.cid-uM3kR9fpWm .mbr-figure {
  align-self: center;
}
.cid-uM3kR9fpWm .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR9fpWm .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR9fpWm .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR9fpWm .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR9fpWm .mbr-section-title {
  text-align: left;
}
.cid-uM3kR9fpWm .mbr-text,
.cid-uM3kR9fpWm .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR9AuQU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR9AuQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR9AuQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kR9AuQU .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR9AuQU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR9AuQU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR9AuQU .media-content,
.cid-uM3kR9AuQU .mbr-figure {
  align-self: center;
}
.cid-uM3kR9AuQU .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR9AuQU .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR9AuQU .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR9AuQU .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR9AuQU .mbr-section-title {
  text-align: left;
}
.cid-uM3kR9AuQU .mbr-text,
.cid-uM3kR9AuQU .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR9VwuR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kR9VwuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kR9VwuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kR9VwuR .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kR9VwuR .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kR9VwuR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kR9VwuR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kR9VwuR .media-content,
.cid-uM3kR9VwuR .mbr-figure {
  align-self: center;
}
.cid-uM3kR9VwuR .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kR9VwuR .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kR9VwuR .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kR9VwuR .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kR9VwuR .mbr-section-title {
  text-align: left;
}
.cid-uM3kR9VwuR .mbr-text,
.cid-uM3kR9VwuR .mbr-section-btn {
  text-align: left;
}
.cid-uM3kRaipLR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kRaipLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kRaipLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kRaipLR .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kRaipLR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kRaipLR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kRaipLR .media-content,
.cid-uM3kRaipLR .mbr-figure {
  align-self: center;
}
.cid-uM3kRaipLR .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kRaipLR .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kRaipLR .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kRaipLR .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kRaipLR .mbr-section-title {
  text-align: left;
}
.cid-uM3kRaipLR .mbr-text,
.cid-uM3kRaipLR .mbr-section-btn {
  text-align: left;
}
.cid-uM3kR4rIxe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM3kR4rIxe .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uM3kR4rIxe img,
.cid-uM3kR4rIxe .item-img {
  width: 100%;
}
.cid-uM3kR4rIxe .item:focus,
.cid-uM3kR4rIxe span:focus {
  outline: none;
}
.cid-uM3kR4rIxe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uM3kR4rIxe .item {
    margin-bottom: 1rem;
  }
}
.cid-uM3kR4rIxe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uM3kR4rIxe .mbr-section-title {
  color: #232323;
}
.cid-uM3kR4rIxe .mbr-text,
.cid-uM3kR4rIxe .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uM3kR4rIxe .item-title {
  color: #232323;
  text-align: left;
}
.cid-uM3kR4rIxe .content-head {
  max-width: 800px;
}
.cid-uM3kRhZPwH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9c00;
}
.cid-uM3kRhZPwH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uM3kRhZPwH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uM3kRhZPwH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uM3kRhZPwH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uM3kRhZPwH .content-head {
  max-width: 800px;
}
.cid-uM3kRirZCw {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uM3kRirZCw .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uM3kRirZCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kRirZCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kRirZCw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uM3kRirZCw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uM3kRirZCw {
    align-items: center;
  }
  .cid-uM3kRirZCw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM3kRirZCw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM3kRirZCw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM3kRirZCw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM3kRirZCw .content-wrap {
    width: 100%;
  }
}
.cid-uM3kRirZCw .mbr-section-title {
  text-align: center;
}
.cid-uM3kRirZCw .mbr-text,
.cid-uM3kRirZCw .mbr-section-btn {
  text-align: center;
}
.cid-uM3kRiURz9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5400;
  overflow: hidden;
}
.cid-uM3kRiURz9 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uM3l1d7eYn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM3l1d7eYn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uM3l1d7eYn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM3l1d7eYn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM3l1d7eYn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uM3l1d7eYn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM3l1d7eYn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM3l1d7eYn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM3l1d7eYn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM3l1d7eYn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uM3l1d7eYn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uM3l1d7eYn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM3l1d7eYn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM3l1d7eYn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uM3l1d7eYn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM3l1d7eYn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM3l1d7eYn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM3l1d7eYn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM3l1d7eYn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uM3l1d7eYn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uM3l1d7eYn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM3l1d7eYn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM3l1d7eYn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #1b1b1b !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1b1b1b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uM3l1d7eYn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM3l1d7eYn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uM3l1d7eYn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM3l1d7eYn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1b1b1b;
  background: #1b1b1b !important;
}
.cid-uM3l1d7eYn .nav-item:focus,
.cid-uM3l1d7eYn .nav-link:focus {
  outline: none;
}
.cid-uM3l1d7eYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM3l1d7eYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM3l1d7eYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM3l1d7eYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM3l1d7eYn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM3l1d7eYn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM3l1d7eYn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM3l1d7eYn .navbar.opened {
  transition: all 0.3s;
}
.cid-uM3l1d7eYn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM3l1d7eYn .navbar .navbar-logo img {
  width: auto;
}
.cid-uM3l1d7eYn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uM3l1d7eYn .navbar.collapsed {
  justify-content: center;
}
.cid-uM3l1d7eYn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM3l1d7eYn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM3l1d7eYn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uM3l1d7eYn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM3l1d7eYn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM3l1d7eYn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uM3l1d7eYn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM3l1d7eYn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM3l1d7eYn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM3l1d7eYn .navbar {
    min-height: 72px;
  }
  .cid-uM3l1d7eYn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM3l1d7eYn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM3l1d7eYn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM3l1d7eYn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM3l1d7eYn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM3l1d7eYn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uM3l1d7eYn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM3l1d7eYn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM3l1d7eYn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM3l1d7eYn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM3l1d7eYn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM3l1d7eYn .dropdown-item.active,
.cid-uM3l1d7eYn .dropdown-item:active {
  background-color: transparent;
}
.cid-uM3l1d7eYn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM3l1d7eYn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM3l1d7eYn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM3l1d7eYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-uM3l1d7eYn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM3l1d7eYn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM3l1d7eYn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM3l1d7eYn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM3l1d7eYn .navbar-buttons {
    text-align: left;
  }
}
.cid-uM3l1d7eYn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM3l1d7eYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9c00;
}
.cid-uM3l1d7eYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM3l1d7eYn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM3l1d7eYn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM3l1d7eYn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM3l1d7eYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM3l1d7eYn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM3l1d7eYn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM3l1d7eYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM3l1d7eYn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM3l1d7eYn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM3l1d7eYn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM3l1d7eYn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM3l1d7eYn .navbar {
    height: 70px;
  }
  .cid-uM3l1d7eYn .navbar.opened {
    height: auto;
  }
  .cid-uM3l1d7eYn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM3l1d7eYn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uM3l1d7eYn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM3l1d7eYn .navbar-brand {
    margin-right: auto;
  }
  .cid-uM3l1d7eYn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1b1b;
    opacity: 1;
    border-color: #1b1b1b !important;
    background: #1b1b1b !important;
    backdrop-filter: blur(8px);
  }
  .cid-uM3l1d7eYn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM3l1d7eYn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM3l1d7eYn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uM3l1d7eYn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM3l1d7eYn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM3l1dsnUr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uM3l1dsnUr .content-head {
  max-width: 800px;
}
.cid-uM3l1dsnUr .mbr-section-title {
  color: #ffffff;
}
.cid-uM3l1dsnUr .noroundedborder {
  border-radius: 0px 0px 0px 0px;
}
.cid-uM3l1dIw3b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uM3l1dIw3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1dIw3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1dIw3b .mbr-section-title {
  color: #ff5400;
}
.cid-uM3l1dIw3b .mbr-section-subtitle {
  text-align: left;
}
.cid-uM3l1lrUK6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uM3l1lrUK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1lrUK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1lrUK6 .mbr-section-title {
  color: #ff5400;
}
.cid-uM3l1lN0GY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uMKjeUlq3Z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMKjeUlq3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKjeUlq3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMKjeUlq3Z .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uMKjeUlq3Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMKjeUlq3Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMKjeUlq3Z .media-content,
.cid-uMKjeUlq3Z .mbr-figure {
  align-self: center;
}
.cid-uMKjeUlq3Z .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMKjeUlq3Z .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uMKjeUlq3Z .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uMKjeUlq3Z .mbr-section-maintitle {
  text-align: center;
}
.cid-uMKjeUlq3Z .mbr-section-title {
  text-align: left;
}
.cid-uMKjeUlq3Z .mbr-text,
.cid-uMKjeUlq3Z .mbr-section-btn {
  text-align: left;
}
.cid-uMyP9Ux9Yc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMyP9Ux9Yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyP9Ux9Yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyP9Ux9Yc .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uMyP9Ux9Yc .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uMyP9Ux9Yc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMyP9Ux9Yc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMyP9Ux9Yc .media-content,
.cid-uMyP9Ux9Yc .mbr-figure {
  align-self: center;
}
.cid-uMyP9Ux9Yc .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMyP9Ux9Yc .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uMyP9Ux9Yc .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uMyP9Ux9Yc .mbr-section-maintitle {
  text-align: center;
}
.cid-uMyP9Ux9Yc .mbr-section-title {
  text-align: left;
}
.cid-uMyP9Ux9Yc .mbr-text,
.cid-uMyP9Ux9Yc .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1m92tm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1m92tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1m92tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3l1m92tm .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1m92tm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1m92tm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1m92tm .media-content,
.cid-uM3l1m92tm .mbr-figure {
  align-self: center;
}
.cid-uM3l1m92tm .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1m92tm .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1m92tm .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1m92tm .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1m92tm .mbr-section-title {
  text-align: left;
}
.cid-uM3l1m92tm .mbr-text,
.cid-uM3l1m92tm .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1mzw3B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1mzw3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1mzw3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1mzw3B .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3l1mzw3B .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1mzw3B .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1mzw3B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1mzw3B .media-content,
.cid-uM3l1mzw3B .mbr-figure {
  align-self: center;
}
.cid-uM3l1mzw3B .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1mzw3B .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1mzw3B .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1mzw3B .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1mzw3B .mbr-section-title {
  text-align: left;
}
.cid-uM3l1mzw3B .mbr-text,
.cid-uM3l1mzw3B .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1mZcQw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1mZcQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1mZcQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3l1mZcQw .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1mZcQw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1mZcQw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1mZcQw .media-content,
.cid-uM3l1mZcQw .mbr-figure {
  align-self: center;
}
.cid-uM3l1mZcQw .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1mZcQw .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1mZcQw .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1mZcQw .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1mZcQw .mbr-section-title {
  text-align: left;
}
.cid-uM3l1mZcQw .mbr-text,
.cid-uM3l1mZcQw .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1nrD4B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1nrD4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1nrD4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1nrD4B .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3l1nrD4B .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1nrD4B .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1nrD4B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1nrD4B .media-content,
.cid-uM3l1nrD4B .mbr-figure {
  align-self: center;
}
.cid-uM3l1nrD4B .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1nrD4B .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1nrD4B .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1nrD4B .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1nrD4B .mbr-section-title {
  text-align: left;
}
.cid-uM3l1nrD4B .mbr-text,
.cid-uM3l1nrD4B .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1nRk3I {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1nRk3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1nRk3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3l1nRk3I .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1nRk3I .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1nRk3I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1nRk3I .media-content,
.cid-uM3l1nRk3I .mbr-figure {
  align-self: center;
}
.cid-uM3l1nRk3I .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1nRk3I .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1nRk3I .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1nRk3I .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1nRk3I .mbr-section-title {
  text-align: left;
}
.cid-uM3l1nRk3I .mbr-text,
.cid-uM3l1nRk3I .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1ohiF1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1ohiF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1ohiF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1ohiF1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3l1ohiF1 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1ohiF1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1ohiF1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1ohiF1 .media-content,
.cid-uM3l1ohiF1 .mbr-figure {
  align-self: center;
}
.cid-uM3l1ohiF1 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1ohiF1 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1ohiF1 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1ohiF1 .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1ohiF1 .mbr-section-title {
  text-align: left;
}
.cid-uM3l1ohiF1 .mbr-text,
.cid-uM3l1ohiF1 .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1oIE80 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1oIE80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1oIE80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3l1oIE80 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1oIE80 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1oIE80 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1oIE80 .media-content,
.cid-uM3l1oIE80 .mbr-figure {
  align-self: center;
}
.cid-uM3l1oIE80 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1oIE80 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1oIE80 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1oIE80 .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1oIE80 .mbr-section-title {
  text-align: left;
}
.cid-uM3l1oIE80 .mbr-text,
.cid-uM3l1oIE80 .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1pa4Ge {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1pa4Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1pa4Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1pa4Ge .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3l1pa4Ge .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1pa4Ge .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1pa4Ge .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1pa4Ge .media-content,
.cid-uM3l1pa4Ge .mbr-figure {
  align-self: center;
}
.cid-uM3l1pa4Ge .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1pa4Ge .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1pa4Ge .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1pa4Ge .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1pa4Ge .mbr-section-title {
  text-align: left;
}
.cid-uM3l1pa4Ge .mbr-text,
.cid-uM3l1pa4Ge .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1pCtP2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1pCtP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1pCtP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3l1pCtP2 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1pCtP2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1pCtP2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1pCtP2 .media-content,
.cid-uM3l1pCtP2 .mbr-figure {
  align-self: center;
}
.cid-uM3l1pCtP2 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1pCtP2 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1pCtP2 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1pCtP2 .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1pCtP2 .mbr-section-title {
  text-align: left;
}
.cid-uM3l1pCtP2 .mbr-text,
.cid-uM3l1pCtP2 .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1q5wgl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1q5wgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1q5wgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1q5wgl .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3l1q5wgl .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1q5wgl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1q5wgl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1q5wgl .media-content,
.cid-uM3l1q5wgl .mbr-figure {
  align-self: center;
}
.cid-uM3l1q5wgl .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1q5wgl .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1q5wgl .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1q5wgl .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1q5wgl .mbr-section-title {
  text-align: left;
}
.cid-uM3l1q5wgl .mbr-text,
.cid-uM3l1q5wgl .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1qyIU7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3l1qyIU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1qyIU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3l1qyIU7 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3l1qyIU7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3l1qyIU7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3l1qyIU7 .media-content,
.cid-uM3l1qyIU7 .mbr-figure {
  align-self: center;
}
.cid-uM3l1qyIU7 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3l1qyIU7 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3l1qyIU7 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3l1qyIU7 .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3l1qyIU7 .mbr-section-title {
  text-align: left;
}
.cid-uM3l1qyIU7 .mbr-text,
.cid-uM3l1qyIU7 .mbr-section-btn {
  text-align: left;
}
.cid-uM3l1dZ33j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM3l1dZ33j .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uM3l1dZ33j img,
.cid-uM3l1dZ33j .item-img {
  width: 100%;
}
.cid-uM3l1dZ33j .item:focus,
.cid-uM3l1dZ33j span:focus {
  outline: none;
}
.cid-uM3l1dZ33j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uM3l1dZ33j .item {
    margin-bottom: 1rem;
  }
}
.cid-uM3l1dZ33j .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uM3l1dZ33j .mbr-section-title {
  color: #232323;
}
.cid-uM3l1dZ33j .mbr-text,
.cid-uM3l1dZ33j .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uM3l1dZ33j .item-title {
  color: #232323;
  text-align: left;
}
.cid-uM3l1dZ33j .content-head {
  max-width: 800px;
}
.cid-uM3l1r2lNa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9c00;
}
.cid-uM3l1r2lNa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uM3l1r2lNa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uM3l1r2lNa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uM3l1r2lNa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uM3l1r2lNa .content-head {
  max-width: 800px;
}
.cid-uM3l1ru2mT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uM3l1ru2mT .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uM3l1ru2mT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3l1ru2mT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3l1ru2mT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uM3l1ru2mT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uM3l1ru2mT {
    align-items: center;
  }
  .cid-uM3l1ru2mT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM3l1ru2mT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM3l1ru2mT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM3l1ru2mT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM3l1ru2mT .content-wrap {
    width: 100%;
  }
}
.cid-uM3l1ru2mT .mbr-section-title {
  text-align: center;
}
.cid-uM3l1ru2mT .mbr-text,
.cid-uM3l1ru2mT .mbr-section-btn {
  text-align: center;
}
.cid-uM3l1rZ1YW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5400;
  overflow: hidden;
}
.cid-uM3l1rZ1YW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uM3kWZDkz0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM3kWZDkz0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uM3kWZDkz0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM3kWZDkz0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM3kWZDkz0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uM3kWZDkz0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM3kWZDkz0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM3kWZDkz0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM3kWZDkz0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM3kWZDkz0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uM3kWZDkz0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uM3kWZDkz0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM3kWZDkz0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM3kWZDkz0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uM3kWZDkz0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM3kWZDkz0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM3kWZDkz0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM3kWZDkz0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM3kWZDkz0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uM3kWZDkz0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uM3kWZDkz0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM3kWZDkz0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM3kWZDkz0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #1b1b1b !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1b1b1b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uM3kWZDkz0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM3kWZDkz0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uM3kWZDkz0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM3kWZDkz0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1b1b1b;
  background: #1b1b1b !important;
}
.cid-uM3kWZDkz0 .nav-item:focus,
.cid-uM3kWZDkz0 .nav-link:focus {
  outline: none;
}
.cid-uM3kWZDkz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM3kWZDkz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM3kWZDkz0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM3kWZDkz0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM3kWZDkz0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM3kWZDkz0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM3kWZDkz0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM3kWZDkz0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uM3kWZDkz0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM3kWZDkz0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uM3kWZDkz0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uM3kWZDkz0 .navbar.collapsed {
  justify-content: center;
}
.cid-uM3kWZDkz0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM3kWZDkz0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM3kWZDkz0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uM3kWZDkz0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM3kWZDkz0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM3kWZDkz0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uM3kWZDkz0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM3kWZDkz0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM3kWZDkz0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM3kWZDkz0 .navbar {
    min-height: 72px;
  }
  .cid-uM3kWZDkz0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM3kWZDkz0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM3kWZDkz0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM3kWZDkz0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM3kWZDkz0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM3kWZDkz0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM3kWZDkz0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM3kWZDkz0 .dropdown-item.active,
.cid-uM3kWZDkz0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uM3kWZDkz0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM3kWZDkz0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM3kWZDkz0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM3kWZDkz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-uM3kWZDkz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM3kWZDkz0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM3kWZDkz0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM3kWZDkz0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM3kWZDkz0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uM3kWZDkz0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM3kWZDkz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9c00;
}
.cid-uM3kWZDkz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM3kWZDkz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM3kWZDkz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM3kWZDkz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM3kWZDkz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM3kWZDkz0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM3kWZDkz0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM3kWZDkz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM3kWZDkz0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM3kWZDkz0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM3kWZDkz0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM3kWZDkz0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM3kWZDkz0 .navbar {
    height: 70px;
  }
  .cid-uM3kWZDkz0 .navbar.opened {
    height: auto;
  }
  .cid-uM3kWZDkz0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM3kWZDkz0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uM3kWZDkz0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM3kWZDkz0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uM3kWZDkz0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1b1b;
    opacity: 1;
    border-color: #1b1b1b !important;
    background: #1b1b1b !important;
    backdrop-filter: blur(8px);
  }
  .cid-uM3kWZDkz0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM3kWZDkz0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM3kWZDkz0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uM3kWZDkz0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM3kWZDkz0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM3kX01bpS {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uM3kX01bpS .content-head {
  max-width: 800px;
}
.cid-uM3kX01bpS .mbr-section-title {
  color: #ffffff;
}
.cid-uM3kX01bpS .noroundedborder {
  border-radius: 0px 0px 0px 0px;
}
.cid-uM3kX0iXhE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uM3kX0iXhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kX0iXhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kX0iXhE .mbr-section-title {
  color: #ff5400;
}
.cid-uM3kX0iXhE .mbr-section-subtitle {
  text-align: left;
}
.cid-uM4g6M0MDc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uM4g6M0MDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM4g6M0MDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM4g6M0MDc .mbr-section-title {
  color: #ff5400;
}
.cid-uM4g7gdz5e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uM3kX6uYQl {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM3kX6uYQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kX6uYQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kX6uYQl .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kX6uYQl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kX6uYQl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kX6uYQl .media-content,
.cid-uM3kX6uYQl .mbr-figure {
  align-self: center;
}
.cid-uM3kX6uYQl .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kX6uYQl .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kX6uYQl .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kX6uYQl .mbr-section-maintitle {
  text-align: center;
  color: #ff5400;
}
.cid-uM3kX6uYQl .mbr-section-title {
  text-align: left;
}
.cid-uM3kX6uYQl .mbr-text,
.cid-uM3kX6uYQl .mbr-section-btn {
  text-align: left;
}
.cid-uM3kX6THYh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uM3kX6THYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kX6THYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kX6THYh .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kX6THYh .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kX6THYh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kX6THYh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kX6THYh .media-content,
.cid-uM3kX6THYh .mbr-figure {
  align-self: center;
}
.cid-uM3kX6THYh .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kX6THYh .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kX6THYh .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kX6THYh .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kX6THYh .mbr-section-title {
  text-align: left;
}
.cid-uM3kX6THYh .mbr-text,
.cid-uM3kX6THYh .mbr-section-btn {
  text-align: left;
}
.cid-uM3kX7k1Yr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uM3kX7k1Yr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kX7k1Yr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM3kX7k1Yr .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kX7k1Yr .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kX7k1Yr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kX7k1Yr .media-content,
.cid-uM3kX7k1Yr .mbr-figure {
  align-self: center;
}
.cid-uM3kX7k1Yr .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kX7k1Yr .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kX7k1Yr .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kX7k1Yr .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kX7k1Yr .mbr-section-title {
  text-align: left;
}
.cid-uM3kX7k1Yr .mbr-text,
.cid-uM3kX7k1Yr .mbr-section-btn {
  text-align: left;
}
.cid-uM3kX7U0NZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uM3kX7U0NZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kX7U0NZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kX7U0NZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uM3kX7U0NZ .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uM3kX7U0NZ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uM3kX7U0NZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM3kX7U0NZ .media-content,
.cid-uM3kX7U0NZ .mbr-figure {
  align-self: center;
}
.cid-uM3kX7U0NZ .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uM3kX7U0NZ .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uM3kX7U0NZ .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uM3kX7U0NZ .mbr-section-maintitle {
  text-align: center;
}
.cid-uM3kX7U0NZ .mbr-section-title {
  text-align: left;
}
.cid-uM3kX7U0NZ .mbr-text,
.cid-uM3kX7U0NZ .mbr-section-btn {
  text-align: left;
}
.cid-uM3kX0zRsB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uM3kX0zRsB .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uM3kX0zRsB img,
.cid-uM3kX0zRsB .item-img {
  width: 100%;
}
.cid-uM3kX0zRsB .item:focus,
.cid-uM3kX0zRsB span:focus {
  outline: none;
}
.cid-uM3kX0zRsB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uM3kX0zRsB .item {
    margin-bottom: 1rem;
  }
}
.cid-uM3kX0zRsB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uM3kX0zRsB .mbr-section-title {
  color: #232323;
}
.cid-uM3kX0zRsB .mbr-text,
.cid-uM3kX0zRsB .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uM3kX0zRsB .item-title {
  color: #232323;
  text-align: left;
}
.cid-uM3kX0zRsB .content-head {
  max-width: 800px;
}
.cid-uM3kXeoSyn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9c00;
}
.cid-uM3kXeoSyn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uM3kXeoSyn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uM3kXeoSyn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uM3kXeoSyn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uM3kXeoSyn .content-head {
  max-width: 800px;
}
.cid-uM3kXeRipY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uM3kXeRipY .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uM3kXeRipY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3kXeRipY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3kXeRipY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uM3kXeRipY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uM3kXeRipY {
    align-items: center;
  }
  .cid-uM3kXeRipY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM3kXeRipY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM3kXeRipY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM3kXeRipY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM3kXeRipY .content-wrap {
    width: 100%;
  }
}
.cid-uM3kXeRipY .mbr-section-title {
  text-align: center;
}
.cid-uM3kXeRipY .mbr-text,
.cid-uM3kXeRipY .mbr-section-btn {
  text-align: center;
}
.cid-uM3kXfkvzi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5400;
  overflow: hidden;
}
.cid-uM3kXfkvzi .media-container-row .mbr-text {
  color: #ffffff;
}
