.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: 'AngkatanBersenjata-2OD4o';
  font-size: 8.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 10.25rem;
}
.display-2 {
  font-family: 'AngkatanBersenjata-2OD4o';
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'AngkatanBersenjata-2OD4o';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'AngkatanBersenjata-2OD4o';
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'AngkatanBersenjata-2OD4o';
  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: 4.92rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 4.92rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.56rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.74rem;
    font-size: calc( 3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: #ffea64 !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, #ffea64, #fc6175);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #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: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #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: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #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: #ffea64;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'AngkatanBersenjata-2OD4o';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff9945 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'AngkatanBersenjata-2OD4o';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
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-tJ2HY8Ph1h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJ2HY8Ph1h .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .hamb {
    margin-right: 3rem !important;
  }
}
.cid-tJ2HY8Ph1h .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ2HY8Ph1h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJ2HY8Ph1h .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJ2HY8Ph1h .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-tJ2HY8Ph1h .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJ2HY8Ph1h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .nav-item:focus,
.cid-tJ2HY8Ph1h .nav-link:focus {
  outline: none;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ2HY8Ph1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ2HY8Ph1h .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ2HY8Ph1h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJ2HY8Ph1h .navbar.collapsed {
  justify-content: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ2HY8Ph1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar {
    min-height: 72px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ2HY8Ph1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ2HY8Ph1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJ2HY8Ph1h .dropdown-item.active,
.cid-tJ2HY8Ph1h .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ2HY8Ph1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJ2HY8Ph1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJ2HY8Ph1h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-buttons {
    text-align: center;
  }
}
.cid-tJ2HY8Ph1h button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJ2HY8Ph1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ2HY8Ph1h .navbar {
    height: 70px;
  }
  .cid-tJ2HY8Ph1h .navbar.opened {
    height: auto;
  }
  .cid-tJ2HY8Ph1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJ2HY8Ph1h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-tJ2HY8Ph1h .container-fluid {
  background: transparent !important;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  margin-right: auto;
}
.cid-tJ2HY8Ph1h .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-tJ2HY8Ph1h .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar-brand {
    margin-right: auto;
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HU9MPKC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-tJ2HU9MPKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2HU9MPKC .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-tJ2HU9MPKC .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2HU9MPKC .mbr-section-btn,
.cid-tJ2HU9MPKC .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJ2HU9MPKC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2HU9MPKC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJ2HU9MPKC .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ2HU9MPKC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ2HU9MPKC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2HU9MPKC .mbr-text,
.cid-tJ2HU9MPKC .mbr-section-btn {
  color: #ffffff;
}
.cid-tJ2HU9MPKC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-umoDlepnWj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-umoDlepnWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umoDlepnWj .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-umoDlepnWj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umoDlepnWj .row {
  flex-direction: row-reverse;
}
.cid-umoDlepnWj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umoDlepnWj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umoDlepnWj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umoDlepnWj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-umoDlepnWj .mbr-text,
.cid-umoDlepnWj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2OfiAZOi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-tJ2OfiAZOi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ2OfiAZOi .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-tJ2OfiAZOi .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tJ2OfiAZOi .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-tJ2OfiAZOi .row {
    padding-top: 200px;
  }
}
.cid-tJ2OfiAZOi .mbr-section-btn,
.cid-tJ2OfiAZOi .btn {
  width: 100%;
}
.cid-tJ2OfiAZOi .card-title,
.cid-tJ2OfiAZOi .card-title2,
.cid-tJ2OfiAZOi .card-text {
  width: 100%;
}
.cid-tJ2OfiAZOi .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tJ2OfiAZOi .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-tJ2OfiAZOi p {
  line-height: 1.6;
}
.cid-tJ2OfiAZOi .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tJ2OfiAZOi .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-tJ2OfiAZOi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJ2OfiAZOi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2OfiAZOi .mbr-text,
.cid-tJ2OfiAZOi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2OfiAZOi .item-subtitle {
  color: #000000;
}
.cid-tJ2OfiAZOi .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tJ2OfiAZOi .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2OfiAZOi .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2OfiAZOi .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-tJ2OfiAZOi .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2OlrKFqV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-tJ2OlrKFqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2OlrKFqV .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-tJ2OlrKFqV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2OlrKFqV .row {
  flex-direction: row-reverse;
}
.cid-tJ2OlrKFqV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJ2OlrKFqV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ2OlrKFqV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ2OlrKFqV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2OlrKFqV .mbr-text,
.cid-tJ2OlrKFqV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-umoD7RMVId {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-umoD7RMVId img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-umoD7RMVId img {
    height: 350px;
  }
}
.cid-umoD7RMVId .item-img {
  position: relative;
  padding: 0;
}
.cid-umoD7RMVId .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-umoD7RMVId .item-img .item-content {
    padding: 0rem;
  }
}
.cid-umoD7RMVId .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umoD7RMVId .item {
    margin-bottom: 1rem;
  }
}
.cid-umoD7RMVId .item-title {
  color: #ffffff;
}
.cid-umoD7RMVId .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umoD7RMVId .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJyaBEmUI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJyaBEmUI img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJyaBEmUI img {
    height: 350px;
  }
}
.cid-uFJyaBEmUI .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJyaBEmUI .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJyaBEmUI .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJyaBEmUI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJyaBEmUI .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJyaBEmUI .item-title {
  color: #ffffff;
}
.cid-uFJyaBEmUI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJyaBEmUI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-umpolSQKIw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-umpolSQKIw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-umpolSQKIw .img-item,
.cid-umpolSQKIw img {
  height: 100%;
  object-fit: cover;
}
.cid-umpolSQKIw .img-col {
  padding: 0;
}
.cid-umpolSQKIw .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-umpolSQKIw .mbr-section-btn {
    width: 100%;
  }
}
.cid-umpolSQKIw .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-umpolSQKIw .row {
    flex-direction: column;
  }
}
.cid-umpolSQKIw .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-umpolSQKIw .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-umpolSQKIw .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umpolSQKIw .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-umpolSQKIw .form-control,
.cid-umpolSQKIw .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-umpolSQKIw .form-control,
.cid-umpolSQKIw .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umpolSQKIw .form-control::-webkit-input-placeholder,
.cid-umpolSQKIw .field-input::-webkit-input-placeholder,
.cid-umpolSQKIw .form-control::-webkit-input-placeholder,
.cid-umpolSQKIw .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-umpolSQKIw .form-control:-moz-placeholder,
.cid-umpolSQKIw .field-input:-moz-placeholder,
.cid-umpolSQKIw .form-control:-moz-placeholder,
.cid-umpolSQKIw .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-umpolSQKIw .form-control:hover,
.cid-umpolSQKIw .field-input:hover,
.cid-umpolSQKIw .form-control:focus,
.cid-umpolSQKIw .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-umpolSQKIw .form-control:hover::-webkit-input-placeholder,
.cid-umpolSQKIw .field-input:hover::-webkit-input-placeholder,
.cid-umpolSQKIw .form-control:focus::-webkit-input-placeholder,
.cid-umpolSQKIw .field-input:focus::-webkit-input-placeholder,
.cid-umpolSQKIw .form-control:hover::-webkit-input-placeholder,
.cid-umpolSQKIw .field-input:hover::-webkit-input-placeholder,
.cid-umpolSQKIw .form-control:focus::-webkit-input-placeholder,
.cid-umpolSQKIw .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-umpolSQKIw .form-control:hover:-moz-placeholder,
.cid-umpolSQKIw .field-input:hover:-moz-placeholder,
.cid-umpolSQKIw .form-control:focus:-moz-placeholder,
.cid-umpolSQKIw .field-input:focus:-moz-placeholder,
.cid-umpolSQKIw .form-control:hover:-moz-placeholder,
.cid-umpolSQKIw .field-input:hover:-moz-placeholder,
.cid-umpolSQKIw .form-control:focus:-moz-placeholder,
.cid-umpolSQKIw .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-umpolSQKIw .jq-number__spin:hover,
.cid-umpolSQKIw .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umpolSQKIw .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umpolSQKIw .jq-selectbox li,
.cid-umpolSQKIw .jq-selectbox li {
  background-color: transparent;
}
.cid-umpolSQKIw .jq-selectbox li:hover,
.cid-umpolSQKIw .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-umpolSQKIw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-umpolSQKIw .jq-number__spin.minus:hover:after,
.cid-umpolSQKIw .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-umpolSQKIw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-umpolSQKIw .jq-number__spin.minus:after,
.cid-umpolSQKIw .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-umpolSQKIw input::-webkit-clear-button {
  display: none;
}
.cid-umpolSQKIw input::-webkit-inner-spin-button {
  display: none;
}
.cid-umpolSQKIw input::-webkit-outer-spin-button {
  display: none;
}
.cid-umpolSQKIw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-umpolSQKIw H4 {
  color: #ffffff;
  text-align: center;
}
.cid-umpolSQKIw H3 {
  text-align: left;
  color: #ffffff;
}
.cid-umpolSQKIw .mbr-text,
.cid-umpolSQKIw .mbr-section-btn {
  color: #ffffff;
}
.cid-umpy8L9mh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-umpy8L9mh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umpy8L9mh0 .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-umpy8L9mh0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umpy8L9mh0 .row {
  flex-direction: row-reverse;
}
.cid-umpy8L9mh0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umpy8L9mh0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umpy8L9mh0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umpy8L9mh0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umpy8L9mh0 .mbr-text,
.cid-umpy8L9mh0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2OhIiTH2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #353535;
}
.cid-tJ2OhIiTH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2OhIiTH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2OhIiTH2 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tJ2OhIiTH2 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tJ2OhIiTH2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tJ2OhIiTH2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tJ2OhIiTH2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tJ2OhIiTH2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2OhIiTH2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2Oidygta {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-tJ2Oidygta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2Oidygta .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-tJ2Oidygta .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2Oidygta .mbr-section-btn,
.cid-tJ2Oidygta .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJ2Oidygta .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ2Oidygta .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ2Oidygta .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ2Oidygta .mbr-section-title {
  color: #ffffff;
}
.cid-tJ2Oidygta .mbr-text,
.cid-tJ2Oidygta .mbr-section-btn {
  color: #ffffff;
}
.cid-tJ2Oidygta .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ2Oidygta .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-tJ2OIpTG9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-tJ2OIpTG9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2OIpTG9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2OIpTG9Y a {
  font-weight: bold;
}
.cid-tJ2OIpTG9Y .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2OIpTG9Y .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2OIpTG9Y .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-tJ2OIpTG9Y .container-fluid,
.cid-tJ2OIpTG9Y .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tJ2OIpTG9Y .container-fluid,
  .cid-tJ2OIpTG9Y .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-tJ2OIpTG9Y .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2OIpTG9Y .mbr-section-btn,
.cid-tJ2OIpTG9Y .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJ2OIpTG9Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2OIpTG9Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2OIpTG9Y .mbr-text,
.cid-tJ2OIpTG9Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ2OIpTG9Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ2OIpTG9Y .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-tJ2OFZeBab {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-tJ2OFZeBab .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-tJ2OFZeBab .panel-group {
  border: none;
}
.cid-tJ2OFZeBab .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJ2OFZeBab .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJ2OFZeBab .content {
  margin: 5rem auto;
}
.cid-tJ2OFZeBab .img-col {
  padding: 0;
}
.cid-tJ2OFZeBab .img-item {
  height: 100%;
}
.cid-tJ2OFZeBab img {
  height: 100%;
  object-fit: cover;
}
.cid-tJ2OFZeBab .collapsed span {
  transform: rotate(0deg);
}
.cid-tJ2OFZeBab .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJ2OFZeBab p {
  margin-bottom: 0.3rem;
}
.cid-tJ2OFZeBab .panel-title-edit {
  color: #1b1818;
}
.cid-tJ2OFZeBab .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJ2OFZeBab .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .card {
    padding: 1rem;
  }
}
.cid-tJ2OFZeBab .panel-text {
  color: #1b1818;
}
.cid-tJ2OFZeBab H3 {
  text-align: center;
  color: #000000;
}
.cid-tJ2OFZeBab H4 {
  text-align: center;
  color: #ffffff;
}
.cid-un3cWM4qtS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-un3cWM4qtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un3cWM4qtS .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-un3cWM4qtS .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-un3cWM4qtS P {
  max-width: 1200px;
}
.cid-un3cWM4qtS .mbr-section-btn,
.cid-un3cWM4qtS .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-un3cWM4qtS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-un3cWM4qtS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-un3cWM4qtS .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-un3cWM4qtS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-un3cWM4qtS .mbr-section-title {
  color: #ffffff;
}
.cid-un3cWM4qtS .mbr-text,
.cid-un3cWM4qtS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-un3cWM4qtS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ2OCGij3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-tJ2OCGij3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2OCGij3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2OCGij3F img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ2OCGij3F img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tJ2OCGij3F .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-tJ2OCGij3F .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tJ2OCGij3F .icon-wrap {
    justify-content: center;
  }
}
.cid-tJ2OCGij3F .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tJ2OCGij3F .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-tJ2OCGij3F a {
  font-weight: bold;
}
.cid-tJ2OCGij3F .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-tJ2OCGij3F .card {
    padding: 2rem 1rem;
  }
}
.cid-tJ2OCGij3F .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2OCGij3F .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2OCGij3F .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-tJ2OCGij3F .container-fluid,
.cid-tJ2OCGij3F .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tJ2OCGij3F .container-fluid,
  .cid-tJ2OCGij3F .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-tJ2OCGij3F .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tJ2OCGij3F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2OCGij3F .mbr-section-title {
  color: #ffffff;
}
.cid-tJ2OCGij3F .mbr-text,
.cid-tJ2OCGij3F .mbr-section-btn {
  color: #ffffff;
}
.cid-tJ2OCGij3F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ2OCGij3F .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-tJ2OCGij3F .mbr-cardtext {
  color: #ffffff;
}
.cid-tJ2OCGij3F .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-tJ2OCGij3F .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-tJ2OCGij3F .mbr-link {
  color: #ff9945;
}
.cid-tJ2ODlHU18 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tJ2ODlHU18 .mbr-text {
  color: #ffffff;
}
.cid-uF5wCSC4Ct {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5wCSC4Ct .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wCSC4Ct .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5wCSC4Ct .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5wCSC4Ct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5wCSC4Ct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5wCSC4Ct .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5wCSC4Ct .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5wCSC4Ct .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5wCSC4Ct .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wCSC4Ct .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5wCSC4Ct .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5wCSC4Ct .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5wCSC4Ct .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wCSC4Ct .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5wCSC4Ct .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5wCSC4Ct .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5wCSC4Ct .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5wCSC4Ct .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wCSC4Ct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5wCSC4Ct .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5wCSC4Ct .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wCSC4Ct .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5wCSC4Ct .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .nav-item:focus,
.cid-uF5wCSC4Ct .nav-link:focus {
  outline: none;
}
.cid-uF5wCSC4Ct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5wCSC4Ct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5wCSC4Ct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5wCSC4Ct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5wCSC4Ct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5wCSC4Ct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5wCSC4Ct .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5wCSC4Ct .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5wCSC4Ct .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5wCSC4Ct .navbar.collapsed {
  justify-content: center;
}
.cid-uF5wCSC4Ct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5wCSC4Ct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5wCSC4Ct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5wCSC4Ct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5wCSC4Ct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5wCSC4Ct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5wCSC4Ct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wCSC4Ct .navbar {
    min-height: 72px;
  }
  .cid-uF5wCSC4Ct .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5wCSC4Ct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5wCSC4Ct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5wCSC4Ct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5wCSC4Ct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5wCSC4Ct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5wCSC4Ct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5wCSC4Ct .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wCSC4Ct .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5wCSC4Ct .dropdown-item.active,
.cid-uF5wCSC4Ct .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5wCSC4Ct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5wCSC4Ct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5wCSC4Ct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5wCSC4Ct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5wCSC4Ct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5wCSC4Ct .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5wCSC4Ct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5wCSC4Ct .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5wCSC4Ct .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5wCSC4Ct button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5wCSC4Ct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5wCSC4Ct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5wCSC4Ct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wCSC4Ct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wCSC4Ct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5wCSC4Ct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wCSC4Ct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5wCSC4Ct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5wCSC4Ct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wCSC4Ct .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5wCSC4Ct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5wCSC4Ct .navbar {
    height: 70px;
  }
  .cid-uF5wCSC4Ct .navbar.opened {
    height: auto;
  }
  .cid-uF5wCSC4Ct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5wCSC4Ct .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5wCSC4Ct .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5wCSC4Ct .container-fluid {
  background: transparent !important;
}
.cid-uF5wCSC4Ct .navbar-brand {
  margin-right: auto;
}
.cid-uF5wCSC4Ct .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5wCSC4Ct .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wCSC4Ct .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5wCSC4Ct .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5wCSC4Ct .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wCSC4Ct .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5wCSC4Ct .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5wCSC4Ct .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5wCSC4Ct .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-uF5wCSC4Ct .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5wCSC4Ct .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wCTeYYk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wCTeYYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCTeYYk .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-uF5wCTeYYk .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wCTeYYk .mbr-section-btn,
.cid-uF5wCTeYYk .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wCTeYYk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCTeYYk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wCTeYYk .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wCTeYYk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wCTeYYk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCTeYYk .mbr-text,
.cid-uF5wCTeYYk .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wCTeYYk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCTL6rQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5wCTL6rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCTL6rQ .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-uF5wCTL6rQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCTL6rQ .row {
  flex-direction: row-reverse;
}
.cid-uF5wCTL6rQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wCTL6rQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wCTL6rQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wCTL6rQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCTL6rQ .mbr-text,
.cid-uF5wCTL6rQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCUc2zI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wCUc2zI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wCUc2zI .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5wCUc2zI .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5wCUc2zI .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5wCUc2zI .row {
    padding-top: 200px;
  }
}
.cid-uF5wCUc2zI .mbr-section-btn,
.cid-uF5wCUc2zI .btn {
  width: 100%;
}
.cid-uF5wCUc2zI .card-title,
.cid-uF5wCUc2zI .card-title2,
.cid-uF5wCUc2zI .card-text {
  width: 100%;
}
.cid-uF5wCUc2zI .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5wCUc2zI .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5wCUc2zI p {
  line-height: 1.6;
}
.cid-uF5wCUc2zI .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5wCUc2zI .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wCUc2zI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5wCUc2zI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCUc2zI .mbr-text,
.cid-uF5wCUc2zI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCUc2zI .item-subtitle {
  color: #000000;
}
.cid-uF5wCUc2zI .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wCUc2zI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wCUc2zI .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCUc2zI .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5wCUc2zI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCURrSk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wCURrSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCURrSk .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-uF5wCURrSk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCURrSk .row {
  flex-direction: row-reverse;
}
.cid-uF5wCURrSk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wCURrSk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wCURrSk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wCURrSk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCURrSk .mbr-text,
.cid-uF5wCURrSk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCVtWKR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5wCVtWKR img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5wCVtWKR img {
    height: 350px;
  }
}
.cid-uF5wCVtWKR .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5wCVtWKR .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5wCVtWKR .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5wCVtWKR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wCVtWKR .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCVtWKR .item-title {
  color: #ffffff;
}
.cid-uF5wCVtWKR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCVtWKR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDt5UoEz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-uFJDt5UoEz img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDt5UoEz img {
    height: 350px;
  }
}
.cid-uFJDt5UoEz .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDt5UoEz .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDt5UoEz .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDt5UoEz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDt5UoEz .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDt5UoEz .item-title {
  color: #ffffff;
}
.cid-uFJDt5UoEz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDt5UoEz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCW9cbT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5wCW9cbT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5wCW9cbT .img-item,
.cid-uF5wCW9cbT img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wCW9cbT .img-col {
  padding: 0;
}
.cid-uF5wCW9cbT .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5wCW9cbT .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5wCW9cbT .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5wCW9cbT .row {
    flex-direction: column;
  }
}
.cid-uF5wCW9cbT .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5wCW9cbT .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5wCW9cbT .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wCW9cbT .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5wCW9cbT .form-control,
.cid-uF5wCW9cbT .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5wCW9cbT .form-control,
.cid-uF5wCW9cbT .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wCW9cbT .form-control::-webkit-input-placeholder,
.cid-uF5wCW9cbT .field-input::-webkit-input-placeholder,
.cid-uF5wCW9cbT .form-control::-webkit-input-placeholder,
.cid-uF5wCW9cbT .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wCW9cbT .form-control:-moz-placeholder,
.cid-uF5wCW9cbT .field-input:-moz-placeholder,
.cid-uF5wCW9cbT .form-control:-moz-placeholder,
.cid-uF5wCW9cbT .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wCW9cbT .form-control:hover,
.cid-uF5wCW9cbT .field-input:hover,
.cid-uF5wCW9cbT .form-control:focus,
.cid-uF5wCW9cbT .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5wCW9cbT .form-control:hover::-webkit-input-placeholder,
.cid-uF5wCW9cbT .field-input:hover::-webkit-input-placeholder,
.cid-uF5wCW9cbT .form-control:focus::-webkit-input-placeholder,
.cid-uF5wCW9cbT .field-input:focus::-webkit-input-placeholder,
.cid-uF5wCW9cbT .form-control:hover::-webkit-input-placeholder,
.cid-uF5wCW9cbT .field-input:hover::-webkit-input-placeholder,
.cid-uF5wCW9cbT .form-control:focus::-webkit-input-placeholder,
.cid-uF5wCW9cbT .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wCW9cbT .form-control:hover:-moz-placeholder,
.cid-uF5wCW9cbT .field-input:hover:-moz-placeholder,
.cid-uF5wCW9cbT .form-control:focus:-moz-placeholder,
.cid-uF5wCW9cbT .field-input:focus:-moz-placeholder,
.cid-uF5wCW9cbT .form-control:hover:-moz-placeholder,
.cid-uF5wCW9cbT .field-input:hover:-moz-placeholder,
.cid-uF5wCW9cbT .form-control:focus:-moz-placeholder,
.cid-uF5wCW9cbT .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wCW9cbT .jq-number__spin:hover,
.cid-uF5wCW9cbT .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5wCW9cbT .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wCW9cbT .jq-selectbox li,
.cid-uF5wCW9cbT .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5wCW9cbT .jq-selectbox li:hover,
.cid-uF5wCW9cbT .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5wCW9cbT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5wCW9cbT .jq-number__spin.minus:hover:after,
.cid-uF5wCW9cbT .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wCW9cbT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5wCW9cbT .jq-number__spin.minus:after,
.cid-uF5wCW9cbT .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wCW9cbT input::-webkit-clear-button {
  display: none;
}
.cid-uF5wCW9cbT input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5wCW9cbT input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5wCW9cbT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5wCW9cbT H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCW9cbT H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wCW9cbT .mbr-text,
.cid-uF5wCW9cbT .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wCWEsH0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wCWEsH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCWEsH0 .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-uF5wCWEsH0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCWEsH0 .row {
  flex-direction: row-reverse;
}
.cid-uF5wCWEsH0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wCWEsH0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wCWEsH0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wCWEsH0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCWEsH0 .mbr-text,
.cid-uF5wCWEsH0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCXdV11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5wCXdV11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCXdV11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5wCXdV11 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5wCXdV11 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5wCXdV11 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5wCXdV11 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5wCXdV11 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5wCXdV11 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCXdV11 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCXPwwh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wCXPwwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCXPwwh .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-uF5wCXPwwh .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wCXPwwh .mbr-section-btn,
.cid-uF5wCXPwwh .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wCXPwwh .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5wCXPwwh .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wCXPwwh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wCXPwwh .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wCXPwwh .mbr-text,
.cid-uF5wCXPwwh .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wCXPwwh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wCXPwwh .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wCYr080 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wCYr080 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCYr080 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wCYr080 a {
  font-weight: bold;
}
.cid-uF5wCYr080 .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wCYr080 .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wCYr080 .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wCYr080 .container-fluid,
.cid-uF5wCYr080 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wCYr080 .container-fluid,
  .cid-uF5wCYr080 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wCYr080 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wCYr080 .mbr-section-btn,
