.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 3rem !important;
}
.video-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem !important;
  }
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 1700px) {
  .display-1 {
    font-size: 6.6rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 6.6rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 8.8rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 4rem;
  border-radius: 4px;
}
.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: #ff9945 !important;
}
.bg-success {
  background-color: #23dcfc !important;
}
.bg-info {
  background-color: #6062b4 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ac9636 !important;
}
.btn-primary {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9945 !important;
  border-color: #ff9945 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb578 !important;
  border-color: #ffb578 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb578 !important;
  border-color: #ffb578 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-secondary {
  background: linear-gradient(to right, #fc6175, #fc6175);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc6175 !important;
  border-color: #fc6175 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fd93a1 !important;
  border-color: #fd93a1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fd93a1 !important;
  border-color: #fd93a1 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-info {
  background: linear-gradient(to right, #6062b4, #fc6175);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-success {
  background: linear-gradient(to right, #23dcfc, #fc6175);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #23dcfc !important;
  border-color: #23dcfc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #55e4fd !important;
  border-color: #55e4fd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #55e4fd !important;
  border-color: #55e4fd !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-warning {
  background: linear-gradient(to right, #a0e2e1, #fc6175);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-danger {
  background: linear-gradient(to right, #ac9636, #fc6175);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #ac9636 !important;
  border-color: #ac9636 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c7b14e !important;
  border-color: #c7b14e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c7b14e !important;
  border-color: #c7b14e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #fc6175);
  border: 0px;
}
.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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #fc6175);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff9945;
  color: #ff9945;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed6b00 !important;
  background-color: transparent !important;
  border-color: #ed6b00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9945 !important;
  border-color: #ff9945 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fc6175;
  color: #fc6175;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fa0c2b !important;
  background-color: transparent !important;
  border-color: #fa0c2b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc6175 !important;
  border-color: #fc6175 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6062b4;
  color: #6062b4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3d3e81 !important;
  background-color: transparent !important;
  border-color: #3d3e81 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #23dcfc;
  color: #23dcfc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #03a9c6 !important;
  background-color: transparent !important;
  border-color: #03a9c6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23dcfc !important;
  border-color: #23dcfc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ac9636;
  color: #ac9636;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6a5c21 !important;
  background-color: transparent !important;
  border-color: #6a5c21 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ac9636 !important;
  border-color: #ac9636 !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: #ff9945 !important;
}
.text-secondary {
  color: #fc6175 !important;
}
.text-success {
  color: #23dcfc !important;
}
.text-info {
  color: #6062b4 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ac9636 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de6400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f20523 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #029cb7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #383976 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5e521e !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: #ff9945;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6062b4;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ac9636;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9945;
  border-color: #ff9945;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9945;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ecfcff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7b8dd;
}
.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: #daca88;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ff9945 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ff9945;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ff9945;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9945;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9945;
  border-bottom-color: #ff9945;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff9945 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fc6175 !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='%23ff9945' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uCs9prGhmW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCs9prGhmW .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-uCs9prGhmW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCs9prGhmW .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCs9prGhmW .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCs9prGhmW .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCs9prGhmW .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-uCs9prGhmW .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCs9prGhmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCs9prGhmW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCs9prGhmW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCs9prGhmW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCs9prGhmW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCs9prGhmW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCs9prGhmW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCs9prGhmW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCs9prGhmW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCs9prGhmW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCs9prGhmW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCs9prGhmW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCs9prGhmW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCs9prGhmW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCs9prGhmW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCs9prGhmW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCs9prGhmW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCs9prGhmW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCs9prGhmW .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCs9prGhmW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCs9prGhmW .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCs9prGhmW .nav-item:focus,
.cid-uCs9prGhmW .nav-link:focus {
  outline: none;
}
.cid-uCs9prGhmW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCs9prGhmW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCs9prGhmW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCs9prGhmW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCs9prGhmW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCs9prGhmW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCs9prGhmW .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-uCs9prGhmW .navbar.opened {
  transition: all 0.3s;
}
.cid-uCs9prGhmW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCs9prGhmW .navbar .navbar-logo img {
  width: auto;
}
.cid-uCs9prGhmW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCs9prGhmW .navbar.collapsed {
  justify-content: center;
}
.cid-uCs9prGhmW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCs9prGhmW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCs9prGhmW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCs9prGhmW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCs9prGhmW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCs9prGhmW .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-uCs9prGhmW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCs9prGhmW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCs9prGhmW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCs9prGhmW .navbar {
    min-height: 72px;
  }
  .cid-uCs9prGhmW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCs9prGhmW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCs9prGhmW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCs9prGhmW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCs9prGhmW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCs9prGhmW .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-uCs9prGhmW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCs9prGhmW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCs9prGhmW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCs9prGhmW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCs9prGhmW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCs9prGhmW .dropdown-item.active,
.cid-uCs9prGhmW .dropdown-item:active {
  background-color: transparent;
}
.cid-uCs9prGhmW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCs9prGhmW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCs9prGhmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCs9prGhmW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCs9prGhmW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCs9prGhmW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCs9prGhmW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCs9prGhmW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCs9prGhmW .navbar-buttons {
    text-align: center;
  }
}
.cid-uCs9prGhmW button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCs9prGhmW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCs9prGhmW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCs9prGhmW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCs9prGhmW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCs9prGhmW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCs9prGhmW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCs9prGhmW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCs9prGhmW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCs9prGhmW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCs9prGhmW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCs9prGhmW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCs9prGhmW .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-uCs9prGhmW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCs9prGhmW .navbar {
    height: 70px;
  }
  .cid-uCs9prGhmW .navbar.opened {
    height: auto;
  }
  .cid-uCs9prGhmW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCs9prGhmW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCs9prGhmW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCs9prGhmW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCs9prGhmW .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-uCs9prGhmW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCs9prGhmW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCs9prGhmW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCs9prGhmW .navbar-brand {
    margin-right: auto;
  }
  .cid-uCs9prGhmW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCs9prGhmW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCs9prGhmW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCs9prGhmW .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-uCs9prGhmW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCs9prGhmW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCs9prGhmW .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-uCs9prGhmW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCs9prGhmW .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-uCs9prGhmW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCs9prGhmW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCrhUflfga {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCrhUflfga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrhUflfga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCrhUflfga .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCrhUflfga P {
  max-width: 1200px;
}
.cid-uCrhUflfga .mbr-section-btn,
.cid-uCrhUflfga .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCrhUflfga .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCrhUflfga .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCrhUflfga .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCrhUflfga .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCrhUflfga .mbr-section-title {
  color: #ffffff;
}
.cid-uCrhUflfga .mbr-text,
.cid-uCrhUflfga .mbr-section-btn {
  color: #ffffff;
}
.cid-uCrhUflfga .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ2Mf2pWpZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-tJ2Mf2pWpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2Mf2pWpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tJ2Mf2pWpZ .container {
    max-width: 1400px;
  }
}
.cid-tJ2Mf2pWpZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tJ2Mf2pWpZ .card {
    margin-bottom: 3rem;
  }
}
.cid-tJ2Mf2pWpZ .row {
  justify-content: center;
}
.cid-tJ2Mf2pWpZ .card-title,
.cid-tJ2Mf2pWpZ .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2Mf2pWpZ .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2Mf2pWpZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJ2Mf2pWpZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNJBgc2gw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uCNJBgc2gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNJBgc2gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uCNJBgc2gw .container {
    max-width: 1400px;
  }
}
.cid-uCNJBgc2gw .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uCNJBgc2gw .card {
    margin-bottom: 3rem;
  }
}
.cid-uCNJBgc2gw .row {
  justify-content: center;
}
.cid-uCNJBgc2gw .card-title,
.cid-uCNJBgc2gw .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCNJBgc2gw .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uCNJBgc2gw .mbr-section-title {
  color: #ffffff;
}
.cid-uCNJBgc2gw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCrhVmXPVu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-uCrhVmXPVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrhVmXPVu .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-uCrhVmXPVu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCrhVmXPVu .row {
  flex-direction: row-reverse;
}
.cid-uCrhVmXPVu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCrhVmXPVu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCrhVmXPVu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCrhVmXPVu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCrhVmXPVu .mbr-text,
.cid-uCrhVmXPVu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uCrUvat8e2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCrUvat8e2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrUvat8e2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrUvat8e2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCrUvat8e2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCrUvat8e2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCrUvat8e2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCrUvat8e2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCrUvat8e2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCrUvat8e2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCrUvat8e2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCrUvat8e2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCrUvat8e2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCrUvat8e2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCrUvat8e2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCrUvat8e2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCrUvat8e2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCrUvat8e2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCrUvat8e2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCrUvat8e2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCrUvat8e2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCrUvat8e2 .list-wrapper .list .item-wrap:hover,
.cid-uCrUvat8e2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCrUvat8e2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCrUvat8e2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCrUvat8e2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCrUvat8e2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCrUvat8e2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCrUvat8e2 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCrUvat8e2 .mbr-desc {
  color: #ffffff;
}
.cid-uCrUvat8e2 .mbr-text,
.cid-uCrUvat8e2 .text-wrapper {
  color: #9aa0a6;
}
.cid-uCrUvat8e2 .list {
  color: #9aa0a6;
}
.cid-uCCjn2kkRd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCCjn2kkRd .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCCjn2kkRd .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCCjn2kkRd .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCCjn2kkRd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCjn2kkRd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCjn2kkRd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCCjn2kkRd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCCjn2kkRd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCCjn2kkRd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCCjn2kkRd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCCjn2kkRd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCCjn2kkRd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCCjn2kkRd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCCjn2kkRd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCCjn2kkRd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCCjn2kkRd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCCjn2kkRd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCCjn2kkRd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCCjn2kkRd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCCjn2kkRd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCCjn2kkRd .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCCjn2kkRd .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCCjn2kkRd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCjn2kkRd .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCCjn2kkRd .nav-item:focus,
.cid-uCCjn2kkRd .nav-link:focus {
  outline: none;
}
.cid-uCCjn2kkRd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCjn2kkRd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCjn2kkRd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCjn2kkRd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCjn2kkRd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCjn2kkRd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCjn2kkRd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCjn2kkRd .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCjn2kkRd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCCjn2kkRd .navbar.collapsed {
  justify-content: center;
}
.cid-uCCjn2kkRd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCjn2kkRd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCjn2kkRd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCCjn2kkRd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCjn2kkRd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCjn2kkRd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCjn2kkRd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCCjn2kkRd .navbar {
    min-height: 72px;
  }
  .cid-uCCjn2kkRd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCCjn2kkRd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCjn2kkRd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCjn2kkRd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCjn2kkRd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCjn2kkRd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCCjn2kkRd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCjn2kkRd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCCjn2kkRd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCCjn2kkRd .dropdown-item.active,