.cid-uF5wCYr080 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wCYr080 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCYr080 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCYr080 .mbr-text,
.cid-uF5wCYr080 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wCYr080 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wCYr080 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wCZaOMe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5wCZaOMe .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wCZaOMe .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5wCZaOMe .panel-group {
  border: none;
}
.cid-uF5wCZaOMe .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wCZaOMe .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5wCZaOMe .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5wCZaOMe .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wCZaOMe .content {
  margin: 5rem auto;
}
.cid-uF5wCZaOMe .img-col {
  padding: 0;
}
.cid-uF5wCZaOMe .img-item {
  height: 100%;
}
.cid-uF5wCZaOMe img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wCZaOMe .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5wCZaOMe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5wCZaOMe p {
  margin-bottom: 0.3rem;
}
.cid-uF5wCZaOMe .panel-title-edit {
  color: #1b1818;
}
.cid-uF5wCZaOMe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5wCZaOMe .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wCZaOMe .card {
    padding: 1rem;
  }
}
.cid-uF5wCZaOMe .panel-text {
  color: #1b1818;
}
.cid-uF5wCZaOMe H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5wCZaOMe H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wCZSOmP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wCZSOmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wCZSOmP .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-uF5wCZSOmP .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wCZSOmP P {
  max-width: 1200px;
}
.cid-uF5wCZSOmP .mbr-section-btn,
.cid-uF5wCZSOmP .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wCZSOmP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wCZSOmP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wCZSOmP .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wCZSOmP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wCZSOmP .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wCZSOmP .mbr-text,
.cid-uF5wCZSOmP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wCZSOmP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wD1dfws {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wD1dfws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wD1dfws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wD1dfws img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wD1dfws img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5wD1dfws .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5wD1dfws .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5wD1dfws .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5wD1dfws .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5wD1dfws .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5wD1dfws a {
  font-weight: bold;
}
.cid-uF5wD1dfws .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5wD1dfws .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5wD1dfws .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wD1dfws .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wD1dfws .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wD1dfws .container-fluid,
.cid-uF5wD1dfws .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wD1dfws .container-fluid,
  .cid-uF5wD1dfws .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wD1dfws .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5wD1dfws .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wD1dfws .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wD1dfws .mbr-text,
.cid-uF5wD1dfws .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wD1dfws .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wD1dfws .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wD1dfws .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5wD1dfws .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5wD1dfws .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5wD1dfws .mbr-link {
  color: #ff9945;
}
.cid-uF5wD25KEq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5wD25KEq .mbr-text {
  color: #ffffff;
}
.cid-uF5wOgr7CU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5wOgr7CU .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wOgr7CU .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5wOgr7CU .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5wOgr7CU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5wOgr7CU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5wOgr7CU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5wOgr7CU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5wOgr7CU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5wOgr7CU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wOgr7CU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5wOgr7CU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5wOgr7CU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5wOgr7CU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wOgr7CU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5wOgr7CU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5wOgr7CU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5wOgr7CU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5wOgr7CU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wOgr7CU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5wOgr7CU .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5wOgr7CU .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wOgr7CU .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5wOgr7CU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .nav-item:focus,
.cid-uF5wOgr7CU .nav-link:focus {
  outline: none;
}
.cid-uF5wOgr7CU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5wOgr7CU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5wOgr7CU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5wOgr7CU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5wOgr7CU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5wOgr7CU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5wOgr7CU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5wOgr7CU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5wOgr7CU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5wOgr7CU .navbar.collapsed {
  justify-content: center;
}
.cid-uF5wOgr7CU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5wOgr7CU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5wOgr7CU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5wOgr7CU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5wOgr7CU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5wOgr7CU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5wOgr7CU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wOgr7CU .navbar {
    min-height: 72px;
  }
  .cid-uF5wOgr7CU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5wOgr7CU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5wOgr7CU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5wOgr7CU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5wOgr7CU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5wOgr7CU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5wOgr7CU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5wOgr7CU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wOgr7CU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5wOgr7CU .dropdown-item.active,
.cid-uF5wOgr7CU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5wOgr7CU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5wOgr7CU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5wOgr7CU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5wOgr7CU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5wOgr7CU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5wOgr7CU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5wOgr7CU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5wOgr7CU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5wOgr7CU .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5wOgr7CU button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5wOgr7CU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5wOgr7CU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5wOgr7CU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wOgr7CU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wOgr7CU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5wOgr7CU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wOgr7CU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5wOgr7CU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5wOgr7CU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wOgr7CU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5wOgr7CU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5wOgr7CU .navbar {
    height: 70px;
  }
  .cid-uF5wOgr7CU .navbar.opened {
    height: auto;
  }
  .cid-uF5wOgr7CU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5wOgr7CU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5wOgr7CU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5wOgr7CU .container-fluid {
  background: transparent !important;
}
.cid-uF5wOgr7CU .navbar-brand {
  margin-right: auto;
}
.cid-uF5wOgr7CU .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5wOgr7CU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wOgr7CU .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5wOgr7CU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5wOgr7CU .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wOgr7CU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5wOgr7CU .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5wOgr7CU .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5wOgr7CU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5wOgr7CU .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-uF5wOgr7CU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5wOgr7CU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wOgY2vf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wOgY2vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOgY2vf .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-uF5wOgY2vf .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wOgY2vf .mbr-section-btn,
.cid-uF5wOgY2vf .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wOgY2vf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOgY2vf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wOgY2vf .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wOgY2vf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wOgY2vf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOgY2vf .mbr-text,
.cid-uF5wOgY2vf .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wOgY2vf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOhjxDT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5wOhjxDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOhjxDT .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-uF5wOhjxDT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOhjxDT .row {
  flex-direction: row-reverse;
}
.cid-uF5wOhjxDT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wOhjxDT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wOhjxDT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wOhjxDT .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOhjxDT .mbr-text,
.cid-uF5wOhjxDT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOhIdSO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wOhIdSO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wOhIdSO .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5wOhIdSO .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5wOhIdSO .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5wOhIdSO .row {
    padding-top: 200px;
  }
}
.cid-uF5wOhIdSO .mbr-section-btn,
.cid-uF5wOhIdSO .btn {
  width: 100%;
}
.cid-uF5wOhIdSO .card-title,
.cid-uF5wOhIdSO .card-title2,
.cid-uF5wOhIdSO .card-text {
  width: 100%;
}
.cid-uF5wOhIdSO .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5wOhIdSO .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5wOhIdSO p {
  line-height: 1.6;
}
.cid-uF5wOhIdSO .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5wOhIdSO .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wOhIdSO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5wOhIdSO .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOhIdSO .mbr-text,
.cid-uF5wOhIdSO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOhIdSO .item-subtitle {
  color: #000000;
}
.cid-uF5wOhIdSO .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wOhIdSO .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wOhIdSO .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOhIdSO .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5wOhIdSO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOiGAst {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wOiGAst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOiGAst .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-uF5wOiGAst .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOiGAst .row {
  flex-direction: row-reverse;
}
.cid-uF5wOiGAst .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wOiGAst .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wOiGAst .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wOiGAst .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOiGAst .mbr-text,
.cid-uF5wOiGAst .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOje2n5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5wOje2n5 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5wOje2n5 img {
    height: 350px;
  }
}
.cid-uF5wOje2n5 .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5wOje2n5 .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5wOje2n5 .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5wOje2n5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wOje2n5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOje2n5 .item-title {
  color: #ffffff;
}
.cid-uF5wOje2n5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOje2n5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDwqAsWM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJDwqAsWM img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDwqAsWM img {
    height: 350px;
  }
}
.cid-uFJDwqAsWM .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDwqAsWM .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDwqAsWM .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDwqAsWM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDwqAsWM .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDwqAsWM .item-title {
  color: #ffffff;
}
.cid-uFJDwqAsWM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDwqAsWM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOjSWpk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5wOjSWpk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5wOjSWpk .img-item,
.cid-uF5wOjSWpk img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wOjSWpk .img-col {
  padding: 0;
}
.cid-uF5wOjSWpk .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5wOjSWpk .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5wOjSWpk .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5wOjSWpk .row {
    flex-direction: column;
  }
}
.cid-uF5wOjSWpk .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5wOjSWpk .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5wOjSWpk .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wOjSWpk .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5wOjSWpk .form-control,
.cid-uF5wOjSWpk .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5wOjSWpk .form-control,
.cid-uF5wOjSWpk .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wOjSWpk .form-control::-webkit-input-placeholder,
.cid-uF5wOjSWpk .field-input::-webkit-input-placeholder,
.cid-uF5wOjSWpk .form-control::-webkit-input-placeholder,
.cid-uF5wOjSWpk .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wOjSWpk .form-control:-moz-placeholder,
.cid-uF5wOjSWpk .field-input:-moz-placeholder,
.cid-uF5wOjSWpk .form-control:-moz-placeholder,
.cid-uF5wOjSWpk .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wOjSWpk .form-control:hover,
.cid-uF5wOjSWpk .field-input:hover,
.cid-uF5wOjSWpk .form-control:focus,
.cid-uF5wOjSWpk .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5wOjSWpk .form-control:hover::-webkit-input-placeholder,
.cid-uF5wOjSWpk .field-input:hover::-webkit-input-placeholder,
.cid-uF5wOjSWpk .form-control:focus::-webkit-input-placeholder,
.cid-uF5wOjSWpk .field-input:focus::-webkit-input-placeholder,
.cid-uF5wOjSWpk .form-control:hover::-webkit-input-placeholder,
.cid-uF5wOjSWpk .field-input:hover::-webkit-input-placeholder,
.cid-uF5wOjSWpk .form-control:focus::-webkit-input-placeholder,
.cid-uF5wOjSWpk .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wOjSWpk .form-control:hover:-moz-placeholder,
.cid-uF5wOjSWpk .field-input:hover:-moz-placeholder,
.cid-uF5wOjSWpk .form-control:focus:-moz-placeholder,
.cid-uF5wOjSWpk .field-input:focus:-moz-placeholder,
.cid-uF5wOjSWpk .form-control:hover:-moz-placeholder,
.cid-uF5wOjSWpk .field-input:hover:-moz-placeholder,
.cid-uF5wOjSWpk .form-control:focus:-moz-placeholder,
.cid-uF5wOjSWpk .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wOjSWpk .jq-number__spin:hover,
.cid-uF5wOjSWpk .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5wOjSWpk .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wOjSWpk .jq-selectbox li,
.cid-uF5wOjSWpk .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5wOjSWpk .jq-selectbox li:hover,
.cid-uF5wOjSWpk .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5wOjSWpk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5wOjSWpk .jq-number__spin.minus:hover:after,
.cid-uF5wOjSWpk .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wOjSWpk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5wOjSWpk .jq-number__spin.minus:after,
.cid-uF5wOjSWpk .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wOjSWpk input::-webkit-clear-button {
  display: none;
}
.cid-uF5wOjSWpk input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5wOjSWpk input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5wOjSWpk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5wOjSWpk H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOjSWpk H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wOjSWpk .mbr-text,
.cid-uF5wOjSWpk .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wOkmk57 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wOkmk57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOkmk57 .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-uF5wOkmk57 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOkmk57 .row {
  flex-direction: row-reverse;
}
.cid-uF5wOkmk57 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wOkmk57 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wOkmk57 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wOkmk57 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOkmk57 .mbr-text,
.cid-uF5wOkmk57 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOkPuRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5wOkPuRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOkPuRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5wOkPuRK .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5wOkPuRK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5wOkPuRK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5wOkPuRK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5wOkPuRK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5wOkPuRK .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOkPuRK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOlth4n {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wOlth4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOlth4n .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-uF5wOlth4n .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wOlth4n .mbr-section-btn,
.cid-uF5wOlth4n .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wOlth4n .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5wOlth4n .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wOlth4n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wOlth4n .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wOlth4n .mbr-text,
.cid-uF5wOlth4n .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wOlth4n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wOlth4n .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wOlYapY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wOlYapY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOlYapY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wOlYapY a {
  font-weight: bold;
}
.cid-uF5wOlYapY .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wOlYapY .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wOlYapY .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wOlYapY .container-fluid,
.cid-uF5wOlYapY .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wOlYapY .container-fluid,
  .cid-uF5wOlYapY .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wOlYapY .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wOlYapY .mbr-section-btn,
.cid-uF5wOlYapY .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wOlYapY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOlYapY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOlYapY .mbr-text,
.cid-uF5wOlYapY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wOlYapY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wOlYapY .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wOmuBWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5wOmuBWX .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wOmuBWX .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5wOmuBWX .panel-group {
  border: none;
}
.cid-uF5wOmuBWX .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wOmuBWX .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5wOmuBWX .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5wOmuBWX .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wOmuBWX .content {
  margin: 5rem auto;
}
.cid-uF5wOmuBWX .img-col {
  padding: 0;
}
.cid-uF5wOmuBWX .img-item {
  height: 100%;
}
.cid-uF5wOmuBWX img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wOmuBWX .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5wOmuBWX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5wOmuBWX p {
  margin-bottom: 0.3rem;
}
.cid-uF5wOmuBWX .panel-title-edit {
  color: #1b1818;
}
.cid-uF5wOmuBWX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5wOmuBWX .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wOmuBWX .card {
    padding: 1rem;
  }
}
.cid-uF5wOmuBWX .panel-text {
  color: #1b1818;
}
.cid-uF5wOmuBWX H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5wOmuBWX H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wOnvxOk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wOnvxOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOnvxOk .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-uF5wOnvxOk .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wOnvxOk P {
  max-width: 1200px;
}
.cid-uF5wOnvxOk .mbr-section-btn,
.cid-uF5wOnvxOk .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wOnvxOk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOnvxOk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wOnvxOk .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wOnvxOk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wOnvxOk .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wOnvxOk .mbr-text,
.cid-uF5wOnvxOk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wOnvxOk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wOoCSqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wOoCSqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wOoCSqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wOoCSqb img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wOoCSqb img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5wOoCSqb .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5wOoCSqb .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5wOoCSqb .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5wOoCSqb .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5wOoCSqb .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5wOoCSqb a {
  font-weight: bold;
}
.cid-uF5wOoCSqb .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5wOoCSqb .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5wOoCSqb .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wOoCSqb .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wOoCSqb .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wOoCSqb .container-fluid,
.cid-uF5wOoCSqb .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wOoCSqb .container-fluid,
  .cid-uF5wOoCSqb .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wOoCSqb .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5wOoCSqb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wOoCSqb .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wOoCSqb .mbr-text,
.cid-uF5wOoCSqb .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wOoCSqb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wOoCSqb .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wOoCSqb .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5wOoCSqb .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5wOoCSqb .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5wOoCSqb .mbr-link {
  color: #ff9945;
}
.cid-uF5wOpg8nP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5wOpg8nP .mbr-text {
  color: #ffffff;
}
.cid-uF5wR290yq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5wR290yq .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-uF5wR290yq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5wR290yq .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wR290yq .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5wR290yq .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5wR290yq .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-uF5wR290yq .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5wR290yq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5wR290yq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5wR290yq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5wR290yq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5wR290yq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5wR290yq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wR290yq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5wR290yq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5wR290yq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5wR290yq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wR290yq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5wR290yq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5wR290yq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5wR290yq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5wR290yq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wR290yq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5wR290yq .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5wR290yq .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wR290yq .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5wR290yq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5wR290yq .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-uF5wR290yq .nav-item:focus,
.cid-uF5wR290yq .nav-link:focus {
  outline: none;
}
.cid-uF5wR290yq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5wR290yq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5wR290yq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5wR290yq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5wR290yq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5wR290yq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5wR290yq .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-uF5wR290yq .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5wR290yq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5wR290yq .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5wR290yq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5wR290yq .navbar.collapsed {
  justify-content: center;
}
.cid-uF5wR290yq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5wR290yq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5wR290yq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5wR290yq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5wR290yq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5wR290yq .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-uF5wR290yq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5wR290yq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5wR290yq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wR290yq .navbar {
    min-height: 72px;
  }
  .cid-uF5wR290yq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5wR290yq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5wR290yq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5wR290yq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5wR290yq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5wR290yq .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-uF5wR290yq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5wR290yq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5wR290yq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5wR290yq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wR290yq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5wR290yq .dropdown-item.active,