.cid-uCCjn2kkRd .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCjn2kkRd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCjn2kkRd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCjn2kkRd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCjn2kkRd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCCjn2kkRd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCCjn2kkRd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCCjn2kkRd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCjn2kkRd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCCjn2kkRd .navbar-buttons {
    text-align: center;
  }
}
.cid-uCCjn2kkRd button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCjn2kkRd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCjn2kkRd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCjn2kkRd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCjn2kkRd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCjn2kkRd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCjn2kkRd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCjn2kkRd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCjn2kkRd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCjn2kkRd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCjn2kkRd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCCjn2kkRd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCjn2kkRd .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-uCCjn2kkRd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCCjn2kkRd .navbar {
    height: 70px;
  }
  .cid-uCCjn2kkRd .navbar.opened {
    height: auto;
  }
  .cid-uCCjn2kkRd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCjn2kkRd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCCjn2kkRd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCCjn2kkRd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCCjn2kkRd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCCjn2kkRd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCCjn2kkRd .navbar-brand {
    margin-right: auto;
  }
  .cid-uCCjn2kkRd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCCjn2kkRd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCCjn2kkRd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCCjn2kkRd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCCjn2kkRd .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-uCCjn2kkRd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCCjn2kkRd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCCjn2JvJa {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCCjn2JvJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCjn2JvJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCCjn2JvJa .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCCjn2JvJa P {
  max-width: 1200px;
}
.cid-uCCjn2JvJa .mbr-section-btn,
.cid-uCCjn2JvJa .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCCjn2JvJa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCCjn2JvJa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCCjn2JvJa .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCCjn2JvJa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCCjn2JvJa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCCjn2JvJa .mbr-text,
.cid-uCCjn2JvJa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uCCjn2JvJa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCCjn3Udbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCCjn3Udbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCjn3Udbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCjn3Udbg .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCCjn3Udbg .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCCjn3Udbg .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCCjn3Udbg .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCCjn3Udbg .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCCjn3Udbg .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCCjn3Udbg .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCCjn3Udbg .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCCjn3Udbg .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCCjn3Udbg .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCCjn3Udbg .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCCjn3Udbg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCCjn3Udbg .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCCjn3Udbg .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCCjn3Udbg .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCCjn3Udbg .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCCjn3Udbg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCCjn3Udbg .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCCjn3Udbg .list-wrapper .list .item-wrap:hover,
.cid-uCCjn3Udbg .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCCjn3Udbg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCCjn3Udbg .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCCjn3Udbg .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCCjn3Udbg .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCCjn3Udbg .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCCjn3Udbg .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCCjn3Udbg .mbr-desc {
  color: #ffffff;
}
.cid-uCCjn3Udbg .mbr-text,
.cid-uCCjn3Udbg .text-wrapper {
  color: #9aa0a6;
}
.cid-uCCjn3Udbg .list {
  color: #9aa0a6;
}
.cid-uCHAcQ8sv9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCHAcQ8sv9 .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCHAcQ8sv9 .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCHAcQ8sv9 .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCHAcQ8sv9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHAcQ8sv9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHAcQ8sv9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCHAcQ8sv9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCHAcQ8sv9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCHAcQ8sv9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHAcQ8sv9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCHAcQ8sv9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCHAcQ8sv9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCHAcQ8sv9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHAcQ8sv9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCHAcQ8sv9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHAcQ8sv9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCHAcQ8sv9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCHAcQ8sv9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCHAcQ8sv9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCHAcQ8sv9 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCHAcQ8sv9 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHAcQ8sv9 .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCHAcQ8sv9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCHAcQ8sv9 .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCHAcQ8sv9 .nav-item:focus,
.cid-uCHAcQ8sv9 .nav-link:focus {
  outline: none;
}
.cid-uCHAcQ8sv9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHAcQ8sv9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHAcQ8sv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHAcQ8sv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHAcQ8sv9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHAcQ8sv9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHAcQ8sv9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHAcQ8sv9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHAcQ8sv9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCHAcQ8sv9 .navbar.collapsed {
  justify-content: center;
}
.cid-uCHAcQ8sv9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHAcQ8sv9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHAcQ8sv9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCHAcQ8sv9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHAcQ8sv9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHAcQ8sv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHAcQ8sv9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCHAcQ8sv9 .navbar {
    min-height: 72px;
  }
  .cid-uCHAcQ8sv9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHAcQ8sv9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHAcQ8sv9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHAcQ8sv9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHAcQ8sv9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHAcQ8sv9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCHAcQ8sv9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHAcQ8sv9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCHAcQ8sv9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCHAcQ8sv9 .dropdown-item.active,
.cid-uCHAcQ8sv9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHAcQ8sv9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHAcQ8sv9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHAcQ8sv9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHAcQ8sv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCHAcQ8sv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCHAcQ8sv9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCHAcQ8sv9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHAcQ8sv9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCHAcQ8sv9 .navbar-buttons {
    text-align: center;
  }
}
.cid-uCHAcQ8sv9 button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHAcQ8sv9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCHAcQ8sv9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHAcQ8sv9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHAcQ8sv9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHAcQ8sv9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHAcQ8sv9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHAcQ8sv9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHAcQ8sv9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHAcQ8sv9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHAcQ8sv9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCHAcQ8sv9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHAcQ8sv9 .navbar {
    height: 70px;
  }
  .cid-uCHAcQ8sv9 .navbar.opened {
    height: auto;
  }
  .cid-uCHAcQ8sv9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCHAcQ8sv9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCHAcQ8sv9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCHAcQ8sv9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uCHAcQ8sv9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCHAcQ8sv9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCHAcQ8sv9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCHAcQ8sv9 .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-uCHAcQ8sv9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCHAcQ8sv9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCHAcQqDW8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCHAcQqDW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHAcQqDW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCHAcQqDW8 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCHAcQqDW8 P {
  max-width: 1200px;
}
.cid-uCHAcQqDW8 .mbr-section-btn,
.cid-uCHAcQqDW8 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCHAcQqDW8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHAcQqDW8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCHAcQqDW8 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHAcQqDW8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCHAcQqDW8 .mbr-section-title {
  color: #ffffff;
}
.cid-uCHAcQqDW8 .mbr-text,
.cid-uCHAcQqDW8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHAcQqDW8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHDHgbJVf {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uCHDHgbJVf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCHDHgbJVf .form-control,
.cid-uCHDHgbJVf .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCHDHgbJVf .form-control::-webkit-input-placeholder,
.cid-uCHDHgbJVf .field-input::-webkit-input-placeholder,
.cid-uCHDHgbJVf .form-control::-webkit-input-placeholder,
.cid-uCHDHgbJVf .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCHDHgbJVf .form-control:-moz-placeholder,
.cid-uCHDHgbJVf .field-input:-moz-placeholder,
.cid-uCHDHgbJVf .form-control:-moz-placeholder,
.cid-uCHDHgbJVf .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCHDHgbJVf .form-control:hover,
.cid-uCHDHgbJVf .field-input:hover,
.cid-uCHDHgbJVf .form-control:focus,
.cid-uCHDHgbJVf .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uCHDHgbJVf .form-control:hover::-webkit-input-placeholder,
.cid-uCHDHgbJVf .field-input:hover::-webkit-input-placeholder,
.cid-uCHDHgbJVf .form-control:focus::-webkit-input-placeholder,
.cid-uCHDHgbJVf .field-input:focus::-webkit-input-placeholder,
.cid-uCHDHgbJVf .form-control:hover::-webkit-input-placeholder,
.cid-uCHDHgbJVf .field-input:hover::-webkit-input-placeholder,
.cid-uCHDHgbJVf .form-control:focus::-webkit-input-placeholder,
.cid-uCHDHgbJVf .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCHDHgbJVf .form-control:hover:-moz-placeholder,
.cid-uCHDHgbJVf .field-input:hover:-moz-placeholder,
.cid-uCHDHgbJVf .form-control:focus:-moz-placeholder,
.cid-uCHDHgbJVf .field-input:focus:-moz-placeholder,
.cid-uCHDHgbJVf .form-control:hover:-moz-placeholder,
.cid-uCHDHgbJVf .field-input:hover:-moz-placeholder,
.cid-uCHDHgbJVf .form-control:focus:-moz-placeholder,
.cid-uCHDHgbJVf .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCHDHgbJVf .jq-number__spin:hover,
.cid-uCHDHgbJVf .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCHDHgbJVf .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCHDHgbJVf .jq-selectbox li,
.cid-uCHDHgbJVf .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uCHDHgbJVf .jq-selectbox li:hover,
.cid-uCHDHgbJVf .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uCHDHgbJVf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCHDHgbJVf .jq-number__spin.minus:hover:after,
.cid-uCHDHgbJVf .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uCHDHgbJVf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCHDHgbJVf .jq-number__spin.minus:after,
.cid-uCHDHgbJVf .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uCHDHgbJVf input::-webkit-clear-button {
  display: none;
}
.cid-uCHDHgbJVf input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCHDHgbJVf input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCHDHgbJVf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCHDHgbJVf H4 {
  color: #ffffff;
}
.cid-uCHDHgbJVf LABEL {
  color: #f3f3f1;
}
.cid-uCHDHgbJVf H5 {
  color: #ffffff;
}
.cid-uCHAcRerPF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCHAcRerPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHAcRerPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHAcRerPF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHAcRerPF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCHAcRerPF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCHAcRerPF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCHAcRerPF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCHAcRerPF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCHAcRerPF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCHAcRerPF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCHAcRerPF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCHAcRerPF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHAcRerPF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCHAcRerPF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCHAcRerPF .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCHAcRerPF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHAcRerPF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCHAcRerPF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCHAcRerPF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCHAcRerPF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCHAcRerPF .list-wrapper .list .item-wrap:hover,
.cid-uCHAcRerPF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCHAcRerPF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCHAcRerPF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHAcRerPF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCHAcRerPF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCHAcRerPF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCHAcRerPF .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCHAcRerPF .mbr-desc {
  color: #ffffff;
}
.cid-uCHAcRerPF .mbr-text,
.cid-uCHAcRerPF .text-wrapper {
  color: #9aa0a6;
}
.cid-uCHAcRerPF .list {
  color: #9aa0a6;
}
.cid-uCHVCwh8aK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCHVCwh8aK .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCHVCwh8aK .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCHVCwh8aK .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCHVCwh8aK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHVCwh8aK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHVCwh8aK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCHVCwh8aK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCHVCwh8aK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCHVCwh8aK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHVCwh8aK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCHVCwh8aK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCHVCwh8aK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCHVCwh8aK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHVCwh8aK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCHVCwh8aK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHVCwh8aK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCHVCwh8aK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCHVCwh8aK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCHVCwh8aK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCHVCwh8aK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCHVCwh8aK .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHVCwh8aK .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCHVCwh8aK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCHVCwh8aK .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCHVCwh8aK .nav-item:focus,
.cid-uCHVCwh8aK .nav-link:focus {
  outline: none;
}
.cid-uCHVCwh8aK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHVCwh8aK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHVCwh8aK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHVCwh8aK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHVCwh8aK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHVCwh8aK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHVCwh8aK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHVCwh8aK .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHVCwh8aK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCHVCwh8aK .navbar.collapsed {
  justify-content: center;
}
.cid-uCHVCwh8aK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHVCwh8aK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHVCwh8aK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCHVCwh8aK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHVCwh8aK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHVCwh8aK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHVCwh8aK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCHVCwh8aK .navbar {
    min-height: 72px;
  }
  .cid-uCHVCwh8aK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHVCwh8aK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHVCwh8aK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHVCwh8aK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHVCwh8aK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHVCwh8aK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCHVCwh8aK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHVCwh8aK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCHVCwh8aK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCHVCwh8aK .dropdown-item.active,
.cid-uCHVCwh8aK .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHVCwh8aK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHVCwh8aK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHVCwh8aK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHVCwh8aK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCHVCwh8aK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCHVCwh8aK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCHVCwh8aK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHVCwh8aK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCHVCwh8aK .navbar-buttons {
    text-align: center;
  }
}
.cid-uCHVCwh8aK button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHVCwh8aK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCHVCwh8aK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHVCwh8aK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHVCwh8aK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHVCwh8aK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHVCwh8aK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHVCwh8aK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHVCwh8aK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHVCwh8aK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHVCwh8aK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCHVCwh8aK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHVCwh8aK .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-uCHVCwh8aK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHVCwh8aK .navbar {
    height: 70px;
  }
  .cid-uCHVCwh8aK .navbar.opened {
    height: auto;
  }
  .cid-uCHVCwh8aK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHVCwh8aK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCHVCwh8aK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCHVCwh8aK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCHVCwh8aK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCHVCwh8aK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCHVCwh8aK .navbar-brand {
    margin-right: auto;
  }
  .cid-uCHVCwh8aK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCHVCwh8aK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCHVCwh8aK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCHVCwh8aK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCHVCwh8aK .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-uCHVCwh8aK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCHVCwh8aK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCHVCwLmZU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCHVCwLmZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHVCwLmZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCHVCwLmZU .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCHVCwLmZU P {
  max-width: 1200px;
}
.cid-uCHVCwLmZU .mbr-section-btn,
.cid-uCHVCwLmZU .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCHVCwLmZU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHVCwLmZU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCHVCwLmZU .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHVCwLmZU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCHVCwLmZU .mbr-section-title {
  color: #ffffff;
}
.cid-uCHVCwLmZU .mbr-text,
.cid-uCHVCwLmZU .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHVCwLmZU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHVCx7o3y {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uCHVCx7o3y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCHVCx7o3y .form-control,
.cid-uCHVCx7o3y .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCHVCx7o3y .form-control::-webkit-input-placeholder,
.cid-uCHVCx7o3y .field-input::-webkit-input-placeholder,
.cid-uCHVCx7o3y .form-control::-webkit-input-placeholder,
.cid-uCHVCx7o3y .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCHVCx7o3y .form-control:-moz-placeholder,
.cid-uCHVCx7o3y .field-input:-moz-placeholder,
.cid-uCHVCx7o3y .form-control:-moz-placeholder,
.cid-uCHVCx7o3y .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCHVCx7o3y .form-control:hover,
.cid-uCHVCx7o3y .field-input:hover,
.cid-uCHVCx7o3y .form-control:focus,
.cid-uCHVCx7o3y .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uCHVCx7o3y .form-control:hover::-webkit-input-placeholder,
.cid-uCHVCx7o3y .field-input:hover::-webkit-input-placeholder,
.cid-uCHVCx7o3y .form-control:focus::-webkit-input-placeholder,
.cid-uCHVCx7o3y .field-input:focus::-webkit-input-placeholder,
.cid-uCHVCx7o3y .form-control:hover::-webkit-input-placeholder,
.cid-uCHVCx7o3y .field-input:hover::-webkit-input-placeholder,
.cid-uCHVCx7o3y .form-control:focus::-webkit-input-placeholder,
.cid-uCHVCx7o3y .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCHVCx7o3y .form-control:hover:-moz-placeholder,
.cid-uCHVCx7o3y .field-input:hover:-moz-placeholder,
.cid-uCHVCx7o3y .form-control:focus:-moz-placeholder,
.cid-uCHVCx7o3y .field-input:focus:-moz-placeholder,
.cid-uCHVCx7o3y .form-control:hover:-moz-placeholder,
.cid-uCHVCx7o3y .field-input:hover:-moz-placeholder,
.cid-uCHVCx7o3y .form-control:focus:-moz-placeholder,
.cid-uCHVCx7o3y .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCHVCx7o3y .jq-number__spin:hover,
.cid-uCHVCx7o3y .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCHVCx7o3y .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCHVCx7o3y .jq-selectbox li,
.cid-uCHVCx7o3y .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uCHVCx7o3y .jq-selectbox li:hover,
.cid-uCHVCx7o3y .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uCHVCx7o3y .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCHVCx7o3y .jq-number__spin.minus:hover:after,
.cid-uCHVCx7o3y .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uCHVCx7o3y .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCHVCx7o3y .jq-number__spin.minus:after,
.cid-uCHVCx7o3y .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uCHVCx7o3y input::-webkit-clear-button {
  display: none;
}
.cid-uCHVCx7o3y input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCHVCx7o3y input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCHVCx7o3y input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCHVCx7o3y H4 {
  color: #ffffff;
}
.cid-uCHVCx7o3y LABEL {
  color: #f3f3f1;
}
.cid-uCHVCx7o3y H5 {
  color: #ffffff;
}
.cid-uCHVCxQZdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCHVCxQZdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHVCxQZdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHVCxQZdS .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHVCxQZdS .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCHVCxQZdS .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCHVCxQZdS .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCHVCxQZdS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCHVCxQZdS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCHVCxQZdS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCHVCxQZdS .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCHVCxQZdS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCHVCxQZdS .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHVCxQZdS .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCHVCxQZdS .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCHVCxQZdS .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCHVCxQZdS .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHVCxQZdS .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCHVCxQZdS .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCHVCxQZdS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCHVCxQZdS .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCHVCxQZdS .list-wrapper .list .item-wrap:hover,
.cid-uCHVCxQZdS .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCHVCxQZdS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCHVCxQZdS .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHVCxQZdS .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCHVCxQZdS .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCHVCxQZdS .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCHVCxQZdS .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCHVCxQZdS .mbr-desc {
  color: #ffffff;
}
.cid-uCHVCxQZdS .mbr-text,
.cid-uCHVCxQZdS .text-wrapper {
  color: #9aa0a6;
}
.cid-uCHVCxQZdS .list {
  color: #9aa0a6;
}
.cid-uCHXNkVzc5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCHXNkVzc5 .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCHXNkVzc5 .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCHXNkVzc5 .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCHXNkVzc5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHXNkVzc5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHXNkVzc5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCHXNkVzc5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCHXNkVzc5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCHXNkVzc5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHXNkVzc5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCHXNkVzc5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCHXNkVzc5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCHXNkVzc5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHXNkVzc5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCHXNkVzc5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHXNkVzc5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCHXNkVzc5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCHXNkVzc5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCHXNkVzc5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCHXNkVzc5 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCHXNkVzc5 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHXNkVzc5 .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCHXNkVzc5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCHXNkVzc5 .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCHXNkVzc5 .nav-item:focus,
.cid-uCHXNkVzc5 .nav-link:focus {
  outline: none;
}
.cid-uCHXNkVzc5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHXNkVzc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHXNkVzc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHXNkVzc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHXNkVzc5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHXNkVzc5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHXNkVzc5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHXNkVzc5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHXNkVzc5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCHXNkVzc5 .navbar.collapsed {
  justify-content: center;
}
.cid-uCHXNkVzc5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHXNkVzc5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHXNkVzc5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCHXNkVzc5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHXNkVzc5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHXNkVzc5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHXNkVzc5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCHXNkVzc5 .navbar {
    min-height: 72px;
  }
  .cid-uCHXNkVzc5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHXNkVzc5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHXNkVzc5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHXNkVzc5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHXNkVzc5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHXNkVzc5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCHXNkVzc5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHXNkVzc5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCHXNkVzc5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCHXNkVzc5 .dropdown-item.active,
.cid-uCHXNkVzc5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHXNkVzc5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHXNkVzc5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHXNkVzc5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHXNkVzc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCHXNkVzc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCHXNkVzc5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCHXNkVzc5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHXNkVzc5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCHXNkVzc5 .navbar-buttons {
    text-align: center;
  }
}
.cid-uCHXNkVzc5 button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHXNkVzc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCHXNkVzc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHXNkVzc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHXNkVzc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHXNkVzc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHXNkVzc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHXNkVzc5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHXNkVzc5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHXNkVzc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHXNkVzc5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCHXNkVzc5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHXNkVzc5 .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-uCHXNkVzc5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHXNkVzc5 .navbar {
    height: 70px;
  }
  .cid-uCHXNkVzc5 .navbar.opened {
    height: auto;
  }
  .cid-uCHXNkVzc5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCHXNkVzc5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCHXNkVzc5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCHXNkVzc5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uCHXNkVzc5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCHXNkVzc5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCHXNkVzc5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCHXNkVzc5 .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-uCHXNkVzc5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCHXNkVzc5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCHXNliuWA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCHXNliuWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHXNliuWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCHXNliuWA .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCHXNliuWA P {
  max-width: 1200px;
}
.cid-uCHXNliuWA .mbr-section-btn,
.cid-uCHXNliuWA .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCHXNliuWA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHXNliuWA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCHXNliuWA .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHXNliuWA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCHXNliuWA .mbr-section-title {
  color: #ffffff;
}
.cid-uCHXNliuWA .mbr-text,
.cid-uCHXNliuWA .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHXNliuWA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHXNlCi9k {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uCHXNlCi9k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCHXNlCi9k .form-control,
.cid-uCHXNlCi9k .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCHXNlCi9k .form-control::-webkit-input-placeholder,
.cid-uCHXNlCi9k .field-input::-webkit-input-placeholder,
.cid-uCHXNlCi9k .form-control::-webkit-input-placeholder,
.cid-uCHXNlCi9k .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCHXNlCi9k .form-control:-moz-placeholder,
.cid-uCHXNlCi9k .field-input:-moz-placeholder,
.cid-uCHXNlCi9k .form-control:-moz-placeholder,
.cid-uCHXNlCi9k .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCHXNlCi9k .form-control:hover,
.cid-uCHXNlCi9k .field-input:hover,
.cid-uCHXNlCi9k .form-control:focus,
.cid-uCHXNlCi9k .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uCHXNlCi9k .form-control:hover::-webkit-input-placeholder,
.cid-uCHXNlCi9k .field-input:hover::-webkit-input-placeholder,
.cid-uCHXNlCi9k .form-control:focus::-webkit-input-placeholder,
.cid-uCHXNlCi9k .field-input:focus::-webkit-input-placeholder,
.cid-uCHXNlCi9k .form-control:hover::-webkit-input-placeholder,
.cid-uCHXNlCi9k .field-input:hover::-webkit-input-placeholder,
.cid-uCHXNlCi9k .form-control:focus::-webkit-input-placeholder,
.cid-uCHXNlCi9k .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCHXNlCi9k .form-control:hover:-moz-placeholder,
.cid-uCHXNlCi9k .field-input:hover:-moz-placeholder,
.cid-uCHXNlCi9k .form-control:focus:-moz-placeholder,
.cid-uCHXNlCi9k .field-input:focus:-moz-placeholder,
.cid-uCHXNlCi9k .form-control:hover:-moz-placeholder,
.cid-uCHXNlCi9k .field-input:hover:-moz-placeholder,
.cid-uCHXNlCi9k .form-control:focus:-moz-placeholder,
.cid-uCHXNlCi9k .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCHXNlCi9k .jq-number__spin:hover,
.cid-uCHXNlCi9k .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCHXNlCi9k .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCHXNlCi9k .jq-selectbox li,
.cid-uCHXNlCi9k .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uCHXNlCi9k .jq-selectbox li:hover,
.cid-uCHXNlCi9k .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uCHXNlCi9k .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCHXNlCi9k .jq-number__spin.minus:hover:after,
.cid-uCHXNlCi9k .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uCHXNlCi9k .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCHXNlCi9k .jq-number__spin.minus:after,
.cid-uCHXNlCi9k .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uCHXNlCi9k input::-webkit-clear-button {
  display: none;
}
.cid-uCHXNlCi9k input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCHXNlCi9k input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCHXNlCi9k input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCHXNlCi9k H4 {
  color: #ffffff;
}
.cid-uCHXNlCi9k LABEL {
  color: #f3f3f1;
}
.cid-uCHXNlCi9k H5 {
  color: #ffffff;
}
.cid-uCHXNlYkQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCHXNlYkQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHXNlYkQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHXNlYkQF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHXNlYkQF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCHXNlYkQF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCHXNlYkQF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCHXNlYkQF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCHXNlYkQF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCHXNlYkQF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCHXNlYkQF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCHXNlYkQF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCHXNlYkQF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHXNlYkQF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCHXNlYkQF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCHXNlYkQF .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCHXNlYkQF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHXNlYkQF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCHXNlYkQF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCHXNlYkQF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCHXNlYkQF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCHXNlYkQF .list-wrapper .list .item-wrap:hover,
.cid-uCHXNlYkQF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCHXNlYkQF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCHXNlYkQF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHXNlYkQF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCHXNlYkQF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCHXNlYkQF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCHXNlYkQF .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCHXNlYkQF .mbr-desc {
  color: #ffffff;
}
.cid-uCHXNlYkQF .mbr-text,
.cid-uCHXNlYkQF .text-wrapper {
  color: #9aa0a6;
}
.cid-uCHXNlYkQF .list {
  color: #9aa0a6;
}
.cid-uCNSwNMb3j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCNSwNMb3j .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCNSwNMb3j .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCNSwNMb3j .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCNSwNMb3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNSwNMb3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNSwNMb3j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCNSwNMb3j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCNSwNMb3j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCNSwNMb3j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNSwNMb3j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCNSwNMb3j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCNSwNMb3j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCNSwNMb3j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNSwNMb3j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCNSwNMb3j .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCNSwNMb3j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCNSwNMb3j .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCNSwNMb3j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCNSwNMb3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCNSwNMb3j .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCNSwNMb3j .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCNSwNMb3j .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCNSwNMb3j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCNSwNMb3j .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCNSwNMb3j .nav-item:focus,
.cid-uCNSwNMb3j .nav-link:focus {
  outline: none;
}
.cid-uCNSwNMb3j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNSwNMb3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNSwNMb3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCNSwNMb3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNSwNMb3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNSwNMb3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNSwNMb3j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNSwNMb3j .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNSwNMb3j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCNSwNMb3j .navbar.collapsed {
  justify-content: center;
}
.cid-uCNSwNMb3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNSwNMb3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCNSwNMb3j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCNSwNMb3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNSwNMb3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNSwNMb3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCNSwNMb3j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCNSwNMb3j .navbar {
    min-height: 72px;
  }
  .cid-uCNSwNMb3j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCNSwNMb3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNSwNMb3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNSwNMb3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNSwNMb3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNSwNMb3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCNSwNMb3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCNSwNMb3j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCNSwNMb3j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCNSwNMb3j .dropdown-item.active,
.cid-uCNSwNMb3j .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNSwNMb3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNSwNMb3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNSwNMb3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNSwNMb3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCNSwNMb3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCNSwNMb3j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCNSwNMb3j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCNSwNMb3j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCNSwNMb3j .navbar-buttons {
    text-align: center;
  }
}
.cid-uCNSwNMb3j button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNSwNMb3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCNSwNMb3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNSwNMb3j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNSwNMb3j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNSwNMb3j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNSwNMb3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNSwNMb3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNSwNMb3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNSwNMb3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNSwNMb3j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCNSwNMb3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCNSwNMb3j .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-uCNSwNMb3j .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNSwNMb3j .navbar {
    height: 70px;
  }
  .cid-uCNSwNMb3j .navbar.opened {
    height: auto;
  }
  .cid-uCNSwNMb3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNSwNMb3j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCNSwNMb3j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCNSwNMb3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCNSwNMb3j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCNSwNMb3j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCNSwNMb3j .navbar-brand {
    margin-right: auto;
  }
  .cid-uCNSwNMb3j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCNSwNMb3j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCNSwNMb3j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCNSwNMb3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCNSwNMb3j .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-uCNSwNMb3j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCNSwNMb3j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCNSwOfOiK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCNSwOfOiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNSwOfOiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCNSwOfOiK .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCNSwOfOiK P {
  max-width: 1200px;
}
.cid-uCNSwOfOiK .mbr-section-btn,
.cid-uCNSwOfOiK .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCNSwOfOiK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNSwOfOiK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCNSwOfOiK .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNSwOfOiK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCNSwOfOiK .mbr-section-title {
  color: #ffffff;
}
.cid-uCNSwOfOiK .mbr-text,
.cid-uCNSwOfOiK .mbr-section-btn {
  color: #ffffff;
}
.cid-uCNSwOfOiK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNSwOAW9k {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uCNSwOAW9k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCNSwOAW9k .form-control,
.cid-uCNSwOAW9k .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCNSwOAW9k .form-control::-webkit-input-placeholder,
.cid-uCNSwOAW9k .field-input::-webkit-input-placeholder,
.cid-uCNSwOAW9k .form-control::-webkit-input-placeholder,
.cid-uCNSwOAW9k .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCNSwOAW9k .form-control:-moz-placeholder,
.cid-uCNSwOAW9k .field-input:-moz-placeholder,
.cid-uCNSwOAW9k .form-control:-moz-placeholder,
.cid-uCNSwOAW9k .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCNSwOAW9k .form-control:hover,
.cid-uCNSwOAW9k .field-input:hover,
.cid-uCNSwOAW9k .form-control:focus,
.cid-uCNSwOAW9k .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uCNSwOAW9k .form-control:hover::-webkit-input-placeholder,
.cid-uCNSwOAW9k .field-input:hover::-webkit-input-placeholder,
.cid-uCNSwOAW9k .form-control:focus::-webkit-input-placeholder,
.cid-uCNSwOAW9k .field-input:focus::-webkit-input-placeholder,
.cid-uCNSwOAW9k .form-control:hover::-webkit-input-placeholder,
.cid-uCNSwOAW9k .field-input:hover::-webkit-input-placeholder,
.cid-uCNSwOAW9k .form-control:focus::-webkit-input-placeholder,
.cid-uCNSwOAW9k .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCNSwOAW9k .form-control:hover:-moz-placeholder,
.cid-uCNSwOAW9k .field-input:hover:-moz-placeholder,
.cid-uCNSwOAW9k .form-control:focus:-moz-placeholder,
.cid-uCNSwOAW9k .field-input:focus:-moz-placeholder,
.cid-uCNSwOAW9k .form-control:hover:-moz-placeholder,
.cid-uCNSwOAW9k .field-input:hover:-moz-placeholder,
.cid-uCNSwOAW9k .form-control:focus:-moz-placeholder,
.cid-uCNSwOAW9k .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCNSwOAW9k .jq-number__spin:hover,
.cid-uCNSwOAW9k .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCNSwOAW9k .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCNSwOAW9k .jq-selectbox li,
.cid-uCNSwOAW9k .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uCNSwOAW9k .jq-selectbox li:hover,
.cid-uCNSwOAW9k .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uCNSwOAW9k .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCNSwOAW9k .jq-number__spin.minus:hover:after,
.cid-uCNSwOAW9k .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uCNSwOAW9k .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCNSwOAW9k .jq-number__spin.minus:after,
.cid-uCNSwOAW9k .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uCNSwOAW9k input::-webkit-clear-button {
  display: none;
}
.cid-uCNSwOAW9k input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCNSwOAW9k input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCNSwOAW9k input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCNSwOAW9k H4 {
  color: #ffffff;
}
.cid-uCNSwOAW9k LABEL {
  color: #f3f3f1;
}
.cid-uCNSwOAW9k H5 {
  color: #ffffff;
}
.cid-uCNSwP3bsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCNSwP3bsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNSwP3bsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNSwP3bsd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCNSwP3bsd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCNSwP3bsd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCNSwP3bsd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCNSwP3bsd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCNSwP3bsd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCNSwP3bsd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCNSwP3bsd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCNSwP3bsd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCNSwP3bsd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCNSwP3bsd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCNSwP3bsd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCNSwP3bsd .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCNSwP3bsd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCNSwP3bsd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCNSwP3bsd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCNSwP3bsd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNSwP3bsd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNSwP3bsd .list-wrapper .list .item-wrap:hover,
.cid-uCNSwP3bsd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCNSwP3bsd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNSwP3bsd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCNSwP3bsd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCNSwP3bsd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCNSwP3bsd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCNSwP3bsd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCNSwP3bsd .mbr-desc {
  color: #ffffff;
}
.cid-uCNSwP3bsd .mbr-text,
.cid-uCNSwP3bsd .text-wrapper {
  color: #9aa0a6;
}
.cid-uCNSwP3bsd .list {
  color: #9aa0a6;
}
.cid-uCNTXuCajL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCNTXuCajL .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-uCNTXuCajL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCNTXuCajL .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCNTXuCajL .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCNTXuCajL .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCNTXuCajL .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-uCNTXuCajL .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCNTXuCajL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNTXuCajL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNTXuCajL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCNTXuCajL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCNTXuCajL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCNTXuCajL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNTXuCajL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCNTXuCajL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCNTXuCajL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCNTXuCajL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNTXuCajL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCNTXuCajL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCNTXuCajL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCNTXuCajL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCNTXuCajL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCNTXuCajL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCNTXuCajL .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCNTXuCajL .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCNTXuCajL .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCNTXuCajL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCNTXuCajL .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCNTXuCajL .nav-item:focus,
.cid-uCNTXuCajL .nav-link:focus {
  outline: none;
}
.cid-uCNTXuCajL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNTXuCajL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNTXuCajL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCNTXuCajL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNTXuCajL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNTXuCajL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNTXuCajL .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-uCNTXuCajL .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNTXuCajL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNTXuCajL .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNTXuCajL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCNTXuCajL .navbar.collapsed {
  justify-content: center;
}
.cid-uCNTXuCajL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNTXuCajL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCNTXuCajL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCNTXuCajL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNTXuCajL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNTXuCajL .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-uCNTXuCajL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNTXuCajL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCNTXuCajL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCNTXuCajL .navbar {
    min-height: 72px;
  }
  .cid-uCNTXuCajL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCNTXuCajL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNTXuCajL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNTXuCajL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNTXuCajL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNTXuCajL .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-uCNTXuCajL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNTXuCajL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCNTXuCajL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCNTXuCajL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCNTXuCajL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCNTXuCajL .dropdown-item.active,
.cid-uCNTXuCajL .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNTXuCajL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNTXuCajL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNTXuCajL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNTXuCajL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCNTXuCajL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCNTXuCajL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCNTXuCajL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCNTXuCajL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCNTXuCajL .navbar-buttons {
    text-align: center;
  }
}
.cid-uCNTXuCajL button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNTXuCajL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCNTXuCajL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNTXuCajL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNTXuCajL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNTXuCajL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNTXuCajL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNTXuCajL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNTXuCajL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNTXuCajL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNTXuCajL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCNTXuCajL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCNTXuCajL .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-uCNTXuCajL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNTXuCajL .navbar {
    height: 70px;
  }
  .cid-uCNTXuCajL .navbar.opened {
    height: auto;
  }
  .cid-uCNTXuCajL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNTXuCajL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCNTXuCajL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCNTXuCajL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCNTXuCajL .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-uCNTXuCajL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCNTXuCajL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCNTXuCajL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCNTXuCajL .navbar-brand {
    margin-right: auto;
  }
  .cid-uCNTXuCajL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCNTXuCajL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCNTXuCajL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCNTXuCajL .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-uCNTXuCajL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCNTXuCajL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCNTXuCajL .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-uCNTXuCajL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCNTXuCajL .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-uCNTXuCajL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCNTXuCajL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCNTXvaRiB {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCNTXvaRiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNTXvaRiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCNTXvaRiB .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCNTXvaRiB P {
  max-width: 1200px;
}
.cid-uCNTXvaRiB .mbr-section-btn,
.cid-uCNTXvaRiB .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCNTXvaRiB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNTXvaRiB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCNTXvaRiB .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNTXvaRiB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCNTXvaRiB .mbr-section-title {
  color: #ffffff;
}
.cid-uCNTXvaRiB .mbr-text,
.cid-uCNTXvaRiB .mbr-section-btn {
  color: #ffffff;
}
.cid-uCNTXvaRiB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNTXvQsg5 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uCNTXvQsg5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCNTXvQsg5 .form-control,
.cid-uCNTXvQsg5 .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCNTXvQsg5 .form-control::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .field-input::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .form-control::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCNTXvQsg5 .form-control:-moz-placeholder,
.cid-uCNTXvQsg5 .field-input:-moz-placeholder,
.cid-uCNTXvQsg5 .form-control:-moz-placeholder,
.cid-uCNTXvQsg5 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCNTXvQsg5 .form-control:hover,
.cid-uCNTXvQsg5 .field-input:hover,
.cid-uCNTXvQsg5 .form-control:focus,
.cid-uCNTXvQsg5 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uCNTXvQsg5 .form-control:hover::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .field-input:hover::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .form-control:focus::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .field-input:focus::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .form-control:hover::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .field-input:hover::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .form-control:focus::-webkit-input-placeholder,
.cid-uCNTXvQsg5 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCNTXvQsg5 .form-control:hover:-moz-placeholder,
.cid-uCNTXvQsg5 .field-input:hover:-moz-placeholder,
.cid-uCNTXvQsg5 .form-control:focus:-moz-placeholder,
.cid-uCNTXvQsg5 .field-input:focus:-moz-placeholder,
.cid-uCNTXvQsg5 .form-control:hover:-moz-placeholder,
.cid-uCNTXvQsg5 .field-input:hover:-moz-placeholder,
.cid-uCNTXvQsg5 .form-control:focus:-moz-placeholder,
.cid-uCNTXvQsg5 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCNTXvQsg5 .jq-number__spin:hover,
.cid-uCNTXvQsg5 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCNTXvQsg5 .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCNTXvQsg5 .jq-selectbox li,
.cid-uCNTXvQsg5 .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uCNTXvQsg5 .jq-selectbox li:hover,
.cid-uCNTXvQsg5 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uCNTXvQsg5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCNTXvQsg5 .jq-number__spin.minus:hover:after,
.cid-uCNTXvQsg5 .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uCNTXvQsg5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCNTXvQsg5 .jq-number__spin.minus:after,
.cid-uCNTXvQsg5 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uCNTXvQsg5 input::-webkit-clear-button {
  display: none;
}
.cid-uCNTXvQsg5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCNTXvQsg5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCNTXvQsg5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCNTXvQsg5 H4 {
  color: #ffffff;
}
.cid-uCNTXvQsg5 LABEL {
  color: #f3f3f1;
}
.cid-uCNTXvQsg5 H5 {
  color: #ffffff;
}
.cid-uCNTXwikmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCNTXwikmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNTXwikmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNTXwikmU .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCNTXwikmU .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCNTXwikmU .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCNTXwikmU .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCNTXwikmU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCNTXwikmU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCNTXwikmU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCNTXwikmU .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCNTXwikmU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCNTXwikmU .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCNTXwikmU .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCNTXwikmU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCNTXwikmU .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCNTXwikmU .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCNTXwikmU .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCNTXwikmU .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCNTXwikmU .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNTXwikmU .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNTXwikmU .list-wrapper .list .item-wrap:hover,
.cid-uCNTXwikmU .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCNTXwikmU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNTXwikmU .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCNTXwikmU .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCNTXwikmU .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCNTXwikmU .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCNTXwikmU .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCNTXwikmU .mbr-desc {
  color: #ffffff;
}
.cid-uCNTXwikmU .mbr-text,
.cid-uCNTXwikmU .text-wrapper {
  color: #9aa0a6;
}
.cid-uCNTXwikmU .list {
  color: #9aa0a6;
}
.cid-uCNUs3UQwF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCNUs3UQwF .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCNUs3UQwF .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCNUs3UQwF .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCNUs3UQwF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNUs3UQwF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNUs3UQwF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCNUs3UQwF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCNUs3UQwF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCNUs3UQwF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNUs3UQwF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCNUs3UQwF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCNUs3UQwF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCNUs3UQwF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNUs3UQwF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCNUs3UQwF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCNUs3UQwF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCNUs3UQwF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCNUs3UQwF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCNUs3UQwF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCNUs3UQwF .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uCNUs3UQwF .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCNUs3UQwF .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCNUs3UQwF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCNUs3UQwF .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uCNUs3UQwF .nav-item:focus,
.cid-uCNUs3UQwF .nav-link:focus {
  outline: none;
}
.cid-uCNUs3UQwF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNUs3UQwF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNUs3UQwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCNUs3UQwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNUs3UQwF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNUs3UQwF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNUs3UQwF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNUs3UQwF .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNUs3UQwF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCNUs3UQwF .navbar.collapsed {
  justify-content: center;
}
.cid-uCNUs3UQwF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNUs3UQwF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCNUs3UQwF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uCNUs3UQwF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNUs3UQwF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNUs3UQwF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCNUs3UQwF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCNUs3UQwF .navbar {
    min-height: 72px;
  }
  .cid-uCNUs3UQwF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCNUs3UQwF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNUs3UQwF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNUs3UQwF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNUs3UQwF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNUs3UQwF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCNUs3UQwF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCNUs3UQwF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCNUs3UQwF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCNUs3UQwF .dropdown-item.active,
.cid-uCNUs3UQwF .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNUs3UQwF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNUs3UQwF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNUs3UQwF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNUs3UQwF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uCNUs3UQwF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCNUs3UQwF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCNUs3UQwF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCNUs3UQwF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCNUs3UQwF .navbar-buttons {
    text-align: center;
  }
}
.cid-uCNUs3UQwF button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNUs3UQwF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCNUs3UQwF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNUs3UQwF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNUs3UQwF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNUs3UQwF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNUs3UQwF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNUs3UQwF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNUs3UQwF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNUs3UQwF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNUs3UQwF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCNUs3UQwF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCNUs3UQwF .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-uCNUs3UQwF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNUs3UQwF .navbar {
    height: 70px;
  }
  .cid-uCNUs3UQwF .navbar.opened {
    height: auto;
  }
  .cid-uCNUs3UQwF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNUs3UQwF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCNUs3UQwF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCNUs3UQwF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCNUs3UQwF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCNUs3UQwF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCNUs3UQwF .navbar-brand {
    margin-right: auto;
  }
  .cid-uCNUs3UQwF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCNUs3UQwF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCNUs3UQwF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCNUs3UQwF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCNUs3UQwF .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-uCNUs3UQwF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCNUs3UQwF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCNUs4nXJu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uCNUs4nXJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNUs4nXJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uCNUs4nXJu .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uCNUs4nXJu P {
  max-width: 1200px;
}
.cid-uCNUs4nXJu .mbr-section-btn,
.cid-uCNUs4nXJu .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCNUs4nXJu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNUs4nXJu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCNUs4nXJu .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNUs4nXJu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCNUs4nXJu .mbr-section-title {
  color: #ffffff;
}
.cid-uCNUs4nXJu .mbr-text,
.cid-uCNUs4nXJu .mbr-section-btn {
  color: #ffffff;
}
.cid-uCNUs4nXJu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNUs4KFYZ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uCNUs4KFYZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCNUs4KFYZ .form-control,
.cid-uCNUs4KFYZ .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCNUs4KFYZ .form-control::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .field-input::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .form-control::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCNUs4KFYZ .form-control:-moz-placeholder,
.cid-uCNUs4KFYZ .field-input:-moz-placeholder,
.cid-uCNUs4KFYZ .form-control:-moz-placeholder,
.cid-uCNUs4KFYZ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCNUs4KFYZ .form-control:hover,
.cid-uCNUs4KFYZ .field-input:hover,
.cid-uCNUs4KFYZ .form-control:focus,
.cid-uCNUs4KFYZ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uCNUs4KFYZ .form-control:hover::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .field-input:hover::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .form-control:focus::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .field-input:focus::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .form-control:hover::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .field-input:hover::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .form-control:focus::-webkit-input-placeholder,
.cid-uCNUs4KFYZ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uCNUs4KFYZ .form-control:hover:-moz-placeholder,
.cid-uCNUs4KFYZ .field-input:hover:-moz-placeholder,
.cid-uCNUs4KFYZ .form-control:focus:-moz-placeholder,
.cid-uCNUs4KFYZ .field-input:focus:-moz-placeholder,
.cid-uCNUs4KFYZ .form-control:hover:-moz-placeholder,
.cid-uCNUs4KFYZ .field-input:hover:-moz-placeholder,
.cid-uCNUs4KFYZ .form-control:focus:-moz-placeholder,
.cid-uCNUs4KFYZ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uCNUs4KFYZ .jq-number__spin:hover,
.cid-uCNUs4KFYZ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCNUs4KFYZ .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCNUs4KFYZ .jq-selectbox li,
.cid-uCNUs4KFYZ .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uCNUs4KFYZ .jq-selectbox li:hover,
.cid-uCNUs4KFYZ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uCNUs4KFYZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCNUs4KFYZ .jq-number__spin.minus:hover:after,
.cid-uCNUs4KFYZ .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uCNUs4KFYZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCNUs4KFYZ .jq-number__spin.minus:after,
.cid-uCNUs4KFYZ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uCNUs4KFYZ input::-webkit-clear-button {
  display: none;
}
.cid-uCNUs4KFYZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCNUs4KFYZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCNUs4KFYZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCNUs4KFYZ H4 {
  color: #ffffff;
}
.cid-uCNUs4KFYZ LABEL {
  color: #f3f3f1;
}
.cid-uCNUs4KFYZ H5 {
  color: #ffffff;
}
.cid-uCNUs58TrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uCNUs58TrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNUs58TrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNUs58TrC .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCNUs58TrC .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCNUs58TrC .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCNUs58TrC .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCNUs58TrC .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCNUs58TrC .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCNUs58TrC .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCNUs58TrC .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uCNUs58TrC .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCNUs58TrC .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCNUs58TrC .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCNUs58TrC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCNUs58TrC .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCNUs58TrC .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCNUs58TrC .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCNUs58TrC .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCNUs58TrC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNUs58TrC .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNUs58TrC .list-wrapper .list .item-wrap:hover,
.cid-uCNUs58TrC .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCNUs58TrC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNUs58TrC .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCNUs58TrC .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCNUs58TrC .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCNUs58TrC .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCNUs58TrC .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uCNUs58TrC .mbr-desc {
  color: #ffffff;
}
.cid-uCNUs58TrC .mbr-text,
.cid-uCNUs58TrC .text-wrapper {
  color: #9aa0a6;
}
.cid-uCNUs58TrC .list {
  color: #9aa0a6;
}
.cid-uDgE4P6tka {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDgE4P6tka .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-uDgE4P6tka .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDgE4P6tka .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uDgE4P6tka .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uDgE4P6tka .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uDgE4P6tka .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-uDgE4P6tka .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uDgE4P6tka .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDgE4P6tka .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDgE4P6tka .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDgE4P6tka .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDgE4P6tka .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDgE4P6tka .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDgE4P6tka .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDgE4P6tka .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDgE4P6tka .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDgE4P6tka .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDgE4P6tka .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDgE4P6tka .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDgE4P6tka .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDgE4P6tka .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDgE4P6tka .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDgE4P6tka .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDgE4P6tka .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uDgE4P6tka .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDgE4P6tka .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDgE4P6tka .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDgE4P6tka .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uDgE4P6tka .nav-item:focus,
.cid-uDgE4P6tka .nav-link:focus {
  outline: none;
}
.cid-uDgE4P6tka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDgE4P6tka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDgE4P6tka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDgE4P6tka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDgE4P6tka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDgE4P6tka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDgE4P6tka .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-uDgE4P6tka .navbar.opened {
  transition: all 0.3s;
}
.cid-uDgE4P6tka .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDgE4P6tka .navbar .navbar-logo img {
  width: auto;
}
.cid-uDgE4P6tka .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDgE4P6tka .navbar.collapsed {
  justify-content: center;
}
.cid-uDgE4P6tka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDgE4P6tka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDgE4P6tka .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDgE4P6tka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDgE4P6tka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDgE4P6tka .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-uDgE4P6tka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDgE4P6tka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDgE4P6tka .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDgE4P6tka .navbar {
    min-height: 72px;
  }
  .cid-uDgE4P6tka .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDgE4P6tka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDgE4P6tka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDgE4P6tka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDgE4P6tka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDgE4P6tka .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-uDgE4P6tka .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDgE4P6tka .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDgE4P6tka .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDgE4P6tka .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDgE4P6tka .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDgE4P6tka .dropdown-item.active,
.cid-uDgE4P6tka .dropdown-item:active {
  background-color: transparent;
}
.cid-uDgE4P6tka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDgE4P6tka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDgE4P6tka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDgE4P6tka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uDgE4P6tka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDgE4P6tka .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDgE4P6tka ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDgE4P6tka .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDgE4P6tka .navbar-buttons {
    text-align: center;
  }
}
.cid-uDgE4P6tka button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDgE4P6tka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDgE4P6tka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDgE4P6tka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDgE4P6tka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDgE4P6tka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDgE4P6tka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDgE4P6tka nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDgE4P6tka nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDgE4P6tka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDgE4P6tka .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDgE4P6tka a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDgE4P6tka .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-uDgE4P6tka .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDgE4P6tka .navbar {
    height: 70px;
  }
  .cid-uDgE4P6tka .navbar.opened {
    height: auto;
  }
  .cid-uDgE4P6tka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDgE4P6tka .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDgE4P6tka .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDgE4P6tka .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDgE4P6tka .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-uDgE4P6tka .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDgE4P6tka .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDgE4P6tka .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDgE4P6tka .navbar-brand {
    margin-right: auto;
  }
  .cid-uDgE4P6tka .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDgE4P6tka .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDgE4P6tka .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDgE4P6tka .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-uDgE4P6tka .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDgE4P6tka .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDgE4P6tka .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-uDgE4P6tka .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDgE4P6tka .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-uDgE4P6tka .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDgE4P6tka .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDgE4PpVwE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uDgE4PpVwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgE4PpVwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uDgE4PpVwE .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uDgE4PpVwE P {
  max-width: 1200px;
}
.cid-uDgE4PpVwE .mbr-section-btn,
.cid-uDgE4PpVwE .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDgE4PpVwE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDgE4PpVwE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDgE4PpVwE .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uDgE4PpVwE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDgE4PpVwE .mbr-section-title {
  color: #ffffff;
}
.cid-uDgE4PpVwE .mbr-text,
.cid-uDgE4PpVwE .mbr-section-btn {
  color: #ffffff;
}
.cid-uDgE4PpVwE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDgE4PE2tD {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uDgE4PE2tD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDgE4PE2tD .form-control,
.cid-uDgE4PE2tD .field-input {
  padding: 0.5rem;
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDgE4PE2tD .form-control::-webkit-input-placeholder,
.cid-uDgE4PE2tD .field-input::-webkit-input-placeholder,
.cid-uDgE4PE2tD .form-control::-webkit-input-placeholder,
.cid-uDgE4PE2tD .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uDgE4PE2tD .form-control:-moz-placeholder,
.cid-uDgE4PE2tD .field-input:-moz-placeholder,
.cid-uDgE4PE2tD .form-control:-moz-placeholder,
.cid-uDgE4PE2tD .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uDgE4PE2tD .form-control:hover,
.cid-uDgE4PE2tD .field-input:hover,
.cid-uDgE4PE2tD .form-control:focus,
.cid-uDgE4PE2tD .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uDgE4PE2tD .form-control:hover::-webkit-input-placeholder,
.cid-uDgE4PE2tD .field-input:hover::-webkit-input-placeholder,
.cid-uDgE4PE2tD .form-control:focus::-webkit-input-placeholder,
.cid-uDgE4PE2tD .field-input:focus::-webkit-input-placeholder,
.cid-uDgE4PE2tD .form-control:hover::-webkit-input-placeholder,
.cid-uDgE4PE2tD .field-input:hover::-webkit-input-placeholder,
.cid-uDgE4PE2tD .form-control:focus::-webkit-input-placeholder,
.cid-uDgE4PE2tD .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uDgE4PE2tD .form-control:hover:-moz-placeholder,
.cid-uDgE4PE2tD .field-input:hover:-moz-placeholder,
.cid-uDgE4PE2tD .form-control:focus:-moz-placeholder,
.cid-uDgE4PE2tD .field-input:focus:-moz-placeholder,
.cid-uDgE4PE2tD .form-control:hover:-moz-placeholder,
.cid-uDgE4PE2tD .field-input:hover:-moz-placeholder,
.cid-uDgE4PE2tD .form-control:focus:-moz-placeholder,
.cid-uDgE4PE2tD .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uDgE4PE2tD .jq-number__spin:hover,
.cid-uDgE4PE2tD .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDgE4PE2tD .jq-number__spin {
  background-color: #f3f3f1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDgE4PE2tD .jq-selectbox li,
.cid-uDgE4PE2tD .jq-selectbox li {
  background-color: #f3f3f1;
  color: #000000;
}
.cid-uDgE4PE2tD .jq-selectbox li:hover,
.cid-uDgE4PE2tD .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uDgE4PE2tD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uDgE4PE2tD .jq-number__spin.minus:hover:after,
.cid-uDgE4PE2tD .jq-number__spin.plus:hover:after {
  border-top-color: #f3f3f1;
  border-bottom-color: #f3f3f1;
}
.cid-uDgE4PE2tD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uDgE4PE2tD .jq-number__spin.minus:after,
.cid-uDgE4PE2tD .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uDgE4PE2tD input::-webkit-clear-button {
  display: none;
}
.cid-uDgE4PE2tD input::-webkit-inner-spin-button {
  display: none;
}
.cid-uDgE4PE2tD input::-webkit-outer-spin-button {
  display: none;
}
.cid-uDgE4PE2tD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uDgE4PE2tD H4 {
  color: #ffffff;
}
.cid-uDgE4PE2tD LABEL {
  color: #f3f3f1;
}
.cid-uDgE4PE2tD H5 {
  color: #ffffff;
}
.cid-uDgE4Qhmh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uDgE4Qhmh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgE4Qhmh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDgE4Qhmh1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDgE4Qhmh1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDgE4Qhmh1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDgE4Qhmh1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDgE4Qhmh1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDgE4Qhmh1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDgE4Qhmh1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDgE4Qhmh1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDgE4Qhmh1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDgE4Qhmh1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDgE4Qhmh1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDgE4Qhmh1 .list-wrapper .list .item-wrap:hover,
.cid-uDgE4Qhmh1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDgE4Qhmh1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDgE4Qhmh1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDgE4Qhmh1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDgE4Qhmh1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDgE4Qhmh1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDgE4Qhmh1 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uDgE4Qhmh1 .mbr-desc {
  color: #ffffff;
}
.cid-uDgE4Qhmh1 .mbr-text,
.cid-uDgE4Qhmh1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uDgE4Qhmh1 .list {
  color: #9aa0a6;
}
.cid-uFKWkoYqDz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFKWkoYqDz .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uFKWkoYqDz .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uFKWkoYqDz .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uFKWkoYqDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFKWkoYqDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFKWkoYqDz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFKWkoYqDz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFKWkoYqDz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uFKWkoYqDz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFKWkoYqDz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFKWkoYqDz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFKWkoYqDz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uFKWkoYqDz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFKWkoYqDz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFKWkoYqDz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFKWkoYqDz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFKWkoYqDz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uFKWkoYqDz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFKWkoYqDz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFKWkoYqDz .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(27, 24, 24, 0.8) !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: #1b1818;
}
@media (max-width: 992px) {
  .cid-uFKWkoYqDz .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFKWkoYqDz .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFKWkoYqDz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFKWkoYqDz .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: #1b1818;
  background: rgba(27, 24, 24, 0.8) !important;
}
.cid-uFKWkoYqDz .nav-item:focus,
.cid-uFKWkoYqDz .nav-link:focus {
  outline: none;
}
.cid-uFKWkoYqDz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFKWkoYqDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFKWkoYqDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFKWkoYqDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFKWkoYqDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFKWkoYqDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar.opened {
  transition: all 0.3s;
}
.cid-uFKWkoYqDz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFKWkoYqDz .navbar .navbar-logo img {
  width: auto;
}
.cid-uFKWkoYqDz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFKWkoYqDz .navbar.collapsed {
  justify-content: center;
}
.cid-uFKWkoYqDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFKWkoYqDz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFKWkoYqDz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uFKWkoYqDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFKWkoYqDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFKWkoYqDz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFKWkoYqDz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFKWkoYqDz .navbar {
    min-height: 72px;
  }
  .cid-uFKWkoYqDz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFKWkoYqDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFKWkoYqDz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFKWkoYqDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFKWkoYqDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFKWkoYqDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFKWkoYqDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFKWkoYqDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFKWkoYqDz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFKWkoYqDz .dropdown-item.active,
.cid-uFKWkoYqDz .dropdown-item:active {
  background-color: transparent;
}
.cid-uFKWkoYqDz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFKWkoYqDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFKWkoYqDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFKWkoYqDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uFKWkoYqDz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFKWkoYqDz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFKWkoYqDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFKWkoYqDz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFKWkoYqDz .navbar-buttons {
    text-align: center;
  }
}
.cid-uFKWkoYqDz button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFKWkoYqDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFKWkoYqDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFKWkoYqDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFKWkoYqDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFKWkoYqDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFKWkoYqDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFKWkoYqDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFKWkoYqDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFKWkoYqDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFKWkoYqDz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFKWkoYqDz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFKWkoYqDz .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-uFKWkoYqDz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFKWkoYqDz .navbar {
    height: 70px;
  }
  .cid-uFKWkoYqDz .navbar.opened {
    height: auto;
  }
  .cid-uFKWkoYqDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFKWkoYqDz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFKWkoYqDz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFKWkoYqDz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFKWkoYqDz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFKWkoYqDz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFKWkoYqDz .navbar-brand {
    margin-right: auto;
  }
  .cid-uFKWkoYqDz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1b1818;
    opacity: 1;
    border-color: rgba(27, 24, 24, 0.8) !important;
    background: rgba(27, 24, 24, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFKWkoYqDz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFKWkoYqDz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFKWkoYqDz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFKWkoYqDz .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-uFKWkoYqDz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFKWkoYqDz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFKWkpyDPE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uFKWkpyDPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFKWkpyDPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFKWkpyDPE .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFKWkpyDPE P {
  max-width: 1200px;
}
.cid-uFKWkpyDPE .mbr-section-btn,
.cid-uFKWkpyDPE .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFKWkpyDPE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFKWkpyDPE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFKWkpyDPE .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFKWkpyDPE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFKWkpyDPE .mbr-section-title {
  color: #ffffff;
}
.cid-uFKWkpyDPE .mbr-text,
.cid-uFKWkpyDPE .mbr-section-btn {
  color: #ffffff;
}
.cid-uFKWkpyDPE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFKWGAeIKw {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFKWGAeIKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFKWGAeIKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFKWGAeIKw .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFKWGAeIKw P {
  max-width: 1200px;
}
.cid-uFKWGAeIKw .mbr-section-btn,
.cid-uFKWGAeIKw .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFKWGAeIKw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFKWGAeIKw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFKWGAeIKw .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFKWGAeIKw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFKWGAeIKw .mbr-section-title {
  color: #ffffff;
}
.cid-uFKWGAeIKw .mbr-text,
.cid-uFKWGAeIKw .mbr-section-btn {
  color: #ffffff;
}
.cid-uFKWGAeIKw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFKWSLw8ID {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFKWSLw8ID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFKWSLw8ID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uFKWSLw8ID .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uFKWSLw8ID P {
  max-width: 1200px;
}
.cid-uFKWSLw8ID .mbr-section-btn,
.cid-uFKWSLw8ID .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFKWSLw8ID .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFKWSLw8ID .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFKWSLw8ID .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uFKWSLw8ID .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFKWSLw8ID .mbr-section-title {
  color: #ffffff;
}
.cid-uFKWSLw8ID .mbr-text,
.cid-uFKWSLw8ID .mbr-section-btn {
  color: #ffffff;
}
.cid-uFKWSLw8ID .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFKWkrldCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFKWkrldCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFKWkrldCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFKWkrldCl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFKWkrldCl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFKWkrldCl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFKWkrldCl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFKWkrldCl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFKWkrldCl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFKWkrldCl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFKWkrldCl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uFKWkrldCl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ac9636;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFKWkrldCl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFKWkrldCl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFKWkrldCl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFKWkrldCl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFKWkrldCl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFKWkrldCl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFKWkrldCl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFKWkrldCl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFKWkrldCl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFKWkrldCl .list-wrapper .list .item-wrap:hover,
.cid-uFKWkrldCl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFKWkrldCl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFKWkrldCl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFKWkrldCl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFKWkrldCl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFKWkrldCl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFKWkrldCl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFKWkrldCl .mbr-desc {
  color: #ffffff;
}
.cid-uFKWkrldCl .mbr-text,
.cid-uFKWkrldCl .text-wrapper {
  color: #9aa0a6;
}
.cid-uFKWkrldCl .list {
  color: #9aa0a6;
}