.cid-uF5wR290yq .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5wR290yq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5wR290yq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5wR290yq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5wR290yq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5wR290yq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5wR290yq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5wR290yq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5wR290yq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5wR290yq .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5wR290yq button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5wR290yq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5wR290yq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5wR290yq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wR290yq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wR290yq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5wR290yq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wR290yq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5wR290yq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5wR290yq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wR290yq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5wR290yq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5wR290yq .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-uF5wR290yq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5wR290yq .navbar {
    height: 70px;
  }
  .cid-uF5wR290yq .navbar.opened {
    height: auto;
  }
  .cid-uF5wR290yq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wR290yq .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-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5wR290yq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5wR290yq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5wR290yq .container-fluid {
  background: transparent !important;
}
.cid-uF5wR290yq .navbar-brand {
  margin-right: auto;
}
.cid-uF5wR290yq .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5wR290yq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wR290yq .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5wR290yq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wR290yq .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-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5wR290yq .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wR290yq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5wR290yq .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5wR290yq .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5wR290yq .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-uF5wR290yq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5wR290yq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5wR290yq .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-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5wR290yq .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-uF5wR290yq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5wR290yq .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-uF5wR290yq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5wR290yq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wR2JQRX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wR2JQRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR2JQRX .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-uF5wR2JQRX .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wR2JQRX .mbr-section-btn,
.cid-uF5wR2JQRX .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wR2JQRX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR2JQRX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wR2JQRX .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wR2JQRX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wR2JQRX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR2JQRX .mbr-text,
.cid-uF5wR2JQRX .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wR2JQRX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR35a9e {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5wR35a9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR35a9e .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-uF5wR35a9e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR35a9e .row {
  flex-direction: row-reverse;
}
.cid-uF5wR35a9e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wR35a9e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wR35a9e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wR35a9e .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR35a9e .mbr-text,
.cid-uF5wR35a9e .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR3rulW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wR3rulW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wR3rulW .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5wR3rulW .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5wR3rulW .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5wR3rulW .row {
    padding-top: 200px;
  }
}
.cid-uF5wR3rulW .mbr-section-btn,
.cid-uF5wR3rulW .btn {
  width: 100%;
}
.cid-uF5wR3rulW .card-title,
.cid-uF5wR3rulW .card-title2,
.cid-uF5wR3rulW .card-text {
  width: 100%;
}
.cid-uF5wR3rulW .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5wR3rulW .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5wR3rulW p {
  line-height: 1.6;
}
.cid-uF5wR3rulW .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5wR3rulW .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wR3rulW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5wR3rulW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR3rulW .mbr-text,
.cid-uF5wR3rulW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR3rulW .item-subtitle {
  color: #000000;
}
.cid-uF5wR3rulW .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wR3rulW .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wR3rulW .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR3rulW .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5wR3rulW .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR43TeK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wR43TeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR43TeK .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-uF5wR43TeK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR43TeK .row {
  flex-direction: row-reverse;
}
.cid-uF5wR43TeK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wR43TeK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wR43TeK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wR43TeK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR43TeK .mbr-text,
.cid-uF5wR43TeK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR4vAG1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5wR4vAG1 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5wR4vAG1 img {
    height: 350px;
  }
}
.cid-uF5wR4vAG1 .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5wR4vAG1 .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5wR4vAG1 .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5wR4vAG1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wR4vAG1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR4vAG1 .item-title {
  color: #ffffff;
}
.cid-uF5wR4vAG1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR4vAG1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDAbP2fR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJDAbP2fR img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDAbP2fR img {
    height: 350px;
  }
}
.cid-uFJDAbP2fR .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDAbP2fR .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDAbP2fR .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDAbP2fR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDAbP2fR .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDAbP2fR .item-title {
  color: #ffffff;
}
.cid-uFJDAbP2fR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDAbP2fR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR5aega {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5wR5aega .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5wR5aega .img-item,
.cid-uF5wR5aega img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wR5aega .img-col {
  padding: 0;
}
.cid-uF5wR5aega .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5wR5aega .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5wR5aega .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5wR5aega .row {
    flex-direction: column;
  }
}
.cid-uF5wR5aega .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5wR5aega .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5wR5aega .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wR5aega .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5wR5aega .form-control,
.cid-uF5wR5aega .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5wR5aega .form-control,
.cid-uF5wR5aega .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wR5aega .form-control::-webkit-input-placeholder,
.cid-uF5wR5aega .field-input::-webkit-input-placeholder,
.cid-uF5wR5aega .form-control::-webkit-input-placeholder,
.cid-uF5wR5aega .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wR5aega .form-control:-moz-placeholder,
.cid-uF5wR5aega .field-input:-moz-placeholder,
.cid-uF5wR5aega .form-control:-moz-placeholder,
.cid-uF5wR5aega .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wR5aega .form-control:hover,
.cid-uF5wR5aega .field-input:hover,
.cid-uF5wR5aega .form-control:focus,
.cid-uF5wR5aega .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5wR5aega .form-control:hover::-webkit-input-placeholder,
.cid-uF5wR5aega .field-input:hover::-webkit-input-placeholder,
.cid-uF5wR5aega .form-control:focus::-webkit-input-placeholder,
.cid-uF5wR5aega .field-input:focus::-webkit-input-placeholder,
.cid-uF5wR5aega .form-control:hover::-webkit-input-placeholder,
.cid-uF5wR5aega .field-input:hover::-webkit-input-placeholder,
.cid-uF5wR5aega .form-control:focus::-webkit-input-placeholder,
.cid-uF5wR5aega .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wR5aega .form-control:hover:-moz-placeholder,
.cid-uF5wR5aega .field-input:hover:-moz-placeholder,
.cid-uF5wR5aega .form-control:focus:-moz-placeholder,
.cid-uF5wR5aega .field-input:focus:-moz-placeholder,
.cid-uF5wR5aega .form-control:hover:-moz-placeholder,
.cid-uF5wR5aega .field-input:hover:-moz-placeholder,
.cid-uF5wR5aega .form-control:focus:-moz-placeholder,
.cid-uF5wR5aega .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wR5aega .jq-number__spin:hover,
.cid-uF5wR5aega .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5wR5aega .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wR5aega .jq-selectbox li,
.cid-uF5wR5aega .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5wR5aega .jq-selectbox li:hover,
.cid-uF5wR5aega .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5wR5aega .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5wR5aega .jq-number__spin.minus:hover:after,
.cid-uF5wR5aega .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wR5aega .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5wR5aega .jq-number__spin.minus:after,
.cid-uF5wR5aega .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wR5aega input::-webkit-clear-button {
  display: none;
}
.cid-uF5wR5aega input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5wR5aega input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5wR5aega input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5wR5aega H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR5aega H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wR5aega .mbr-text,
.cid-uF5wR5aega .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wR5FrGD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wR5FrGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR5FrGD .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-uF5wR5FrGD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR5FrGD .row {
  flex-direction: row-reverse;
}
.cid-uF5wR5FrGD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wR5FrGD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wR5FrGD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wR5FrGD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR5FrGD .mbr-text,
.cid-uF5wR5FrGD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR6aiSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5wR6aiSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR6aiSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5wR6aiSr .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5wR6aiSr .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5wR6aiSr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5wR6aiSr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5wR6aiSr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5wR6aiSr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR6aiSr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR6LkJh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wR6LkJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR6LkJh .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-uF5wR6LkJh .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wR6LkJh .mbr-section-btn,
.cid-uF5wR6LkJh .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wR6LkJh .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5wR6LkJh .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wR6LkJh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wR6LkJh .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wR6LkJh .mbr-text,
.cid-uF5wR6LkJh .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wR6LkJh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wR6LkJh .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wR7imr8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wR7imr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR7imr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wR7imr8 a {
  font-weight: bold;
}
.cid-uF5wR7imr8 .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wR7imr8 .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wR7imr8 .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wR7imr8 .container-fluid,
.cid-uF5wR7imr8 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wR7imr8 .container-fluid,
  .cid-uF5wR7imr8 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wR7imr8 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wR7imr8 .mbr-section-btn,
.cid-uF5wR7imr8 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wR7imr8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR7imr8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR7imr8 .mbr-text,
.cid-uF5wR7imr8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wR7imr8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wR7imr8 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wR7QMf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5wR7QMf5 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wR7QMf5 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5wR7QMf5 .panel-group {
  border: none;
}
.cid-uF5wR7QMf5 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wR7QMf5 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5wR7QMf5 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5wR7QMf5 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wR7QMf5 .content {
  margin: 5rem auto;
}
.cid-uF5wR7QMf5 .img-col {
  padding: 0;
}
.cid-uF5wR7QMf5 .img-item {
  height: 100%;
}
.cid-uF5wR7QMf5 img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wR7QMf5 .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5wR7QMf5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5wR7QMf5 p {
  margin-bottom: 0.3rem;
}
.cid-uF5wR7QMf5 .panel-title-edit {
  color: #1b1818;
}
.cid-uF5wR7QMf5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5wR7QMf5 .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wR7QMf5 .card {
    padding: 1rem;
  }
}
.cid-uF5wR7QMf5 .panel-text {
  color: #1b1818;
}
.cid-uF5wR7QMf5 H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5wR7QMf5 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wR8y4yq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wR8y4yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR8y4yq .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-uF5wR8y4yq .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wR8y4yq P {
  max-width: 1200px;
}
.cid-uF5wR8y4yq .mbr-section-btn,
.cid-uF5wR8y4yq .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wR8y4yq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR8y4yq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wR8y4yq .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wR8y4yq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wR8y4yq .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wR8y4yq .mbr-text,
.cid-uF5wR8y4yq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wR8y4yq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wR9KfHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wR9KfHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wR9KfHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wR9KfHu img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wR9KfHu img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5wR9KfHu .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5wR9KfHu .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5wR9KfHu .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5wR9KfHu .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5wR9KfHu .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5wR9KfHu a {
  font-weight: bold;
}
.cid-uF5wR9KfHu .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5wR9KfHu .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5wR9KfHu .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wR9KfHu .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wR9KfHu .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wR9KfHu .container-fluid,
.cid-uF5wR9KfHu .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wR9KfHu .container-fluid,
  .cid-uF5wR9KfHu .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wR9KfHu .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5wR9KfHu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wR9KfHu .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wR9KfHu .mbr-text,
.cid-uF5wR9KfHu .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wR9KfHu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wR9KfHu .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wR9KfHu .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5wR9KfHu .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5wR9KfHu .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5wR9KfHu .mbr-link {
  color: #ff9945;
}
.cid-uF5wRaq7JO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5wRaq7JO .mbr-text {
  color: #ffffff;
}
.cid-uF5wTrfXq2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5wTrfXq2 .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wTrfXq2 .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5wTrfXq2 .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5wTrfXq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5wTrfXq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5wTrfXq2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5wTrfXq2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5wTrfXq2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5wTrfXq2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wTrfXq2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5wTrfXq2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5wTrfXq2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5wTrfXq2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wTrfXq2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5wTrfXq2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5wTrfXq2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5wTrfXq2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5wTrfXq2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wTrfXq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5wTrfXq2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5wTrfXq2 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wTrfXq2 .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5wTrfXq2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .nav-item:focus,
.cid-uF5wTrfXq2 .nav-link:focus {
  outline: none;
}
.cid-uF5wTrfXq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5wTrfXq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5wTrfXq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5wTrfXq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5wTrfXq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5wTrfXq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5wTrfXq2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5wTrfXq2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5wTrfXq2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5wTrfXq2 .navbar.collapsed {
  justify-content: center;
}
.cid-uF5wTrfXq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5wTrfXq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5wTrfXq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5wTrfXq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5wTrfXq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5wTrfXq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5wTrfXq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wTrfXq2 .navbar {
    min-height: 72px;
  }
  .cid-uF5wTrfXq2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5wTrfXq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5wTrfXq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5wTrfXq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5wTrfXq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5wTrfXq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5wTrfXq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5wTrfXq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wTrfXq2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5wTrfXq2 .dropdown-item.active,
.cid-uF5wTrfXq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5wTrfXq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5wTrfXq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5wTrfXq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5wTrfXq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5wTrfXq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5wTrfXq2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5wTrfXq2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5wTrfXq2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5wTrfXq2 .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5wTrfXq2 button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5wTrfXq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5wTrfXq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5wTrfXq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wTrfXq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wTrfXq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5wTrfXq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wTrfXq2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5wTrfXq2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5wTrfXq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wTrfXq2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5wTrfXq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5wTrfXq2 .navbar {
    height: 70px;
  }
  .cid-uF5wTrfXq2 .navbar.opened {
    height: auto;
  }
  .cid-uF5wTrfXq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5wTrfXq2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5wTrfXq2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5wTrfXq2 .container-fluid {
  background: transparent !important;
}
.cid-uF5wTrfXq2 .navbar-brand {
  margin-right: auto;
}
.cid-uF5wTrfXq2 .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5wTrfXq2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wTrfXq2 .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5wTrfXq2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5wTrfXq2 .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wTrfXq2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5wTrfXq2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5wTrfXq2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5wTrfXq2 .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-uF5wTrfXq2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5wTrfXq2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wTrPyLI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wTrPyLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTrPyLI .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-uF5wTrPyLI .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wTrPyLI .mbr-section-btn,
.cid-uF5wTrPyLI .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wTrPyLI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTrPyLI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wTrPyLI .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wTrPyLI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wTrPyLI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTrPyLI .mbr-text,
.cid-uF5wTrPyLI .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wTrPyLI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTseMwv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5wTseMwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTseMwv .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-uF5wTseMwv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTseMwv .row {
  flex-direction: row-reverse;
}
.cid-uF5wTseMwv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wTseMwv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wTseMwv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wTseMwv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTseMwv .mbr-text,
.cid-uF5wTseMwv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTsDwrD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wTsDwrD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wTsDwrD .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5wTsDwrD .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5wTsDwrD .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5wTsDwrD .row {
    padding-top: 200px;
  }
}
.cid-uF5wTsDwrD .mbr-section-btn,
.cid-uF5wTsDwrD .btn {
  width: 100%;
}
.cid-uF5wTsDwrD .card-title,
.cid-uF5wTsDwrD .card-title2,
.cid-uF5wTsDwrD .card-text {
  width: 100%;
}
.cid-uF5wTsDwrD .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5wTsDwrD .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5wTsDwrD p {
  line-height: 1.6;
}
.cid-uF5wTsDwrD .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5wTsDwrD .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wTsDwrD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5wTsDwrD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTsDwrD .mbr-text,
.cid-uF5wTsDwrD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTsDwrD .item-subtitle {
  color: #000000;
}
.cid-uF5wTsDwrD .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wTsDwrD .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wTsDwrD .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTsDwrD .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5wTsDwrD .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTtdrRO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wTtdrRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTtdrRO .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-uF5wTtdrRO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTtdrRO .row {
  flex-direction: row-reverse;
}
.cid-uF5wTtdrRO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wTtdrRO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wTtdrRO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wTtdrRO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTtdrRO .mbr-text,
.cid-uF5wTtdrRO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTtK5Fo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5wTtK5Fo img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5wTtK5Fo img {
    height: 350px;
  }
}
.cid-uF5wTtK5Fo .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5wTtK5Fo .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5wTtK5Fo .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5wTtK5Fo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wTtK5Fo .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTtK5Fo .item-title {
  color: #ffffff;
}
.cid-uF5wTtK5Fo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTtK5Fo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDCO4RgR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJDCO4RgR img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDCO4RgR img {
    height: 350px;
  }
}
.cid-uFJDCO4RgR .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDCO4RgR .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDCO4RgR .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDCO4RgR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDCO4RgR .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDCO4RgR .item-title {
  color: #ffffff;
}
.cid-uFJDCO4RgR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDCO4RgR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTumPoa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5wTumPoa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5wTumPoa .img-item,
.cid-uF5wTumPoa img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wTumPoa .img-col {
  padding: 0;
}
.cid-uF5wTumPoa .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5wTumPoa .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5wTumPoa .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5wTumPoa .row {
    flex-direction: column;
  }
}
.cid-uF5wTumPoa .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5wTumPoa .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5wTumPoa .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wTumPoa .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5wTumPoa .form-control,
.cid-uF5wTumPoa .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5wTumPoa .form-control,
.cid-uF5wTumPoa .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wTumPoa .form-control::-webkit-input-placeholder,
.cid-uF5wTumPoa .field-input::-webkit-input-placeholder,
.cid-uF5wTumPoa .form-control::-webkit-input-placeholder,
.cid-uF5wTumPoa .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wTumPoa .form-control:-moz-placeholder,
.cid-uF5wTumPoa .field-input:-moz-placeholder,
.cid-uF5wTumPoa .form-control:-moz-placeholder,
.cid-uF5wTumPoa .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wTumPoa .form-control:hover,
.cid-uF5wTumPoa .field-input:hover,
.cid-uF5wTumPoa .form-control:focus,
.cid-uF5wTumPoa .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5wTumPoa .form-control:hover::-webkit-input-placeholder,
.cid-uF5wTumPoa .field-input:hover::-webkit-input-placeholder,
.cid-uF5wTumPoa .form-control:focus::-webkit-input-placeholder,
.cid-uF5wTumPoa .field-input:focus::-webkit-input-placeholder,
.cid-uF5wTumPoa .form-control:hover::-webkit-input-placeholder,
.cid-uF5wTumPoa .field-input:hover::-webkit-input-placeholder,
.cid-uF5wTumPoa .form-control:focus::-webkit-input-placeholder,
.cid-uF5wTumPoa .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wTumPoa .form-control:hover:-moz-placeholder,
.cid-uF5wTumPoa .field-input:hover:-moz-placeholder,
.cid-uF5wTumPoa .form-control:focus:-moz-placeholder,
.cid-uF5wTumPoa .field-input:focus:-moz-placeholder,
.cid-uF5wTumPoa .form-control:hover:-moz-placeholder,
.cid-uF5wTumPoa .field-input:hover:-moz-placeholder,
.cid-uF5wTumPoa .form-control:focus:-moz-placeholder,
.cid-uF5wTumPoa .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wTumPoa .jq-number__spin:hover,
.cid-uF5wTumPoa .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5wTumPoa .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wTumPoa .jq-selectbox li,
.cid-uF5wTumPoa .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5wTumPoa .jq-selectbox li:hover,
.cid-uF5wTumPoa .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5wTumPoa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5wTumPoa .jq-number__spin.minus:hover:after,
.cid-uF5wTumPoa .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wTumPoa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5wTumPoa .jq-number__spin.minus:after,
.cid-uF5wTumPoa .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wTumPoa input::-webkit-clear-button {
  display: none;
}
.cid-uF5wTumPoa input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5wTumPoa input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5wTumPoa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5wTumPoa H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTumPoa H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wTumPoa .mbr-text,
.cid-uF5wTumPoa .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wTuVljE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wTuVljE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTuVljE .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-uF5wTuVljE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTuVljE .row {
  flex-direction: row-reverse;
}
.cid-uF5wTuVljE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wTuVljE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wTuVljE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wTuVljE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTuVljE .mbr-text,
.cid-uF5wTuVljE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTvqUmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5wTvqUmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTvqUmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5wTvqUmu .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5wTvqUmu .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5wTvqUmu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5wTvqUmu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5wTvqUmu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5wTvqUmu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTvqUmu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTvXcv3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wTvXcv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTvXcv3 .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-uF5wTvXcv3 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wTvXcv3 .mbr-section-btn,
.cid-uF5wTvXcv3 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wTvXcv3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5wTvXcv3 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wTvXcv3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wTvXcv3 .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wTvXcv3 .mbr-text,
.cid-uF5wTvXcv3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wTvXcv3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wTvXcv3 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wTwu5It {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wTwu5It .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTwu5It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wTwu5It a {
  font-weight: bold;
}
.cid-uF5wTwu5It .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wTwu5It .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wTwu5It .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wTwu5It .container-fluid,
.cid-uF5wTwu5It .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wTwu5It .container-fluid,
  .cid-uF5wTwu5It .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wTwu5It .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wTwu5It .mbr-section-btn,
.cid-uF5wTwu5It .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wTwu5It .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTwu5It .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTwu5It .mbr-text,
.cid-uF5wTwu5It .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wTwu5It .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wTwu5It .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wTx2uyw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5wTx2uyw .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wTx2uyw .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5wTx2uyw .panel-group {
  border: none;
}
.cid-uF5wTx2uyw .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wTx2uyw .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5wTx2uyw .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5wTx2uyw .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wTx2uyw .content {
  margin: 5rem auto;
}
.cid-uF5wTx2uyw .img-col {
  padding: 0;
}
.cid-uF5wTx2uyw .img-item {
  height: 100%;
}
.cid-uF5wTx2uyw img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wTx2uyw .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5wTx2uyw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5wTx2uyw p {
  margin-bottom: 0.3rem;
}
.cid-uF5wTx2uyw .panel-title-edit {
  color: #1b1818;
}
.cid-uF5wTx2uyw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5wTx2uyw .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wTx2uyw .card {
    padding: 1rem;
  }
}
.cid-uF5wTx2uyw .panel-text {
  color: #1b1818;
}
.cid-uF5wTx2uyw H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5wTx2uyw H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wTxHDes {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wTxHDes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTxHDes .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-uF5wTxHDes .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wTxHDes P {
  max-width: 1200px;
}
.cid-uF5wTxHDes .mbr-section-btn,
.cid-uF5wTxHDes .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wTxHDes .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTxHDes .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wTxHDes .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wTxHDes .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wTxHDes .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wTxHDes .mbr-text,
.cid-uF5wTxHDes .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wTxHDes .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wTyRS15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wTyRS15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wTyRS15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wTyRS15 img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wTyRS15 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5wTyRS15 .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5wTyRS15 .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5wTyRS15 .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5wTyRS15 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5wTyRS15 .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5wTyRS15 a {
  font-weight: bold;
}
.cid-uF5wTyRS15 .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5wTyRS15 .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5wTyRS15 .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wTyRS15 .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wTyRS15 .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wTyRS15 .container-fluid,
.cid-uF5wTyRS15 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wTyRS15 .container-fluid,
  .cid-uF5wTyRS15 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wTyRS15 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5wTyRS15 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wTyRS15 .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wTyRS15 .mbr-text,
.cid-uF5wTyRS15 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wTyRS15 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wTyRS15 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wTyRS15 .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5wTyRS15 .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5wTyRS15 .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5wTyRS15 .mbr-link {
  color: #ff9945;
}
.cid-uF5wTzxUlc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5wTzxUlc .mbr-text {
  color: #ffffff;
}
.cid-uF5wYw1LwU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5wYw1LwU .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wYw1LwU .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5wYw1LwU .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5wYw1LwU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5wYw1LwU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5wYw1LwU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5wYw1LwU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5wYw1LwU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5wYw1LwU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wYw1LwU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5wYw1LwU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5wYw1LwU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5wYw1LwU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wYw1LwU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5wYw1LwU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5wYw1LwU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5wYw1LwU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5wYw1LwU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wYw1LwU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5wYw1LwU .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5wYw1LwU .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wYw1LwU .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5wYw1LwU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .nav-item:focus,
.cid-uF5wYw1LwU .nav-link:focus {
  outline: none;
}
.cid-uF5wYw1LwU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5wYw1LwU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5wYw1LwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5wYw1LwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5wYw1LwU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5wYw1LwU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5wYw1LwU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5wYw1LwU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5wYw1LwU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5wYw1LwU .navbar.collapsed {
  justify-content: center;
}
.cid-uF5wYw1LwU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5wYw1LwU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5wYw1LwU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5wYw1LwU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5wYw1LwU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5wYw1LwU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5wYw1LwU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wYw1LwU .navbar {
    min-height: 72px;
  }
  .cid-uF5wYw1LwU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5wYw1LwU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5wYw1LwU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5wYw1LwU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5wYw1LwU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5wYw1LwU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5wYw1LwU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5wYw1LwU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5wYw1LwU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5wYw1LwU .dropdown-item.active,
.cid-uF5wYw1LwU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5wYw1LwU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5wYw1LwU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5wYw1LwU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5wYw1LwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5wYw1LwU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5wYw1LwU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5wYw1LwU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5wYw1LwU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5wYw1LwU .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5wYw1LwU button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5wYw1LwU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5wYw1LwU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5wYw1LwU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wYw1LwU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5wYw1LwU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5wYw1LwU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wYw1LwU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5wYw1LwU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5wYw1LwU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5wYw1LwU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5wYw1LwU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5wYw1LwU .navbar {
    height: 70px;
  }
  .cid-uF5wYw1LwU .navbar.opened {
    height: auto;
  }
  .cid-uF5wYw1LwU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5wYw1LwU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5wYw1LwU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5wYw1LwU .container-fluid {
  background: transparent !important;
}
.cid-uF5wYw1LwU .navbar-brand {
  margin-right: auto;
}
.cid-uF5wYw1LwU .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5wYw1LwU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wYw1LwU .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5wYw1LwU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5wYw1LwU .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5wYw1LwU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5wYw1LwU .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5wYw1LwU .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5wYw1LwU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5wYw1LwU .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-uF5wYw1LwU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5wYw1LwU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5wYwEqvO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wYwEqvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYwEqvO .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-uF5wYwEqvO .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wYwEqvO .mbr-section-btn,
.cid-uF5wYwEqvO .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wYwEqvO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYwEqvO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wYwEqvO .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wYwEqvO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wYwEqvO .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYwEqvO .mbr-text,
.cid-uF5wYwEqvO .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wYwEqvO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYx70u6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5wYx70u6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYx70u6 .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-uF5wYx70u6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYx70u6 .row {
  flex-direction: row-reverse;
}
.cid-uF5wYx70u6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wYx70u6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wYx70u6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wYx70u6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYx70u6 .mbr-text,
.cid-uF5wYx70u6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYxBqH7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wYxBqH7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wYxBqH7 .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5wYxBqH7 .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5wYxBqH7 .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5wYxBqH7 .row {
    padding-top: 200px;
  }
}
.cid-uF5wYxBqH7 .mbr-section-btn,
.cid-uF5wYxBqH7 .btn {
  width: 100%;
}
.cid-uF5wYxBqH7 .card-title,
.cid-uF5wYxBqH7 .card-title2,
.cid-uF5wYxBqH7 .card-text {
  width: 100%;
}
.cid-uF5wYxBqH7 .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5wYxBqH7 .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5wYxBqH7 p {
  line-height: 1.6;
}
.cid-uF5wYxBqH7 .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5wYxBqH7 .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wYxBqH7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5wYxBqH7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYxBqH7 .mbr-text,
.cid-uF5wYxBqH7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYxBqH7 .item-subtitle {
  color: #000000;
}
.cid-uF5wYxBqH7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wYxBqH7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wYxBqH7 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYxBqH7 .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5wYxBqH7 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYyd6zG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wYyd6zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYyd6zG .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-uF5wYyd6zG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYyd6zG .row {
  flex-direction: row-reverse;
}
.cid-uF5wYyd6zG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wYyd6zG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wYyd6zG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wYyd6zG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYyd6zG .mbr-text,
.cid-uF5wYyd6zG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYyK5IB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5wYyK5IB img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5wYyK5IB img {
    height: 350px;
  }
}
.cid-uF5wYyK5IB .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5wYyK5IB .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5wYyK5IB .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5wYyK5IB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wYyK5IB .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYyK5IB .item-title {
  color: #ffffff;
}
.cid-uF5wYyK5IB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYyK5IB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDFlb6u7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJDFlb6u7 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDFlb6u7 img {
    height: 350px;
  }
}
.cid-uFJDFlb6u7 .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDFlb6u7 .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDFlb6u7 .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDFlb6u7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDFlb6u7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDFlb6u7 .item-title {
  color: #ffffff;
}
.cid-uFJDFlb6u7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDFlb6u7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYzl4fm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5wYzl4fm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5wYzl4fm .img-item,
.cid-uF5wYzl4fm img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wYzl4fm .img-col {
  padding: 0;
}
.cid-uF5wYzl4fm .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5wYzl4fm .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5wYzl4fm .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5wYzl4fm .row {
    flex-direction: column;
  }
}
.cid-uF5wYzl4fm .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5wYzl4fm .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5wYzl4fm .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wYzl4fm .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5wYzl4fm .form-control,
.cid-uF5wYzl4fm .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5wYzl4fm .form-control,
.cid-uF5wYzl4fm .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wYzl4fm .form-control::-webkit-input-placeholder,
.cid-uF5wYzl4fm .field-input::-webkit-input-placeholder,
.cid-uF5wYzl4fm .form-control::-webkit-input-placeholder,
.cid-uF5wYzl4fm .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wYzl4fm .form-control:-moz-placeholder,
.cid-uF5wYzl4fm .field-input:-moz-placeholder,
.cid-uF5wYzl4fm .form-control:-moz-placeholder,
.cid-uF5wYzl4fm .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wYzl4fm .form-control:hover,
.cid-uF5wYzl4fm .field-input:hover,
.cid-uF5wYzl4fm .form-control:focus,
.cid-uF5wYzl4fm .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5wYzl4fm .form-control:hover::-webkit-input-placeholder,
.cid-uF5wYzl4fm .field-input:hover::-webkit-input-placeholder,
.cid-uF5wYzl4fm .form-control:focus::-webkit-input-placeholder,
.cid-uF5wYzl4fm .field-input:focus::-webkit-input-placeholder,
.cid-uF5wYzl4fm .form-control:hover::-webkit-input-placeholder,
.cid-uF5wYzl4fm .field-input:hover::-webkit-input-placeholder,
.cid-uF5wYzl4fm .form-control:focus::-webkit-input-placeholder,
.cid-uF5wYzl4fm .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5wYzl4fm .form-control:hover:-moz-placeholder,
.cid-uF5wYzl4fm .field-input:hover:-moz-placeholder,
.cid-uF5wYzl4fm .form-control:focus:-moz-placeholder,
.cid-uF5wYzl4fm .field-input:focus:-moz-placeholder,
.cid-uF5wYzl4fm .form-control:hover:-moz-placeholder,
.cid-uF5wYzl4fm .field-input:hover:-moz-placeholder,
.cid-uF5wYzl4fm .form-control:focus:-moz-placeholder,
.cid-uF5wYzl4fm .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5wYzl4fm .jq-number__spin:hover,
.cid-uF5wYzl4fm .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5wYzl4fm .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5wYzl4fm .jq-selectbox li,
.cid-uF5wYzl4fm .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5wYzl4fm .jq-selectbox li:hover,
.cid-uF5wYzl4fm .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5wYzl4fm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5wYzl4fm .jq-number__spin.minus:hover:after,
.cid-uF5wYzl4fm .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wYzl4fm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5wYzl4fm .jq-number__spin.minus:after,
.cid-uF5wYzl4fm .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5wYzl4fm input::-webkit-clear-button {
  display: none;
}
.cid-uF5wYzl4fm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5wYzl4fm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5wYzl4fm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5wYzl4fm H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYzl4fm H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5wYzl4fm .mbr-text,
.cid-uF5wYzl4fm .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wYzVTBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wYzVTBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYzVTBf .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-uF5wYzVTBf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYzVTBf .row {
  flex-direction: row-reverse;
}
.cid-uF5wYzVTBf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wYzVTBf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wYzVTBf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wYzVTBf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYzVTBf .mbr-text,
.cid-uF5wYzVTBf .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYAsDKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5wYAsDKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYAsDKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5wYAsDKf .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5wYAsDKf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5wYAsDKf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5wYAsDKf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5wYAsDKf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5wYAsDKf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYAsDKf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYB5lna {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5wYB5lna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYB5lna .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-uF5wYB5lna .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wYB5lna .mbr-section-btn,
.cid-uF5wYB5lna .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wYB5lna .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5wYB5lna .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wYB5lna .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wYB5lna .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wYB5lna .mbr-text,
.cid-uF5wYB5lna .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wYB5lna .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wYB5lna .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wYBDC8y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wYBDC8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYBDC8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wYBDC8y a {
  font-weight: bold;
}
.cid-uF5wYBDC8y .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wYBDC8y .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wYBDC8y .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wYBDC8y .container-fluid,
.cid-uF5wYBDC8y .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wYBDC8y .container-fluid,
  .cid-uF5wYBDC8y .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wYBDC8y .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wYBDC8y .mbr-section-btn,
.cid-uF5wYBDC8y .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wYBDC8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYBDC8y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYBDC8y .mbr-text,
.cid-uF5wYBDC8y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5wYBDC8y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wYBDC8y .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wYCdqAw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5wYCdqAw .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wYCdqAw .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5wYCdqAw .panel-group {
  border: none;
}
.cid-uF5wYCdqAw .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5wYCdqAw .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5wYCdqAw .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5wYCdqAw .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5wYCdqAw .content {
  margin: 5rem auto;
}
.cid-uF5wYCdqAw .img-col {
  padding: 0;
}
.cid-uF5wYCdqAw .img-item {
  height: 100%;
}
.cid-uF5wYCdqAw img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5wYCdqAw .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5wYCdqAw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5wYCdqAw p {
  margin-bottom: 0.3rem;
}
.cid-uF5wYCdqAw .panel-title-edit {
  color: #1b1818;
}
.cid-uF5wYCdqAw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5wYCdqAw .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wYCdqAw .card {
    padding: 1rem;
  }
}
.cid-uF5wYCdqAw .panel-text {
  color: #1b1818;
}
.cid-uF5wYCdqAw H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5wYCdqAw H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wYCS2e4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5wYCS2e4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYCS2e4 .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-uF5wYCS2e4 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5wYCS2e4 P {
  max-width: 1200px;
}
.cid-uF5wYCS2e4 .mbr-section-btn,
.cid-uF5wYCS2e4 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5wYCS2e4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYCS2e4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5wYCS2e4 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5wYCS2e4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5wYCS2e4 .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wYCS2e4 .mbr-text,
.cid-uF5wYCS2e4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5wYCS2e4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wYEd9mJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5wYEd9mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5wYEd9mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5wYEd9mJ img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5wYEd9mJ img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5wYEd9mJ .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5wYEd9mJ .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5wYEd9mJ .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5wYEd9mJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5wYEd9mJ .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5wYEd9mJ a {
  font-weight: bold;
}
.cid-uF5wYEd9mJ .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5wYEd9mJ .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5wYEd9mJ .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5wYEd9mJ .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wYEd9mJ .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5wYEd9mJ .container-fluid,
.cid-uF5wYEd9mJ .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5wYEd9mJ .container-fluid,
  .cid-uF5wYEd9mJ .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5wYEd9mJ .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5wYEd9mJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5wYEd9mJ .mbr-section-title {
  color: #ffffff;
}
.cid-uF5wYEd9mJ .mbr-text,
.cid-uF5wYEd9mJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5wYEd9mJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5wYEd9mJ .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5wYEd9mJ .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5wYEd9mJ .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5wYEd9mJ .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5wYEd9mJ .mbr-link {
  color: #ff9945;
}
.cid-uF5wYEVsI8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5wYEVsI8 .mbr-text {
  color: #ffffff;
}
.cid-uF5x0IXKXw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5x0IXKXw .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5x0IXKXw .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5x0IXKXw .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5x0IXKXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5x0IXKXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5x0IXKXw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5x0IXKXw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5x0IXKXw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5x0IXKXw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5x0IXKXw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5x0IXKXw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5x0IXKXw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5x0IXKXw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5x0IXKXw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5x0IXKXw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5x0IXKXw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5x0IXKXw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5x0IXKXw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5x0IXKXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5x0IXKXw .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5x0IXKXw .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x0IXKXw .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5x0IXKXw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .nav-item:focus,
.cid-uF5x0IXKXw .nav-link:focus {
  outline: none;
}
.cid-uF5x0IXKXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5x0IXKXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5x0IXKXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5x0IXKXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5x0IXKXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5x0IXKXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5x0IXKXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5x0IXKXw .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5x0IXKXw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5x0IXKXw .navbar.collapsed {
  justify-content: center;
}
.cid-uF5x0IXKXw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5x0IXKXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5x0IXKXw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5x0IXKXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5x0IXKXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5x0IXKXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5x0IXKXw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5x0IXKXw .navbar {
    min-height: 72px;
  }
  .cid-uF5x0IXKXw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5x0IXKXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5x0IXKXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5x0IXKXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5x0IXKXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5x0IXKXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5x0IXKXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5x0IXKXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5x0IXKXw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5x0IXKXw .dropdown-item.active,
.cid-uF5x0IXKXw .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5x0IXKXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5x0IXKXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5x0IXKXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5x0IXKXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5x0IXKXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5x0IXKXw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5x0IXKXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5x0IXKXw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5x0IXKXw .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5x0IXKXw button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5x0IXKXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5x0IXKXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5x0IXKXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5x0IXKXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5x0IXKXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5x0IXKXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5x0IXKXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5x0IXKXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5x0IXKXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5x0IXKXw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5x0IXKXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5x0IXKXw .navbar {
    height: 70px;
  }
  .cid-uF5x0IXKXw .navbar.opened {
    height: auto;
  }
  .cid-uF5x0IXKXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5x0IXKXw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5x0IXKXw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5x0IXKXw .container-fluid {
  background: transparent !important;
}
.cid-uF5x0IXKXw .navbar-brand {
  margin-right: auto;
}
.cid-uF5x0IXKXw .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5x0IXKXw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5x0IXKXw .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5x0IXKXw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5x0IXKXw .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5x0IXKXw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5x0IXKXw .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5x0IXKXw .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5x0IXKXw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5x0IXKXw .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-uF5x0IXKXw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5x0IXKXw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5x0JDZEk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5x0JDZEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0JDZEk .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-uF5x0JDZEk .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x0JDZEk .mbr-section-btn,
.cid-uF5x0JDZEk .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x0JDZEk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0JDZEk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x0JDZEk .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x0JDZEk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x0JDZEk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0JDZEk .mbr-text,
.cid-uF5x0JDZEk .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x0JDZEk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0K3aMn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5x0K3aMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0K3aMn .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-uF5x0K3aMn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0K3aMn .row {
  flex-direction: row-reverse;
}
.cid-uF5x0K3aMn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x0K3aMn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x0K3aMn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x0K3aMn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0K3aMn .mbr-text,
.cid-uF5x0K3aMn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0Kvz4y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5x0Kvz4y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x0Kvz4y .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5x0Kvz4y .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5x0Kvz4y .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5x0Kvz4y .row {
    padding-top: 200px;
  }
}
.cid-uF5x0Kvz4y .mbr-section-btn,
.cid-uF5x0Kvz4y .btn {
  width: 100%;
}
.cid-uF5x0Kvz4y .card-title,
.cid-uF5x0Kvz4y .card-title2,
.cid-uF5x0Kvz4y .card-text {
  width: 100%;
}
.cid-uF5x0Kvz4y .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5x0Kvz4y .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5x0Kvz4y p {
  line-height: 1.6;
}
.cid-uF5x0Kvz4y .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5x0Kvz4y .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5x0Kvz4y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5x0Kvz4y .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0Kvz4y .mbr-text,
.cid-uF5x0Kvz4y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0Kvz4y .item-subtitle {
  color: #000000;
}
.cid-uF5x0Kvz4y .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5x0Kvz4y .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5x0Kvz4y .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0Kvz4y .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5x0Kvz4y .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0L87Xg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5x0L87Xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0L87Xg .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-uF5x0L87Xg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0L87Xg .row {
  flex-direction: row-reverse;
}
.cid-uF5x0L87Xg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x0L87Xg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x0L87Xg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x0L87Xg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0L87Xg .mbr-text,
.cid-uF5x0L87Xg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0LEJ3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5x0LEJ3F img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5x0LEJ3F img {
    height: 350px;
  }
}
.cid-uF5x0LEJ3F .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5x0LEJ3F .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5x0LEJ3F .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5x0LEJ3F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x0LEJ3F .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0LEJ3F .item-title {
  color: #ffffff;
}
.cid-uF5x0LEJ3F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0LEJ3F .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDI45E8l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJDI45E8l img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDI45E8l img {
    height: 350px;
  }
}
.cid-uFJDI45E8l .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDI45E8l .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDI45E8l .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDI45E8l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDI45E8l .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDI45E8l .item-title {
  color: #ffffff;
}
.cid-uFJDI45E8l .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDI45E8l .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0MdMFd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5x0MdMFd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5x0MdMFd .img-item,
.cid-uF5x0MdMFd img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5x0MdMFd .img-col {
  padding: 0;
}
.cid-uF5x0MdMFd .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5x0MdMFd .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5x0MdMFd .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5x0MdMFd .row {
    flex-direction: column;
  }
}
.cid-uF5x0MdMFd .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5x0MdMFd .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5x0MdMFd .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x0MdMFd .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5x0MdMFd .form-control,
.cid-uF5x0MdMFd .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5x0MdMFd .form-control,
.cid-uF5x0MdMFd .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5x0MdMFd .form-control::-webkit-input-placeholder,
.cid-uF5x0MdMFd .field-input::-webkit-input-placeholder,
.cid-uF5x0MdMFd .form-control::-webkit-input-placeholder,
.cid-uF5x0MdMFd .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5x0MdMFd .form-control:-moz-placeholder,
.cid-uF5x0MdMFd .field-input:-moz-placeholder,
.cid-uF5x0MdMFd .form-control:-moz-placeholder,
.cid-uF5x0MdMFd .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5x0MdMFd .form-control:hover,
.cid-uF5x0MdMFd .field-input:hover,
.cid-uF5x0MdMFd .form-control:focus,
.cid-uF5x0MdMFd .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5x0MdMFd .form-control:hover::-webkit-input-placeholder,
.cid-uF5x0MdMFd .field-input:hover::-webkit-input-placeholder,
.cid-uF5x0MdMFd .form-control:focus::-webkit-input-placeholder,
.cid-uF5x0MdMFd .field-input:focus::-webkit-input-placeholder,
.cid-uF5x0MdMFd .form-control:hover::-webkit-input-placeholder,
.cid-uF5x0MdMFd .field-input:hover::-webkit-input-placeholder,
.cid-uF5x0MdMFd .form-control:focus::-webkit-input-placeholder,
.cid-uF5x0MdMFd .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5x0MdMFd .form-control:hover:-moz-placeholder,
.cid-uF5x0MdMFd .field-input:hover:-moz-placeholder,
.cid-uF5x0MdMFd .form-control:focus:-moz-placeholder,
.cid-uF5x0MdMFd .field-input:focus:-moz-placeholder,
.cid-uF5x0MdMFd .form-control:hover:-moz-placeholder,
.cid-uF5x0MdMFd .field-input:hover:-moz-placeholder,
.cid-uF5x0MdMFd .form-control:focus:-moz-placeholder,
.cid-uF5x0MdMFd .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5x0MdMFd .jq-number__spin:hover,
.cid-uF5x0MdMFd .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5x0MdMFd .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5x0MdMFd .jq-selectbox li,
.cid-uF5x0MdMFd .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5x0MdMFd .jq-selectbox li:hover,
.cid-uF5x0MdMFd .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5x0MdMFd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5x0MdMFd .jq-number__spin.minus:hover:after,
.cid-uF5x0MdMFd .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5x0MdMFd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5x0MdMFd .jq-number__spin.minus:after,
.cid-uF5x0MdMFd .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5x0MdMFd input::-webkit-clear-button {
  display: none;
}
.cid-uF5x0MdMFd input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5x0MdMFd input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5x0MdMFd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5x0MdMFd H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0MdMFd H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5x0MdMFd .mbr-text,
.cid-uF5x0MdMFd .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x0MKBY1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5x0MKBY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0MKBY1 .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-uF5x0MKBY1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0MKBY1 .row {
  flex-direction: row-reverse;
}
.cid-uF5x0MKBY1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x0MKBY1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x0MKBY1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x0MKBY1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0MKBY1 .mbr-text,
.cid-uF5x0MKBY1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0Ng93t {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5x0Ng93t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0Ng93t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5x0Ng93t .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5x0Ng93t .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5x0Ng93t .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5x0Ng93t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5x0Ng93t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5x0Ng93t .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0Ng93t .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0NR6o6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5x0NR6o6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0NR6o6 .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-uF5x0NR6o6 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x0NR6o6 .mbr-section-btn,
.cid-uF5x0NR6o6 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x0NR6o6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5x0NR6o6 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x0NR6o6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x0NR6o6 .mbr-section-title {
  color: #ffffff;
}
.cid-uF5x0NR6o6 .mbr-text,
.cid-uF5x0NR6o6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x0NR6o6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x0NR6o6 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5x0OoU0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5x0OoU0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0OoU0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5x0OoU0G a {
  font-weight: bold;
}
.cid-uF5x0OoU0G .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5x0OoU0G .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x0OoU0G .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5x0OoU0G .container-fluid,
.cid-uF5x0OoU0G .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5x0OoU0G .container-fluid,
  .cid-uF5x0OoU0G .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5x0OoU0G .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x0OoU0G .mbr-section-btn,
.cid-uF5x0OoU0G .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x0OoU0G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0OoU0G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0OoU0G .mbr-text,
.cid-uF5x0OoU0G .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x0OoU0G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x0OoU0G .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5x0OWwMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5x0OWwMs .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5x0OWwMs .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5x0OWwMs .panel-group {
  border: none;
}
.cid-uF5x0OWwMs .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5x0OWwMs .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5x0OWwMs .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5x0OWwMs .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5x0OWwMs .content {
  margin: 5rem auto;
}
.cid-uF5x0OWwMs .img-col {
  padding: 0;
}
.cid-uF5x0OWwMs .img-item {
  height: 100%;
}
.cid-uF5x0OWwMs img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5x0OWwMs .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5x0OWwMs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5x0OWwMs p {
  margin-bottom: 0.3rem;
}
.cid-uF5x0OWwMs .panel-title-edit {
  color: #1b1818;
}
.cid-uF5x0OWwMs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5x0OWwMs .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x0OWwMs .card {
    padding: 1rem;
  }
}
.cid-uF5x0OWwMs .panel-text {
  color: #1b1818;
}
.cid-uF5x0OWwMs H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5x0OWwMs H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5x0Q0y8a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5x0Q0y8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0Q0y8a .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-uF5x0Q0y8a .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x0Q0y8a P {
  max-width: 1200px;
}
.cid-uF5x0Q0y8a .mbr-section-btn,
.cid-uF5x0Q0y8a .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x0Q0y8a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0Q0y8a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x0Q0y8a .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x0Q0y8a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x0Q0y8a .mbr-section-title {
  color: #ffffff;
}
.cid-uF5x0Q0y8a .mbr-text,
.cid-uF5x0Q0y8a .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x0Q0y8a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x0RAaGo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5x0RAaGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x0RAaGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5x0RAaGo img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x0RAaGo img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5x0RAaGo .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5x0RAaGo .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5x0RAaGo .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5x0RAaGo .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5x0RAaGo .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5x0RAaGo a {
  font-weight: bold;
}
.cid-uF5x0RAaGo .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5x0RAaGo .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5x0RAaGo .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5x0RAaGo .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x0RAaGo .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5x0RAaGo .container-fluid,
.cid-uF5x0RAaGo .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5x0RAaGo .container-fluid,
  .cid-uF5x0RAaGo .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5x0RAaGo .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5x0RAaGo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x0RAaGo .mbr-section-title {
  color: #ffffff;
}
.cid-uF5x0RAaGo .mbr-text,
.cid-uF5x0RAaGo .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x0RAaGo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x0RAaGo .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5x0RAaGo .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5x0RAaGo .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5x0RAaGo .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5x0RAaGo .mbr-link {
  color: #ff9945;
}
.cid-uF5x0SkFoj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5x0SkFoj .mbr-text {
  color: #ffffff;
}
.cid-uF5x34E4Ic {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF5x34E4Ic .hamb {
  background: linear-gradient(to right, #ff9945, #fc6175);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5x34E4Ic .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uF5x34E4Ic .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uF5x34E4Ic .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF5x34E4Ic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF5x34E4Ic .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uF5x34E4Ic .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF5x34E4Ic .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uF5x34E4Ic .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5x34E4Ic .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF5x34E4Ic .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF5x34E4Ic .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uF5x34E4Ic .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5x34E4Ic .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF5x34E4Ic .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF5x34E4Ic .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF5x34E4Ic .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF5x34E4Ic .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF5x34E4Ic .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF5x34E4Ic .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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-uF5x34E4Ic .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x34E4Ic .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF5x34E4Ic .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .nav-item:focus,
.cid-uF5x34E4Ic .nav-link:focus {
  outline: none;
}
.cid-uF5x34E4Ic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF5x34E4Ic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF5x34E4Ic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF5x34E4Ic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF5x34E4Ic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF5x34E4Ic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar.opened {
  transition: all 0.3s;
}
.cid-uF5x34E4Ic .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF5x34E4Ic .navbar .navbar-logo img {
  width: auto;
}
.cid-uF5x34E4Ic .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF5x34E4Ic .navbar.collapsed {
  justify-content: center;
}
.cid-uF5x34E4Ic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF5x34E4Ic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF5x34E4Ic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uF5x34E4Ic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF5x34E4Ic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF5x34E4Ic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF5x34E4Ic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5x34E4Ic .navbar {
    min-height: 72px;
  }
  .cid-uF5x34E4Ic .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF5x34E4Ic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF5x34E4Ic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF5x34E4Ic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF5x34E4Ic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF5x34E4Ic .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF5x34E4Ic .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF5x34E4Ic .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF5x34E4Ic .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF5x34E4Ic .dropdown-item.active,
.cid-uF5x34E4Ic .dropdown-item:active {
  background-color: transparent;
}
.cid-uF5x34E4Ic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF5x34E4Ic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF5x34E4Ic .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF5x34E4Ic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uF5x34E4Ic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF5x34E4Ic .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF5x34E4Ic ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF5x34E4Ic .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF5x34E4Ic .navbar-buttons {
    text-align: center;
  }
}
.cid-uF5x34E4Ic button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF5x34E4Ic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF5x34E4Ic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF5x34E4Ic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5x34E4Ic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF5x34E4Ic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF5x34E4Ic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5x34E4Ic nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF5x34E4Ic nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF5x34E4Ic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF5x34E4Ic .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF5x34E4Ic a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF5x34E4Ic .navbar {
    height: 70px;
  }
  .cid-uF5x34E4Ic .navbar.opened {
    height: auto;
  }
  .cid-uF5x34E4Ic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF5x34E4Ic .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF5x34E4Ic .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uF5x34E4Ic .container-fluid {
  background: transparent !important;
}
.cid-uF5x34E4Ic .navbar-brand {
  margin-right: auto;
}
.cid-uF5x34E4Ic .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #1b1818;
  border-color: rgba(27, 24, 24, 0.8) !important;
  opacity: 1;
  background: rgba(27, 24, 24, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uF5x34E4Ic .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5x34E4Ic .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uF5x34E4Ic .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uF5x34E4Ic .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: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uF5x34E4Ic .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uF5x34E4Ic .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uF5x34E4Ic .navbar-brand {
    margin-right: auto;
  }
  .cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF5x34E4Ic .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF5x34E4Ic .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-uF5x34E4Ic .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF5x34E4Ic .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF5x35hddv {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5x35hddv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x35hddv .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-uF5x35hddv .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x35hddv .mbr-section-btn,
.cid-uF5x35hddv .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x35hddv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x35hddv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x35hddv .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x35hddv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x35hddv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x35hddv .mbr-text,
.cid-uF5x35hddv .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x35hddv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x35I5t8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/truckblack-1540x729.png");
}
.cid-uF5x35I5t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x35I5t8 .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-uF5x35I5t8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x35I5t8 .row {
  flex-direction: row-reverse;
}
.cid-uF5x35I5t8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x35I5t8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x35I5t8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x35I5t8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x35I5t8 .mbr-text,
.cid-uF5x35I5t8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x369NPM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5x369NPM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x369NPM .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-uF5x369NPM .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uF5x369NPM .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uF5x369NPM .row {
    padding-top: 200px;
  }
}
.cid-uF5x369NPM .mbr-section-btn,
.cid-uF5x369NPM .btn {
  width: 100%;
}
.cid-uF5x369NPM .card-title,
.cid-uF5x369NPM .card-title2,
.cid-uF5x369NPM .card-text {
  width: 100%;
}
.cid-uF5x369NPM .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uF5x369NPM .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uF5x369NPM p {
  line-height: 1.6;
}
.cid-uF5x369NPM .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uF5x369NPM .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5x369NPM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF5x369NPM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x369NPM .mbr-text,
.cid-uF5x369NPM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x369NPM .item-subtitle {
  color: #000000;
}
.cid-uF5x369NPM .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF5x369NPM .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF5x369NPM .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x369NPM .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uF5x369NPM .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x36KvLg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5x36KvLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x36KvLg .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-uF5x36KvLg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x36KvLg .row {
  flex-direction: row-reverse;
}
.cid-uF5x36KvLg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x36KvLg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x36KvLg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x36KvLg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x36KvLg .mbr-text,
.cid-uF5x36KvLg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x37hgpI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uF5x37hgpI img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF5x37hgpI img {
    height: 350px;
  }
}
.cid-uF5x37hgpI .item-img {
  position: relative;
  padding: 0;
}
.cid-uF5x37hgpI .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uF5x37hgpI .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uF5x37hgpI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x37hgpI .item {
    margin-bottom: 1rem;
  }
}
.cid-uF5x37hgpI .item-title {
  color: #ffffff;
}
.cid-uF5x37hgpI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x37hgpI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDKyUfZn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFJDKyUfZn img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFJDKyUfZn img {
    height: 350px;
  }
}
.cid-uFJDKyUfZn .item-img {
  position: relative;
  padding: 0;
}
.cid-uFJDKyUfZn .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uFJDKyUfZn .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uFJDKyUfZn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJDKyUfZn .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJDKyUfZn .item-title {
  color: #ffffff;
}
.cid-uFJDKyUfZn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFJDKyUfZn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x37QUzk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-uF5x37QUzk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF5x37QUzk .img-item,
.cid-uF5x37QUzk img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5x37QUzk .img-col {
  padding: 0;
}
.cid-uF5x37QUzk .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uF5x37QUzk .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF5x37QUzk .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF5x37QUzk .row {
    flex-direction: column;
  }
}
.cid-uF5x37QUzk .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uF5x37QUzk .item-wrapper {
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uF5x37QUzk .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x37QUzk .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uF5x37QUzk .form-control,
.cid-uF5x37QUzk .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uF5x37QUzk .form-control,
.cid-uF5x37QUzk .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5x37QUzk .form-control::-webkit-input-placeholder,
.cid-uF5x37QUzk .field-input::-webkit-input-placeholder,
.cid-uF5x37QUzk .form-control::-webkit-input-placeholder,
.cid-uF5x37QUzk .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5x37QUzk .form-control:-moz-placeholder,
.cid-uF5x37QUzk .field-input:-moz-placeholder,
.cid-uF5x37QUzk .form-control:-moz-placeholder,
.cid-uF5x37QUzk .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5x37QUzk .form-control:hover,
.cid-uF5x37QUzk .field-input:hover,
.cid-uF5x37QUzk .form-control:focus,
.cid-uF5x37QUzk .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uF5x37QUzk .form-control:hover::-webkit-input-placeholder,
.cid-uF5x37QUzk .field-input:hover::-webkit-input-placeholder,
.cid-uF5x37QUzk .form-control:focus::-webkit-input-placeholder,
.cid-uF5x37QUzk .field-input:focus::-webkit-input-placeholder,
.cid-uF5x37QUzk .form-control:hover::-webkit-input-placeholder,
.cid-uF5x37QUzk .field-input:hover::-webkit-input-placeholder,
.cid-uF5x37QUzk .form-control:focus::-webkit-input-placeholder,
.cid-uF5x37QUzk .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uF5x37QUzk .form-control:hover:-moz-placeholder,
.cid-uF5x37QUzk .field-input:hover:-moz-placeholder,
.cid-uF5x37QUzk .form-control:focus:-moz-placeholder,
.cid-uF5x37QUzk .field-input:focus:-moz-placeholder,
.cid-uF5x37QUzk .form-control:hover:-moz-placeholder,
.cid-uF5x37QUzk .field-input:hover:-moz-placeholder,
.cid-uF5x37QUzk .form-control:focus:-moz-placeholder,
.cid-uF5x37QUzk .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uF5x37QUzk .jq-number__spin:hover,
.cid-uF5x37QUzk .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF5x37QUzk .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF5x37QUzk .jq-selectbox li,
.cid-uF5x37QUzk .jq-selectbox li {
  background-color: transparent;
}
.cid-uF5x37QUzk .jq-selectbox li:hover,
.cid-uF5x37QUzk .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uF5x37QUzk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF5x37QUzk .jq-number__spin.minus:hover:after,
.cid-uF5x37QUzk .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5x37QUzk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF5x37QUzk .jq-number__spin.minus:after,
.cid-uF5x37QUzk .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uF5x37QUzk input::-webkit-clear-button {
  display: none;
}
.cid-uF5x37QUzk input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF5x37QUzk input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF5x37QUzk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF5x37QUzk H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x37QUzk H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uF5x37QUzk .mbr-text,
.cid-uF5x37QUzk .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x38pWcO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5x38pWcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x38pWcO .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-uF5x38pWcO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x38pWcO .row {
  flex-direction: row-reverse;
}
.cid-uF5x38pWcO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x38pWcO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x38pWcO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x38pWcO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x38pWcO .mbr-text,
.cid-uF5x38pWcO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x38UTJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uF5x38UTJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x38UTJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF5x38UTJv .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uF5x38UTJv .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF5x38UTJv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF5x38UTJv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF5x38UTJv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF5x38UTJv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x38UTJv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x39tfQ6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/colosallogocleanlargeblackbackground-2000x1294.png");
}
.cid-uF5x39tfQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x39tfQ6 .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-uF5x39tfQ6 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x39tfQ6 .mbr-section-btn,
.cid-uF5x39tfQ6 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x39tfQ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF5x39tfQ6 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x39tfQ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x39tfQ6 .mbr-section-title {
  color: #ffffff;
}
.cid-uF5x39tfQ6 .mbr-text,
.cid-uF5x39tfQ6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x39tfQ6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x39tfQ6 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5x3a0l2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5x3a0l2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x3a0l2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5x3a0l2v a {
  font-weight: bold;
}
.cid-uF5x3a0l2v .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9945, #fc6175);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5x3a0l2v .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x3a0l2v .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5x3a0l2v .container-fluid,
.cid-uF5x3a0l2v .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5x3a0l2v .container-fluid,
  .cid-uF5x3a0l2v .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5x3a0l2v .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x3a0l2v .mbr-section-btn,
.cid-uF5x3a0l2v .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x3a0l2v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x3a0l2v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x3a0l2v .mbr-text,
.cid-uF5x3a0l2v .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uF5x3a0l2v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x3a0l2v .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5x3azG3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wp7505448-1440x1280.jpg");
}
.cid-uF5x3azG3y .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF5x3azG3y .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uF5x3azG3y .panel-group {
  border: none;
}
.cid-uF5x3azG3y .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF5x3azG3y .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF5x3azG3y .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF5x3azG3y .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uF5x3azG3y .content {
  margin: 5rem auto;
}
.cid-uF5x3azG3y .img-col {
  padding: 0;
}
.cid-uF5x3azG3y .img-item {
  height: 100%;
}
.cid-uF5x3azG3y img {
  height: 100%;
  object-fit: cover;
}
.cid-uF5x3azG3y .collapsed span {
  transform: rotate(0deg);
}
.cid-uF5x3azG3y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF5x3azG3y p {
  margin-bottom: 0.3rem;
}
.cid-uF5x3azG3y .panel-title-edit {
  color: #1b1818;
}
.cid-uF5x3azG3y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uF5x3azG3y .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x3azG3y .card {
    padding: 1rem;
  }
}
.cid-uF5x3azG3y .panel-text {
  color: #1b1818;
}
.cid-uF5x3azG3y H3 {
  text-align: center;
  color: #000000;
}
.cid-uF5x3azG3y H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uF5x3bhyMK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uF5x3bhyMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x3bhyMK .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-uF5x3bhyMK .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uF5x3bhyMK P {
  max-width: 1200px;
}
.cid-uF5x3bhyMK .mbr-section-btn,
.cid-uF5x3bhyMK .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF5x3bhyMK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x3bhyMK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF5x3bhyMK .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uF5x3bhyMK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF5x3bhyMK .mbr-section-title {
  color: #ffffff;
}
.cid-uF5x3bhyMK .mbr-text,
.cid-uF5x3bhyMK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF5x3bhyMK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x3crGVn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uF5x3crGVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5x3crGVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5x3crGVn img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF5x3crGVn img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uF5x3crGVn .mbr-list {
  line-height: 2;
  color: #ffffff;
}
.cid-uF5x3crGVn .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF5x3crGVn .icon-wrap {
    justify-content: center;
  }
}
.cid-uF5x3crGVn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff9945, #fc6175);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uF5x3crGVn .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-uF5x3crGVn a {
  font-weight: bold;
}
.cid-uF5x3crGVn .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #23dcfc, #6062b4);
}
@media (max-width: 767px) {
  .cid-uF5x3crGVn .card {
    padding: 2rem 1rem;
  }
}
.cid-uF5x3crGVn .row-bg {
  justify-content: space-between;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uF5x3crGVn .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5x3crGVn .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uF5x3crGVn .container-fluid,
.cid-uF5x3crGVn .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uF5x3crGVn .container-fluid,
  .cid-uF5x3crGVn .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uF5x3crGVn .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uF5x3crGVn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF5x3crGVn .mbr-section-title {
  color: #ffffff;
}
.cid-uF5x3crGVn .mbr-text,
.cid-uF5x3crGVn .mbr-section-btn {
  color: #ffffff;
}
.cid-uF5x3crGVn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF5x3crGVn .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uF5x3crGVn .mbr-cardtext {
  color: #ffffff;
}
.cid-uF5x3crGVn .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uF5x3crGVn .mbr-section-cardsubtitle {
  color: #000000;
}
.cid-uF5x3crGVn .mbr-link {
  color: #ff9945;
}
.cid-uF5x3d6stu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uF5x3d6stu .mbr-text {
  color: #ffffff;
}
