.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.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-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !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: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-us5bTzgzHO {
  z-index: 1000;
  width: 100%;
}
.cid-us5bTzgzHO .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;
}
.cid-us5bTzgzHO .dropdown-menu {
  padding: 0;
}
.cid-us5bTzgzHO .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-us5bTzgzHO .dropdown-item {
    text-align: left !important;
  }
}
.cid-us5bTzgzHO .dropdown-item:hover {
  background-position: right !important;
}
.cid-us5bTzgzHO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-us5bTzgzHO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us5bTzgzHO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us5bTzgzHO .nav-link {
  position: relative;
}
.cid-us5bTzgzHO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-us5bTzgzHO .dropdown-menu,
.cid-us5bTzgzHO .navbar.opened {
  background: #212428 !important;
}
.cid-us5bTzgzHO .nav-item:focus,
.cid-us5bTzgzHO .nav-link:focus {
  outline: none;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us5bTzgzHO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-us5bTzgzHO .navbar.opened {
  transition: all 0.3s;
}
.cid-us5bTzgzHO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us5bTzgzHO .navbar .navbar-logo img {
  width: auto;
}
.cid-us5bTzgzHO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-us5bTzgzHO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us5bTzgzHO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us5bTzgzHO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us5bTzgzHO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us5bTzgzHO .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-us5bTzgzHO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us5bTzgzHO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us5bTzgzHO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us5bTzgzHO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us5bTzgzHO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us5bTzgzHO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .navbar {
    min-height: 80px;
  }
}
.cid-us5bTzgzHO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-us5bTzgzHO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-us5bTzgzHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us5bTzgzHO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .navbar-brand {
    min-height: 69px;
  }
}
.cid-us5bTzgzHO .dropdown-item.active,
.cid-us5bTzgzHO .dropdown-item:active {
  background-color: transparent;
}
.cid-us5bTzgzHO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us5bTzgzHO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us5bTzgzHO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us5bTzgzHO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-us5bTzgzHO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us5bTzgzHO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us5bTzgzHO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us5bTzgzHO button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5bTzgzHO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us5bTzgzHO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-us5bTzgzHO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us5bTzgzHO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us5bTzgzHO .navbar {
    height: 70px;
  }
  .cid-us5bTzgzHO .navbar.opened {
    height: auto;
  }
  .cid-us5bTzgzHO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us5bTzgzHO .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .navbar-short {
    min-height: 70px;
  }
}
.cid-us5bTzgzHO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-us5bTzgzHO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-us5bTzgzHO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .container-fluid {
    padding: 0 3px;
  }
}
.cid-us5bTzgzHO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-us5bTzgzHO .navbar-nav {
  display: flex !important;
}
.cid-us5bTzgzHO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:hover,
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:focus,
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-us5bTzgzHO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-us5bTzgzHO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-us5bTzgzHO button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5bTzgzHO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5bTzgzHO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-us5bTzgzHO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-us5bTzgzHO .offcanvas.show {
  transform: translateX(0);
}
.cid-us5bTzgzHO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-us5bTzgzHO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us5bTzgzHO .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-us5bTzgzHO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-us5bTzgzHO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-us5bTzgzHO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-us5bTzgzHO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-us5bTzgzHO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-us5bTzgzHO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-us5bTzgzHO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-us5bTzgzHO ::-webkit-scrollbar {
  width: 1em;
}
.cid-us5bTzgzHO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-us5bTzgzHO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-us5bTzgzHO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-us5bTzgzHO .social-container {
    padding-top: 40px;
  }
}
.cid-us5bTzgzHO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-us5bTzgzHO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-us5bTzgzHO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-us5bTzgzHO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-us5bTzgzHO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-us5bTzgzHO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-us5bTzgzHO .soc-item:hover:before {
  opacity: 1;
}
.cid-us5bTzgzHO .offcanvas_btn {
  margin-top: auto;
}
.cid-us5bTzgzHO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-us5bTzgzHO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-usHnSQKb97 {
  display: flex;
  background-image: url("../../../assets/images/ford-city-armory.webp");
}
.cid-usHnSQKb97 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-usHnSQKb97 {
    align-items: center;
  }
  .cid-usHnSQKb97 .row {
    justify-content: center;
  }
  .cid-usHnSQKb97 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usHnSQKb97 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usHnSQKb97 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usHnSQKb97 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usHnSQKb97 .content-wrap {
    width: 100%;
  }
}
.cid-usHnSQKb97 .mbr-section-title,
.cid-usHnSQKb97 .mbr-section-subtitle {
  text-align: center;
}
.cid-usHnSQKb97 .mbr-text,
.cid-usHnSQKb97 .mbr-section-btn {
  text-align: center;
}
.cid-uPhxoDY30M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPhxoDY30M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhxoDY30M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhxoDY30M .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPhxoDY30M .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPhxoDY30M .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPhxoDY30M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPhxoDY30M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPhxoDY30M .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uPhxoDY30M .mbr-section-title {
  color: #ffffff;
}
.cid-uPhxoDY30M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPhxoDY30M .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPhxoDY30M .card-box .item-footer {
  margin-top: auto;
}
.cid-uPhxoDY30M .content-head {
  max-width: 800px;
}
.cid-uPhxoDY30M .card-text,
.cid-uPhxoDY30M .item .mbr-section-btn {
  text-align: center;
}
.cid-us92xws2nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-us92xws2nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-us92xws2nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us92xws2nb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-us92xws2nb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .container {
    padding: 0 16px;
  }
}
.cid-us92xws2nb .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-us92xws2nb .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-us92xws2nb .row {
    padding: 25px 9px;
  }
}
.cid-us92xws2nb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-us92xws2nb .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-us92xws2nb .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .image-wrapper img {
    height: 350px;
  }
}
.cid-us92xws2nb .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-us92xws2nb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-us92xws2nb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .items-wrapper {
    display: block;
  }
}
.cid-us92xws2nb .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-us92xws2nb .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-us92xws2nb .card {
  justify-content: center;
}
.cid-us92xws2nb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-us92xws2nb .mbr-text {
  color: #000000;
}
.cid-us92xws2nb .card-title {
  color: #000000;
}
.cid-us92xws2nb .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-us92xws2nb .card-title,
.cid-us92xws2nb .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-usHoDjWOO7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-usHoDjWOO7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .item {
    margin-bottom: 1rem;
  }
}
.cid-usHoDjWOO7 .item-wrapper {
  position: relative;
}
.cid-usHoDjWOO7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-usHoDjWOO7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-usHoDjWOO7 .carousel-control,
.cid-usHoDjWOO7 .close {
  background: #1b1b1b;
}
.cid-usHoDjWOO7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usHoDjWOO7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-usHoDjWOO7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usHoDjWOO7 .close::before {
  content: '\e91a';
}
.cid-usHoDjWOO7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usHoDjWOO7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usHoDjWOO7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usHoDjWOO7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usHoDjWOO7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usHoDjWOO7 .carousel-indicators li.active,
.cid-usHoDjWOO7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usHoDjWOO7 .carousel-indicators li::after,
.cid-usHoDjWOO7 .carousel-indicators li::before {
  content: none;
}
.cid-usHoDjWOO7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    display: none;
  }
}
.cid-usHoDjWOO7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usHoDjWOO7 .carousel-inner > .active {
  display: block;
}
.cid-usHoDjWOO7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usHoDjWOO7 .carousel-control,
  .cid-usHoDjWOO7 .carousel-indicators,
  .cid-usHoDjWOO7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usHoDjWOO7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usHoDjWOO7 .carousel-indicators .active,
.cid-usHoDjWOO7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usHoDjWOO7 .carousel-indicators .active {
  background: #fff;
}
.cid-usHoDjWOO7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usHoDjWOO7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usHoDjWOO7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usHoDjWOO7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usHoDjWOO7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usHoDjWOO7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usHoDjWOO7 .carousel {
  width: 100%;
}
.cid-usHoDjWOO7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usHoDjWOO7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usHoDjWOO7 .modal.fade .modal-dialog,
.cid-usHoDjWOO7 .modal.in .modal-dialog {
  transform: none;
}
.cid-usHoDjWOO7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usHoDjWOO7 .content-head {
  max-width: 800px;
}
.cid-usNjI5xtkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/16000055.webp");
}
.cid-usNjI5xtkQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-usNjI5xtkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNjI5xtkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usNjI5xtkQ .container {
    padding: 0 22px;
  }
}
.cid-usNjI5xtkQ .row {
  justify-content: center;
}
.cid-usNjI5xtkQ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-usNjI5xtkQ .content-wrapper {
    padding: 0;
  }
}
.cid-usNjI5xtkQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usNjI5xtkQ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-usNjI5xtkQ .mbr-section-title {
  color: #ffffff;
}
.cid-usNjI5xtkQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-usNjI5xtkQ .mbr-section-title,
.cid-usNjI5xtkQ .mbr-section-btn {
  text-align: center;
}
.cid-usK7CvxRZB {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-usK7CvxRZB .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usK7CvxRZB .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #edefeb;
  z-index: 1;
}
.cid-usK7CvxRZB .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-usK7CvxRZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usK7CvxRZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usK7CvxRZB .row {
  position: relative;
  z-index: 2;
}
.cid-usK7CvxRZB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usK7CvxRZB .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usK7CvxRZB .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usK7CvxRZB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usK7CvxRZB .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usK7CvxRZB .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usK7CvxRZB .mbr-section-title {
  color: #212529;
}
.cid-usK7CvxRZB .mbr-text {
  color: #51565c;
}
.cid-usKbyOw07X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usKbyOw07X .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKbyOw07X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKbyOw07X .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usKbyOw07X .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usKbyOw07X .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usKbyOw07X .mbr-section-title {
  color: #050f0f;
}
.cid-usKbyOw07X .mbr-text {
  color: #050f0f;
}
.cid-usKdiXeagJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usKdiXeagJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKdiXeagJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKdiXeagJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .container {
    padding: 0 24px;
  }
}
.cid-usKdiXeagJ .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .content-wrapper {
    padding: 0;
  }
}
.cid-usKdiXeagJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-usKdiXeagJ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-usKdiXeagJ .mbr-section-title {
  color: #141414;
}
.cid-usKdiXeagJ .mbr-desc {
  color: #141414;
}
.cid-usKdiXeagJ .mbr-text {
  color: #141414;
}
.cid-usKd3qNUK5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/paper-texture-top-view-2000x1368.webp");
}
.cid-usKd3qNUK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKd3qNUK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKd3qNUK5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .container {
    padding: 0 20px;
  }
}
.cid-usKd3qNUK5 .row {
  justify-content: space-between;
}
.cid-usKd3qNUK5 .card {
  justify-content: center;
}
.cid-usKd3qNUK5 .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .image-wrapper img {
    height: 350px;
  }
}
.cid-usKd3qNUK5 .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-usKd3qNUK5 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-usKd3qNUK5 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usKd3qNUK5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKd3qNUK5 .mbr-desc {
  color: #1e1d1c;
}
.cid-usKd3qNUK5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-usKd3qNUK5 .mbr-text {
  color: #1e1d1c;
}
.cid-usKdfPyWMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usKdfPyWMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKdfPyWMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .container {
    padding: 0 22px;
  }
}
.cid-usKdfPyWMF .card {
  justify-content: center;
}
.cid-usKdfPyWMF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-usKdfPyWMF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usKdfPyWMF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKdfPyWMF .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-usKdfPyWMF .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-usKdfPyWMF .mbr-section-title {
  color: #ffffff;
}
.cid-usKdfPyWMF .mbr-text {
  color: #ffffff;
}
.cid-usKerBlWdK {
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-02-09-pm.webp");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-usKerBlWdK .row {
  align-items: center;
}
.cid-usKerBlWdK .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usKerBlWdK .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-usKerBlWdK .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-usKerBlWdK .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-usKerBlWdK .card {
    height: 300px;
  }
}
.cid-usKXoWcOqw {
  background-image: url("../../../assets/images/barclay-house-bedford-pa-apr-10.webp");
}
.cid-usKXoWcOqw .mbr-section-title {
  color: #ffffff;
}
.cid-usKXoWcOqw .mbr-text,
.cid-usKXoWcOqw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uHO9JT0rUR {
  z-index: 1000;
  width: 100%;
}
.cid-uHO9JT0rUR .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;
}
.cid-uHO9JT0rUR .dropdown-menu {
  padding: 0;
}
.cid-uHO9JT0rUR .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uHO9JT0rUR .dropdown-item {
    text-align: left !important;
  }
}
.cid-uHO9JT0rUR .dropdown-item:hover {
  background-position: right !important;
}
.cid-uHO9JT0rUR .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uHO9JT0rUR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHO9JT0rUR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHO9JT0rUR .nav-link {
  position: relative;
}
.cid-uHO9JT0rUR .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uHO9JT0rUR .dropdown-menu,
.cid-uHO9JT0rUR .navbar.opened {
  background: #212428 !important;
}
.cid-uHO9JT0rUR .nav-item:focus,
.cid-uHO9JT0rUR .nav-link:focus {
  outline: none;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHO9JT0rUR .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uHO9JT0rUR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHO9JT0rUR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHO9JT0rUR .navbar .navbar-logo img {
  width: auto;
}
.cid-uHO9JT0rUR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uHO9JT0rUR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHO9JT0rUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHO9JT0rUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHO9JT0rUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHO9JT0rUR .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-uHO9JT0rUR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHO9JT0rUR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHO9JT0rUR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHO9JT0rUR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHO9JT0rUR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHO9JT0rUR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .navbar {
    min-height: 80px;
  }
}
.cid-uHO9JT0rUR .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uHO9JT0rUR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uHO9JT0rUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHO9JT0rUR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .navbar-brand {
    min-height: 69px;
  }
}
.cid-uHO9JT0rUR .dropdown-item.active,
.cid-uHO9JT0rUR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHO9JT0rUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHO9JT0rUR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHO9JT0rUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHO9JT0rUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uHO9JT0rUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHO9JT0rUR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHO9JT0rUR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHO9JT0rUR button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uHO9JT0rUR button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uHO9JT0rUR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHO9JT0rUR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHO9JT0rUR .navbar {
    height: 70px;
  }
  .cid-uHO9JT0rUR .navbar.opened {
    height: auto;
  }
  .cid-uHO9JT0rUR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHO9JT0rUR .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .navbar-short {
    min-height: 70px;
  }
}
.cid-uHO9JT0rUR .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uHO9JT0rUR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JT0rUR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .container-fluid {
    padding: 0 3px;
  }
}
.cid-uHO9JT0rUR .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHO9JT0rUR .navbar-nav {
  display: flex !important;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:hover,
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:focus,
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uHO9JT0rUR .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uHO9JT0rUR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uHO9JT0rUR button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uHO9JT0rUR button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uHO9JT0rUR .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uHO9JT0rUR .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uHO9JT0rUR .offcanvas.show {
  transform: translateX(0);
}
.cid-uHO9JT0rUR .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uHO9JT0rUR .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JT0rUR .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uHO9JT0rUR .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uHO9JT0rUR .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHO9JT0rUR .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uHO9JT0rUR .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uHO9JT0rUR .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uHO9JT0rUR .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uHO9JT0rUR .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uHO9JT0rUR ::-webkit-scrollbar {
  width: 1em;
}
.cid-uHO9JT0rUR ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uHO9JT0rUR ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uHO9JT0rUR .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uHO9JT0rUR .social-container {
    padding-top: 40px;
  }
}
.cid-uHO9JT0rUR .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uHO9JT0rUR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uHO9JT0rUR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uHO9JT0rUR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHO9JT0rUR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uHO9JT0rUR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHO9JT0rUR .soc-item:hover:before {
  opacity: 1;
}
.cid-uHO9JT0rUR .offcanvas_btn {
  margin-top: auto;
}
.cid-uHO9JT0rUR .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uHO9JT0rUR .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uHO9JTbmIZ {
  background-image: url("../../../assets/images/abbott-house-1738.webp");
}
.cid-uHO9JTbmIZ img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uHO9JTbmIZ .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uHO9JTbmIZ .images {
    display: none;
  }
}
.cid-uHO9JTbmIZ .image-wrapper-1,
.cid-uHO9JTbmIZ .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uHO9JTbmIZ .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uHO9JTbmIZ .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uHO9JTbmIZ .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uHO9JTbmIZ .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uHO9JTbmIZ .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uHO9JTbmIZ .image-wrapper-2 img {
  width: 90%;
}
.cid-uHO9JTbmIZ .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uHO9JTbmIZ .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uHO9JTbmIZ .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uHO9JTbmIZ .text-wrapper {
  width: 100%;
}
.cid-uHO9JTbmIZ .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTbmIZ .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTbmIZ .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uHO9JTbmIZ .mbr-section-btn {
    margin: 0;
  }
}
.cid-uHO9JTbmIZ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uHO9JTbmIZ .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uHO9JTbmIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTbmIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTbmIZ .text {
  display: flex;
  align-items: center;
}
.cid-veonxrCCwg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veonxrCCwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veonxrCCwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veonxrCCwg .container-fluid {
    padding: 0;
  }
}
.cid-veonxrCCwg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veonxrCCwg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veonxrCCwg .embla__button--next,
.cid-veonxrCCwg .embla__button--prev {
  display: flex;
}
.cid-veonxrCCwg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veonxrCCwg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veonxrCCwg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veonxrCCwg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veonxrCCwg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veonxrCCwg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veonxrCCwg .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veonxrCCwg .embla {
  position: relative;
  width: 100%;
}
.cid-veonxrCCwg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veonxrCCwg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veonxrCCwg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veonxrCCwg .embla__slide a {
  cursor: grab;
}
.cid-veonxrCCwg .embla__slide a:active {
  cursor: grabbing;
}
.cid-veonxrCCwg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veonxrCCwg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veonxrCCwg .mbr-section-title {
  color: #232323;
}
.cid-veonxrCCwg .mbr-section-subtitle {
  color: #232323;
}
.cid-veonxrCCwg .mbr-box {
  color: #ffffff;
}
.cid-veonxrCCwg .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veonxrCCwg img,
.cid-veonxrCCwg .item-img {
  width: 100%;
}
.cid-veonxrCCwg .item-wrapper {
  position: relative;
}
.cid-veonxrCCwg .content-head {
  max-width: 800px;
}
.cid-uHO9JTj1Gj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHO9JTj1Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTj1Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTj1Gj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHO9JTj1Gj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHO9JTj1Gj .container {
    padding: 0 16px;
  }
}
.cid-uHO9JTj1Gj .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uHO9JTj1Gj .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .row {
    padding: 25px 9px;
  }
}
.cid-uHO9JTj1Gj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHO9JTj1Gj .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHO9JTj1Gj .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .image-wrapper img {
    height: 350px;
  }
}
.cid-uHO9JTj1Gj .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uHO9JTj1Gj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uHO9JTj1Gj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uHO9JTj1Gj .items-wrapper {
    display: block;
  }
}
.cid-uHO9JTj1Gj .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uHO9JTj1Gj .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHO9JTj1Gj .card {
  justify-content: center;
}
.cid-uHO9JTj1Gj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHO9JTj1Gj .mbr-text {
  color: #000000;
}
.cid-uHO9JTj1Gj .card-title {
  color: #000000;
}
.cid-uHO9JTj1Gj .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTj1Gj .card-title,
.cid-uHO9JTj1Gj .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uHO9JTvMz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-uHO9JTvMz1 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uHO9JTvMz1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHO9JTvMz1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHO9JTvMz1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHO9JTvMz1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uHO9JTvMz1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHO9JTvMz1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JTvMz1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uHO9JTvMz1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uHO9JTvMz1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uHO9JTvMz1 .embla__button--next,
.cid-uHO9JTvMz1 .embla__button--prev {
  display: flex;
}
.cid-uHO9JTvMz1 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JTvMz1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHO9JTvMz1 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uHO9JTvMz1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHO9JTvMz1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .embla__button {
    top: -10%;
  }
}
.cid-uHO9JTvMz1 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .embla {
    margin-top: 80px;
  }
}
.cid-uHO9JTvMz1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHO9JTvMz1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHO9JTvMz1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHO9JTvMz1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHO9JTvMz1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTvMz1 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTvMz1 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uHO9JTvMz1 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .mbr-text ul {
    display: block;
  }
}
.cid-uHO9JTvMz1 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uHO9JTvMz1 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uHO9JTvMz1 .item-wrapper {
  height: 100%;
}
.cid-uHO9JTvMz1 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uHO9JTvMz1 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-jv {
  /* Type valid CSS here */
}
#custom-html-jv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jv p {
  font-size: 60px;
  color: #777;
}
.cid-veonwzHcdb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veonwzHcdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veonwzHcdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veonwzHcdb .container-fluid {
    padding: 0;
  }
}
.cid-veonwzHcdb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veonwzHcdb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veonwzHcdb .embla__button--next,
.cid-veonwzHcdb .embla__button--prev {
  display: flex;
}
.cid-veonwzHcdb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veonwzHcdb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veonwzHcdb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veonwzHcdb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veonwzHcdb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veonwzHcdb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veonwzHcdb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veonwzHcdb .embla {
  position: relative;
  width: 100%;
}
.cid-veonwzHcdb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veonwzHcdb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veonwzHcdb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veonwzHcdb .embla__slide a {
  cursor: grab;
}
.cid-veonwzHcdb .embla__slide a:active {
  cursor: grabbing;
}
.cid-veonwzHcdb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veonwzHcdb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veonwzHcdb .mbr-section-title {
  color: #232323;
}
.cid-veonwzHcdb .mbr-section-subtitle {
  color: #232323;
}
.cid-veonwzHcdb .mbr-box {
  color: #ffffff;
}
.cid-veonwzHcdb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veonwzHcdb img,
.cid-veonwzHcdb .item-img {
  width: 100%;
}
.cid-veonwzHcdb .item-wrapper {
  position: relative;
}
.cid-veonwzHcdb .content-head {
  max-width: 800px;
}
.cid-uHO9JTSM8v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uHO9JTSM8v h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uHO9JTSM8v .nav-tabs .nav-item.open .nav-link:focus,
.cid-uHO9JTSM8v .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uHO9JTSM8v .nav-link.active {
  background: #232323;
}
.cid-uHO9JTSM8v .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-uHO9JTSM8v .nav-link:hover {
  background: #232323;
}
.cid-uHO9JTSM8v .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-uHO9JTSM8v .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uHO9JTSM8v .nav-link.display-4 {
  font-size: 15px;
}
.cid-uHO9JTSM8v .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uHO9JTSM8v .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uHO9JTSM8v .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uHO9JTSM8v .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-uHO9JTSM8v .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uHO9JTSM8v .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uHO9JTSM8v .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uHO9JTSM8v .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uHO9JTSM8v .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uHO9JTSM8v .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JTSM8v .mbr-text,
  .cid-uHO9JTSM8v .nav-link,
  .cid-uHO9JTSM8v .mbr-card-title,
  .cid-uHO9JTSM8v .mbr-section-title {
    text-align: left;
  }
  .cid-uHO9JTSM8v .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uHO9JTSM8v .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uHO9JTSM8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTSM8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTSM8v .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTSM8v .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uHO9JUOm4K .google-map {
  height: 700px;
  position: relative;
}
.cid-uHO9JUOm4K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHO9JUOm4K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHO9JUOm4K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHO9JUOm4K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHO9JV15JE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uHO9JV15JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JV15JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uHO9JV15JE .container-fluid {
    padding: 0;
  }
}
.cid-uHO9JV15JE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uHO9JV15JE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHO9JV15JE .embla__button--next,
.cid-uHO9JV15JE .embla__button--prev {
  display: flex;
}
.cid-uHO9JV15JE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHO9JV15JE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHO9JV15JE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JV15JE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHO9JV15JE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHO9JV15JE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHO9JV15JE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHO9JV15JE .embla {
  position: relative;
  width: 100%;
}
.cid-uHO9JV15JE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHO9JV15JE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHO9JV15JE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHO9JV15JE .embla__slide a {
  cursor: grab;
}
.cid-uHO9JV15JE .embla__slide a:active {
  cursor: grabbing;
}
.cid-uHO9JV15JE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHO9JV15JE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uHO9JV15JE .mbr-section-title {
  color: #232323;
}
.cid-uHO9JV15JE .mbr-section-subtitle {
  color: #232323;
}
.cid-uHO9JV15JE .mbr-box {
  color: #ffffff;
}
.cid-uHO9JV15JE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHO9JV15JE img,
.cid-uHO9JV15JE .item-img {
  width: 100%;
}
.cid-uHO9JV15JE .item-wrapper {
  position: relative;
}
.cid-uHO9JV15JE .content-head {
  max-width: 800px;
}
.cid-uHO9JVgaQw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHO9JVgaQw .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-venevZDyaf {
  z-index: 1000;
  width: 100%;
}
.cid-venevZDyaf .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;
}
.cid-venevZDyaf .dropdown-menu {
  padding: 0;
}
.cid-venevZDyaf .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-venevZDyaf .dropdown-item {
    text-align: left !important;
  }
}
.cid-venevZDyaf .dropdown-item:hover {
  background-position: right !important;
}
.cid-venevZDyaf .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-venevZDyaf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-venevZDyaf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-venevZDyaf .nav-link {
  position: relative;
}
.cid-venevZDyaf .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-venevZDyaf .dropdown-menu,
.cid-venevZDyaf .navbar.opened {
  background: #212428 !important;
}
.cid-venevZDyaf .nav-item:focus,
.cid-venevZDyaf .nav-link:focus {
  outline: none;
}
.cid-venevZDyaf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-venevZDyaf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-venevZDyaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-venevZDyaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-venevZDyaf .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-venevZDyaf .navbar.opened {
  transition: all 0.3s;
}
.cid-venevZDyaf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-venevZDyaf .navbar .navbar-logo img {
  width: auto;
}
.cid-venevZDyaf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-venevZDyaf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-venevZDyaf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-venevZDyaf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-venevZDyaf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-venevZDyaf .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-venevZDyaf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-venevZDyaf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-venevZDyaf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-venevZDyaf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-venevZDyaf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-venevZDyaf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-venevZDyaf .navbar {
    min-height: 80px;
  }
}
.cid-venevZDyaf .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-venevZDyaf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-venevZDyaf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-venevZDyaf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-venevZDyaf .navbar-brand {
    min-height: 69px;
  }
}
.cid-venevZDyaf .dropdown-item.active,
.cid-venevZDyaf .dropdown-item:active {
  background-color: transparent;
}
.cid-venevZDyaf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-venevZDyaf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-venevZDyaf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-venevZDyaf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-venevZDyaf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-venevZDyaf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-venevZDyaf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-venevZDyaf button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venevZDyaf button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-venevZDyaf button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venevZDyaf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venevZDyaf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venevZDyaf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venevZDyaf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venevZDyaf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venevZDyaf nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venevZDyaf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venevZDyaf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venevZDyaf nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venevZDyaf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-venevZDyaf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-venevZDyaf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-venevZDyaf .navbar {
    height: 70px;
  }
  .cid-venevZDyaf .navbar.opened {
    height: auto;
  }
  .cid-venevZDyaf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-venevZDyaf .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-venevZDyaf .navbar-short {
    min-height: 70px;
  }
}
.cid-venevZDyaf .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-venevZDyaf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-venevZDyaf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-venevZDyaf .container-fluid {
    padding: 0 3px;
  }
}
.cid-venevZDyaf .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-venevZDyaf .navbar-nav {
  display: flex !important;
}
.cid-venevZDyaf .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-venevZDyaf .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-venevZDyaf .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venevZDyaf .navbar-nav .nav-item .nav-link:hover,
.cid-venevZDyaf .navbar-nav .nav-item .nav-link:focus,
.cid-venevZDyaf .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venevZDyaf .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-venevZDyaf .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-venevZDyaf .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-venevZDyaf button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venevZDyaf button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-venevZDyaf button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venevZDyaf button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venevZDyaf button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venevZDyaf button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venevZDyaf button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venevZDyaf button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venevZDyaf .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venevZDyaf .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-venevZDyaf .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venevZDyaf .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venevZDyaf .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-venevZDyaf .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venevZDyaf .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venevZDyaf .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-venevZDyaf .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-venevZDyaf .offcanvas.show {
  transform: translateX(0);
}
.cid-venevZDyaf .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-venevZDyaf .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venevZDyaf .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-venevZDyaf .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-venevZDyaf .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-venevZDyaf .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-venevZDyaf .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-venevZDyaf .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-venevZDyaf .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-venevZDyaf .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-venevZDyaf .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-venevZDyaf .modal-backdrop.show {
  opacity: 0.8;
}
.cid-venevZDyaf .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-venevZDyaf ::-webkit-scrollbar {
  width: 1em;
}
.cid-venevZDyaf ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-venevZDyaf ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-venevZDyaf .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-venevZDyaf .social-container {
    padding-top: 40px;
  }
}
.cid-venevZDyaf .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-venevZDyaf .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-venevZDyaf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-venevZDyaf .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-venevZDyaf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-venevZDyaf .soc-item:hover {
  transform: translateY(-3px);
}
.cid-venevZDyaf .soc-item:hover:before {
  opacity: 1;
}
.cid-venevZDyaf .offcanvas_btn {
  margin-top: auto;
}
.cid-venevZDyaf .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-venevZDyaf .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-venevZRELQ {
  background-image: url("../../../assets/images/espy-house-bedford-pennsylvania.webp");
}
.cid-venevZRELQ img {
  max-height: 300px;
  object-fit: cover;
}
.cid-venevZRELQ .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-venevZRELQ .images {
    display: none;
  }
}
.cid-venevZRELQ .image-wrapper-1,
.cid-venevZRELQ .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-venevZRELQ .image-wrapper-1 {
  margin-top: 80px;
}
.cid-venevZRELQ .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-venevZRELQ .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-venevZRELQ .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-venevZRELQ .image-wrapper-2 {
  margin-top: 85px;
}
.cid-venevZRELQ .image-wrapper-2 img {
  width: 90%;
}
.cid-venevZRELQ .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-venevZRELQ .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-venevZRELQ .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-venevZRELQ .text-wrapper {
  width: 100%;
}
.cid-venevZRELQ .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-venevZRELQ .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-venevZRELQ .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-venevZRELQ .mbr-section-btn {
    margin: 0;
  }
}
.cid-venevZRELQ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-venevZRELQ .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-venevZRELQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-venevZRELQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venevZRELQ .text {
  display: flex;
  align-items: center;
}
.cid-veonS3Bb4m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veonS3Bb4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-veonS3Bb4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veonS3Bb4m .container-fluid {
    padding: 0;
  }
}
.cid-veonS3Bb4m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veonS3Bb4m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veonS3Bb4m .embla__button--next,
.cid-veonS3Bb4m .embla__button--prev {
  display: flex;
}
.cid-veonS3Bb4m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veonS3Bb4m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veonS3Bb4m .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veonS3Bb4m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veonS3Bb4m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veonS3Bb4m .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veonS3Bb4m .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veonS3Bb4m .embla {
  position: relative;
  width: 100%;
}
.cid-veonS3Bb4m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veonS3Bb4m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veonS3Bb4m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veonS3Bb4m .embla__slide a {
  cursor: grab;
}
.cid-veonS3Bb4m .embla__slide a:active {
  cursor: grabbing;
}
.cid-veonS3Bb4m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veonS3Bb4m .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veonS3Bb4m .mbr-section-title {
  color: #232323;
}
.cid-veonS3Bb4m .mbr-section-subtitle {
  color: #232323;
}
.cid-veonS3Bb4m .mbr-box {
  color: #ffffff;
}
.cid-veonS3Bb4m .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veonS3Bb4m img,
.cid-veonS3Bb4m .item-img {
  width: 100%;
}
.cid-veonS3Bb4m .item-wrapper {
  position: relative;
}
.cid-veonS3Bb4m .content-head {
  max-width: 800px;
}
.cid-venew00YWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-venew00YWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-venew00YWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venew00YWz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-venew00YWz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-venew00YWz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-venew00YWz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-venew00YWz .container {
    padding: 0 16px;
  }
}
.cid-venew00YWz .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-venew00YWz .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-venew00YWz .row {
    padding: 25px 9px;
  }
}
.cid-venew00YWz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-venew00YWz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-venew00YWz .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-venew00YWz .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-venew00YWz .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-venew00YWz .image-wrapper img {
    height: 350px;
  }
}
.cid-venew00YWz .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-venew00YWz .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-venew00YWz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-venew00YWz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-venew00YWz .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-venew00YWz .items-wrapper {
    display: block;
  }
}
.cid-venew00YWz .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-venew00YWz .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-venew00YWz .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-venew00YWz .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-venew00YWz .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-venew00YWz .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-venew00YWz .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-venew00YWz .card {
  justify-content: center;
}
.cid-venew00YWz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-venew00YWz .mbr-text {
  color: #000000;
}
.cid-venew00YWz .card-title {
  color: #000000;
}
.cid-venew00YWz .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-venew00YWz .card-title,
.cid-venew00YWz .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-venew0cfXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-venew0cfXS .mbr-section-head {
  padding: 0 1rem;
}
.cid-venew0cfXS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-venew0cfXS .team-card:hover {
  transform: translateY(-10px);
}
.cid-venew0cfXS .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-venew0cfXS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-venew0cfXS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-venew0cfXS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-venew0cfXS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-venew0cfXS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-venew0cfXS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-venew0cfXS .embla__button--next,
.cid-venew0cfXS .embla__button--prev {
  display: flex;
}
.cid-venew0cfXS .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venew0cfXS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-venew0cfXS .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-venew0cfXS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-venew0cfXS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-venew0cfXS .embla__button {
    top: -10%;
  }
}
.cid-venew0cfXS .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-venew0cfXS .embla {
    margin-top: 80px;
  }
}
.cid-venew0cfXS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-venew0cfXS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-venew0cfXS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-venew0cfXS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-venew0cfXS .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-venew0cfXS .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-venew0cfXS .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-venew0cfXS .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-venew0cfXS .mbr-text ul {
    display: block;
  }
}
.cid-venew0cfXS .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-venew0cfXS .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-venew0cfXS .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-venew0cfXS .item-wrapper {
  height: 100%;
}
.cid-venew0cfXS .item-wrapper .image-wrap {
  height: 100%;
}
.cid-venew0cfXS .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-venew0cfXS .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veonR4dx7k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veonR4dx7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-veonR4dx7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veonR4dx7k .container-fluid {
    padding: 0;
  }
}
.cid-veonR4dx7k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veonR4dx7k .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veonR4dx7k .embla__button--next,
.cid-veonR4dx7k .embla__button--prev {
  display: flex;
}
.cid-veonR4dx7k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veonR4dx7k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veonR4dx7k .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veonR4dx7k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veonR4dx7k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veonR4dx7k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veonR4dx7k .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veonR4dx7k .embla {
  position: relative;
  width: 100%;
}
.cid-veonR4dx7k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veonR4dx7k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veonR4dx7k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veonR4dx7k .embla__slide a {
  cursor: grab;
}
.cid-veonR4dx7k .embla__slide a:active {
  cursor: grabbing;
}
.cid-veonR4dx7k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veonR4dx7k .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veonR4dx7k .mbr-section-title {
  color: #232323;
}
.cid-veonR4dx7k .mbr-section-subtitle {
  color: #232323;
}
.cid-veonR4dx7k .mbr-box {
  color: #ffffff;
}
.cid-veonR4dx7k .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veonR4dx7k img,
.cid-veonR4dx7k .item-img {
  width: 100%;
}
.cid-veonR4dx7k .item-wrapper {
  position: relative;
}
.cid-veonR4dx7k .content-head {
  max-width: 800px;
}
#custom-html-k6 {
  /* Type valid CSS here */
}
#custom-html-k6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-k6 p {
  font-size: 60px;
  color: #777;
}
.cid-venew0pgC6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-venew0pgC6 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-venew0pgC6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-venew0pgC6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-venew0pgC6 .nav-link.active {
  background: #232323;
}
.cid-venew0pgC6 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-venew0pgC6 .nav-link:hover {
  background: #232323;
}
.cid-venew0pgC6 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-venew0pgC6 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-venew0pgC6 .nav-link.display-4 {
  font-size: 15px;
}
.cid-venew0pgC6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-venew0pgC6 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-venew0pgC6 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-venew0pgC6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-venew0pgC6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-venew0pgC6 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-venew0pgC6 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-venew0pgC6 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-venew0pgC6 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-venew0pgC6 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-venew0pgC6 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-venew0pgC6 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-venew0pgC6 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-venew0pgC6 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-venew0pgC6 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-venew0pgC6 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-venew0pgC6 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-venew0pgC6 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-venew0pgC6 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-venew0pgC6 .mbr-text,
  .cid-venew0pgC6 .nav-link,
  .cid-venew0pgC6 .mbr-card-title,
  .cid-venew0pgC6 .mbr-section-title {
    text-align: left;
  }
  .cid-venew0pgC6 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-venew0pgC6 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-venew0pgC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-venew0pgC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venew0pgC6 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-venew0pgC6 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-venew0pgC6 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-venew1grRN .google-map {
  height: 700px;
  position: relative;
}
.cid-venew1grRN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-venew1grRN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-venew1grRN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-venew1grRN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-venew1rLlR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-venew1rLlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-venew1rLlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-venew1rLlR .container-fluid {
    padding: 0;
  }
}
.cid-venew1rLlR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-venew1rLlR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-venew1rLlR .embla__button--next,
.cid-venew1rLlR .embla__button--prev {
  display: flex;
}
.cid-venew1rLlR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-venew1rLlR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-venew1rLlR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venew1rLlR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-venew1rLlR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-venew1rLlR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-venew1rLlR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-venew1rLlR .embla {
  position: relative;
  width: 100%;
}
.cid-venew1rLlR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-venew1rLlR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-venew1rLlR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-venew1rLlR .embla__slide a {
  cursor: grab;
}
.cid-venew1rLlR .embla__slide a:active {
  cursor: grabbing;
}
.cid-venew1rLlR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-venew1rLlR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-venew1rLlR .mbr-section-title {
  color: #232323;
}
.cid-venew1rLlR .mbr-section-subtitle {
  color: #232323;
}
.cid-venew1rLlR .mbr-box {
  color: #ffffff;
}
.cid-venew1rLlR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-venew1rLlR img,
.cid-venew1rLlR .item-img {
  width: 100%;
}
.cid-venew1rLlR .item-wrapper {
  position: relative;
}
.cid-venew1rLlR .content-head {
  max-width: 800px;
}
.cid-venew1ENzp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-venew1ENzp .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneClQujo {
  z-index: 1000;
  width: 100%;
}
.cid-veneClQujo .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;
}
.cid-veneClQujo .dropdown-menu {
  padding: 0;
}
.cid-veneClQujo .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneClQujo .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneClQujo .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneClQujo .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneClQujo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneClQujo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneClQujo .nav-link {
  position: relative;
}
.cid-veneClQujo .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneClQujo .dropdown-menu,
.cid-veneClQujo .navbar.opened {
  background: #212428 !important;
}
.cid-veneClQujo .nav-item:focus,
.cid-veneClQujo .nav-link:focus {
  outline: none;
}
.cid-veneClQujo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneClQujo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneClQujo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneClQujo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneClQujo .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneClQujo .navbar.opened {
  transition: all 0.3s;
}
.cid-veneClQujo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneClQujo .navbar .navbar-logo img {
  width: auto;
}
.cid-veneClQujo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneClQujo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneClQujo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneClQujo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneClQujo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneClQujo .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-veneClQujo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneClQujo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneClQujo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneClQujo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneClQujo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneClQujo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneClQujo .navbar {
    min-height: 80px;
  }
}
.cid-veneClQujo .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneClQujo .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneClQujo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneClQujo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneClQujo .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneClQujo .dropdown-item.active,
.cid-veneClQujo .dropdown-item:active {
  background-color: transparent;
}
.cid-veneClQujo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneClQujo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneClQujo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneClQujo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneClQujo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneClQujo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneClQujo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneClQujo button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneClQujo button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneClQujo button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneClQujo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneClQujo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneClQujo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneClQujo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneClQujo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneClQujo nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneClQujo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneClQujo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneClQujo nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneClQujo .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneClQujo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneClQujo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneClQujo .navbar {
    height: 70px;
  }
  .cid-veneClQujo .navbar.opened {
    height: auto;
  }
  .cid-veneClQujo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneClQujo .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneClQujo .navbar-short {
    min-height: 70px;
  }
}
.cid-veneClQujo .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneClQujo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneClQujo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneClQujo .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneClQujo .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneClQujo .navbar-nav {
  display: flex !important;
}
.cid-veneClQujo .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneClQujo .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneClQujo .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneClQujo .navbar-nav .nav-item .nav-link:hover,
.cid-veneClQujo .navbar-nav .nav-item .nav-link:focus,
.cid-veneClQujo .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneClQujo .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneClQujo .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneClQujo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneClQujo button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneClQujo button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneClQujo button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneClQujo button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneClQujo button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneClQujo button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneClQujo button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneClQujo button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneClQujo .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneClQujo .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneClQujo .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneClQujo .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneClQujo .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneClQujo .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneClQujo .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneClQujo .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneClQujo .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneClQujo .offcanvas.show {
  transform: translateX(0);
}
.cid-veneClQujo .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneClQujo .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneClQujo .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneClQujo .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneClQujo .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneClQujo .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneClQujo .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneClQujo .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneClQujo .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneClQujo .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneClQujo .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneClQujo .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneClQujo .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneClQujo ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneClQujo ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneClQujo ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneClQujo .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneClQujo .social-container {
    padding-top: 40px;
  }
}
.cid-veneClQujo .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneClQujo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneClQujo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneClQujo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneClQujo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneClQujo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneClQujo .soc-item:hover:before {
  opacity: 1;
}
.cid-veneClQujo .offcanvas_btn {
  margin-top: auto;
}
.cid-veneClQujo .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneClQujo .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneCm3XPQ {
  background-image: url("../../../assets/images/view-of-reading-area-from-pagoda.webp");
}
.cid-veneCm3XPQ img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneCm3XPQ .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneCm3XPQ .images {
    display: none;
  }
}
.cid-veneCm3XPQ .image-wrapper-1,
.cid-veneCm3XPQ .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneCm3XPQ .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneCm3XPQ .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneCm3XPQ .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneCm3XPQ .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneCm3XPQ .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneCm3XPQ .image-wrapper-2 img {
  width: 90%;
}
.cid-veneCm3XPQ .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneCm3XPQ .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneCm3XPQ .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneCm3XPQ .text-wrapper {
  width: 100%;
}
.cid-veneCm3XPQ .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneCm3XPQ .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneCm3XPQ .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneCm3XPQ .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneCm3XPQ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneCm3XPQ .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneCm3XPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCm3XPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneCm3XPQ .text {
  display: flex;
  align-items: center;
}
.cid-veoo684r8i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoo684r8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoo684r8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoo684r8i .container-fluid {
    padding: 0;
  }
}
.cid-veoo684r8i .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoo684r8i .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoo684r8i .embla__button--next,
.cid-veoo684r8i .embla__button--prev {
  display: flex;
}
.cid-veoo684r8i .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoo684r8i .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoo684r8i .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoo684r8i .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoo684r8i .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoo684r8i .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoo684r8i .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoo684r8i .embla {
  position: relative;
  width: 100%;
}
.cid-veoo684r8i .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoo684r8i .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoo684r8i .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoo684r8i .embla__slide a {
  cursor: grab;
}
.cid-veoo684r8i .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoo684r8i .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoo684r8i .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoo684r8i .mbr-section-title {
  color: #232323;
}
.cid-veoo684r8i .mbr-section-subtitle {
  color: #232323;
}
.cid-veoo684r8i .mbr-box {
  color: #ffffff;
}
.cid-veoo684r8i .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoo684r8i img,
.cid-veoo684r8i .item-img {
  width: 100%;
}
.cid-veoo684r8i .item-wrapper {
  position: relative;
}
.cid-veoo684r8i .content-head {
  max-width: 800px;
}
.cid-veneCmdEbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneCmdEbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCmdEbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneCmdEbY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneCmdEbY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneCmdEbY .container {
    padding: 0 16px;
  }
}
.cid-veneCmdEbY .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneCmdEbY .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .row {
    padding: 25px 9px;
  }
}
.cid-veneCmdEbY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneCmdEbY .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneCmdEbY .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .image-wrapper img {
    height: 350px;
  }
}
.cid-veneCmdEbY .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneCmdEbY .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneCmdEbY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneCmdEbY .items-wrapper {
    display: block;
  }
}
.cid-veneCmdEbY .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneCmdEbY .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneCmdEbY .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneCmdEbY .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneCmdEbY .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneCmdEbY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneCmdEbY .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneCmdEbY .card {
  justify-content: center;
}
.cid-veneCmdEbY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneCmdEbY .mbr-text {
  color: #000000;
}
.cid-veneCmdEbY .card-title {
  color: #000000;
}
.cid-veneCmdEbY .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneCmdEbY .card-title,
.cid-veneCmdEbY .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneCmpk95 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneCmpk95 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneCmpk95 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneCmpk95 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneCmpk95 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneCmpk95 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneCmpk95 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneCmpk95 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneCmpk95 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneCmpk95 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneCmpk95 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneCmpk95 .embla__button--next,
.cid-veneCmpk95 .embla__button--prev {
  display: flex;
}
.cid-veneCmpk95 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneCmpk95 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneCmpk95 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneCmpk95 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneCmpk95 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneCmpk95 .embla__button {
    top: -10%;
  }
}
.cid-veneCmpk95 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneCmpk95 .embla {
    margin-top: 80px;
  }
}
.cid-veneCmpk95 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneCmpk95 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneCmpk95 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneCmpk95 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneCmpk95 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneCmpk95 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneCmpk95 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneCmpk95 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneCmpk95 .mbr-text ul {
    display: block;
  }
}
.cid-veneCmpk95 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneCmpk95 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneCmpk95 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneCmpk95 .item-wrapper {
  height: 100%;
}
.cid-veneCmpk95 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneCmpk95 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneCmpk95 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veoo4ChVdY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoo4ChVdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoo4ChVdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoo4ChVdY .container-fluid {
    padding: 0;
  }
}
.cid-veoo4ChVdY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoo4ChVdY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoo4ChVdY .embla__button--next,
.cid-veoo4ChVdY .embla__button--prev {
  display: flex;
}
.cid-veoo4ChVdY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoo4ChVdY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoo4ChVdY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoo4ChVdY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoo4ChVdY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoo4ChVdY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoo4ChVdY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoo4ChVdY .embla {
  position: relative;
  width: 100%;
}
.cid-veoo4ChVdY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoo4ChVdY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoo4ChVdY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoo4ChVdY .embla__slide a {
  cursor: grab;
}
.cid-veoo4ChVdY .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoo4ChVdY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoo4ChVdY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoo4ChVdY .mbr-section-title {
  color: #232323;
}
.cid-veoo4ChVdY .mbr-section-subtitle {
  color: #232323;
}
.cid-veoo4ChVdY .mbr-box {
  color: #ffffff;
}
.cid-veoo4ChVdY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoo4ChVdY img,
.cid-veoo4ChVdY .item-img {
  width: 100%;
}
.cid-veoo4ChVdY .item-wrapper {
  position: relative;
}
.cid-veoo4ChVdY .content-head {
  max-width: 800px;
}
#custom-html-kf {
  /* Type valid CSS here */
}
#custom-html-kf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kf p {
  font-size: 60px;
  color: #777;
}
.cid-veneCmCTxS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneCmCTxS h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneCmCTxS .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneCmCTxS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneCmCTxS .nav-link.active {
  background: #232323;
}
.cid-veneCmCTxS .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneCmCTxS .nav-link:hover {
  background: #232323;
}
.cid-veneCmCTxS .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneCmCTxS .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneCmCTxS .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneCmCTxS .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneCmCTxS .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneCmCTxS .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneCmCTxS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneCmCTxS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneCmCTxS .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneCmCTxS .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneCmCTxS .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneCmCTxS .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneCmCTxS .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneCmCTxS .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneCmCTxS .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneCmCTxS .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneCmCTxS .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneCmCTxS .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneCmCTxS .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneCmCTxS .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneCmCTxS .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneCmCTxS .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneCmCTxS .mbr-text,
  .cid-veneCmCTxS .nav-link,
  .cid-veneCmCTxS .mbr-card-title,
  .cid-veneCmCTxS .mbr-section-title {
    text-align: left;
  }
  .cid-veneCmCTxS .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneCmCTxS .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneCmCTxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCmCTxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneCmCTxS .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneCmCTxS .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneCmCTxS .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneCnv7rF .google-map {
  height: 700px;
  position: relative;
}
.cid-veneCnv7rF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneCnv7rF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneCnv7rF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneCnv7rF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneCnFqhg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneCnFqhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCnFqhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneCnFqhg .container-fluid {
    padding: 0;
  }
}
.cid-veneCnFqhg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneCnFqhg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneCnFqhg .embla__button--next,
.cid-veneCnFqhg .embla__button--prev {
  display: flex;
}
.cid-veneCnFqhg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneCnFqhg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneCnFqhg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneCnFqhg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneCnFqhg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneCnFqhg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneCnFqhg .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneCnFqhg .embla {
  position: relative;
  width: 100%;
}
.cid-veneCnFqhg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneCnFqhg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneCnFqhg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneCnFqhg .embla__slide a {
  cursor: grab;
}
.cid-veneCnFqhg .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneCnFqhg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneCnFqhg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneCnFqhg .mbr-section-title {
  color: #232323;
}
.cid-veneCnFqhg .mbr-section-subtitle {
  color: #232323;
}
.cid-veneCnFqhg .mbr-box {
  color: #ffffff;
}
.cid-veneCnFqhg .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneCnFqhg img,
.cid-veneCnFqhg .item-img {
  width: 100%;
}
.cid-veneCnFqhg .item-wrapper {
  position: relative;
}
.cid-veneCnFqhg .content-head {
  max-width: 800px;
}
.cid-veneCnSPzc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneCnSPzc .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneCV3OTr {
  z-index: 1000;
  width: 100%;
}
.cid-veneCV3OTr .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;
}
.cid-veneCV3OTr .dropdown-menu {
  padding: 0;
}
.cid-veneCV3OTr .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneCV3OTr .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneCV3OTr .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneCV3OTr .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneCV3OTr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneCV3OTr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneCV3OTr .nav-link {
  position: relative;
}
.cid-veneCV3OTr .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneCV3OTr .dropdown-menu,
.cid-veneCV3OTr .navbar.opened {
  background: #212428 !important;
}
.cid-veneCV3OTr .nav-item:focus,
.cid-veneCV3OTr .nav-link:focus {
  outline: none;
}
.cid-veneCV3OTr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneCV3OTr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneCV3OTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneCV3OTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneCV3OTr .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneCV3OTr .navbar.opened {
  transition: all 0.3s;
}
.cid-veneCV3OTr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneCV3OTr .navbar .navbar-logo img {
  width: auto;
}
.cid-veneCV3OTr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneCV3OTr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneCV3OTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneCV3OTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneCV3OTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneCV3OTr .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-veneCV3OTr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneCV3OTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneCV3OTr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneCV3OTr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneCV3OTr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneCV3OTr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .navbar {
    min-height: 80px;
  }
}
.cid-veneCV3OTr .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneCV3OTr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneCV3OTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneCV3OTr .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneCV3OTr .dropdown-item.active,
.cid-veneCV3OTr .dropdown-item:active {
  background-color: transparent;
}
.cid-veneCV3OTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneCV3OTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneCV3OTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneCV3OTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneCV3OTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneCV3OTr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneCV3OTr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneCV3OTr button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneCV3OTr button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneCV3OTr button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneCV3OTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneCV3OTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneCV3OTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneCV3OTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneCV3OTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneCV3OTr nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneCV3OTr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneCV3OTr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneCV3OTr nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneCV3OTr .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneCV3OTr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneCV3OTr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneCV3OTr .navbar {
    height: 70px;
  }
  .cid-veneCV3OTr .navbar.opened {
    height: auto;
  }
  .cid-veneCV3OTr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneCV3OTr .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .navbar-short {
    min-height: 70px;
  }
}
.cid-veneCV3OTr .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneCV3OTr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneCV3OTr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneCV3OTr .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneCV3OTr .navbar-nav {
  display: flex !important;
}
.cid-veneCV3OTr .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneCV3OTr .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneCV3OTr .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneCV3OTr .navbar-nav .nav-item .nav-link:hover,
.cid-veneCV3OTr .navbar-nav .nav-item .nav-link:focus,
.cid-veneCV3OTr .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneCV3OTr .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneCV3OTr .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneCV3OTr .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneCV3OTr button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneCV3OTr button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneCV3OTr button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneCV3OTr button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneCV3OTr button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneCV3OTr button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneCV3OTr button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneCV3OTr button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneCV3OTr .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneCV3OTr .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneCV3OTr .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneCV3OTr .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneCV3OTr .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneCV3OTr .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneCV3OTr .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneCV3OTr .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneCV3OTr .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneCV3OTr .offcanvas.show {
  transform: translateX(0);
}
.cid-veneCV3OTr .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneCV3OTr .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneCV3OTr .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneCV3OTr .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneCV3OTr .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneCV3OTr .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneCV3OTr .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneCV3OTr .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneCV3OTr .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneCV3OTr .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneCV3OTr .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneCV3OTr ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneCV3OTr ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneCV3OTr ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneCV3OTr .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneCV3OTr .social-container {
    padding-top: 40px;
  }
}
.cid-veneCV3OTr .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneCV3OTr .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneCV3OTr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneCV3OTr .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneCV3OTr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneCV3OTr .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneCV3OTr .soc-item:hover:before {
  opacity: 1;
}
.cid-veneCV3OTr .offcanvas_btn {
  margin-top: auto;
}
.cid-veneCV3OTr .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneCV3OTr .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneCVfi30 {
  background-image: url("../../../assets/images/tyrone-borough-historic-district-apr-10.webp");
}
.cid-veneCVfi30 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneCVfi30 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneCVfi30 .images {
    display: none;
  }
}
.cid-veneCVfi30 .image-wrapper-1,
.cid-veneCVfi30 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneCVfi30 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneCVfi30 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneCVfi30 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneCVfi30 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneCVfi30 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneCVfi30 .image-wrapper-2 img {
  width: 90%;
}
.cid-veneCVfi30 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneCVfi30 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneCVfi30 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneCVfi30 .text-wrapper {
  width: 100%;
}
.cid-veneCVfi30 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneCVfi30 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneCVfi30 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneCVfi30 .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneCVfi30 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneCVfi30 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneCVfi30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCVfi30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneCVfi30 .text {
  display: flex;
  align-items: center;
}
.cid-veoofufDW4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoofufDW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoofufDW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoofufDW4 .container-fluid {
    padding: 0;
  }
}
.cid-veoofufDW4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoofufDW4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoofufDW4 .embla__button--next,
.cid-veoofufDW4 .embla__button--prev {
  display: flex;
}
.cid-veoofufDW4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoofufDW4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoofufDW4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoofufDW4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoofufDW4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoofufDW4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoofufDW4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoofufDW4 .embla {
  position: relative;
  width: 100%;
}
.cid-veoofufDW4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoofufDW4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoofufDW4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoofufDW4 .embla__slide a {
  cursor: grab;
}
.cid-veoofufDW4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoofufDW4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoofufDW4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoofufDW4 .mbr-section-title {
  color: #232323;
}
.cid-veoofufDW4 .mbr-section-subtitle {
  color: #232323;
}
.cid-veoofufDW4 .mbr-box {
  color: #ffffff;
}
.cid-veoofufDW4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoofufDW4 img,
.cid-veoofufDW4 .item-img {
  width: 100%;
}
.cid-veoofufDW4 .item-wrapper {
  position: relative;
}
.cid-veoofufDW4 .content-head {
  max-width: 800px;
}
.cid-veneCVn9D8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneCVn9D8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCVn9D8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneCVn9D8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneCVn9D8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneCVn9D8 .container {
    padding: 0 16px;
  }
}
.cid-veneCVn9D8 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneCVn9D8 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .row {
    padding: 25px 9px;
  }
}
.cid-veneCVn9D8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneCVn9D8 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneCVn9D8 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .image-wrapper img {
    height: 350px;
  }
}
.cid-veneCVn9D8 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneCVn9D8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneCVn9D8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneCVn9D8 .items-wrapper {
    display: block;
  }
}
.cid-veneCVn9D8 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneCVn9D8 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneCVn9D8 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneCVn9D8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneCVn9D8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneCVn9D8 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneCVn9D8 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneCVn9D8 .card {
  justify-content: center;
}
.cid-veneCVn9D8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneCVn9D8 .mbr-text {
  color: #000000;
}
.cid-veneCVn9D8 .card-title {
  color: #000000;
}
.cid-veneCVn9D8 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneCVn9D8 .card-title,
.cid-veneCVn9D8 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneCVAK8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneCVAK8d .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneCVAK8d .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneCVAK8d .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneCVAK8d .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneCVAK8d .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneCVAK8d .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneCVAK8d .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneCVAK8d .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneCVAK8d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneCVAK8d .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneCVAK8d .embla__button--next,
.cid-veneCVAK8d .embla__button--prev {
  display: flex;
}
.cid-veneCVAK8d .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneCVAK8d .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneCVAK8d .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneCVAK8d .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneCVAK8d .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneCVAK8d .embla__button {
    top: -10%;
  }
}
.cid-veneCVAK8d .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneCVAK8d .embla {
    margin-top: 80px;
  }
}
.cid-veneCVAK8d .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneCVAK8d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneCVAK8d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneCVAK8d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneCVAK8d .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneCVAK8d .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneCVAK8d .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneCVAK8d .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneCVAK8d .mbr-text ul {
    display: block;
  }
}
.cid-veneCVAK8d .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneCVAK8d .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneCVAK8d .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneCVAK8d .item-wrapper {
  height: 100%;
}
.cid-veneCVAK8d .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneCVAK8d .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneCVAK8d .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veooeCS1Lj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooeCS1Lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooeCS1Lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooeCS1Lj .container-fluid {
    padding: 0;
  }
}
.cid-veooeCS1Lj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooeCS1Lj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooeCS1Lj .embla__button--next,
.cid-veooeCS1Lj .embla__button--prev {
  display: flex;
}
.cid-veooeCS1Lj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooeCS1Lj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooeCS1Lj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooeCS1Lj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooeCS1Lj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooeCS1Lj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooeCS1Lj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooeCS1Lj .embla {
  position: relative;
  width: 100%;
}
.cid-veooeCS1Lj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooeCS1Lj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooeCS1Lj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooeCS1Lj .embla__slide a {
  cursor: grab;
}
.cid-veooeCS1Lj .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooeCS1Lj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooeCS1Lj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooeCS1Lj .mbr-section-title {
  color: #232323;
}
.cid-veooeCS1Lj .mbr-section-subtitle {
  color: #232323;
}
.cid-veooeCS1Lj .mbr-box {
  color: #ffffff;
}
.cid-veooeCS1Lj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooeCS1Lj img,
.cid-veooeCS1Lj .item-img {
  width: 100%;
}
.cid-veooeCS1Lj .item-wrapper {
  position: relative;
}
.cid-veooeCS1Lj .content-head {
  max-width: 800px;
}
#custom-html-ko {
  /* Type valid CSS here */
}
#custom-html-ko div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ko p {
  font-size: 60px;
  color: #777;
}
.cid-veneCVLep5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneCVLep5 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneCVLep5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneCVLep5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneCVLep5 .nav-link.active {
  background: #232323;
}
.cid-veneCVLep5 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneCVLep5 .nav-link:hover {
  background: #232323;
}
.cid-veneCVLep5 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneCVLep5 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneCVLep5 .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneCVLep5 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneCVLep5 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneCVLep5 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneCVLep5 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneCVLep5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneCVLep5 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneCVLep5 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneCVLep5 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneCVLep5 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneCVLep5 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneCVLep5 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneCVLep5 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneCVLep5 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneCVLep5 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneCVLep5 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneCVLep5 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneCVLep5 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneCVLep5 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneCVLep5 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneCVLep5 .mbr-text,
  .cid-veneCVLep5 .nav-link,
  .cid-veneCVLep5 .mbr-card-title,
  .cid-veneCVLep5 .mbr-section-title {
    text-align: left;
  }
  .cid-veneCVLep5 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneCVLep5 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneCVLep5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneCVLep5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneCVLep5 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneCVLep5 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneCVLep5 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneCWDgHN .google-map {
  height: 700px;
  position: relative;
}
.cid-veneCWDgHN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneCWDgHN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneCWDgHN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneCWDgHN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veooaOO0Zt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooaOO0Zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooaOO0Zt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooaOO0Zt .container-fluid {
    padding: 0;
  }
}
.cid-veooaOO0Zt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooaOO0Zt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooaOO0Zt .embla__button--next,
.cid-veooaOO0Zt .embla__button--prev {
  display: flex;
}
.cid-veooaOO0Zt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooaOO0Zt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooaOO0Zt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooaOO0Zt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooaOO0Zt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooaOO0Zt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooaOO0Zt .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooaOO0Zt .embla {
  position: relative;
  width: 100%;
}
.cid-veooaOO0Zt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooaOO0Zt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooaOO0Zt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooaOO0Zt .embla__slide a {
  cursor: grab;
}
.cid-veooaOO0Zt .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooaOO0Zt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooaOO0Zt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooaOO0Zt .mbr-section-title {
  color: #232323;
}
.cid-veooaOO0Zt .mbr-section-subtitle {
  color: #232323;
}
.cid-veooaOO0Zt .mbr-box {
  color: #ffffff;
}
.cid-veooaOO0Zt .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooaOO0Zt img,
.cid-veooaOO0Zt .item-img {
  width: 100%;
}
.cid-veooaOO0Zt .item-wrapper {
  position: relative;
}
.cid-veooaOO0Zt .content-head {
  max-width: 800px;
}
.cid-veneCX0gEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneCX0gEy .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneDR5hNj {
  z-index: 1000;
  width: 100%;
}
.cid-veneDR5hNj .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;
}
.cid-veneDR5hNj .dropdown-menu {
  padding: 0;
}
.cid-veneDR5hNj .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneDR5hNj .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneDR5hNj .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneDR5hNj .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneDR5hNj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneDR5hNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneDR5hNj .nav-link {
  position: relative;
}
.cid-veneDR5hNj .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneDR5hNj .dropdown-menu,
.cid-veneDR5hNj .navbar.opened {
  background: #212428 !important;
}
.cid-veneDR5hNj .nav-item:focus,
.cid-veneDR5hNj .nav-link:focus {
  outline: none;
}
.cid-veneDR5hNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneDR5hNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneDR5hNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneDR5hNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneDR5hNj .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneDR5hNj .navbar.opened {
  transition: all 0.3s;
}
.cid-veneDR5hNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneDR5hNj .navbar .navbar-logo img {
  width: auto;
}
.cid-veneDR5hNj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneDR5hNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneDR5hNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneDR5hNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneDR5hNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneDR5hNj .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-veneDR5hNj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneDR5hNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneDR5hNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneDR5hNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneDR5hNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneDR5hNj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .navbar {
    min-height: 80px;
  }
}
.cid-veneDR5hNj .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneDR5hNj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneDR5hNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneDR5hNj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneDR5hNj .dropdown-item.active,
.cid-veneDR5hNj .dropdown-item:active {
  background-color: transparent;
}
.cid-veneDR5hNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneDR5hNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneDR5hNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneDR5hNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneDR5hNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneDR5hNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneDR5hNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneDR5hNj button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneDR5hNj button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneDR5hNj button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneDR5hNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneDR5hNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneDR5hNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneDR5hNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneDR5hNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneDR5hNj nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneDR5hNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneDR5hNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneDR5hNj nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneDR5hNj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneDR5hNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneDR5hNj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneDR5hNj .navbar {
    height: 70px;
  }
  .cid-veneDR5hNj .navbar.opened {
    height: auto;
  }
  .cid-veneDR5hNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneDR5hNj .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .navbar-short {
    min-height: 70px;
  }
}
.cid-veneDR5hNj .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneDR5hNj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneDR5hNj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneDR5hNj .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneDR5hNj .navbar-nav {
  display: flex !important;
}
.cid-veneDR5hNj .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneDR5hNj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneDR5hNj .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneDR5hNj .navbar-nav .nav-item .nav-link:hover,
.cid-veneDR5hNj .navbar-nav .nav-item .nav-link:focus,
.cid-veneDR5hNj .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneDR5hNj .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneDR5hNj .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneDR5hNj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneDR5hNj button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneDR5hNj button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneDR5hNj button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneDR5hNj button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneDR5hNj button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneDR5hNj button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneDR5hNj button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneDR5hNj button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneDR5hNj .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneDR5hNj .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneDR5hNj .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneDR5hNj .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneDR5hNj .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneDR5hNj .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneDR5hNj .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneDR5hNj .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneDR5hNj .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneDR5hNj .offcanvas.show {
  transform: translateX(0);
}
.cid-veneDR5hNj .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneDR5hNj .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneDR5hNj .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneDR5hNj .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneDR5hNj .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneDR5hNj .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneDR5hNj .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneDR5hNj .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneDR5hNj .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneDR5hNj .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneDR5hNj .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneDR5hNj ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneDR5hNj ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneDR5hNj ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneDR5hNj .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneDR5hNj .social-container {
    padding-top: 40px;
  }
}
.cid-veneDR5hNj .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneDR5hNj .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneDR5hNj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneDR5hNj .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneDR5hNj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneDR5hNj .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneDR5hNj .soc-item:hover:before {
  opacity: 1;
}
.cid-veneDR5hNj .offcanvas_btn {
  margin-top: auto;
}
.cid-veneDR5hNj .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneDR5hNj .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneDRhdBG {
  background-image: url("../../../assets/images/mennonitemeetinghouse1825.webp");
}
.cid-veneDRhdBG img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneDRhdBG .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneDRhdBG .images {
    display: none;
  }
}
.cid-veneDRhdBG .image-wrapper-1,
.cid-veneDRhdBG .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneDRhdBG .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneDRhdBG .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneDRhdBG .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneDRhdBG .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneDRhdBG .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneDRhdBG .image-wrapper-2 img {
  width: 90%;
}
.cid-veneDRhdBG .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneDRhdBG .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneDRhdBG .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneDRhdBG .text-wrapper {
  width: 100%;
}
.cid-veneDRhdBG .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneDRhdBG .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneDRhdBG .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneDRhdBG .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneDRhdBG .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneDRhdBG .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneDRhdBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneDRhdBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneDRhdBG .text {
  display: flex;
  align-items: center;
}
.cid-veoosnpMbm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoosnpMbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoosnpMbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoosnpMbm .container-fluid {
    padding: 0;
  }
}
.cid-veoosnpMbm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoosnpMbm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoosnpMbm .embla__button--next,
.cid-veoosnpMbm .embla__button--prev {
  display: flex;
}
.cid-veoosnpMbm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoosnpMbm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoosnpMbm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoosnpMbm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoosnpMbm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoosnpMbm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoosnpMbm .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoosnpMbm .embla {
  position: relative;
  width: 100%;
}
.cid-veoosnpMbm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoosnpMbm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoosnpMbm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoosnpMbm .embla__slide a {
  cursor: grab;
}
.cid-veoosnpMbm .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoosnpMbm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoosnpMbm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoosnpMbm .mbr-section-title {
  color: #232323;
}
.cid-veoosnpMbm .mbr-section-subtitle {
  color: #232323;
}
.cid-veoosnpMbm .mbr-box {
  color: #ffffff;
}
.cid-veoosnpMbm .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoosnpMbm img,
.cid-veoosnpMbm .item-img {
  width: 100%;
}
.cid-veoosnpMbm .item-wrapper {
  position: relative;
}
.cid-veoosnpMbm .content-head {
  max-width: 800px;
}
.cid-veneDRpp4F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneDRpp4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneDRpp4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneDRpp4F .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneDRpp4F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneDRpp4F .container {
    padding: 0 16px;
  }
}
.cid-veneDRpp4F .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneDRpp4F .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .row {
    padding: 25px 9px;
  }
}
.cid-veneDRpp4F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneDRpp4F .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneDRpp4F .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .image-wrapper img {
    height: 350px;
  }
}
.cid-veneDRpp4F .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneDRpp4F .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneDRpp4F .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneDRpp4F .items-wrapper {
    display: block;
  }
}
.cid-veneDRpp4F .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneDRpp4F .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneDRpp4F .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneDRpp4F .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneDRpp4F .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneDRpp4F .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneDRpp4F .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneDRpp4F .card {
  justify-content: center;
}
.cid-veneDRpp4F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneDRpp4F .mbr-text {
  color: #000000;
}
.cid-veneDRpp4F .card-title {
  color: #000000;
}
.cid-veneDRpp4F .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneDRpp4F .card-title,
.cid-veneDRpp4F .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneDRCo2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneDRCo2K .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneDRCo2K .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneDRCo2K .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneDRCo2K .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneDRCo2K .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneDRCo2K .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneDRCo2K .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneDRCo2K .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneDRCo2K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneDRCo2K .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneDRCo2K .embla__button--next,
.cid-veneDRCo2K .embla__button--prev {
  display: flex;
}
.cid-veneDRCo2K .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneDRCo2K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneDRCo2K .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneDRCo2K .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneDRCo2K .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneDRCo2K .embla__button {
    top: -10%;
  }
}
.cid-veneDRCo2K .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneDRCo2K .embla {
    margin-top: 80px;
  }
}
.cid-veneDRCo2K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneDRCo2K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneDRCo2K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneDRCo2K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneDRCo2K .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneDRCo2K .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneDRCo2K .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneDRCo2K .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneDRCo2K .mbr-text ul {
    display: block;
  }
}
.cid-veneDRCo2K .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneDRCo2K .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneDRCo2K .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneDRCo2K .item-wrapper {
  height: 100%;
}
.cid-veneDRCo2K .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneDRCo2K .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneDRCo2K .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veoorx1qaF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoorx1qaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoorx1qaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoorx1qaF .container-fluid {
    padding: 0;
  }
}
.cid-veoorx1qaF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoorx1qaF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoorx1qaF .embla__button--next,
.cid-veoorx1qaF .embla__button--prev {
  display: flex;
}
.cid-veoorx1qaF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoorx1qaF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoorx1qaF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoorx1qaF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoorx1qaF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoorx1qaF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoorx1qaF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoorx1qaF .embla {
  position: relative;
  width: 100%;
}
.cid-veoorx1qaF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoorx1qaF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoorx1qaF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoorx1qaF .embla__slide a {
  cursor: grab;
}
.cid-veoorx1qaF .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoorx1qaF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoorx1qaF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoorx1qaF .mbr-section-title {
  color: #232323;
}
.cid-veoorx1qaF .mbr-section-subtitle {
  color: #232323;
}
.cid-veoorx1qaF .mbr-box {
  color: #ffffff;
}
.cid-veoorx1qaF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoorx1qaF img,
.cid-veoorx1qaF .item-img {
  width: 100%;
}
.cid-veoorx1qaF .item-wrapper {
  position: relative;
}
.cid-veoorx1qaF .content-head {
  max-width: 800px;
}
#custom-html-kx {
  /* Type valid CSS here */
}
#custom-html-kx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kx p {
  font-size: 60px;
  color: #777;
}
.cid-veneDRN4W5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneDRN4W5 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneDRN4W5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneDRN4W5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneDRN4W5 .nav-link.active {
  background: #232323;
}
.cid-veneDRN4W5 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneDRN4W5 .nav-link:hover {
  background: #232323;
}
.cid-veneDRN4W5 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneDRN4W5 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneDRN4W5 .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneDRN4W5 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneDRN4W5 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneDRN4W5 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneDRN4W5 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneDRN4W5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneDRN4W5 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneDRN4W5 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneDRN4W5 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneDRN4W5 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneDRN4W5 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneDRN4W5 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneDRN4W5 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneDRN4W5 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneDRN4W5 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneDRN4W5 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneDRN4W5 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneDRN4W5 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneDRN4W5 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneDRN4W5 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneDRN4W5 .mbr-text,
  .cid-veneDRN4W5 .nav-link,
  .cid-veneDRN4W5 .mbr-card-title,
  .cid-veneDRN4W5 .mbr-section-title {
    text-align: left;
  }
  .cid-veneDRN4W5 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneDRN4W5 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneDRN4W5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneDRN4W5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneDRN4W5 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneDRN4W5 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneDRN4W5 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneDSFZrS .google-map {
  height: 700px;
  position: relative;
}
.cid-veneDSFZrS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneDSFZrS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneDSFZrS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneDSFZrS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneDSQSHH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneDSQSHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneDSQSHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneDSQSHH .container-fluid {
    padding: 0;
  }
}
.cid-veneDSQSHH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneDSQSHH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneDSQSHH .embla__button--next,
.cid-veneDSQSHH .embla__button--prev {
  display: flex;
}
.cid-veneDSQSHH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneDSQSHH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneDSQSHH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneDSQSHH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneDSQSHH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneDSQSHH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneDSQSHH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneDSQSHH .embla {
  position: relative;
  width: 100%;
}
.cid-veneDSQSHH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneDSQSHH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneDSQSHH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneDSQSHH .embla__slide a {
  cursor: grab;
}
.cid-veneDSQSHH .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneDSQSHH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneDSQSHH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneDSQSHH .mbr-section-title {
  color: #232323;
}
.cid-veneDSQSHH .mbr-section-subtitle {
  color: #232323;
}
.cid-veneDSQSHH .mbr-box {
  color: #ffffff;
}
.cid-veneDSQSHH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneDSQSHH img,
.cid-veneDSQSHH .item-img {
  width: 100%;
}
.cid-veneDSQSHH .item-wrapper {
  position: relative;
}
.cid-veneDSQSHH .content-head {
  max-width: 800px;
}
.cid-veneDT4xYp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneDT4xYp .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneEjUzgh {
  z-index: 1000;
  width: 100%;
}
.cid-veneEjUzgh .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;
}
.cid-veneEjUzgh .dropdown-menu {
  padding: 0;
}
.cid-veneEjUzgh .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneEjUzgh .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneEjUzgh .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneEjUzgh .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneEjUzgh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneEjUzgh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneEjUzgh .nav-link {
  position: relative;
}
.cid-veneEjUzgh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneEjUzgh .dropdown-menu,
.cid-veneEjUzgh .navbar.opened {
  background: #212428 !important;
}
.cid-veneEjUzgh .nav-item:focus,
.cid-veneEjUzgh .nav-link:focus {
  outline: none;
}
.cid-veneEjUzgh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneEjUzgh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneEjUzgh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneEjUzgh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneEjUzgh .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneEjUzgh .navbar.opened {
  transition: all 0.3s;
}
.cid-veneEjUzgh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneEjUzgh .navbar .navbar-logo img {
  width: auto;
}
.cid-veneEjUzgh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneEjUzgh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneEjUzgh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneEjUzgh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneEjUzgh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneEjUzgh .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-veneEjUzgh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneEjUzgh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneEjUzgh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneEjUzgh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneEjUzgh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneEjUzgh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .navbar {
    min-height: 80px;
  }
}
.cid-veneEjUzgh .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneEjUzgh .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneEjUzgh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneEjUzgh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneEjUzgh .dropdown-item.active,
.cid-veneEjUzgh .dropdown-item:active {
  background-color: transparent;
}
.cid-veneEjUzgh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneEjUzgh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneEjUzgh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneEjUzgh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneEjUzgh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneEjUzgh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneEjUzgh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneEjUzgh button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneEjUzgh button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneEjUzgh button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneEjUzgh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneEjUzgh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneEjUzgh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEjUzgh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEjUzgh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneEjUzgh nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneEjUzgh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneEjUzgh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneEjUzgh nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneEjUzgh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneEjUzgh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneEjUzgh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneEjUzgh .navbar {
    height: 70px;
  }
  .cid-veneEjUzgh .navbar.opened {
    height: auto;
  }
  .cid-veneEjUzgh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneEjUzgh .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .navbar-short {
    min-height: 70px;
  }
}
.cid-veneEjUzgh .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneEjUzgh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneEjUzgh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneEjUzgh .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneEjUzgh .navbar-nav {
  display: flex !important;
}
.cid-veneEjUzgh .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneEjUzgh .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneEjUzgh .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneEjUzgh .navbar-nav .nav-item .nav-link:hover,
.cid-veneEjUzgh .navbar-nav .nav-item .nav-link:focus,
.cid-veneEjUzgh .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneEjUzgh .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneEjUzgh .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneEjUzgh .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneEjUzgh button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneEjUzgh button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneEjUzgh button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneEjUzgh button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneEjUzgh button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneEjUzgh button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEjUzgh button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEjUzgh button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneEjUzgh .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneEjUzgh .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneEjUzgh .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneEjUzgh .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneEjUzgh .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneEjUzgh .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneEjUzgh .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneEjUzgh .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneEjUzgh .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneEjUzgh .offcanvas.show {
  transform: translateX(0);
}
.cid-veneEjUzgh .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneEjUzgh .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneEjUzgh .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneEjUzgh .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneEjUzgh .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneEjUzgh .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneEjUzgh .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneEjUzgh .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneEjUzgh .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneEjUzgh .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneEjUzgh .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneEjUzgh ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneEjUzgh ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneEjUzgh ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneEjUzgh .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneEjUzgh .social-container {
    padding-top: 40px;
  }
}
.cid-veneEjUzgh .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneEjUzgh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneEjUzgh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneEjUzgh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneEjUzgh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneEjUzgh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneEjUzgh .soc-item:hover:before {
  opacity: 1;
}
.cid-veneEjUzgh .offcanvas_btn {
  margin-top: auto;
}
.cid-veneEjUzgh .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneEjUzgh .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneEk6ryD {
  background-image: url("../../../assets/images/inclined-plane-bridge.webp");
}
.cid-veneEk6ryD img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneEk6ryD .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneEk6ryD .images {
    display: none;
  }
}
.cid-veneEk6ryD .image-wrapper-1,
.cid-veneEk6ryD .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneEk6ryD .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneEk6ryD .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneEk6ryD .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneEk6ryD .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneEk6ryD .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneEk6ryD .image-wrapper-2 img {
  width: 90%;
}
.cid-veneEk6ryD .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneEk6ryD .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneEk6ryD .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneEk6ryD .text-wrapper {
  width: 100%;
}
.cid-veneEk6ryD .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneEk6ryD .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneEk6ryD .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneEk6ryD .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneEk6ryD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneEk6ryD .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneEk6ryD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEk6ryD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneEk6ryD .text {
  display: flex;
  align-items: center;
}
.cid-veooB2OS8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooB2OS8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooB2OS8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooB2OS8K .container-fluid {
    padding: 0;
  }
}
.cid-veooB2OS8K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooB2OS8K .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooB2OS8K .embla__button--next,
.cid-veooB2OS8K .embla__button--prev {
  display: flex;
}
.cid-veooB2OS8K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooB2OS8K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooB2OS8K .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooB2OS8K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooB2OS8K .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooB2OS8K .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooB2OS8K .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooB2OS8K .embla {
  position: relative;
  width: 100%;
}
.cid-veooB2OS8K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooB2OS8K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooB2OS8K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooB2OS8K .embla__slide a {
  cursor: grab;
}
.cid-veooB2OS8K .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooB2OS8K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooB2OS8K .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooB2OS8K .mbr-section-title {
  color: #232323;
}
.cid-veooB2OS8K .mbr-section-subtitle {
  color: #232323;
}
.cid-veooB2OS8K .mbr-box {
  color: #ffffff;
}
.cid-veooB2OS8K .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooB2OS8K img,
.cid-veooB2OS8K .item-img {
  width: 100%;
}
.cid-veooB2OS8K .item-wrapper {
  position: relative;
}
.cid-veooB2OS8K .content-head {
  max-width: 800px;
}
.cid-veneEkeK5H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneEkeK5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEkeK5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneEkeK5H .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneEkeK5H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneEkeK5H .container {
    padding: 0 16px;
  }
}
.cid-veneEkeK5H .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneEkeK5H .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .row {
    padding: 25px 9px;
  }
}
.cid-veneEkeK5H .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneEkeK5H .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneEkeK5H .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .image-wrapper img {
    height: 350px;
  }
}
.cid-veneEkeK5H .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneEkeK5H .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneEkeK5H .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneEkeK5H .items-wrapper {
    display: block;
  }
}
.cid-veneEkeK5H .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneEkeK5H .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneEkeK5H .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneEkeK5H .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneEkeK5H .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneEkeK5H .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneEkeK5H .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneEkeK5H .card {
  justify-content: center;
}
.cid-veneEkeK5H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneEkeK5H .mbr-text {
  color: #000000;
}
.cid-veneEkeK5H .card-title {
  color: #000000;
}
.cid-veneEkeK5H .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneEkeK5H .card-title,
.cid-veneEkeK5H .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneEkrLkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneEkrLkl .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneEkrLkl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneEkrLkl .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneEkrLkl .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneEkrLkl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneEkrLkl .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneEkrLkl .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneEkrLkl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneEkrLkl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneEkrLkl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneEkrLkl .embla__button--next,
.cid-veneEkrLkl .embla__button--prev {
  display: flex;
}
.cid-veneEkrLkl .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneEkrLkl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneEkrLkl .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneEkrLkl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneEkrLkl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneEkrLkl .embla__button {
    top: -10%;
  }
}
.cid-veneEkrLkl .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneEkrLkl .embla {
    margin-top: 80px;
  }
}
.cid-veneEkrLkl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneEkrLkl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneEkrLkl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneEkrLkl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneEkrLkl .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneEkrLkl .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneEkrLkl .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneEkrLkl .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneEkrLkl .mbr-text ul {
    display: block;
  }
}
.cid-veneEkrLkl .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneEkrLkl .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneEkrLkl .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneEkrLkl .item-wrapper {
  height: 100%;
}
.cid-veneEkrLkl .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneEkrLkl .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneEkrLkl .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veooAeRpZp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooAeRpZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooAeRpZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooAeRpZp .container-fluid {
    padding: 0;
  }
}
.cid-veooAeRpZp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooAeRpZp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooAeRpZp .embla__button--next,
.cid-veooAeRpZp .embla__button--prev {
  display: flex;
}
.cid-veooAeRpZp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooAeRpZp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooAeRpZp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooAeRpZp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooAeRpZp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooAeRpZp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooAeRpZp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooAeRpZp .embla {
  position: relative;
  width: 100%;
}
.cid-veooAeRpZp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooAeRpZp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooAeRpZp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooAeRpZp .embla__slide a {
  cursor: grab;
}
.cid-veooAeRpZp .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooAeRpZp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooAeRpZp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooAeRpZp .mbr-section-title {
  color: #232323;
}
.cid-veooAeRpZp .mbr-section-subtitle {
  color: #232323;
}
.cid-veooAeRpZp .mbr-box {
  color: #ffffff;
}
.cid-veooAeRpZp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooAeRpZp img,
.cid-veooAeRpZp .item-img {
  width: 100%;
}
.cid-veooAeRpZp .item-wrapper {
  position: relative;
}
.cid-veooAeRpZp .content-head {
  max-width: 800px;
}
#custom-html-l6 {
  /* Type valid CSS here */
}
#custom-html-l6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l6 p {
  font-size: 60px;
  color: #777;
}
.cid-veneEkCeV4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneEkCeV4 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneEkCeV4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneEkCeV4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneEkCeV4 .nav-link.active {
  background: #232323;
}
.cid-veneEkCeV4 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneEkCeV4 .nav-link:hover {
  background: #232323;
}
.cid-veneEkCeV4 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneEkCeV4 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneEkCeV4 .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneEkCeV4 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneEkCeV4 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneEkCeV4 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneEkCeV4 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneEkCeV4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneEkCeV4 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneEkCeV4 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneEkCeV4 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneEkCeV4 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneEkCeV4 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneEkCeV4 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneEkCeV4 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneEkCeV4 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneEkCeV4 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneEkCeV4 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneEkCeV4 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneEkCeV4 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneEkCeV4 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneEkCeV4 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneEkCeV4 .mbr-text,
  .cid-veneEkCeV4 .nav-link,
  .cid-veneEkCeV4 .mbr-card-title,
  .cid-veneEkCeV4 .mbr-section-title {
    text-align: left;
  }
  .cid-veneEkCeV4 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneEkCeV4 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneEkCeV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEkCeV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneEkCeV4 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneEkCeV4 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneEkCeV4 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneElwFS2 .google-map {
  height: 700px;
  position: relative;
}
.cid-veneElwFS2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneElwFS2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneElwFS2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneElwFS2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veooxw8lEb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooxw8lEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooxw8lEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooxw8lEb .container-fluid {
    padding: 0;
  }
}
.cid-veooxw8lEb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooxw8lEb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooxw8lEb .embla__button--next,
.cid-veooxw8lEb .embla__button--prev {
  display: flex;
}
.cid-veooxw8lEb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooxw8lEb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooxw8lEb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooxw8lEb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooxw8lEb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooxw8lEb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooxw8lEb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooxw8lEb .embla {
  position: relative;
  width: 100%;
}
.cid-veooxw8lEb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooxw8lEb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooxw8lEb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooxw8lEb .embla__slide a {
  cursor: grab;
}
.cid-veooxw8lEb .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooxw8lEb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooxw8lEb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooxw8lEb .mbr-section-title {
  color: #232323;
}
.cid-veooxw8lEb .mbr-section-subtitle {
  color: #232323;
}
.cid-veooxw8lEb .mbr-box {
  color: #ffffff;
}
.cid-veooxw8lEb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooxw8lEb img,
.cid-veooxw8lEb .item-img {
  width: 100%;
}
.cid-veooxw8lEb .item-wrapper {
  position: relative;
}
.cid-veooxw8lEb .content-head {
  max-width: 800px;
}
.cid-veneElSILB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneElSILB .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneEHNPbK {
  z-index: 1000;
  width: 100%;
}
.cid-veneEHNPbK .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;
}
.cid-veneEHNPbK .dropdown-menu {
  padding: 0;
}
.cid-veneEHNPbK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneEHNPbK .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneEHNPbK .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneEHNPbK .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneEHNPbK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneEHNPbK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneEHNPbK .nav-link {
  position: relative;
}
.cid-veneEHNPbK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneEHNPbK .dropdown-menu,
.cid-veneEHNPbK .navbar.opened {
  background: #212428 !important;
}
.cid-veneEHNPbK .nav-item:focus,
.cid-veneEHNPbK .nav-link:focus {
  outline: none;
}
.cid-veneEHNPbK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneEHNPbK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneEHNPbK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneEHNPbK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneEHNPbK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneEHNPbK .navbar.opened {
  transition: all 0.3s;
}
.cid-veneEHNPbK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneEHNPbK .navbar .navbar-logo img {
  width: auto;
}
.cid-veneEHNPbK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneEHNPbK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneEHNPbK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneEHNPbK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneEHNPbK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneEHNPbK .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-veneEHNPbK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneEHNPbK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneEHNPbK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneEHNPbK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneEHNPbK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneEHNPbK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .navbar {
    min-height: 80px;
  }
}
.cid-veneEHNPbK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneEHNPbK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneEHNPbK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneEHNPbK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneEHNPbK .dropdown-item.active,
.cid-veneEHNPbK .dropdown-item:active {
  background-color: transparent;
}
.cid-veneEHNPbK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneEHNPbK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneEHNPbK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneEHNPbK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneEHNPbK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneEHNPbK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneEHNPbK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneEHNPbK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneEHNPbK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneEHNPbK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneEHNPbK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneEHNPbK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneEHNPbK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEHNPbK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEHNPbK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneEHNPbK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneEHNPbK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneEHNPbK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneEHNPbK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneEHNPbK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneEHNPbK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneEHNPbK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneEHNPbK .navbar {
    height: 70px;
  }
  .cid-veneEHNPbK .navbar.opened {
    height: auto;
  }
  .cid-veneEHNPbK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneEHNPbK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .navbar-short {
    min-height: 70px;
  }
}
.cid-veneEHNPbK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneEHNPbK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneEHNPbK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneEHNPbK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneEHNPbK .navbar-nav {
  display: flex !important;
}
.cid-veneEHNPbK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneEHNPbK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneEHNPbK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneEHNPbK .navbar-nav .nav-item .nav-link:hover,
.cid-veneEHNPbK .navbar-nav .nav-item .nav-link:focus,
.cid-veneEHNPbK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneEHNPbK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneEHNPbK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneEHNPbK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneEHNPbK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneEHNPbK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneEHNPbK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneEHNPbK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneEHNPbK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneEHNPbK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEHNPbK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneEHNPbK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneEHNPbK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneEHNPbK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneEHNPbK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneEHNPbK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneEHNPbK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneEHNPbK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneEHNPbK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneEHNPbK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneEHNPbK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneEHNPbK .offcanvas.show {
  transform: translateX(0);
}
.cid-veneEHNPbK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneEHNPbK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneEHNPbK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneEHNPbK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneEHNPbK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneEHNPbK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneEHNPbK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneEHNPbK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneEHNPbK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneEHNPbK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneEHNPbK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneEHNPbK ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneEHNPbK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneEHNPbK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneEHNPbK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneEHNPbK .social-container {
    padding-top: 40px;
  }
}
.cid-veneEHNPbK .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneEHNPbK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneEHNPbK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneEHNPbK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneEHNPbK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneEHNPbK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneEHNPbK .soc-item:hover:before {
  opacity: 1;
}
.cid-veneEHNPbK .offcanvas_btn {
  margin-top: auto;
}
.cid-veneEHNPbK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneEHNPbK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneEHZb1p {
  background-image: url("../../../assets/images/st.-katharine-drexel-parish2c-lansford2c-pa.webp");
}
.cid-veneEHZb1p img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneEHZb1p .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneEHZb1p .images {
    display: none;
  }
}
.cid-veneEHZb1p .image-wrapper-1,
.cid-veneEHZb1p .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneEHZb1p .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneEHZb1p .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneEHZb1p .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneEHZb1p .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneEHZb1p .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneEHZb1p .image-wrapper-2 img {
  width: 90%;
}
.cid-veneEHZb1p .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneEHZb1p .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneEHZb1p .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneEHZb1p .text-wrapper {
  width: 100%;
}
.cid-veneEHZb1p .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneEHZb1p .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneEHZb1p .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneEHZb1p .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneEHZb1p .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneEHZb1p .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneEHZb1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEHZb1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneEHZb1p .text {
  display: flex;
  align-items: center;
}
.cid-veooMZukkk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooMZukkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooMZukkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooMZukkk .container-fluid {
    padding: 0;
  }
}
.cid-veooMZukkk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooMZukkk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooMZukkk .embla__button--next,
.cid-veooMZukkk .embla__button--prev {
  display: flex;
}
.cid-veooMZukkk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooMZukkk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooMZukkk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooMZukkk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooMZukkk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooMZukkk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooMZukkk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooMZukkk .embla {
  position: relative;
  width: 100%;
}
.cid-veooMZukkk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooMZukkk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooMZukkk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooMZukkk .embla__slide a {
  cursor: grab;
}
.cid-veooMZukkk .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooMZukkk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooMZukkk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooMZukkk .mbr-section-title {
  color: #232323;
}
.cid-veooMZukkk .mbr-section-subtitle {
  color: #232323;
}
.cid-veooMZukkk .mbr-box {
  color: #ffffff;
}
.cid-veooMZukkk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooMZukkk img,
.cid-veooMZukkk .item-img {
  width: 100%;
}
.cid-veooMZukkk .item-wrapper {
  position: relative;
}
.cid-veooMZukkk .content-head {
  max-width: 800px;
}
.cid-veneEI7EkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneEI7EkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEI7EkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneEI7EkH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneEI7EkH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneEI7EkH .container {
    padding: 0 16px;
  }
}
.cid-veneEI7EkH .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneEI7EkH .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .row {
    padding: 25px 9px;
  }
}
.cid-veneEI7EkH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneEI7EkH .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneEI7EkH .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .image-wrapper img {
    height: 350px;
  }
}
.cid-veneEI7EkH .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneEI7EkH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneEI7EkH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneEI7EkH .items-wrapper {
    display: block;
  }
}
.cid-veneEI7EkH .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneEI7EkH .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneEI7EkH .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneEI7EkH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneEI7EkH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneEI7EkH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneEI7EkH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneEI7EkH .card {
  justify-content: center;
}
.cid-veneEI7EkH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneEI7EkH .mbr-text {
  color: #000000;
}
.cid-veneEI7EkH .card-title {
  color: #000000;
}
.cid-veneEI7EkH .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneEI7EkH .card-title,
.cid-veneEI7EkH .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneEIjaz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneEIjaz2 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneEIjaz2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneEIjaz2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneEIjaz2 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneEIjaz2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneEIjaz2 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneEIjaz2 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneEIjaz2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneEIjaz2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneEIjaz2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneEIjaz2 .embla__button--next,
.cid-veneEIjaz2 .embla__button--prev {
  display: flex;
}
.cid-veneEIjaz2 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneEIjaz2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneEIjaz2 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneEIjaz2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneEIjaz2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneEIjaz2 .embla__button {
    top: -10%;
  }
}
.cid-veneEIjaz2 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneEIjaz2 .embla {
    margin-top: 80px;
  }
}
.cid-veneEIjaz2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneEIjaz2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneEIjaz2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneEIjaz2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneEIjaz2 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneEIjaz2 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneEIjaz2 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneEIjaz2 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneEIjaz2 .mbr-text ul {
    display: block;
  }
}
.cid-veneEIjaz2 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneEIjaz2 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneEIjaz2 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneEIjaz2 .item-wrapper {
  height: 100%;
}
.cid-veneEIjaz2 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneEIjaz2 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneEIjaz2 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veooM1gZBr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veooM1gZBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veooM1gZBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veooM1gZBr .container-fluid {
    padding: 0;
  }
}
.cid-veooM1gZBr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veooM1gZBr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veooM1gZBr .embla__button--next,
.cid-veooM1gZBr .embla__button--prev {
  display: flex;
}
.cid-veooM1gZBr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veooM1gZBr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veooM1gZBr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veooM1gZBr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veooM1gZBr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veooM1gZBr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veooM1gZBr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veooM1gZBr .embla {
  position: relative;
  width: 100%;
}
.cid-veooM1gZBr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veooM1gZBr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veooM1gZBr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veooM1gZBr .embla__slide a {
  cursor: grab;
}
.cid-veooM1gZBr .embla__slide a:active {
  cursor: grabbing;
}
.cid-veooM1gZBr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veooM1gZBr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veooM1gZBr .mbr-section-title {
  color: #232323;
}
.cid-veooM1gZBr .mbr-section-subtitle {
  color: #232323;
}
.cid-veooM1gZBr .mbr-box {
  color: #ffffff;
}
.cid-veooM1gZBr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veooM1gZBr img,
.cid-veooM1gZBr .item-img {
  width: 100%;
}
.cid-veooM1gZBr .item-wrapper {
  position: relative;
}
.cid-veooM1gZBr .content-head {
  max-width: 800px;
}
#custom-html-lf {
  /* Type valid CSS here */
}
#custom-html-lf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lf p {
  font-size: 60px;
  color: #777;
}
.cid-veneEIvQ8a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneEIvQ8a h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneEIvQ8a .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneEIvQ8a .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneEIvQ8a .nav-link.active {
  background: #232323;
}
.cid-veneEIvQ8a .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneEIvQ8a .nav-link:hover {
  background: #232323;
}
.cid-veneEIvQ8a .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneEIvQ8a .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneEIvQ8a .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneEIvQ8a .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneEIvQ8a .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneEIvQ8a .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneEIvQ8a .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneEIvQ8a .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneEIvQ8a .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneEIvQ8a .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneEIvQ8a .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneEIvQ8a .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneEIvQ8a .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneEIvQ8a .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneEIvQ8a .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneEIvQ8a .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneEIvQ8a .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneEIvQ8a .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneEIvQ8a .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneEIvQ8a .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneEIvQ8a .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneEIvQ8a .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneEIvQ8a .mbr-text,
  .cid-veneEIvQ8a .nav-link,
  .cid-veneEIvQ8a .mbr-card-title,
  .cid-veneEIvQ8a .mbr-section-title {
    text-align: left;
  }
  .cid-veneEIvQ8a .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneEIvQ8a .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneEIvQ8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEIvQ8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneEIvQ8a .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneEIvQ8a .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneEIvQ8a .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneEJnq8r .google-map {
  height: 700px;
  position: relative;
}
.cid-veneEJnq8r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneEJnq8r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneEJnq8r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneEJnq8r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneEJyWgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneEJyWgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneEJyWgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneEJyWgT .container-fluid {
    padding: 0;
  }
}
.cid-veneEJyWgT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneEJyWgT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneEJyWgT .embla__button--next,
.cid-veneEJyWgT .embla__button--prev {
  display: flex;
}
.cid-veneEJyWgT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneEJyWgT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneEJyWgT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneEJyWgT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneEJyWgT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneEJyWgT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneEJyWgT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneEJyWgT .embla {
  position: relative;
  width: 100%;
}
.cid-veneEJyWgT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneEJyWgT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneEJyWgT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneEJyWgT .embla__slide a {
  cursor: grab;
}
.cid-veneEJyWgT .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneEJyWgT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneEJyWgT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneEJyWgT .mbr-section-title {
  color: #232323;
}
.cid-veneEJyWgT .mbr-section-subtitle {
  color: #232323;
}
.cid-veneEJyWgT .mbr-box {
  color: #ffffff;
}
.cid-veneEJyWgT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneEJyWgT img,
.cid-veneEJyWgT .item-img {
  width: 100%;
}
.cid-veneEJyWgT .item-wrapper {
  position: relative;
}
.cid-veneEJyWgT .content-head {
  max-width: 800px;
}
.cid-veneEJKySF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneEJKySF .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneF2RwQF {
  z-index: 1000;
  width: 100%;
}
.cid-veneF2RwQF .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;
}
.cid-veneF2RwQF .dropdown-menu {
  padding: 0;
}
.cid-veneF2RwQF .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneF2RwQF .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneF2RwQF .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneF2RwQF .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneF2RwQF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneF2RwQF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneF2RwQF .nav-link {
  position: relative;
}
.cid-veneF2RwQF .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneF2RwQF .dropdown-menu,
.cid-veneF2RwQF .navbar.opened {
  background: #212428 !important;
}
.cid-veneF2RwQF .nav-item:focus,
.cid-veneF2RwQF .nav-link:focus {
  outline: none;
}
.cid-veneF2RwQF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneF2RwQF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneF2RwQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneF2RwQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneF2RwQF .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneF2RwQF .navbar.opened {
  transition: all 0.3s;
}
.cid-veneF2RwQF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneF2RwQF .navbar .navbar-logo img {
  width: auto;
}
.cid-veneF2RwQF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneF2RwQF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneF2RwQF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneF2RwQF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneF2RwQF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneF2RwQF .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-veneF2RwQF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneF2RwQF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneF2RwQF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneF2RwQF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneF2RwQF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneF2RwQF .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .navbar {
    min-height: 80px;
  }
}
.cid-veneF2RwQF .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneF2RwQF .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneF2RwQF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneF2RwQF .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneF2RwQF .dropdown-item.active,
.cid-veneF2RwQF .dropdown-item:active {
  background-color: transparent;
}
.cid-veneF2RwQF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneF2RwQF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneF2RwQF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneF2RwQF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneF2RwQF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneF2RwQF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneF2RwQF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneF2RwQF button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneF2RwQF button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneF2RwQF button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneF2RwQF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneF2RwQF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneF2RwQF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneF2RwQF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneF2RwQF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneF2RwQF nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneF2RwQF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneF2RwQF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneF2RwQF nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneF2RwQF .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneF2RwQF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneF2RwQF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneF2RwQF .navbar {
    height: 70px;
  }
  .cid-veneF2RwQF .navbar.opened {
    height: auto;
  }
  .cid-veneF2RwQF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneF2RwQF .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .navbar-short {
    min-height: 70px;
  }
}
.cid-veneF2RwQF .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneF2RwQF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneF2RwQF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneF2RwQF .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneF2RwQF .navbar-nav {
  display: flex !important;
}
.cid-veneF2RwQF .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneF2RwQF .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneF2RwQF .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneF2RwQF .navbar-nav .nav-item .nav-link:hover,
.cid-veneF2RwQF .navbar-nav .nav-item .nav-link:focus,
.cid-veneF2RwQF .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneF2RwQF .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneF2RwQF .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneF2RwQF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneF2RwQF button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneF2RwQF button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneF2RwQF button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneF2RwQF button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneF2RwQF button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneF2RwQF button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneF2RwQF button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneF2RwQF button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneF2RwQF .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneF2RwQF .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneF2RwQF .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneF2RwQF .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneF2RwQF .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneF2RwQF .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneF2RwQF .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneF2RwQF .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneF2RwQF .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneF2RwQF .offcanvas.show {
  transform: translateX(0);
}
.cid-veneF2RwQF .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneF2RwQF .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneF2RwQF .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneF2RwQF .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneF2RwQF .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneF2RwQF .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneF2RwQF .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneF2RwQF .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneF2RwQF .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneF2RwQF .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneF2RwQF .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneF2RwQF ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneF2RwQF ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneF2RwQF ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneF2RwQF .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneF2RwQF .social-container {
    padding-top: 40px;
  }
}
.cid-veneF2RwQF .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneF2RwQF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneF2RwQF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneF2RwQF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneF2RwQF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneF2RwQF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneF2RwQF .soc-item:hover:before {
  opacity: 1;
}
.cid-veneF2RwQF .offcanvas_btn {
  margin-top: auto;
}
.cid-veneF2RwQF .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneF2RwQF .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneF33wV3 {
  background-image: url("../../../assets/images/westchester.webp");
}
.cid-veneF33wV3 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneF33wV3 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneF33wV3 .images {
    display: none;
  }
}
.cid-veneF33wV3 .image-wrapper-1,
.cid-veneF33wV3 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneF33wV3 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneF33wV3 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneF33wV3 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneF33wV3 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneF33wV3 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneF33wV3 .image-wrapper-2 img {
  width: 90%;
}
.cid-veneF33wV3 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneF33wV3 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneF33wV3 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneF33wV3 .text-wrapper {
  width: 100%;
}
.cid-veneF33wV3 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneF33wV3 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneF33wV3 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneF33wV3 .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneF33wV3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneF33wV3 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneF33wV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneF33wV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneF33wV3 .text {
  display: flex;
  align-items: center;
}
.cid-veop7qwE0u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veop7qwE0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-veop7qwE0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veop7qwE0u .container-fluid {
    padding: 0;
  }
}
.cid-veop7qwE0u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veop7qwE0u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veop7qwE0u .embla__button--next,
.cid-veop7qwE0u .embla__button--prev {
  display: flex;
}
.cid-veop7qwE0u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veop7qwE0u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veop7qwE0u .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veop7qwE0u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veop7qwE0u .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veop7qwE0u .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veop7qwE0u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veop7qwE0u .embla {
  position: relative;
  width: 100%;
}
.cid-veop7qwE0u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veop7qwE0u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veop7qwE0u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veop7qwE0u .embla__slide a {
  cursor: grab;
}
.cid-veop7qwE0u .embla__slide a:active {
  cursor: grabbing;
}
.cid-veop7qwE0u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veop7qwE0u .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veop7qwE0u .mbr-section-title {
  color: #232323;
}
.cid-veop7qwE0u .mbr-section-subtitle {
  color: #232323;
}
.cid-veop7qwE0u .mbr-box {
  color: #ffffff;
}
.cid-veop7qwE0u .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veop7qwE0u img,
.cid-veop7qwE0u .item-img {
  width: 100%;
}
.cid-veop7qwE0u .item-wrapper {
  position: relative;
}
.cid-veop7qwE0u .content-head {
  max-width: 800px;
}
.cid-veneF3d9MH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneF3d9MH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneF3d9MH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneF3d9MH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneF3d9MH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneF3d9MH .container {
    padding: 0 16px;
  }
}
.cid-veneF3d9MH .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneF3d9MH .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .row {
    padding: 25px 9px;
  }
}
.cid-veneF3d9MH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneF3d9MH .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneF3d9MH .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .image-wrapper img {
    height: 350px;
  }
}
.cid-veneF3d9MH .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneF3d9MH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneF3d9MH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneF3d9MH .items-wrapper {
    display: block;
  }
}
.cid-veneF3d9MH .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneF3d9MH .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneF3d9MH .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneF3d9MH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneF3d9MH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneF3d9MH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneF3d9MH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneF3d9MH .card {
  justify-content: center;
}
.cid-veneF3d9MH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneF3d9MH .mbr-text {
  color: #000000;
}
.cid-veneF3d9MH .card-title {
  color: #000000;
}
.cid-veneF3d9MH .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneF3d9MH .card-title,
.cid-veneF3d9MH .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneF3qXZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneF3qXZg .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneF3qXZg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneF3qXZg .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneF3qXZg .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneF3qXZg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneF3qXZg .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneF3qXZg .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneF3qXZg .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneF3qXZg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneF3qXZg .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneF3qXZg .embla__button--next,
.cid-veneF3qXZg .embla__button--prev {
  display: flex;
}
.cid-veneF3qXZg .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneF3qXZg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneF3qXZg .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneF3qXZg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneF3qXZg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneF3qXZg .embla__button {
    top: -10%;
  }
}
.cid-veneF3qXZg .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneF3qXZg .embla {
    margin-top: 80px;
  }
}
.cid-veneF3qXZg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneF3qXZg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneF3qXZg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneF3qXZg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneF3qXZg .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneF3qXZg .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneF3qXZg .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneF3qXZg .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneF3qXZg .mbr-text ul {
    display: block;
  }
}
.cid-veneF3qXZg .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneF3qXZg .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneF3qXZg .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneF3qXZg .item-wrapper {
  height: 100%;
}
.cid-veneF3qXZg .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneF3qXZg .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneF3qXZg .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veop6hNOCb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veop6hNOCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veop6hNOCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veop6hNOCb .container-fluid {
    padding: 0;
  }
}
.cid-veop6hNOCb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veop6hNOCb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veop6hNOCb .embla__button--next,
.cid-veop6hNOCb .embla__button--prev {
  display: flex;
}
.cid-veop6hNOCb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veop6hNOCb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veop6hNOCb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veop6hNOCb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veop6hNOCb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veop6hNOCb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veop6hNOCb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veop6hNOCb .embla {
  position: relative;
  width: 100%;
}
.cid-veop6hNOCb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veop6hNOCb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veop6hNOCb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veop6hNOCb .embla__slide a {
  cursor: grab;
}
.cid-veop6hNOCb .embla__slide a:active {
  cursor: grabbing;
}
.cid-veop6hNOCb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veop6hNOCb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veop6hNOCb .mbr-section-title {
  color: #232323;
}
.cid-veop6hNOCb .mbr-section-subtitle {
  color: #232323;
}
.cid-veop6hNOCb .mbr-box {
  color: #ffffff;
}
.cid-veop6hNOCb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veop6hNOCb img,
.cid-veop6hNOCb .item-img {
  width: 100%;
}
.cid-veop6hNOCb .item-wrapper {
  position: relative;
}
.cid-veop6hNOCb .content-head {
  max-width: 800px;
}
#custom-html-lo {
  /* Type valid CSS here */
}
#custom-html-lo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lo p {
  font-size: 60px;
  color: #777;
}
.cid-veneF3BTgj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneF3BTgj h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneF3BTgj .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneF3BTgj .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneF3BTgj .nav-link.active {
  background: #232323;
}
.cid-veneF3BTgj .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneF3BTgj .nav-link:hover {
  background: #232323;
}
.cid-veneF3BTgj .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneF3BTgj .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneF3BTgj .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneF3BTgj .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneF3BTgj .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneF3BTgj .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneF3BTgj .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneF3BTgj .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneF3BTgj .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneF3BTgj .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneF3BTgj .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneF3BTgj .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneF3BTgj .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneF3BTgj .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneF3BTgj .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneF3BTgj .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneF3BTgj .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneF3BTgj .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneF3BTgj .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneF3BTgj .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneF3BTgj .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneF3BTgj .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneF3BTgj .mbr-text,
  .cid-veneF3BTgj .nav-link,
  .cid-veneF3BTgj .mbr-card-title,
  .cid-veneF3BTgj .mbr-section-title {
    text-align: left;
  }
  .cid-veneF3BTgj .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneF3BTgj .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneF3BTgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneF3BTgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneF3BTgj .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneF3BTgj .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneF3BTgj .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneF4rMCI .google-map {
  height: 700px;
  position: relative;
}
.cid-veneF4rMCI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneF4rMCI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneF4rMCI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneF4rMCI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneF4B8bU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneF4B8bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneF4B8bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneF4B8bU .container-fluid {
    padding: 0;
  }
}
.cid-veneF4B8bU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneF4B8bU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneF4B8bU .embla__button--next,
.cid-veneF4B8bU .embla__button--prev {
  display: flex;
}
.cid-veneF4B8bU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneF4B8bU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneF4B8bU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneF4B8bU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneF4B8bU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneF4B8bU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneF4B8bU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneF4B8bU .embla {
  position: relative;
  width: 100%;
}
.cid-veneF4B8bU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneF4B8bU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneF4B8bU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneF4B8bU .embla__slide a {
  cursor: grab;
}
.cid-veneF4B8bU .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneF4B8bU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneF4B8bU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneF4B8bU .mbr-section-title {
  color: #232323;
}
.cid-veneF4B8bU .mbr-section-subtitle {
  color: #232323;
}
.cid-veneF4B8bU .mbr-box {
  color: #ffffff;
}
.cid-veneF4B8bU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneF4B8bU img,
.cid-veneF4B8bU .item-img {
  width: 100%;
}
.cid-veneF4B8bU .item-wrapper {
  position: relative;
}
.cid-veneF4B8bU .content-head {
  max-width: 800px;
}
.cid-veneF4ODT1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneF4ODT1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneFJC6t5 {
  z-index: 1000;
  width: 100%;
}
.cid-veneFJC6t5 .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;
}
.cid-veneFJC6t5 .dropdown-menu {
  padding: 0;
}
.cid-veneFJC6t5 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneFJC6t5 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneFJC6t5 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneFJC6t5 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneFJC6t5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneFJC6t5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneFJC6t5 .nav-link {
  position: relative;
}
.cid-veneFJC6t5 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneFJC6t5 .dropdown-menu,
.cid-veneFJC6t5 .navbar.opened {
  background: #212428 !important;
}
.cid-veneFJC6t5 .nav-item:focus,
.cid-veneFJC6t5 .nav-link:focus {
  outline: none;
}
.cid-veneFJC6t5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneFJC6t5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneFJC6t5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneFJC6t5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneFJC6t5 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneFJC6t5 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneFJC6t5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneFJC6t5 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneFJC6t5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneFJC6t5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneFJC6t5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneFJC6t5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneFJC6t5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneFJC6t5 .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-veneFJC6t5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneFJC6t5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneFJC6t5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneFJC6t5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneFJC6t5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneFJC6t5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .navbar {
    min-height: 80px;
  }
}
.cid-veneFJC6t5 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneFJC6t5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneFJC6t5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneFJC6t5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneFJC6t5 .dropdown-item.active,
.cid-veneFJC6t5 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneFJC6t5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneFJC6t5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneFJC6t5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneFJC6t5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneFJC6t5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneFJC6t5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneFJC6t5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneFJC6t5 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneFJC6t5 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneFJC6t5 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneFJC6t5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneFJC6t5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneFJC6t5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneFJC6t5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneFJC6t5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneFJC6t5 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneFJC6t5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneFJC6t5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneFJC6t5 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneFJC6t5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneFJC6t5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneFJC6t5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneFJC6t5 .navbar {
    height: 70px;
  }
  .cid-veneFJC6t5 .navbar.opened {
    height: auto;
  }
  .cid-veneFJC6t5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneFJC6t5 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneFJC6t5 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneFJC6t5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneFJC6t5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneFJC6t5 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneFJC6t5 .navbar-nav {
  display: flex !important;
}
.cid-veneFJC6t5 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneFJC6t5 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneFJC6t5 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneFJC6t5 .navbar-nav .nav-item .nav-link:hover,
.cid-veneFJC6t5 .navbar-nav .nav-item .nav-link:focus,
.cid-veneFJC6t5 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneFJC6t5 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneFJC6t5 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneFJC6t5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneFJC6t5 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneFJC6t5 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneFJC6t5 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneFJC6t5 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneFJC6t5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneFJC6t5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneFJC6t5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneFJC6t5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneFJC6t5 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneFJC6t5 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneFJC6t5 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneFJC6t5 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneFJC6t5 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneFJC6t5 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneFJC6t5 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneFJC6t5 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneFJC6t5 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneFJC6t5 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneFJC6t5 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneFJC6t5 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneFJC6t5 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneFJC6t5 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneFJC6t5 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneFJC6t5 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneFJC6t5 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneFJC6t5 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneFJC6t5 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneFJC6t5 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneFJC6t5 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneFJC6t5 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneFJC6t5 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneFJC6t5 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneFJC6t5 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneFJC6t5 .social-container {
    padding-top: 40px;
  }
}
.cid-veneFJC6t5 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneFJC6t5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneFJC6t5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneFJC6t5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneFJC6t5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneFJC6t5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneFJC6t5 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneFJC6t5 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneFJC6t5 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneFJC6t5 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneFJOW8x {
  background-image: url("../../../assets/images/sutton-ditz-house.webp");
}
.cid-veneFJOW8x img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneFJOW8x .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneFJOW8x .images {
    display: none;
  }
}
.cid-veneFJOW8x .image-wrapper-1,
.cid-veneFJOW8x .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneFJOW8x .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneFJOW8x .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneFJOW8x .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneFJOW8x .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneFJOW8x .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneFJOW8x .image-wrapper-2 img {
  width: 90%;
}
.cid-veneFJOW8x .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneFJOW8x .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneFJOW8x .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneFJOW8x .text-wrapper {
  width: 100%;
}
.cid-veneFJOW8x .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneFJOW8x .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneFJOW8x .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneFJOW8x .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneFJOW8x .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneFJOW8x .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneFJOW8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneFJOW8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneFJOW8x .text {
  display: flex;
  align-items: center;
}
.cid-veopebCw6K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopebCw6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopebCw6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopebCw6K .container-fluid {
    padding: 0;
  }
}
.cid-veopebCw6K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopebCw6K .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopebCw6K .embla__button--next,
.cid-veopebCw6K .embla__button--prev {
  display: flex;
}
.cid-veopebCw6K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopebCw6K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopebCw6K .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopebCw6K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopebCw6K .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopebCw6K .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopebCw6K .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopebCw6K .embla {
  position: relative;
  width: 100%;
}
.cid-veopebCw6K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopebCw6K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopebCw6K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopebCw6K .embla__slide a {
  cursor: grab;
}
.cid-veopebCw6K .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopebCw6K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopebCw6K .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopebCw6K .mbr-section-title {
  color: #232323;
}
.cid-veopebCw6K .mbr-section-subtitle {
  color: #232323;
}
.cid-veopebCw6K .mbr-box {
  color: #ffffff;
}
.cid-veopebCw6K .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopebCw6K img,
.cid-veopebCw6K .item-img {
  width: 100%;
}
.cid-veopebCw6K .item-wrapper {
  position: relative;
}
.cid-veopebCw6K .content-head {
  max-width: 800px;
}
.cid-veneFJXW1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneFJXW1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneFJXW1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneFJXW1m .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneFJXW1m .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneFJXW1m .container {
    padding: 0 16px;
  }
}
.cid-veneFJXW1m .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneFJXW1m .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .row {
    padding: 25px 9px;
  }
}
.cid-veneFJXW1m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneFJXW1m .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneFJXW1m .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .image-wrapper img {
    height: 350px;
  }
}
.cid-veneFJXW1m .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneFJXW1m .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneFJXW1m .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneFJXW1m .items-wrapper {
    display: block;
  }
}
.cid-veneFJXW1m .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneFJXW1m .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneFJXW1m .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneFJXW1m .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneFJXW1m .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneFJXW1m .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneFJXW1m .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneFJXW1m .card {
  justify-content: center;
}
.cid-veneFJXW1m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneFJXW1m .mbr-text {
  color: #000000;
}
.cid-veneFJXW1m .card-title {
  color: #000000;
}
.cid-veneFJXW1m .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneFJXW1m .card-title,
.cid-veneFJXW1m .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneFK8LfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneFK8LfZ .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneFK8LfZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneFK8LfZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneFK8LfZ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneFK8LfZ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneFK8LfZ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneFK8LfZ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneFK8LfZ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneFK8LfZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneFK8LfZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneFK8LfZ .embla__button--next,
.cid-veneFK8LfZ .embla__button--prev {
  display: flex;
}
.cid-veneFK8LfZ .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneFK8LfZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneFK8LfZ .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneFK8LfZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneFK8LfZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneFK8LfZ .embla__button {
    top: -10%;
  }
}
.cid-veneFK8LfZ .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneFK8LfZ .embla {
    margin-top: 80px;
  }
}
.cid-veneFK8LfZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneFK8LfZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneFK8LfZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneFK8LfZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneFK8LfZ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneFK8LfZ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneFK8LfZ .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneFK8LfZ .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneFK8LfZ .mbr-text ul {
    display: block;
  }
}
.cid-veneFK8LfZ .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneFK8LfZ .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneFK8LfZ .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneFK8LfZ .item-wrapper {
  height: 100%;
}
.cid-veneFK8LfZ .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneFK8LfZ .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneFK8LfZ .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veopdnsyvo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopdnsyvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopdnsyvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopdnsyvo .container-fluid {
    padding: 0;
  }
}
.cid-veopdnsyvo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopdnsyvo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopdnsyvo .embla__button--next,
.cid-veopdnsyvo .embla__button--prev {
  display: flex;
}
.cid-veopdnsyvo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopdnsyvo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopdnsyvo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopdnsyvo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopdnsyvo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopdnsyvo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopdnsyvo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopdnsyvo .embla {
  position: relative;
  width: 100%;
}
.cid-veopdnsyvo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopdnsyvo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopdnsyvo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopdnsyvo .embla__slide a {
  cursor: grab;
}
.cid-veopdnsyvo .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopdnsyvo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopdnsyvo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopdnsyvo .mbr-section-title {
  color: #232323;
}
.cid-veopdnsyvo .mbr-section-subtitle {
  color: #232323;
}
.cid-veopdnsyvo .mbr-box {
  color: #ffffff;
}
.cid-veopdnsyvo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopdnsyvo img,
.cid-veopdnsyvo .item-img {
  width: 100%;
}
.cid-veopdnsyvo .item-wrapper {
  position: relative;
}
.cid-veopdnsyvo .content-head {
  max-width: 800px;
}
#custom-html-lx {
  /* Type valid CSS here */
}
#custom-html-lx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lx p {
  font-size: 60px;
  color: #777;
}
.cid-veneFKku82 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneFKku82 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneFKku82 .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneFKku82 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneFKku82 .nav-link.active {
  background: #232323;
}
.cid-veneFKku82 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneFKku82 .nav-link:hover {
  background: #232323;
}
.cid-veneFKku82 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneFKku82 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneFKku82 .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneFKku82 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneFKku82 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneFKku82 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneFKku82 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneFKku82 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneFKku82 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneFKku82 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneFKku82 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneFKku82 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneFKku82 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneFKku82 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneFKku82 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneFKku82 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneFKku82 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneFKku82 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneFKku82 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneFKku82 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneFKku82 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneFKku82 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneFKku82 .mbr-text,
  .cid-veneFKku82 .nav-link,
  .cid-veneFKku82 .mbr-card-title,
  .cid-veneFKku82 .mbr-section-title {
    text-align: left;
  }
  .cid-veneFKku82 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneFKku82 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneFKku82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneFKku82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneFKku82 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneFKku82 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneFKku82 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneFLbsIK .google-map {
  height: 700px;
  position: relative;
}
.cid-veneFLbsIK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneFLbsIK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneFLbsIK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneFLbsIK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veopcqI52v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopcqI52v .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopcqI52v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopcqI52v .container-fluid {
    padding: 0;
  }
}
.cid-veopcqI52v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopcqI52v .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopcqI52v .embla__button--next,
.cid-veopcqI52v .embla__button--prev {
  display: flex;
}
.cid-veopcqI52v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopcqI52v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopcqI52v .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopcqI52v .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopcqI52v .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopcqI52v .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopcqI52v .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopcqI52v .embla {
  position: relative;
  width: 100%;
}
.cid-veopcqI52v .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopcqI52v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopcqI52v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopcqI52v .embla__slide a {
  cursor: grab;
}
.cid-veopcqI52v .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopcqI52v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopcqI52v .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopcqI52v .mbr-section-title {
  color: #232323;
}
.cid-veopcqI52v .mbr-section-subtitle {
  color: #232323;
}
.cid-veopcqI52v .mbr-box {
  color: #ffffff;
}
.cid-veopcqI52v .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopcqI52v img,
.cid-veopcqI52v .item-img {
  width: 100%;
}
.cid-veopcqI52v .item-wrapper {
  position: relative;
}
.cid-veopcqI52v .content-head {
  max-width: 800px;
}
.cid-veneFLyIOb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneFLyIOb .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneGflQg2 {
  z-index: 1000;
  width: 100%;
}
.cid-veneGflQg2 .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;
}
.cid-veneGflQg2 .dropdown-menu {
  padding: 0;
}
.cid-veneGflQg2 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneGflQg2 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneGflQg2 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneGflQg2 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneGflQg2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneGflQg2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneGflQg2 .nav-link {
  position: relative;
}
.cid-veneGflQg2 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneGflQg2 .dropdown-menu,
.cid-veneGflQg2 .navbar.opened {
  background: #212428 !important;
}
.cid-veneGflQg2 .nav-item:focus,
.cid-veneGflQg2 .nav-link:focus {
  outline: none;
}
.cid-veneGflQg2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneGflQg2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneGflQg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneGflQg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneGflQg2 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneGflQg2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneGflQg2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneGflQg2 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneGflQg2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneGflQg2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneGflQg2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneGflQg2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneGflQg2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneGflQg2 .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-veneGflQg2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneGflQg2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneGflQg2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneGflQg2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneGflQg2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneGflQg2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .navbar {
    min-height: 80px;
  }
}
.cid-veneGflQg2 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneGflQg2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneGflQg2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneGflQg2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneGflQg2 .dropdown-item.active,
.cid-veneGflQg2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneGflQg2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneGflQg2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneGflQg2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneGflQg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneGflQg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneGflQg2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneGflQg2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneGflQg2 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneGflQg2 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneGflQg2 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneGflQg2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneGflQg2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneGflQg2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGflQg2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGflQg2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneGflQg2 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneGflQg2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneGflQg2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneGflQg2 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneGflQg2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneGflQg2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneGflQg2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneGflQg2 .navbar {
    height: 70px;
  }
  .cid-veneGflQg2 .navbar.opened {
    height: auto;
  }
  .cid-veneGflQg2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneGflQg2 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneGflQg2 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneGflQg2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneGflQg2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneGflQg2 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneGflQg2 .navbar-nav {
  display: flex !important;
}
.cid-veneGflQg2 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneGflQg2 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneGflQg2 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneGflQg2 .navbar-nav .nav-item .nav-link:hover,
.cid-veneGflQg2 .navbar-nav .nav-item .nav-link:focus,
.cid-veneGflQg2 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneGflQg2 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneGflQg2 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneGflQg2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneGflQg2 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneGflQg2 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneGflQg2 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneGflQg2 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneGflQg2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneGflQg2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGflQg2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGflQg2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneGflQg2 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneGflQg2 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneGflQg2 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneGflQg2 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneGflQg2 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneGflQg2 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneGflQg2 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneGflQg2 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneGflQg2 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneGflQg2 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneGflQg2 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneGflQg2 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneGflQg2 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneGflQg2 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneGflQg2 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneGflQg2 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneGflQg2 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneGflQg2 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneGflQg2 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneGflQg2 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneGflQg2 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneGflQg2 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneGflQg2 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneGflQg2 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneGflQg2 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneGflQg2 .social-container {
    padding-top: 40px;
  }
}
.cid-veneGflQg2 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneGflQg2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneGflQg2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneGflQg2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneGflQg2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneGflQg2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneGflQg2 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneGflQg2 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneGflQg2 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneGflQg2 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneGfxjni {
  background-image: url("../../../assets/images/view-of-northern-columbia-county-pennsylvania-from-kramer-hill-road-3.webp");
}
.cid-veneGfxjni img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneGfxjni .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneGfxjni .images {
    display: none;
  }
}
.cid-veneGfxjni .image-wrapper-1,
.cid-veneGfxjni .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneGfxjni .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneGfxjni .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneGfxjni .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneGfxjni .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneGfxjni .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneGfxjni .image-wrapper-2 img {
  width: 90%;
}
.cid-veneGfxjni .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneGfxjni .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneGfxjni .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneGfxjni .text-wrapper {
  width: 100%;
}
.cid-veneGfxjni .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneGfxjni .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneGfxjni .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneGfxjni .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneGfxjni .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneGfxjni .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneGfxjni .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGfxjni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneGfxjni .text {
  display: flex;
  align-items: center;
}
.cid-veoppDjEIT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoppDjEIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoppDjEIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoppDjEIT .container-fluid {
    padding: 0;
  }
}
.cid-veoppDjEIT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoppDjEIT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoppDjEIT .embla__button--next,
.cid-veoppDjEIT .embla__button--prev {
  display: flex;
}
.cid-veoppDjEIT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoppDjEIT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoppDjEIT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoppDjEIT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoppDjEIT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoppDjEIT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoppDjEIT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoppDjEIT .embla {
  position: relative;
  width: 100%;
}
.cid-veoppDjEIT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoppDjEIT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoppDjEIT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoppDjEIT .embla__slide a {
  cursor: grab;
}
.cid-veoppDjEIT .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoppDjEIT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoppDjEIT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoppDjEIT .mbr-section-title {
  color: #232323;
}
.cid-veoppDjEIT .mbr-section-subtitle {
  color: #232323;
}
.cid-veoppDjEIT .mbr-box {
  color: #ffffff;
}
.cid-veoppDjEIT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoppDjEIT img,
.cid-veoppDjEIT .item-img {
  width: 100%;
}
.cid-veoppDjEIT .item-wrapper {
  position: relative;
}
.cid-veoppDjEIT .content-head {
  max-width: 800px;
}
.cid-veneGfFUAu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneGfFUAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGfFUAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneGfFUAu .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneGfFUAu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneGfFUAu .container {
    padding: 0 16px;
  }
}
.cid-veneGfFUAu .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneGfFUAu .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .row {
    padding: 25px 9px;
  }
}
.cid-veneGfFUAu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneGfFUAu .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneGfFUAu .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .image-wrapper img {
    height: 350px;
  }
}
.cid-veneGfFUAu .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneGfFUAu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneGfFUAu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneGfFUAu .items-wrapper {
    display: block;
  }
}
.cid-veneGfFUAu .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneGfFUAu .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneGfFUAu .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneGfFUAu .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneGfFUAu .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneGfFUAu .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneGfFUAu .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneGfFUAu .card {
  justify-content: center;
}
.cid-veneGfFUAu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneGfFUAu .mbr-text {
  color: #000000;
}
.cid-veneGfFUAu .card-title {
  color: #000000;
}
.cid-veneGfFUAu .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneGfFUAu .card-title,
.cid-veneGfFUAu .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneGfTGcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneGfTGcT .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneGfTGcT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneGfTGcT .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneGfTGcT .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneGfTGcT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneGfTGcT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneGfTGcT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneGfTGcT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneGfTGcT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneGfTGcT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneGfTGcT .embla__button--next,
.cid-veneGfTGcT .embla__button--prev {
  display: flex;
}
.cid-veneGfTGcT .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneGfTGcT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneGfTGcT .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneGfTGcT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneGfTGcT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneGfTGcT .embla__button {
    top: -10%;
  }
}
.cid-veneGfTGcT .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneGfTGcT .embla {
    margin-top: 80px;
  }
}
.cid-veneGfTGcT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneGfTGcT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneGfTGcT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneGfTGcT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneGfTGcT .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneGfTGcT .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneGfTGcT .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneGfTGcT .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneGfTGcT .mbr-text ul {
    display: block;
  }
}
.cid-veneGfTGcT .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneGfTGcT .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneGfTGcT .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneGfTGcT .item-wrapper {
  height: 100%;
}
.cid-veneGfTGcT .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneGfTGcT .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneGfTGcT .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veopoSIKBB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopoSIKBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopoSIKBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopoSIKBB .container-fluid {
    padding: 0;
  }
}
.cid-veopoSIKBB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopoSIKBB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopoSIKBB .embla__button--next,
.cid-veopoSIKBB .embla__button--prev {
  display: flex;
}
.cid-veopoSIKBB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopoSIKBB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopoSIKBB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopoSIKBB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopoSIKBB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopoSIKBB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopoSIKBB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopoSIKBB .embla {
  position: relative;
  width: 100%;
}
.cid-veopoSIKBB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopoSIKBB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopoSIKBB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopoSIKBB .embla__slide a {
  cursor: grab;
}
.cid-veopoSIKBB .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopoSIKBB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopoSIKBB .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopoSIKBB .mbr-section-title {
  color: #232323;
}
.cid-veopoSIKBB .mbr-section-subtitle {
  color: #232323;
}
.cid-veopoSIKBB .mbr-box {
  color: #ffffff;
}
.cid-veopoSIKBB .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopoSIKBB img,
.cid-veopoSIKBB .item-img {
  width: 100%;
}
.cid-veopoSIKBB .item-wrapper {
  position: relative;
}
.cid-veopoSIKBB .content-head {
  max-width: 800px;
}
#custom-html-m6 {
  /* Type valid CSS here */
}
#custom-html-m6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m6 p {
  font-size: 60px;
  color: #777;
}
.cid-veneGg48s2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneGg48s2 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneGg48s2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneGg48s2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneGg48s2 .nav-link.active {
  background: #232323;
}
.cid-veneGg48s2 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneGg48s2 .nav-link:hover {
  background: #232323;
}
.cid-veneGg48s2 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneGg48s2 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneGg48s2 .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneGg48s2 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneGg48s2 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneGg48s2 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneGg48s2 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneGg48s2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneGg48s2 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneGg48s2 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneGg48s2 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneGg48s2 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneGg48s2 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneGg48s2 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneGg48s2 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneGg48s2 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneGg48s2 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneGg48s2 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneGg48s2 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneGg48s2 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneGg48s2 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneGg48s2 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneGg48s2 .mbr-text,
  .cid-veneGg48s2 .nav-link,
  .cid-veneGg48s2 .mbr-card-title,
  .cid-veneGg48s2 .mbr-section-title {
    text-align: left;
  }
  .cid-veneGg48s2 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneGg48s2 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneGg48s2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGg48s2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneGg48s2 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneGg48s2 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneGg48s2 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneGgTDCN .google-map {
  height: 700px;
  position: relative;
}
.cid-veneGgTDCN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneGgTDCN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneGgTDCN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneGgTDCN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneGh3g9l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneGh3g9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGh3g9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneGh3g9l .container-fluid {
    padding: 0;
  }
}
.cid-veneGh3g9l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneGh3g9l .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneGh3g9l .embla__button--next,
.cid-veneGh3g9l .embla__button--prev {
  display: flex;
}
.cid-veneGh3g9l .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneGh3g9l .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneGh3g9l .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneGh3g9l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneGh3g9l .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneGh3g9l .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneGh3g9l .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneGh3g9l .embla {
  position: relative;
  width: 100%;
}
.cid-veneGh3g9l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneGh3g9l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneGh3g9l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneGh3g9l .embla__slide a {
  cursor: grab;
}
.cid-veneGh3g9l .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneGh3g9l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneGh3g9l .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneGh3g9l .mbr-section-title {
  color: #232323;
}
.cid-veneGh3g9l .mbr-section-subtitle {
  color: #232323;
}
.cid-veneGh3g9l .mbr-box {
  color: #ffffff;
}
.cid-veneGh3g9l .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneGh3g9l img,
.cid-veneGh3g9l .item-img {
  width: 100%;
}
.cid-veneGh3g9l .item-wrapper {
  position: relative;
}
.cid-veneGh3g9l .content-head {
  max-width: 800px;
}
.cid-veneGhgGIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneGhgGIw .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneGPSh3W {
  z-index: 1000;
  width: 100%;
}
.cid-veneGPSh3W .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;
}
.cid-veneGPSh3W .dropdown-menu {
  padding: 0;
}
.cid-veneGPSh3W .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneGPSh3W .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneGPSh3W .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneGPSh3W .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneGPSh3W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneGPSh3W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneGPSh3W .nav-link {
  position: relative;
}
.cid-veneGPSh3W .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneGPSh3W .dropdown-menu,
.cid-veneGPSh3W .navbar.opened {
  background: #212428 !important;
}
.cid-veneGPSh3W .nav-item:focus,
.cid-veneGPSh3W .nav-link:focus {
  outline: none;
}
.cid-veneGPSh3W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneGPSh3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneGPSh3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneGPSh3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneGPSh3W .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneGPSh3W .navbar.opened {
  transition: all 0.3s;
}
.cid-veneGPSh3W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneGPSh3W .navbar .navbar-logo img {
  width: auto;
}
.cid-veneGPSh3W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneGPSh3W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneGPSh3W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneGPSh3W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneGPSh3W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneGPSh3W .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-veneGPSh3W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneGPSh3W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneGPSh3W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneGPSh3W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneGPSh3W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneGPSh3W .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .navbar {
    min-height: 80px;
  }
}
.cid-veneGPSh3W .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneGPSh3W .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneGPSh3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneGPSh3W .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneGPSh3W .dropdown-item.active,
.cid-veneGPSh3W .dropdown-item:active {
  background-color: transparent;
}
.cid-veneGPSh3W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneGPSh3W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneGPSh3W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneGPSh3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneGPSh3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneGPSh3W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneGPSh3W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneGPSh3W button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneGPSh3W button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneGPSh3W button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneGPSh3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneGPSh3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneGPSh3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGPSh3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGPSh3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneGPSh3W nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneGPSh3W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneGPSh3W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneGPSh3W nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneGPSh3W .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneGPSh3W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneGPSh3W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneGPSh3W .navbar {
    height: 70px;
  }
  .cid-veneGPSh3W .navbar.opened {
    height: auto;
  }
  .cid-veneGPSh3W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneGPSh3W .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .navbar-short {
    min-height: 70px;
  }
}
.cid-veneGPSh3W .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneGPSh3W .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneGPSh3W .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneGPSh3W .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneGPSh3W .navbar-nav {
  display: flex !important;
}
.cid-veneGPSh3W .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneGPSh3W .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneGPSh3W .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneGPSh3W .navbar-nav .nav-item .nav-link:hover,
.cid-veneGPSh3W .navbar-nav .nav-item .nav-link:focus,
.cid-veneGPSh3W .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneGPSh3W .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneGPSh3W .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneGPSh3W .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneGPSh3W button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneGPSh3W button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneGPSh3W button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneGPSh3W button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneGPSh3W button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneGPSh3W button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGPSh3W button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneGPSh3W button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneGPSh3W .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneGPSh3W .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneGPSh3W .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneGPSh3W .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneGPSh3W .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneGPSh3W .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneGPSh3W .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneGPSh3W .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneGPSh3W .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneGPSh3W .offcanvas.show {
  transform: translateX(0);
}
.cid-veneGPSh3W .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneGPSh3W .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneGPSh3W .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneGPSh3W .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneGPSh3W .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneGPSh3W .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneGPSh3W .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneGPSh3W .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneGPSh3W .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneGPSh3W .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneGPSh3W .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneGPSh3W ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneGPSh3W ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneGPSh3W ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneGPSh3W .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneGPSh3W .social-container {
    padding-top: 40px;
  }
}
.cid-veneGPSh3W .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneGPSh3W .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneGPSh3W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneGPSh3W .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneGPSh3W .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneGPSh3W .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneGPSh3W .soc-item:hover:before {
  opacity: 1;
}
.cid-veneGPSh3W .offcanvas_btn {
  margin-top: auto;
}
.cid-veneGPSh3W .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneGPSh3W .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneGQ4tuO {
  background-image: url("../../../assets/images/john-brown-tannery-foundation.webp");
}
.cid-veneGQ4tuO img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneGQ4tuO .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneGQ4tuO .images {
    display: none;
  }
}
.cid-veneGQ4tuO .image-wrapper-1,
.cid-veneGQ4tuO .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneGQ4tuO .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneGQ4tuO .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneGQ4tuO .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneGQ4tuO .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneGQ4tuO .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneGQ4tuO .image-wrapper-2 img {
  width: 90%;
}
.cid-veneGQ4tuO .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneGQ4tuO .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneGQ4tuO .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneGQ4tuO .text-wrapper {
  width: 100%;
}
.cid-veneGQ4tuO .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneGQ4tuO .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneGQ4tuO .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneGQ4tuO .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneGQ4tuO .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneGQ4tuO .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneGQ4tuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGQ4tuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneGQ4tuO .text {
  display: flex;
  align-items: center;
}
.cid-veopxwnOXj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopxwnOXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopxwnOXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopxwnOXj .container-fluid {
    padding: 0;
  }
}
.cid-veopxwnOXj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopxwnOXj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopxwnOXj .embla__button--next,
.cid-veopxwnOXj .embla__button--prev {
  display: flex;
}
.cid-veopxwnOXj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopxwnOXj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopxwnOXj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopxwnOXj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopxwnOXj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopxwnOXj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopxwnOXj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopxwnOXj .embla {
  position: relative;
  width: 100%;
}
.cid-veopxwnOXj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopxwnOXj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopxwnOXj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopxwnOXj .embla__slide a {
  cursor: grab;
}
.cid-veopxwnOXj .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopxwnOXj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopxwnOXj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopxwnOXj .mbr-section-title {
  color: #232323;
}
.cid-veopxwnOXj .mbr-section-subtitle {
  color: #232323;
}
.cid-veopxwnOXj .mbr-box {
  color: #ffffff;
}
.cid-veopxwnOXj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopxwnOXj img,
.cid-veopxwnOXj .item-img {
  width: 100%;
}
.cid-veopxwnOXj .item-wrapper {
  position: relative;
}
.cid-veopxwnOXj .content-head {
  max-width: 800px;
}
.cid-veneGQcT7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneGQcT7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGQcT7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneGQcT7M .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneGQcT7M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneGQcT7M .container {
    padding: 0 16px;
  }
}
.cid-veneGQcT7M .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneGQcT7M .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .row {
    padding: 25px 9px;
  }
}
.cid-veneGQcT7M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneGQcT7M .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneGQcT7M .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .image-wrapper img {
    height: 350px;
  }
}
.cid-veneGQcT7M .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneGQcT7M .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneGQcT7M .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneGQcT7M .items-wrapper {
    display: block;
  }
}
.cid-veneGQcT7M .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneGQcT7M .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneGQcT7M .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneGQcT7M .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneGQcT7M .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneGQcT7M .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneGQcT7M .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneGQcT7M .card {
  justify-content: center;
}
.cid-veneGQcT7M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneGQcT7M .mbr-text {
  color: #000000;
}
.cid-veneGQcT7M .card-title {
  color: #000000;
}
.cid-veneGQcT7M .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneGQcT7M .card-title,
.cid-veneGQcT7M .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneGQp7YU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneGQp7YU .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneGQp7YU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneGQp7YU .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneGQp7YU .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneGQp7YU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneGQp7YU .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneGQp7YU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneGQp7YU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneGQp7YU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneGQp7YU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneGQp7YU .embla__button--next,
.cid-veneGQp7YU .embla__button--prev {
  display: flex;
}
.cid-veneGQp7YU .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneGQp7YU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneGQp7YU .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneGQp7YU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneGQp7YU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneGQp7YU .embla__button {
    top: -10%;
  }
}
.cid-veneGQp7YU .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneGQp7YU .embla {
    margin-top: 80px;
  }
}
.cid-veneGQp7YU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneGQp7YU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneGQp7YU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneGQp7YU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneGQp7YU .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneGQp7YU .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneGQp7YU .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneGQp7YU .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneGQp7YU .mbr-text ul {
    display: block;
  }
}
.cid-veneGQp7YU .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneGQp7YU .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneGQp7YU .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneGQp7YU .item-wrapper {
  height: 100%;
}
.cid-veneGQp7YU .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneGQp7YU .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneGQp7YU .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veopwHRnwq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopwHRnwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopwHRnwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopwHRnwq .container-fluid {
    padding: 0;
  }
}
.cid-veopwHRnwq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopwHRnwq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopwHRnwq .embla__button--next,
.cid-veopwHRnwq .embla__button--prev {
  display: flex;
}
.cid-veopwHRnwq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopwHRnwq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopwHRnwq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopwHRnwq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopwHRnwq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopwHRnwq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopwHRnwq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopwHRnwq .embla {
  position: relative;
  width: 100%;
}
.cid-veopwHRnwq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopwHRnwq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopwHRnwq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopwHRnwq .embla__slide a {
  cursor: grab;
}
.cid-veopwHRnwq .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopwHRnwq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopwHRnwq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopwHRnwq .mbr-section-title {
  color: #232323;
}
.cid-veopwHRnwq .mbr-section-subtitle {
  color: #232323;
}
.cid-veopwHRnwq .mbr-box {
  color: #ffffff;
}
.cid-veopwHRnwq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopwHRnwq img,
.cid-veopwHRnwq .item-img {
  width: 100%;
}
.cid-veopwHRnwq .item-wrapper {
  position: relative;
}
.cid-veopwHRnwq .content-head {
  max-width: 800px;
}
#custom-html-mf {
  /* Type valid CSS here */
}
#custom-html-mf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mf p {
  font-size: 60px;
  color: #777;
}
.cid-veneGQBovU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneGQBovU h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneGQBovU .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneGQBovU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneGQBovU .nav-link.active {
  background: #232323;
}
.cid-veneGQBovU .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneGQBovU .nav-link:hover {
  background: #232323;
}
.cid-veneGQBovU .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneGQBovU .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneGQBovU .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneGQBovU .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneGQBovU .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneGQBovU .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneGQBovU .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneGQBovU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneGQBovU .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneGQBovU .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneGQBovU .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneGQBovU .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneGQBovU .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneGQBovU .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneGQBovU .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneGQBovU .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneGQBovU .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneGQBovU .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneGQBovU .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneGQBovU .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneGQBovU .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneGQBovU .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneGQBovU .mbr-text,
  .cid-veneGQBovU .nav-link,
  .cid-veneGQBovU .mbr-card-title,
  .cid-veneGQBovU .mbr-section-title {
    text-align: left;
  }
  .cid-veneGQBovU .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneGQBovU .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneGQBovU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneGQBovU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneGQBovU .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneGQBovU .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneGQBovU .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneGRsL3f .google-map {
  height: 700px;
  position: relative;
}
.cid-veneGRsL3f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneGRsL3f .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneGRsL3f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneGRsL3f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veopvOypn3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopvOypn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopvOypn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopvOypn3 .container-fluid {
    padding: 0;
  }
}
.cid-veopvOypn3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopvOypn3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopvOypn3 .embla__button--next,
.cid-veopvOypn3 .embla__button--prev {
  display: flex;
}
.cid-veopvOypn3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopvOypn3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopvOypn3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopvOypn3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopvOypn3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopvOypn3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopvOypn3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopvOypn3 .embla {
  position: relative;
  width: 100%;
}
.cid-veopvOypn3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopvOypn3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopvOypn3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopvOypn3 .embla__slide a {
  cursor: grab;
}
.cid-veopvOypn3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopvOypn3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopvOypn3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopvOypn3 .mbr-section-title {
  color: #232323;
}
.cid-veopvOypn3 .mbr-section-subtitle {
  color: #232323;
}
.cid-veopvOypn3 .mbr-box {
  color: #ffffff;
}
.cid-veopvOypn3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopvOypn3 img,
.cid-veopvOypn3 .item-img {
  width: 100%;
}
.cid-veopvOypn3 .item-wrapper {
  position: relative;
}
.cid-veopvOypn3 .content-head {
  max-width: 800px;
}
.cid-veneGROb8f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneGROb8f .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneHj2y2g {
  z-index: 1000;
  width: 100%;
}
.cid-veneHj2y2g .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;
}
.cid-veneHj2y2g .dropdown-menu {
  padding: 0;
}
.cid-veneHj2y2g .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneHj2y2g .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneHj2y2g .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneHj2y2g .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneHj2y2g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneHj2y2g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneHj2y2g .nav-link {
  position: relative;
}
.cid-veneHj2y2g .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneHj2y2g .dropdown-menu,
.cid-veneHj2y2g .navbar.opened {
  background: #212428 !important;
}
.cid-veneHj2y2g .nav-item:focus,
.cid-veneHj2y2g .nav-link:focus {
  outline: none;
}
.cid-veneHj2y2g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneHj2y2g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneHj2y2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneHj2y2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneHj2y2g .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneHj2y2g .navbar.opened {
  transition: all 0.3s;
}
.cid-veneHj2y2g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneHj2y2g .navbar .navbar-logo img {
  width: auto;
}
.cid-veneHj2y2g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneHj2y2g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneHj2y2g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneHj2y2g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneHj2y2g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneHj2y2g .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-veneHj2y2g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneHj2y2g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneHj2y2g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneHj2y2g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneHj2y2g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneHj2y2g .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .navbar {
    min-height: 80px;
  }
}
.cid-veneHj2y2g .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneHj2y2g .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneHj2y2g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneHj2y2g .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneHj2y2g .dropdown-item.active,
.cid-veneHj2y2g .dropdown-item:active {
  background-color: transparent;
}
.cid-veneHj2y2g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneHj2y2g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneHj2y2g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneHj2y2g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneHj2y2g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneHj2y2g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneHj2y2g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneHj2y2g button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneHj2y2g button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneHj2y2g button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneHj2y2g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneHj2y2g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneHj2y2g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHj2y2g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHj2y2g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneHj2y2g nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneHj2y2g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneHj2y2g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneHj2y2g nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneHj2y2g .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneHj2y2g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneHj2y2g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneHj2y2g .navbar {
    height: 70px;
  }
  .cid-veneHj2y2g .navbar.opened {
    height: auto;
  }
  .cid-veneHj2y2g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneHj2y2g .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .navbar-short {
    min-height: 70px;
  }
}
.cid-veneHj2y2g .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneHj2y2g .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneHj2y2g .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneHj2y2g .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneHj2y2g .navbar-nav {
  display: flex !important;
}
.cid-veneHj2y2g .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneHj2y2g .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneHj2y2g .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneHj2y2g .navbar-nav .nav-item .nav-link:hover,
.cid-veneHj2y2g .navbar-nav .nav-item .nav-link:focus,
.cid-veneHj2y2g .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneHj2y2g .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneHj2y2g .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneHj2y2g .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneHj2y2g button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneHj2y2g button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneHj2y2g button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneHj2y2g button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneHj2y2g button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneHj2y2g button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHj2y2g button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHj2y2g button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneHj2y2g .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneHj2y2g .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneHj2y2g .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneHj2y2g .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneHj2y2g .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneHj2y2g .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneHj2y2g .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneHj2y2g .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneHj2y2g .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneHj2y2g .offcanvas.show {
  transform: translateX(0);
}
.cid-veneHj2y2g .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneHj2y2g .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneHj2y2g .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneHj2y2g .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneHj2y2g .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneHj2y2g .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneHj2y2g .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneHj2y2g .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneHj2y2g .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneHj2y2g .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneHj2y2g .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneHj2y2g ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneHj2y2g ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneHj2y2g ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneHj2y2g .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneHj2y2g .social-container {
    padding-top: 40px;
  }
}
.cid-veneHj2y2g .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneHj2y2g .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneHj2y2g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneHj2y2g .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneHj2y2g .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneHj2y2g .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneHj2y2g .soc-item:hover:before {
  opacity: 1;
}
.cid-veneHj2y2g .offcanvas_btn {
  margin-top: auto;
}
.cid-veneHj2y2g .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneHj2y2g .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneHjehEf {
  background-image: url("../../../assets/images/market-street-bridge-harrisburg-haer-color-1.webp");
}
.cid-veneHjehEf img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneHjehEf .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneHjehEf .images {
    display: none;
  }
}
.cid-veneHjehEf .image-wrapper-1,
.cid-veneHjehEf .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneHjehEf .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneHjehEf .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneHjehEf .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneHjehEf .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneHjehEf .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneHjehEf .image-wrapper-2 img {
  width: 90%;
}
.cid-veneHjehEf .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneHjehEf .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneHjehEf .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneHjehEf .text-wrapper {
  width: 100%;
}
.cid-veneHjehEf .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneHjehEf .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneHjehEf .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneHjehEf .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneHjehEf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneHjehEf .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneHjehEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHjehEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneHjehEf .text {
  display: flex;
  align-items: center;
}
.cid-veopPAb8aC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopPAb8aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopPAb8aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopPAb8aC .container-fluid {
    padding: 0;
  }
}
.cid-veopPAb8aC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopPAb8aC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopPAb8aC .embla__button--next,
.cid-veopPAb8aC .embla__button--prev {
  display: flex;
}
.cid-veopPAb8aC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopPAb8aC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopPAb8aC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopPAb8aC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopPAb8aC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopPAb8aC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopPAb8aC .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopPAb8aC .embla {
  position: relative;
  width: 100%;
}
.cid-veopPAb8aC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopPAb8aC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopPAb8aC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopPAb8aC .embla__slide a {
  cursor: grab;
}
.cid-veopPAb8aC .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopPAb8aC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopPAb8aC .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopPAb8aC .mbr-section-title {
  color: #232323;
}
.cid-veopPAb8aC .mbr-section-subtitle {
  color: #232323;
}
.cid-veopPAb8aC .mbr-box {
  color: #ffffff;
}
.cid-veopPAb8aC .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopPAb8aC img,
.cid-veopPAb8aC .item-img {
  width: 100%;
}
.cid-veopPAb8aC .item-wrapper {
  position: relative;
}
.cid-veopPAb8aC .content-head {
  max-width: 800px;
}
.cid-veneHjn1pz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneHjn1pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHjn1pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneHjn1pz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneHjn1pz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneHjn1pz .container {
    padding: 0 16px;
  }
}
.cid-veneHjn1pz .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneHjn1pz .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .row {
    padding: 25px 9px;
  }
}
.cid-veneHjn1pz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneHjn1pz .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneHjn1pz .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .image-wrapper img {
    height: 350px;
  }
}
.cid-veneHjn1pz .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneHjn1pz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneHjn1pz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneHjn1pz .items-wrapper {
    display: block;
  }
}
.cid-veneHjn1pz .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneHjn1pz .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneHjn1pz .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneHjn1pz .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneHjn1pz .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneHjn1pz .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneHjn1pz .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneHjn1pz .card {
  justify-content: center;
}
.cid-veneHjn1pz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneHjn1pz .mbr-text {
  color: #000000;
}
.cid-veneHjn1pz .card-title {
  color: #000000;
}
.cid-veneHjn1pz .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneHjn1pz .card-title,
.cid-veneHjn1pz .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneHjycck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneHjycck .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneHjycck .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneHjycck .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneHjycck .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneHjycck .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneHjycck .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneHjycck .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneHjycck .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneHjycck .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneHjycck .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneHjycck .embla__button--next,
.cid-veneHjycck .embla__button--prev {
  display: flex;
}
.cid-veneHjycck .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneHjycck .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneHjycck .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneHjycck .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneHjycck .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneHjycck .embla__button {
    top: -10%;
  }
}
.cid-veneHjycck .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneHjycck .embla {
    margin-top: 80px;
  }
}
.cid-veneHjycck .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneHjycck .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneHjycck .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneHjycck .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneHjycck .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneHjycck .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneHjycck .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneHjycck .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneHjycck .mbr-text ul {
    display: block;
  }
}
.cid-veneHjycck .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneHjycck .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneHjycck .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneHjycck .item-wrapper {
  height: 100%;
}
.cid-veneHjycck .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneHjycck .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneHjycck .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veopOQ5bOT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopOQ5bOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopOQ5bOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopOQ5bOT .container-fluid {
    padding: 0;
  }
}
.cid-veopOQ5bOT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopOQ5bOT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopOQ5bOT .embla__button--next,
.cid-veopOQ5bOT .embla__button--prev {
  display: flex;
}
.cid-veopOQ5bOT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopOQ5bOT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopOQ5bOT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopOQ5bOT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopOQ5bOT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopOQ5bOT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopOQ5bOT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopOQ5bOT .embla {
  position: relative;
  width: 100%;
}
.cid-veopOQ5bOT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopOQ5bOT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopOQ5bOT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopOQ5bOT .embla__slide a {
  cursor: grab;
}
.cid-veopOQ5bOT .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopOQ5bOT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopOQ5bOT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopOQ5bOT .mbr-section-title {
  color: #232323;
}
.cid-veopOQ5bOT .mbr-section-subtitle {
  color: #232323;
}
.cid-veopOQ5bOT .mbr-box {
  color: #ffffff;
}
.cid-veopOQ5bOT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopOQ5bOT img,
.cid-veopOQ5bOT .item-img {
  width: 100%;
}
.cid-veopOQ5bOT .item-wrapper {
  position: relative;
}
.cid-veopOQ5bOT .content-head {
  max-width: 800px;
}
#custom-html-mo {
  /* Type valid CSS here */
}
#custom-html-mo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mo p {
  font-size: 60px;
  color: #777;
}
.cid-veneHjKISQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneHjKISQ h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneHjKISQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneHjKISQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneHjKISQ .nav-link.active {
  background: #232323;
}
.cid-veneHjKISQ .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneHjKISQ .nav-link:hover {
  background: #232323;
}
.cid-veneHjKISQ .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneHjKISQ .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneHjKISQ .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneHjKISQ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneHjKISQ .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneHjKISQ .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneHjKISQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneHjKISQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneHjKISQ .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneHjKISQ .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneHjKISQ .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneHjKISQ .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneHjKISQ .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneHjKISQ .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneHjKISQ .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneHjKISQ .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneHjKISQ .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneHjKISQ .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneHjKISQ .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneHjKISQ .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneHjKISQ .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneHjKISQ .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneHjKISQ .mbr-text,
  .cid-veneHjKISQ .nav-link,
  .cid-veneHjKISQ .mbr-card-title,
  .cid-veneHjKISQ .mbr-section-title {
    text-align: left;
  }
  .cid-veneHjKISQ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneHjKISQ .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneHjKISQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHjKISQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneHjKISQ .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneHjKISQ .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneHjKISQ .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneHkBVWN .google-map {
  height: 700px;
  position: relative;
}
.cid-veneHkBVWN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneHkBVWN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneHkBVWN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneHkBVWN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneHkMr9n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneHkMr9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHkMr9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneHkMr9n .container-fluid {
    padding: 0;
  }
}
.cid-veneHkMr9n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneHkMr9n .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneHkMr9n .embla__button--next,
.cid-veneHkMr9n .embla__button--prev {
  display: flex;
}
.cid-veneHkMr9n .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneHkMr9n .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneHkMr9n .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneHkMr9n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneHkMr9n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneHkMr9n .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneHkMr9n .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneHkMr9n .embla {
  position: relative;
  width: 100%;
}
.cid-veneHkMr9n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneHkMr9n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneHkMr9n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneHkMr9n .embla__slide a {
  cursor: grab;
}
.cid-veneHkMr9n .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneHkMr9n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneHkMr9n .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneHkMr9n .mbr-section-title {
  color: #232323;
}
.cid-veneHkMr9n .mbr-section-subtitle {
  color: #232323;
}
.cid-veneHkMr9n .mbr-box {
  color: #ffffff;
}
.cid-veneHkMr9n .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneHkMr9n img,
.cid-veneHkMr9n .item-img {
  width: 100%;
}
.cid-veneHkMr9n .item-wrapper {
  position: relative;
}
.cid-veneHkMr9n .content-head {
  max-width: 800px;
}
.cid-veneHkZHgs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneHkZHgs .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneHKhkih {
  z-index: 1000;
  width: 100%;
}
.cid-veneHKhkih .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;
}
.cid-veneHKhkih .dropdown-menu {
  padding: 0;
}
.cid-veneHKhkih .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneHKhkih .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneHKhkih .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneHKhkih .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneHKhkih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneHKhkih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneHKhkih .nav-link {
  position: relative;
}
.cid-veneHKhkih .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneHKhkih .dropdown-menu,
.cid-veneHKhkih .navbar.opened {
  background: #212428 !important;
}
.cid-veneHKhkih .nav-item:focus,
.cid-veneHKhkih .nav-link:focus {
  outline: none;
}
.cid-veneHKhkih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneHKhkih .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneHKhkih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneHKhkih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneHKhkih .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneHKhkih .navbar.opened {
  transition: all 0.3s;
}
.cid-veneHKhkih .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneHKhkih .navbar .navbar-logo img {
  width: auto;
}
.cid-veneHKhkih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneHKhkih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneHKhkih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneHKhkih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneHKhkih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneHKhkih .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-veneHKhkih .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneHKhkih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneHKhkih .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneHKhkih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneHKhkih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneHKhkih .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneHKhkih .navbar {
    min-height: 80px;
  }
}
.cid-veneHKhkih .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneHKhkih .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneHKhkih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneHKhkih .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneHKhkih .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneHKhkih .dropdown-item.active,
.cid-veneHKhkih .dropdown-item:active {
  background-color: transparent;
}
.cid-veneHKhkih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneHKhkih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneHKhkih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneHKhkih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneHKhkih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneHKhkih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneHKhkih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneHKhkih button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneHKhkih button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneHKhkih button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneHKhkih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneHKhkih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneHKhkih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHKhkih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHKhkih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneHKhkih nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneHKhkih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneHKhkih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneHKhkih nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneHKhkih .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneHKhkih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneHKhkih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneHKhkih .navbar {
    height: 70px;
  }
  .cid-veneHKhkih .navbar.opened {
    height: auto;
  }
  .cid-veneHKhkih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneHKhkih .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneHKhkih .navbar-short {
    min-height: 70px;
  }
}
.cid-veneHKhkih .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneHKhkih .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneHKhkih .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneHKhkih .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneHKhkih .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneHKhkih .navbar-nav {
  display: flex !important;
}
.cid-veneHKhkih .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneHKhkih .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneHKhkih .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneHKhkih .navbar-nav .nav-item .nav-link:hover,
.cid-veneHKhkih .navbar-nav .nav-item .nav-link:focus,
.cid-veneHKhkih .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneHKhkih .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneHKhkih .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneHKhkih .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneHKhkih button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneHKhkih button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneHKhkih button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneHKhkih button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneHKhkih button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneHKhkih button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHKhkih button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneHKhkih button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneHKhkih .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneHKhkih .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneHKhkih .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneHKhkih .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneHKhkih .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneHKhkih .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneHKhkih .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneHKhkih .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneHKhkih .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneHKhkih .offcanvas.show {
  transform: translateX(0);
}
.cid-veneHKhkih .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneHKhkih .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneHKhkih .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneHKhkih .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneHKhkih .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneHKhkih .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneHKhkih .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneHKhkih .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneHKhkih .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneHKhkih .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneHKhkih .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneHKhkih .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneHKhkih .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneHKhkih ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneHKhkih ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneHKhkih ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneHKhkih .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneHKhkih .social-container {
    padding-top: 40px;
  }
}
.cid-veneHKhkih .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneHKhkih .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneHKhkih .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneHKhkih .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneHKhkih .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneHKhkih .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneHKhkih .soc-item:hover:before {
  opacity: 1;
}
.cid-veneHKhkih .offcanvas_btn {
  margin-top: auto;
}
.cid-veneHKhkih .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneHKhkih .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneHKtYxN {
  background-image: url("../../../assets/images/poi-3.webp");
}
.cid-veneHKtYxN img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneHKtYxN .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneHKtYxN .images {
    display: none;
  }
}
.cid-veneHKtYxN .image-wrapper-1,
.cid-veneHKtYxN .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneHKtYxN .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneHKtYxN .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneHKtYxN .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneHKtYxN .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneHKtYxN .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneHKtYxN .image-wrapper-2 img {
  width: 90%;
}
.cid-veneHKtYxN .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneHKtYxN .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneHKtYxN .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneHKtYxN .text-wrapper {
  width: 100%;
}
.cid-veneHKtYxN .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneHKtYxN .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneHKtYxN .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneHKtYxN .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneHKtYxN .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneHKtYxN .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneHKtYxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHKtYxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneHKtYxN .text {
  display: flex;
  align-items: center;
}
.cid-veopZsVmkS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopZsVmkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopZsVmkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopZsVmkS .container-fluid {
    padding: 0;
  }
}
.cid-veopZsVmkS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopZsVmkS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopZsVmkS .embla__button--next,
.cid-veopZsVmkS .embla__button--prev {
  display: flex;
}
.cid-veopZsVmkS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopZsVmkS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopZsVmkS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopZsVmkS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopZsVmkS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopZsVmkS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopZsVmkS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopZsVmkS .embla {
  position: relative;
  width: 100%;
}
.cid-veopZsVmkS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopZsVmkS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopZsVmkS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopZsVmkS .embla__slide a {
  cursor: grab;
}
.cid-veopZsVmkS .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopZsVmkS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopZsVmkS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopZsVmkS .mbr-section-title {
  color: #232323;
}
.cid-veopZsVmkS .mbr-section-subtitle {
  color: #232323;
}
.cid-veopZsVmkS .mbr-box {
  color: #ffffff;
}
.cid-veopZsVmkS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopZsVmkS img,
.cid-veopZsVmkS .item-img {
  width: 100%;
}
.cid-veopZsVmkS .item-wrapper {
  position: relative;
}
.cid-veopZsVmkS .content-head {
  max-width: 800px;
}
.cid-veneHKDz9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneHKDz9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHKDz9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneHKDz9L .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneHKDz9L .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneHKDz9L .container {
    padding: 0 16px;
  }
}
.cid-veneHKDz9L .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneHKDz9L .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .row {
    padding: 25px 9px;
  }
}
.cid-veneHKDz9L .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneHKDz9L .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneHKDz9L .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .image-wrapper img {
    height: 350px;
  }
}
.cid-veneHKDz9L .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneHKDz9L .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneHKDz9L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneHKDz9L .items-wrapper {
    display: block;
  }
}
.cid-veneHKDz9L .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneHKDz9L .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneHKDz9L .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneHKDz9L .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneHKDz9L .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneHKDz9L .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneHKDz9L .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneHKDz9L .card {
  justify-content: center;
}
.cid-veneHKDz9L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneHKDz9L .mbr-text {
  color: #000000;
}
.cid-veneHKDz9L .card-title {
  color: #000000;
}
.cid-veneHKDz9L .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneHKDz9L .card-title,
.cid-veneHKDz9L .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneHKOruz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneHKOruz .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneHKOruz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneHKOruz .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneHKOruz .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneHKOruz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneHKOruz .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneHKOruz .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneHKOruz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneHKOruz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneHKOruz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneHKOruz .embla__button--next,
.cid-veneHKOruz .embla__button--prev {
  display: flex;
}
.cid-veneHKOruz .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneHKOruz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneHKOruz .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneHKOruz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneHKOruz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneHKOruz .embla__button {
    top: -10%;
  }
}
.cid-veneHKOruz .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneHKOruz .embla {
    margin-top: 80px;
  }
}
.cid-veneHKOruz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneHKOruz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneHKOruz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneHKOruz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneHKOruz .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneHKOruz .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneHKOruz .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneHKOruz .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneHKOruz .mbr-text ul {
    display: block;
  }
}
.cid-veneHKOruz .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneHKOruz .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneHKOruz .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneHKOruz .item-wrapper {
  height: 100%;
}
.cid-veneHKOruz .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneHKOruz .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneHKOruz .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veopYzRMyW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veopYzRMyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veopYzRMyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veopYzRMyW .container-fluid {
    padding: 0;
  }
}
.cid-veopYzRMyW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veopYzRMyW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veopYzRMyW .embla__button--next,
.cid-veopYzRMyW .embla__button--prev {
  display: flex;
}
.cid-veopYzRMyW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veopYzRMyW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veopYzRMyW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veopYzRMyW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veopYzRMyW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veopYzRMyW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veopYzRMyW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veopYzRMyW .embla {
  position: relative;
  width: 100%;
}
.cid-veopYzRMyW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veopYzRMyW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veopYzRMyW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veopYzRMyW .embla__slide a {
  cursor: grab;
}
.cid-veopYzRMyW .embla__slide a:active {
  cursor: grabbing;
}
.cid-veopYzRMyW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veopYzRMyW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veopYzRMyW .mbr-section-title {
  color: #232323;
}
.cid-veopYzRMyW .mbr-section-subtitle {
  color: #232323;
}
.cid-veopYzRMyW .mbr-box {
  color: #ffffff;
}
.cid-veopYzRMyW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veopYzRMyW img,
.cid-veopYzRMyW .item-img {
  width: 100%;
}
.cid-veopYzRMyW .item-wrapper {
  position: relative;
}
.cid-veopYzRMyW .content-head {
  max-width: 800px;
}
#custom-html-mx {
  /* Type valid CSS here */
}
#custom-html-mx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mx p {
  font-size: 60px;
  color: #777;
}
.cid-veneHL0Trg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneHL0Trg h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneHL0Trg .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneHL0Trg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneHL0Trg .nav-link.active {
  background: #232323;
}
.cid-veneHL0Trg .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneHL0Trg .nav-link:hover {
  background: #232323;
}
.cid-veneHL0Trg .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneHL0Trg .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneHL0Trg .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneHL0Trg .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneHL0Trg .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneHL0Trg .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneHL0Trg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneHL0Trg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneHL0Trg .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneHL0Trg .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneHL0Trg .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneHL0Trg .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneHL0Trg .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneHL0Trg .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneHL0Trg .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneHL0Trg .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneHL0Trg .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneHL0Trg .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneHL0Trg .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneHL0Trg .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneHL0Trg .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneHL0Trg .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneHL0Trg .mbr-text,
  .cid-veneHL0Trg .nav-link,
  .cid-veneHL0Trg .mbr-card-title,
  .cid-veneHL0Trg .mbr-section-title {
    text-align: left;
  }
  .cid-veneHL0Trg .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneHL0Trg .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneHL0Trg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHL0Trg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneHL0Trg .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneHL0Trg .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneHL0Trg .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneHLRnIl .google-map {
  height: 700px;
  position: relative;
}
.cid-veneHLRnIl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneHLRnIl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneHLRnIl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneHLRnIl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneHM2pGS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneHM2pGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneHM2pGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneHM2pGS .container-fluid {
    padding: 0;
  }
}
.cid-veneHM2pGS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneHM2pGS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneHM2pGS .embla__button--next,
.cid-veneHM2pGS .embla__button--prev {
  display: flex;
}
.cid-veneHM2pGS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneHM2pGS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneHM2pGS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneHM2pGS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneHM2pGS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneHM2pGS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneHM2pGS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneHM2pGS .embla {
  position: relative;
  width: 100%;
}
.cid-veneHM2pGS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneHM2pGS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneHM2pGS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneHM2pGS .embla__slide a {
  cursor: grab;
}
.cid-veneHM2pGS .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneHM2pGS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneHM2pGS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneHM2pGS .mbr-section-title {
  color: #232323;
}
.cid-veneHM2pGS .mbr-section-subtitle {
  color: #232323;
}
.cid-veneHM2pGS .mbr-box {
  color: #ffffff;
}
.cid-veneHM2pGS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneHM2pGS img,
.cid-veneHM2pGS .item-img {
  width: 100%;
}
.cid-veneHM2pGS .item-wrapper {
  position: relative;
}
.cid-veneHM2pGS .content-head {
  max-width: 800px;
}
.cid-veneHMemN8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneHMemN8 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneIpama6 {
  z-index: 1000;
  width: 100%;
}
.cid-veneIpama6 .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;
}
.cid-veneIpama6 .dropdown-menu {
  padding: 0;
}
.cid-veneIpama6 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneIpama6 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneIpama6 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneIpama6 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneIpama6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneIpama6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneIpama6 .nav-link {
  position: relative;
}
.cid-veneIpama6 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneIpama6 .dropdown-menu,
.cid-veneIpama6 .navbar.opened {
  background: #212428 !important;
}
.cid-veneIpama6 .nav-item:focus,
.cid-veneIpama6 .nav-link:focus {
  outline: none;
}
.cid-veneIpama6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneIpama6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneIpama6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneIpama6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneIpama6 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneIpama6 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneIpama6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneIpama6 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneIpama6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneIpama6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneIpama6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneIpama6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneIpama6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneIpama6 .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-veneIpama6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneIpama6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneIpama6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneIpama6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneIpama6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneIpama6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneIpama6 .navbar {
    min-height: 80px;
  }
}
.cid-veneIpama6 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneIpama6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneIpama6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneIpama6 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneIpama6 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneIpama6 .dropdown-item.active,
.cid-veneIpama6 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneIpama6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneIpama6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneIpama6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneIpama6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneIpama6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneIpama6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneIpama6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneIpama6 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneIpama6 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneIpama6 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneIpama6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneIpama6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneIpama6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneIpama6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneIpama6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneIpama6 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneIpama6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneIpama6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneIpama6 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneIpama6 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneIpama6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneIpama6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneIpama6 .navbar {
    height: 70px;
  }
  .cid-veneIpama6 .navbar.opened {
    height: auto;
  }
  .cid-veneIpama6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneIpama6 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneIpama6 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneIpama6 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneIpama6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneIpama6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneIpama6 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneIpama6 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneIpama6 .navbar-nav {
  display: flex !important;
}
.cid-veneIpama6 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneIpama6 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneIpama6 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneIpama6 .navbar-nav .nav-item .nav-link:hover,
.cid-veneIpama6 .navbar-nav .nav-item .nav-link:focus,
.cid-veneIpama6 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneIpama6 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneIpama6 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneIpama6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneIpama6 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneIpama6 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneIpama6 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneIpama6 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneIpama6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneIpama6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneIpama6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneIpama6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneIpama6 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneIpama6 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneIpama6 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneIpama6 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneIpama6 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneIpama6 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneIpama6 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneIpama6 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneIpama6 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneIpama6 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneIpama6 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneIpama6 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneIpama6 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneIpama6 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneIpama6 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneIpama6 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneIpama6 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneIpama6 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneIpama6 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneIpama6 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneIpama6 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneIpama6 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneIpama6 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneIpama6 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneIpama6 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneIpama6 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneIpama6 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneIpama6 .social-container {
    padding-top: 40px;
  }
}
.cid-veneIpama6 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneIpama6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneIpama6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneIpama6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneIpama6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneIpama6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneIpama6 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneIpama6 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneIpama6 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneIpama6 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneIplQXw {
  background-image: url("../../../assets/images/poi-4.webp");
}
.cid-veneIplQXw img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneIplQXw .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneIplQXw .images {
    display: none;
  }
}
.cid-veneIplQXw .image-wrapper-1,
.cid-veneIplQXw .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneIplQXw .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneIplQXw .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneIplQXw .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneIplQXw .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneIplQXw .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneIplQXw .image-wrapper-2 img {
  width: 90%;
}
.cid-veneIplQXw .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneIplQXw .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneIplQXw .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneIplQXw .text-wrapper {
  width: 100%;
}
.cid-veneIplQXw .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneIplQXw .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneIplQXw .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneIplQXw .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneIplQXw .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneIplQXw .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneIplQXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneIplQXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneIplQXw .text {
  display: flex;
  align-items: center;
}
.cid-veoq5HIe04 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoq5HIe04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoq5HIe04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoq5HIe04 .container-fluid {
    padding: 0;
  }
}
.cid-veoq5HIe04 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoq5HIe04 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoq5HIe04 .embla__button--next,
.cid-veoq5HIe04 .embla__button--prev {
  display: flex;
}
.cid-veoq5HIe04 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoq5HIe04 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoq5HIe04 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoq5HIe04 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoq5HIe04 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoq5HIe04 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoq5HIe04 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoq5HIe04 .embla {
  position: relative;
  width: 100%;
}
.cid-veoq5HIe04 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoq5HIe04 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoq5HIe04 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoq5HIe04 .embla__slide a {
  cursor: grab;
}
.cid-veoq5HIe04 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoq5HIe04 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoq5HIe04 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoq5HIe04 .mbr-section-title {
  color: #232323;
}
.cid-veoq5HIe04 .mbr-section-subtitle {
  color: #232323;
}
.cid-veoq5HIe04 .mbr-box {
  color: #ffffff;
}
.cid-veoq5HIe04 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoq5HIe04 img,
.cid-veoq5HIe04 .item-img {
  width: 100%;
}
.cid-veoq5HIe04 .item-wrapper {
  position: relative;
}
.cid-veoq5HIe04 .content-head {
  max-width: 800px;
}
.cid-veneIptSK7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneIptSK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneIptSK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneIptSK7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneIptSK7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneIptSK7 .container {
    padding: 0 16px;
  }
}
.cid-veneIptSK7 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneIptSK7 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .row {
    padding: 25px 9px;
  }
}
.cid-veneIptSK7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneIptSK7 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneIptSK7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .image-wrapper img {
    height: 350px;
  }
}
.cid-veneIptSK7 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneIptSK7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneIptSK7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneIptSK7 .items-wrapper {
    display: block;
  }
}
.cid-veneIptSK7 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneIptSK7 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneIptSK7 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneIptSK7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneIptSK7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneIptSK7 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneIptSK7 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneIptSK7 .card {
  justify-content: center;
}
.cid-veneIptSK7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneIptSK7 .mbr-text {
  color: #000000;
}
.cid-veneIptSK7 .card-title {
  color: #000000;
}
.cid-veneIptSK7 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneIptSK7 .card-title,
.cid-veneIptSK7 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneIpEydb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneIpEydb .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneIpEydb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneIpEydb .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneIpEydb .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneIpEydb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneIpEydb .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneIpEydb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneIpEydb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneIpEydb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneIpEydb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneIpEydb .embla__button--next,
.cid-veneIpEydb .embla__button--prev {
  display: flex;
}
.cid-veneIpEydb .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneIpEydb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneIpEydb .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneIpEydb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneIpEydb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneIpEydb .embla__button {
    top: -10%;
  }
}
.cid-veneIpEydb .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneIpEydb .embla {
    margin-top: 80px;
  }
}
.cid-veneIpEydb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneIpEydb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneIpEydb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneIpEydb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneIpEydb .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneIpEydb .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneIpEydb .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneIpEydb .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneIpEydb .mbr-text ul {
    display: block;
  }
}
.cid-veneIpEydb .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneIpEydb .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneIpEydb .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneIpEydb .item-wrapper {
  height: 100%;
}
.cid-veneIpEydb .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneIpEydb .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneIpEydb .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veoq4Q116A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoq4Q116A .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoq4Q116A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoq4Q116A .container-fluid {
    padding: 0;
  }
}
.cid-veoq4Q116A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoq4Q116A .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoq4Q116A .embla__button--next,
.cid-veoq4Q116A .embla__button--prev {
  display: flex;
}
.cid-veoq4Q116A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoq4Q116A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoq4Q116A .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoq4Q116A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoq4Q116A .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoq4Q116A .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoq4Q116A .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoq4Q116A .embla {
  position: relative;
  width: 100%;
}
.cid-veoq4Q116A .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoq4Q116A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoq4Q116A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoq4Q116A .embla__slide a {
  cursor: grab;
}
.cid-veoq4Q116A .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoq4Q116A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoq4Q116A .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoq4Q116A .mbr-section-title {
  color: #232323;
}
.cid-veoq4Q116A .mbr-section-subtitle {
  color: #232323;
}
.cid-veoq4Q116A .mbr-box {
  color: #ffffff;
}
.cid-veoq4Q116A .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoq4Q116A img,
.cid-veoq4Q116A .item-img {
  width: 100%;
}
.cid-veoq4Q116A .item-wrapper {
  position: relative;
}
.cid-veoq4Q116A .content-head {
  max-width: 800px;
}
#custom-html-n6 {
  /* Type valid CSS here */
}
#custom-html-n6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n6 p {
  font-size: 60px;
  color: #777;
}
.cid-veneIpQxnA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneIpQxnA h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneIpQxnA .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneIpQxnA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneIpQxnA .nav-link.active {
  background: #232323;
}
.cid-veneIpQxnA .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneIpQxnA .nav-link:hover {
  background: #232323;
}
.cid-veneIpQxnA .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneIpQxnA .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneIpQxnA .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneIpQxnA .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneIpQxnA .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneIpQxnA .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneIpQxnA .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneIpQxnA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneIpQxnA .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneIpQxnA .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneIpQxnA .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneIpQxnA .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneIpQxnA .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneIpQxnA .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneIpQxnA .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneIpQxnA .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneIpQxnA .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneIpQxnA .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneIpQxnA .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneIpQxnA .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneIpQxnA .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneIpQxnA .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneIpQxnA .mbr-text,
  .cid-veneIpQxnA .nav-link,
  .cid-veneIpQxnA .mbr-card-title,
  .cid-veneIpQxnA .mbr-section-title {
    text-align: left;
  }
  .cid-veneIpQxnA .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneIpQxnA .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneIpQxnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneIpQxnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneIpQxnA .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneIpQxnA .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneIpQxnA .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneIqFIGj .google-map {
  height: 700px;
  position: relative;
}
.cid-veneIqFIGj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneIqFIGj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneIqFIGj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneIqFIGj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoq3VA8Z1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoq3VA8Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoq3VA8Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoq3VA8Z1 .container-fluid {
    padding: 0;
  }
}
.cid-veoq3VA8Z1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoq3VA8Z1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoq3VA8Z1 .embla__button--next,
.cid-veoq3VA8Z1 .embla__button--prev {
  display: flex;
}
.cid-veoq3VA8Z1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoq3VA8Z1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoq3VA8Z1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoq3VA8Z1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoq3VA8Z1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoq3VA8Z1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoq3VA8Z1 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoq3VA8Z1 .embla {
  position: relative;
  width: 100%;
}
.cid-veoq3VA8Z1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoq3VA8Z1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoq3VA8Z1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoq3VA8Z1 .embla__slide a {
  cursor: grab;
}
.cid-veoq3VA8Z1 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoq3VA8Z1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoq3VA8Z1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoq3VA8Z1 .mbr-section-title {
  color: #232323;
}
.cid-veoq3VA8Z1 .mbr-section-subtitle {
  color: #232323;
}
.cid-veoq3VA8Z1 .mbr-box {
  color: #ffffff;
}
.cid-veoq3VA8Z1 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoq3VA8Z1 img,
.cid-veoq3VA8Z1 .item-img {
  width: 100%;
}
.cid-veoq3VA8Z1 .item-wrapper {
  position: relative;
}
.cid-veoq3VA8Z1 .content-head {
  max-width: 800px;
}
.cid-veneIr3Wao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneIr3Wao .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneJ318VS {
  z-index: 1000;
  width: 100%;
}
.cid-veneJ318VS .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;
}
.cid-veneJ318VS .dropdown-menu {
  padding: 0;
}
.cid-veneJ318VS .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneJ318VS .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneJ318VS .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneJ318VS .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneJ318VS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneJ318VS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneJ318VS .nav-link {
  position: relative;
}
.cid-veneJ318VS .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneJ318VS .dropdown-menu,
.cid-veneJ318VS .navbar.opened {
  background: #212428 !important;
}
.cid-veneJ318VS .nav-item:focus,
.cid-veneJ318VS .nav-link:focus {
  outline: none;
}
.cid-veneJ318VS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneJ318VS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneJ318VS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneJ318VS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneJ318VS .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneJ318VS .navbar.opened {
  transition: all 0.3s;
}
.cid-veneJ318VS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneJ318VS .navbar .navbar-logo img {
  width: auto;
}
.cid-veneJ318VS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneJ318VS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneJ318VS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneJ318VS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneJ318VS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneJ318VS .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-veneJ318VS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneJ318VS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneJ318VS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneJ318VS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneJ318VS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneJ318VS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneJ318VS .navbar {
    min-height: 80px;
  }
}
.cid-veneJ318VS .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneJ318VS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneJ318VS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneJ318VS .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneJ318VS .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneJ318VS .dropdown-item.active,
.cid-veneJ318VS .dropdown-item:active {
  background-color: transparent;
}
.cid-veneJ318VS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneJ318VS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneJ318VS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneJ318VS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneJ318VS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneJ318VS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneJ318VS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneJ318VS button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneJ318VS button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneJ318VS button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneJ318VS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneJ318VS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneJ318VS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJ318VS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJ318VS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneJ318VS nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneJ318VS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneJ318VS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneJ318VS nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneJ318VS .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneJ318VS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneJ318VS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneJ318VS .navbar {
    height: 70px;
  }
  .cid-veneJ318VS .navbar.opened {
    height: auto;
  }
  .cid-veneJ318VS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneJ318VS .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneJ318VS .navbar-short {
    min-height: 70px;
  }
}
.cid-veneJ318VS .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneJ318VS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneJ318VS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneJ318VS .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneJ318VS .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneJ318VS .navbar-nav {
  display: flex !important;
}
.cid-veneJ318VS .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneJ318VS .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneJ318VS .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneJ318VS .navbar-nav .nav-item .nav-link:hover,
.cid-veneJ318VS .navbar-nav .nav-item .nav-link:focus,
.cid-veneJ318VS .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneJ318VS .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneJ318VS .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneJ318VS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneJ318VS button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneJ318VS button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneJ318VS button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneJ318VS button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneJ318VS button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneJ318VS button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJ318VS button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJ318VS button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneJ318VS .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneJ318VS .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneJ318VS .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneJ318VS .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneJ318VS .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneJ318VS .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneJ318VS .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneJ318VS .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneJ318VS .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneJ318VS .offcanvas.show {
  transform: translateX(0);
}
.cid-veneJ318VS .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneJ318VS .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneJ318VS .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneJ318VS .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneJ318VS .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneJ318VS .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneJ318VS .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneJ318VS .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneJ318VS .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneJ318VS .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneJ318VS .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneJ318VS .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneJ318VS .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneJ318VS ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneJ318VS ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneJ318VS ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneJ318VS .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneJ318VS .social-container {
    padding-top: 40px;
  }
}
.cid-veneJ318VS .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneJ318VS .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneJ318VS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneJ318VS .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneJ318VS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneJ318VS .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneJ318VS .soc-item:hover:before {
  opacity: 1;
}
.cid-veneJ318VS .offcanvas_btn {
  margin-top: auto;
}
.cid-veneJ318VS .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneJ318VS .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneJ3dh5n {
  background-image: url("../../../assets/images/whipple-dam-dam.webp");
}
.cid-veneJ3dh5n img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneJ3dh5n .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneJ3dh5n .images {
    display: none;
  }
}
.cid-veneJ3dh5n .image-wrapper-1,
.cid-veneJ3dh5n .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneJ3dh5n .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneJ3dh5n .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneJ3dh5n .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneJ3dh5n .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneJ3dh5n .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneJ3dh5n .image-wrapper-2 img {
  width: 90%;
}
.cid-veneJ3dh5n .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneJ3dh5n .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneJ3dh5n .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneJ3dh5n .text-wrapper {
  width: 100%;
}
.cid-veneJ3dh5n .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneJ3dh5n .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneJ3dh5n .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneJ3dh5n .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneJ3dh5n .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneJ3dh5n .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneJ3dh5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneJ3dh5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneJ3dh5n .text {
  display: flex;
  align-items: center;
}
.cid-veoqcN7bkB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqcN7bkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqcN7bkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqcN7bkB .container-fluid {
    padding: 0;
  }
}
.cid-veoqcN7bkB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqcN7bkB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqcN7bkB .embla__button--next,
.cid-veoqcN7bkB .embla__button--prev {
  display: flex;
}
.cid-veoqcN7bkB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqcN7bkB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqcN7bkB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqcN7bkB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqcN7bkB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqcN7bkB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqcN7bkB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqcN7bkB .embla {
  position: relative;
  width: 100%;
}
.cid-veoqcN7bkB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqcN7bkB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqcN7bkB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqcN7bkB .embla__slide a {
  cursor: grab;
}
.cid-veoqcN7bkB .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqcN7bkB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqcN7bkB .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqcN7bkB .mbr-section-title {
  color: #232323;
}
.cid-veoqcN7bkB .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqcN7bkB .mbr-box {
  color: #ffffff;
}
.cid-veoqcN7bkB .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqcN7bkB img,
.cid-veoqcN7bkB .item-img {
  width: 100%;
}
.cid-veoqcN7bkB .item-wrapper {
  position: relative;
}
.cid-veoqcN7bkB .content-head {
  max-width: 800px;
}
.cid-veneJ3l9Qj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneJ3l9Qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneJ3l9Qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneJ3l9Qj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneJ3l9Qj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneJ3l9Qj .container {
    padding: 0 16px;
  }
}
.cid-veneJ3l9Qj .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneJ3l9Qj .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .row {
    padding: 25px 9px;
  }
}
.cid-veneJ3l9Qj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneJ3l9Qj .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneJ3l9Qj .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .image-wrapper img {
    height: 350px;
  }
}
.cid-veneJ3l9Qj .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneJ3l9Qj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneJ3l9Qj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneJ3l9Qj .items-wrapper {
    display: block;
  }
}
.cid-veneJ3l9Qj .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneJ3l9Qj .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneJ3l9Qj .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneJ3l9Qj .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneJ3l9Qj .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneJ3l9Qj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneJ3l9Qj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneJ3l9Qj .card {
  justify-content: center;
}
.cid-veneJ3l9Qj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneJ3l9Qj .mbr-text {
  color: #000000;
}
.cid-veneJ3l9Qj .card-title {
  color: #000000;
}
.cid-veneJ3l9Qj .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneJ3l9Qj .card-title,
.cid-veneJ3l9Qj .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneJ3wbFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneJ3wbFA .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneJ3wbFA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneJ3wbFA .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneJ3wbFA .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneJ3wbFA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneJ3wbFA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneJ3wbFA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneJ3wbFA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneJ3wbFA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneJ3wbFA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneJ3wbFA .embla__button--next,
.cid-veneJ3wbFA .embla__button--prev {
  display: flex;
}
.cid-veneJ3wbFA .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneJ3wbFA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneJ3wbFA .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneJ3wbFA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneJ3wbFA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneJ3wbFA .embla__button {
    top: -10%;
  }
}
.cid-veneJ3wbFA .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneJ3wbFA .embla {
    margin-top: 80px;
  }
}
.cid-veneJ3wbFA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneJ3wbFA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneJ3wbFA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneJ3wbFA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneJ3wbFA .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneJ3wbFA .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneJ3wbFA .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneJ3wbFA .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneJ3wbFA .mbr-text ul {
    display: block;
  }
}
.cid-veneJ3wbFA .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneJ3wbFA .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneJ3wbFA .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneJ3wbFA .item-wrapper {
  height: 100%;
}
.cid-veneJ3wbFA .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneJ3wbFA .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneJ3wbFA .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veoqbUiPwB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqbUiPwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqbUiPwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqbUiPwB .container-fluid {
    padding: 0;
  }
}
.cid-veoqbUiPwB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqbUiPwB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqbUiPwB .embla__button--next,
.cid-veoqbUiPwB .embla__button--prev {
  display: flex;
}
.cid-veoqbUiPwB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqbUiPwB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqbUiPwB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqbUiPwB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqbUiPwB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqbUiPwB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqbUiPwB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqbUiPwB .embla {
  position: relative;
  width: 100%;
}
.cid-veoqbUiPwB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqbUiPwB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqbUiPwB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqbUiPwB .embla__slide a {
  cursor: grab;
}
.cid-veoqbUiPwB .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqbUiPwB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqbUiPwB .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqbUiPwB .mbr-section-title {
  color: #232323;
}
.cid-veoqbUiPwB .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqbUiPwB .mbr-box {
  color: #ffffff;
}
.cid-veoqbUiPwB .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqbUiPwB img,
.cid-veoqbUiPwB .item-img {
  width: 100%;
}
.cid-veoqbUiPwB .item-wrapper {
  position: relative;
}
.cid-veoqbUiPwB .content-head {
  max-width: 800px;
}
#custom-html-nf {
  /* Type valid CSS here */
}
#custom-html-nf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nf p {
  font-size: 60px;
  color: #777;
}
.cid-veneJ3Inyz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneJ3Inyz h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneJ3Inyz .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneJ3Inyz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneJ3Inyz .nav-link.active {
  background: #232323;
}
.cid-veneJ3Inyz .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneJ3Inyz .nav-link:hover {
  background: #232323;
}
.cid-veneJ3Inyz .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneJ3Inyz .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneJ3Inyz .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneJ3Inyz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneJ3Inyz .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneJ3Inyz .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneJ3Inyz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneJ3Inyz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneJ3Inyz .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneJ3Inyz .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneJ3Inyz .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneJ3Inyz .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneJ3Inyz .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneJ3Inyz .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneJ3Inyz .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneJ3Inyz .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneJ3Inyz .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneJ3Inyz .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneJ3Inyz .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneJ3Inyz .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneJ3Inyz .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneJ3Inyz .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneJ3Inyz .mbr-text,
  .cid-veneJ3Inyz .nav-link,
  .cid-veneJ3Inyz .mbr-card-title,
  .cid-veneJ3Inyz .mbr-section-title {
    text-align: left;
  }
  .cid-veneJ3Inyz .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneJ3Inyz .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneJ3Inyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneJ3Inyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneJ3Inyz .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneJ3Inyz .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneJ3Inyz .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veoqaL4cWl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqaL4cWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqaL4cWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqaL4cWl .container-fluid {
    padding: 0;
  }
}
.cid-veoqaL4cWl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqaL4cWl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqaL4cWl .embla__button--next,
.cid-veoqaL4cWl .embla__button--prev {
  display: flex;
}
.cid-veoqaL4cWl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqaL4cWl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqaL4cWl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqaL4cWl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqaL4cWl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqaL4cWl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqaL4cWl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqaL4cWl .embla {
  position: relative;
  width: 100%;
}
.cid-veoqaL4cWl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqaL4cWl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqaL4cWl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqaL4cWl .embla__slide a {
  cursor: grab;
}
.cid-veoqaL4cWl .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqaL4cWl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqaL4cWl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqaL4cWl .mbr-section-title {
  color: #232323;
}
.cid-veoqaL4cWl .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqaL4cWl .mbr-box {
  color: #ffffff;
}
.cid-veoqaL4cWl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqaL4cWl img,
.cid-veoqaL4cWl .item-img {
  width: 100%;
}
.cid-veoqaL4cWl .item-wrapper {
  position: relative;
}
.cid-veoqaL4cWl .content-head {
  max-width: 800px;
}
.cid-veneJ4xx53 .google-map {
  height: 700px;
  position: relative;
}
.cid-veneJ4xx53 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneJ4xx53 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneJ4xx53 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneJ4xx53 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneJ4TiVo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneJ4TiVo .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneJGYf4n {
  z-index: 1000;
  width: 100%;
}
.cid-veneJGYf4n .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;
}
.cid-veneJGYf4n .dropdown-menu {
  padding: 0;
}
.cid-veneJGYf4n .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneJGYf4n .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneJGYf4n .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneJGYf4n .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneJGYf4n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneJGYf4n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneJGYf4n .nav-link {
  position: relative;
}
.cid-veneJGYf4n .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneJGYf4n .dropdown-menu,
.cid-veneJGYf4n .navbar.opened {
  background: #212428 !important;
}
.cid-veneJGYf4n .nav-item:focus,
.cid-veneJGYf4n .nav-link:focus {
  outline: none;
}
.cid-veneJGYf4n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneJGYf4n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneJGYf4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneJGYf4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneJGYf4n .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneJGYf4n .navbar.opened {
  transition: all 0.3s;
}
.cid-veneJGYf4n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneJGYf4n .navbar .navbar-logo img {
  width: auto;
}
.cid-veneJGYf4n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneJGYf4n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneJGYf4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneJGYf4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneJGYf4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneJGYf4n .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-veneJGYf4n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneJGYf4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneJGYf4n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneJGYf4n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneJGYf4n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneJGYf4n .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .navbar {
    min-height: 80px;
  }
}
.cid-veneJGYf4n .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneJGYf4n .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneJGYf4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneJGYf4n .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneJGYf4n .dropdown-item.active,
.cid-veneJGYf4n .dropdown-item:active {
  background-color: transparent;
}
.cid-veneJGYf4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneJGYf4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneJGYf4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneJGYf4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneJGYf4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneJGYf4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneJGYf4n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneJGYf4n button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneJGYf4n button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneJGYf4n button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneJGYf4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneJGYf4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneJGYf4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJGYf4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJGYf4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneJGYf4n nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneJGYf4n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneJGYf4n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneJGYf4n nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneJGYf4n .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneJGYf4n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneJGYf4n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneJGYf4n .navbar {
    height: 70px;
  }
  .cid-veneJGYf4n .navbar.opened {
    height: auto;
  }
  .cid-veneJGYf4n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneJGYf4n .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .navbar-short {
    min-height: 70px;
  }
}
.cid-veneJGYf4n .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneJGYf4n .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneJGYf4n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneJGYf4n .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneJGYf4n .navbar-nav {
  display: flex !important;
}
.cid-veneJGYf4n .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneJGYf4n .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneJGYf4n .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneJGYf4n .navbar-nav .nav-item .nav-link:hover,
.cid-veneJGYf4n .navbar-nav .nav-item .nav-link:focus,
.cid-veneJGYf4n .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneJGYf4n .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneJGYf4n .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneJGYf4n .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneJGYf4n button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneJGYf4n button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneJGYf4n button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneJGYf4n button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneJGYf4n button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneJGYf4n button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJGYf4n button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneJGYf4n button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneJGYf4n .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneJGYf4n .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneJGYf4n .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneJGYf4n .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneJGYf4n .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneJGYf4n .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneJGYf4n .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneJGYf4n .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneJGYf4n .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneJGYf4n .offcanvas.show {
  transform: translateX(0);
}
.cid-veneJGYf4n .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneJGYf4n .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneJGYf4n .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneJGYf4n .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneJGYf4n .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneJGYf4n .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneJGYf4n .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneJGYf4n .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneJGYf4n .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneJGYf4n .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneJGYf4n .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneJGYf4n ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneJGYf4n ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneJGYf4n ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneJGYf4n .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneJGYf4n .social-container {
    padding-top: 40px;
  }
}
.cid-veneJGYf4n .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneJGYf4n .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneJGYf4n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneJGYf4n .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneJGYf4n .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneJGYf4n .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneJGYf4n .soc-item:hover:before {
  opacity: 1;
}
.cid-veneJGYf4n .offcanvas_btn {
  margin-top: auto;
}
.cid-veneJGYf4n .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneJGYf4n .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneJHaek8 {
  background-image: url("../../../assets/images/lancaster-county-field-and-farm-implement-3264px.webp");
}
.cid-veneJHaek8 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneJHaek8 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneJHaek8 .images {
    display: none;
  }
}
.cid-veneJHaek8 .image-wrapper-1,
.cid-veneJHaek8 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneJHaek8 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneJHaek8 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneJHaek8 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneJHaek8 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneJHaek8 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneJHaek8 .image-wrapper-2 img {
  width: 90%;
}
.cid-veneJHaek8 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneJHaek8 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneJHaek8 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneJHaek8 .text-wrapper {
  width: 100%;
}
.cid-veneJHaek8 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneJHaek8 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneJHaek8 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneJHaek8 .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneJHaek8 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneJHaek8 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneJHaek8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneJHaek8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneJHaek8 .text {
  display: flex;
  align-items: center;
}
.cid-veoqiAQqi3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqiAQqi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqiAQqi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqiAQqi3 .container-fluid {
    padding: 0;
  }
}
.cid-veoqiAQqi3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqiAQqi3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqiAQqi3 .embla__button--next,
.cid-veoqiAQqi3 .embla__button--prev {
  display: flex;
}
.cid-veoqiAQqi3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqiAQqi3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqiAQqi3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqiAQqi3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqiAQqi3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqiAQqi3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqiAQqi3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqiAQqi3 .embla {
  position: relative;
  width: 100%;
}
.cid-veoqiAQqi3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqiAQqi3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqiAQqi3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqiAQqi3 .embla__slide a {
  cursor: grab;
}
.cid-veoqiAQqi3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqiAQqi3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqiAQqi3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqiAQqi3 .mbr-section-title {
  color: #232323;
}
.cid-veoqiAQqi3 .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqiAQqi3 .mbr-box {
  color: #ffffff;
}
.cid-veoqiAQqi3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqiAQqi3 img,
.cid-veoqiAQqi3 .item-img {
  width: 100%;
}
.cid-veoqiAQqi3 .item-wrapper {
  position: relative;
}
.cid-veoqiAQqi3 .content-head {
  max-width: 800px;
}
.cid-veneJHi09R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneJHi09R .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneJHi09R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneJHi09R .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneJHi09R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneJHi09R .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneJHi09R .container {
    padding: 0 16px;
  }
}
.cid-veneJHi09R .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneJHi09R .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneJHi09R .row {
    padding: 25px 9px;
  }
}
.cid-veneJHi09R .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneJHi09R .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneJHi09R .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .image-wrapper img {
    height: 350px;
  }
}
.cid-veneJHi09R .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneJHi09R .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneJHi09R .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneJHi09R .items-wrapper {
    display: block;
  }
}
.cid-veneJHi09R .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneJHi09R .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneJHi09R .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneJHi09R .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneJHi09R .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneJHi09R .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneJHi09R .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneJHi09R .card {
  justify-content: center;
}
.cid-veneJHi09R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneJHi09R .mbr-text {
  color: #000000;
}
.cid-veneJHi09R .card-title {
  color: #000000;
}
.cid-veneJHi09R .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneJHi09R .card-title,
.cid-veneJHi09R .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneJHuBdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneJHuBdI .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneJHuBdI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneJHuBdI .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneJHuBdI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneJHuBdI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneJHuBdI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneJHuBdI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneJHuBdI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneJHuBdI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneJHuBdI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneJHuBdI .embla__button--next,
.cid-veneJHuBdI .embla__button--prev {
  display: flex;
}
.cid-veneJHuBdI .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneJHuBdI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneJHuBdI .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneJHuBdI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneJHuBdI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneJHuBdI .embla__button {
    top: -10%;
  }
}
.cid-veneJHuBdI .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneJHuBdI .embla {
    margin-top: 80px;
  }
}
.cid-veneJHuBdI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneJHuBdI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneJHuBdI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneJHuBdI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneJHuBdI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneJHuBdI .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneJHuBdI .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneJHuBdI .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneJHuBdI .mbr-text ul {
    display: block;
  }
}
.cid-veneJHuBdI .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneJHuBdI .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneJHuBdI .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneJHuBdI .item-wrapper {
  height: 100%;
}
.cid-veneJHuBdI .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneJHuBdI .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneJHuBdI .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veoqhLOVHN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqhLOVHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqhLOVHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqhLOVHN .container-fluid {
    padding: 0;
  }
}
.cid-veoqhLOVHN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqhLOVHN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqhLOVHN .embla__button--next,
.cid-veoqhLOVHN .embla__button--prev {
  display: flex;
}
.cid-veoqhLOVHN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqhLOVHN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqhLOVHN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqhLOVHN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqhLOVHN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqhLOVHN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqhLOVHN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqhLOVHN .embla {
  position: relative;
  width: 100%;
}
.cid-veoqhLOVHN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqhLOVHN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqhLOVHN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqhLOVHN .embla__slide a {
  cursor: grab;
}
.cid-veoqhLOVHN .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqhLOVHN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqhLOVHN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqhLOVHN .mbr-section-title {
  color: #232323;
}
.cid-veoqhLOVHN .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqhLOVHN .mbr-box {
  color: #ffffff;
}
.cid-veoqhLOVHN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqhLOVHN img,
.cid-veoqhLOVHN .item-img {
  width: 100%;
}
.cid-veoqhLOVHN .item-wrapper {
  position: relative;
}
.cid-veoqhLOVHN .content-head {
  max-width: 800px;
}
#custom-html-no {
  /* Type valid CSS here */
}
#custom-html-no div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-no p {
  font-size: 60px;
  color: #777;
}
.cid-veneJHFDla {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneJHFDla h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneJHFDla .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneJHFDla .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneJHFDla .nav-link.active {
  background: #232323;
}
.cid-veneJHFDla .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneJHFDla .nav-link:hover {
  background: #232323;
}
.cid-veneJHFDla .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneJHFDla .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneJHFDla .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneJHFDla .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneJHFDla .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneJHFDla .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneJHFDla .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneJHFDla .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneJHFDla .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneJHFDla .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneJHFDla .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneJHFDla .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneJHFDla .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneJHFDla .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneJHFDla .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneJHFDla .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneJHFDla .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneJHFDla .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneJHFDla .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneJHFDla .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneJHFDla .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneJHFDla .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneJHFDla .mbr-text,
  .cid-veneJHFDla .nav-link,
  .cid-veneJHFDla .mbr-card-title,
  .cid-veneJHFDla .mbr-section-title {
    text-align: left;
  }
  .cid-veneJHFDla .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneJHFDla .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneJHFDla .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneJHFDla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneJHFDla .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneJHFDla .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneJHFDla .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneJIuQMg .google-map {
  height: 700px;
  position: relative;
}
.cid-veneJIuQMg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneJIuQMg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneJIuQMg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneJIuQMg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoqgV3fqU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqgV3fqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqgV3fqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqgV3fqU .container-fluid {
    padding: 0;
  }
}
.cid-veoqgV3fqU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqgV3fqU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqgV3fqU .embla__button--next,
.cid-veoqgV3fqU .embla__button--prev {
  display: flex;
}
.cid-veoqgV3fqU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqgV3fqU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqgV3fqU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqgV3fqU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqgV3fqU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqgV3fqU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqgV3fqU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqgV3fqU .embla {
  position: relative;
  width: 100%;
}
.cid-veoqgV3fqU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqgV3fqU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqgV3fqU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqgV3fqU .embla__slide a {
  cursor: grab;
}
.cid-veoqgV3fqU .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqgV3fqU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqgV3fqU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqgV3fqU .mbr-section-title {
  color: #232323;
}
.cid-veoqgV3fqU .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqgV3fqU .mbr-box {
  color: #ffffff;
}
.cid-veoqgV3fqU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqgV3fqU img,
.cid-veoqgV3fqU .item-img {
  width: 100%;
}
.cid-veoqgV3fqU .item-wrapper {
  position: relative;
}
.cid-veoqgV3fqU .content-head {
  max-width: 800px;
}
.cid-veneJIQK8n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneJIQK8n .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneKd7Nx9 {
  z-index: 1000;
  width: 100%;
}
.cid-veneKd7Nx9 .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;
}
.cid-veneKd7Nx9 .dropdown-menu {
  padding: 0;
}
.cid-veneKd7Nx9 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneKd7Nx9 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneKd7Nx9 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneKd7Nx9 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneKd7Nx9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneKd7Nx9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneKd7Nx9 .nav-link {
  position: relative;
}
.cid-veneKd7Nx9 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneKd7Nx9 .dropdown-menu,
.cid-veneKd7Nx9 .navbar.opened {
  background: #212428 !important;
}
.cid-veneKd7Nx9 .nav-item:focus,
.cid-veneKd7Nx9 .nav-link:focus {
  outline: none;
}
.cid-veneKd7Nx9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneKd7Nx9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneKd7Nx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneKd7Nx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneKd7Nx9 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneKd7Nx9 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneKd7Nx9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneKd7Nx9 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneKd7Nx9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneKd7Nx9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneKd7Nx9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneKd7Nx9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneKd7Nx9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneKd7Nx9 .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-veneKd7Nx9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneKd7Nx9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneKd7Nx9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneKd7Nx9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneKd7Nx9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneKd7Nx9 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .navbar {
    min-height: 80px;
  }
}
.cid-veneKd7Nx9 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneKd7Nx9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneKd7Nx9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneKd7Nx9 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneKd7Nx9 .dropdown-item.active,
.cid-veneKd7Nx9 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneKd7Nx9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneKd7Nx9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneKd7Nx9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneKd7Nx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneKd7Nx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneKd7Nx9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneKd7Nx9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneKd7Nx9 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneKd7Nx9 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneKd7Nx9 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneKd7Nx9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneKd7Nx9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneKd7Nx9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKd7Nx9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKd7Nx9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneKd7Nx9 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneKd7Nx9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneKd7Nx9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneKd7Nx9 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneKd7Nx9 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneKd7Nx9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneKd7Nx9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneKd7Nx9 .navbar {
    height: 70px;
  }
  .cid-veneKd7Nx9 .navbar.opened {
    height: auto;
  }
  .cid-veneKd7Nx9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneKd7Nx9 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneKd7Nx9 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneKd7Nx9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneKd7Nx9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneKd7Nx9 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneKd7Nx9 .navbar-nav {
  display: flex !important;
}
.cid-veneKd7Nx9 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneKd7Nx9 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneKd7Nx9 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneKd7Nx9 .navbar-nav .nav-item .nav-link:hover,
.cid-veneKd7Nx9 .navbar-nav .nav-item .nav-link:focus,
.cid-veneKd7Nx9 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneKd7Nx9 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneKd7Nx9 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneKd7Nx9 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneKd7Nx9 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneKd7Nx9 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneKd7Nx9 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneKd7Nx9 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneKd7Nx9 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneKd7Nx9 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKd7Nx9 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKd7Nx9 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneKd7Nx9 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneKd7Nx9 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneKd7Nx9 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneKd7Nx9 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneKd7Nx9 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneKd7Nx9 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneKd7Nx9 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneKd7Nx9 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneKd7Nx9 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneKd7Nx9 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneKd7Nx9 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneKd7Nx9 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneKd7Nx9 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneKd7Nx9 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneKd7Nx9 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneKd7Nx9 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneKd7Nx9 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneKd7Nx9 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneKd7Nx9 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneKd7Nx9 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneKd7Nx9 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneKd7Nx9 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneKd7Nx9 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneKd7Nx9 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneKd7Nx9 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneKd7Nx9 .social-container {
    padding-top: 40px;
  }
}
.cid-veneKd7Nx9 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneKd7Nx9 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneKd7Nx9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneKd7Nx9 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneKd7Nx9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneKd7Nx9 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneKd7Nx9 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneKd7Nx9 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneKd7Nx9 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneKd7Nx9 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneKdiZnR {
  background-image: url("../../../assets/images/scottish-rite-cathedral-new-castle.webp");
}
.cid-veneKdiZnR img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneKdiZnR .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneKdiZnR .images {
    display: none;
  }
}
.cid-veneKdiZnR .image-wrapper-1,
.cid-veneKdiZnR .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneKdiZnR .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneKdiZnR .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneKdiZnR .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneKdiZnR .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneKdiZnR .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneKdiZnR .image-wrapper-2 img {
  width: 90%;
}
.cid-veneKdiZnR .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneKdiZnR .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneKdiZnR .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneKdiZnR .text-wrapper {
  width: 100%;
}
.cid-veneKdiZnR .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneKdiZnR .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneKdiZnR .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneKdiZnR .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneKdiZnR .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneKdiZnR .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneKdiZnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneKdiZnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneKdiZnR .text {
  display: flex;
  align-items: center;
}
.cid-veoqoIwDwx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqoIwDwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqoIwDwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqoIwDwx .container-fluid {
    padding: 0;
  }
}
.cid-veoqoIwDwx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqoIwDwx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqoIwDwx .embla__button--next,
.cid-veoqoIwDwx .embla__button--prev {
  display: flex;
}
.cid-veoqoIwDwx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqoIwDwx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqoIwDwx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqoIwDwx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqoIwDwx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqoIwDwx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqoIwDwx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqoIwDwx .embla {
  position: relative;
  width: 100%;
}
.cid-veoqoIwDwx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqoIwDwx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqoIwDwx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqoIwDwx .embla__slide a {
  cursor: grab;
}
.cid-veoqoIwDwx .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqoIwDwx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqoIwDwx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqoIwDwx .mbr-section-title {
  color: #232323;
}
.cid-veoqoIwDwx .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqoIwDwx .mbr-box {
  color: #ffffff;
}
.cid-veoqoIwDwx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqoIwDwx img,
.cid-veoqoIwDwx .item-img {
  width: 100%;
}
.cid-veoqoIwDwx .item-wrapper {
  position: relative;
}
.cid-veoqoIwDwx .content-head {
  max-width: 800px;
}
.cid-veneKdqu39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneKdqu39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneKdqu39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneKdqu39 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneKdqu39 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneKdqu39 .container {
    padding: 0 16px;
  }
}
.cid-veneKdqu39 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneKdqu39 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .row {
    padding: 25px 9px;
  }
}
.cid-veneKdqu39 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneKdqu39 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneKdqu39 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .image-wrapper img {
    height: 350px;
  }
}
.cid-veneKdqu39 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneKdqu39 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneKdqu39 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneKdqu39 .items-wrapper {
    display: block;
  }
}
.cid-veneKdqu39 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneKdqu39 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneKdqu39 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneKdqu39 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneKdqu39 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneKdqu39 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneKdqu39 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneKdqu39 .card {
  justify-content: center;
}
.cid-veneKdqu39 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneKdqu39 .mbr-text {
  color: #000000;
}
.cid-veneKdqu39 .card-title {
  color: #000000;
}
.cid-veneKdqu39 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneKdqu39 .card-title,
.cid-veneKdqu39 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneKdBP35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneKdBP35 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneKdBP35 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneKdBP35 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneKdBP35 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneKdBP35 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneKdBP35 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneKdBP35 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneKdBP35 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneKdBP35 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneKdBP35 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneKdBP35 .embla__button--next,
.cid-veneKdBP35 .embla__button--prev {
  display: flex;
}
.cid-veneKdBP35 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneKdBP35 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneKdBP35 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneKdBP35 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneKdBP35 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneKdBP35 .embla__button {
    top: -10%;
  }
}
.cid-veneKdBP35 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneKdBP35 .embla {
    margin-top: 80px;
  }
}
.cid-veneKdBP35 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneKdBP35 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneKdBP35 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneKdBP35 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneKdBP35 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneKdBP35 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneKdBP35 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneKdBP35 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneKdBP35 .mbr-text ul {
    display: block;
  }
}
.cid-veneKdBP35 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneKdBP35 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneKdBP35 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneKdBP35 .item-wrapper {
  height: 100%;
}
.cid-veneKdBP35 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneKdBP35 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneKdBP35 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veoqnYG5Vl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqnYG5Vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqnYG5Vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqnYG5Vl .container-fluid {
    padding: 0;
  }
}
.cid-veoqnYG5Vl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqnYG5Vl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqnYG5Vl .embla__button--next,
.cid-veoqnYG5Vl .embla__button--prev {
  display: flex;
}
.cid-veoqnYG5Vl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqnYG5Vl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqnYG5Vl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqnYG5Vl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqnYG5Vl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqnYG5Vl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqnYG5Vl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqnYG5Vl .embla {
  position: relative;
  width: 100%;
}
.cid-veoqnYG5Vl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqnYG5Vl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqnYG5Vl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqnYG5Vl .embla__slide a {
  cursor: grab;
}
.cid-veoqnYG5Vl .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqnYG5Vl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqnYG5Vl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqnYG5Vl .mbr-section-title {
  color: #232323;
}
.cid-veoqnYG5Vl .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqnYG5Vl .mbr-box {
  color: #ffffff;
}
.cid-veoqnYG5Vl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqnYG5Vl img,
.cid-veoqnYG5Vl .item-img {
  width: 100%;
}
.cid-veoqnYG5Vl .item-wrapper {
  position: relative;
}
.cid-veoqnYG5Vl .content-head {
  max-width: 800px;
}
#custom-html-nx {
  /* Type valid CSS here */
}
#custom-html-nx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nx p {
  font-size: 60px;
  color: #777;
}
.cid-veneKdNcvd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneKdNcvd h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneKdNcvd .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneKdNcvd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneKdNcvd .nav-link.active {
  background: #232323;
}
.cid-veneKdNcvd .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneKdNcvd .nav-link:hover {
  background: #232323;
}
.cid-veneKdNcvd .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneKdNcvd .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneKdNcvd .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneKdNcvd .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneKdNcvd .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneKdNcvd .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneKdNcvd .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneKdNcvd .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneKdNcvd .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneKdNcvd .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneKdNcvd .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneKdNcvd .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneKdNcvd .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneKdNcvd .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneKdNcvd .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneKdNcvd .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneKdNcvd .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneKdNcvd .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneKdNcvd .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneKdNcvd .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneKdNcvd .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneKdNcvd .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneKdNcvd .mbr-text,
  .cid-veneKdNcvd .nav-link,
  .cid-veneKdNcvd .mbr-card-title,
  .cid-veneKdNcvd .mbr-section-title {
    text-align: left;
  }
  .cid-veneKdNcvd .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneKdNcvd .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneKdNcvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneKdNcvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneKdNcvd .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneKdNcvd .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneKdNcvd .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneKeFWCj .google-map {
  height: 700px;
  position: relative;
}
.cid-veneKeFWCj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneKeFWCj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneKeFWCj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneKeFWCj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoqmB01Mq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqmB01Mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqmB01Mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqmB01Mq .container-fluid {
    padding: 0;
  }
}
.cid-veoqmB01Mq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqmB01Mq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqmB01Mq .embla__button--next,
.cid-veoqmB01Mq .embla__button--prev {
  display: flex;
}
.cid-veoqmB01Mq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqmB01Mq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqmB01Mq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqmB01Mq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqmB01Mq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqmB01Mq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqmB01Mq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqmB01Mq .embla {
  position: relative;
  width: 100%;
}
.cid-veoqmB01Mq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqmB01Mq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqmB01Mq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqmB01Mq .embla__slide a {
  cursor: grab;
}
.cid-veoqmB01Mq .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqmB01Mq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqmB01Mq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqmB01Mq .mbr-section-title {
  color: #232323;
}
.cid-veoqmB01Mq .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqmB01Mq .mbr-box {
  color: #ffffff;
}
.cid-veoqmB01Mq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqmB01Mq img,
.cid-veoqmB01Mq .item-img {
  width: 100%;
}
.cid-veoqmB01Mq .item-wrapper {
  position: relative;
}
.cid-veoqmB01Mq .content-head {
  max-width: 800px;
}
.cid-veneKf2mqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneKf2mqX .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneKLUO1b {
  z-index: 1000;
  width: 100%;
}
.cid-veneKLUO1b .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;
}
.cid-veneKLUO1b .dropdown-menu {
  padding: 0;
}
.cid-veneKLUO1b .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneKLUO1b .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneKLUO1b .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneKLUO1b .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneKLUO1b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneKLUO1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneKLUO1b .nav-link {
  position: relative;
}
.cid-veneKLUO1b .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneKLUO1b .dropdown-menu,
.cid-veneKLUO1b .navbar.opened {
  background: #212428 !important;
}
.cid-veneKLUO1b .nav-item:focus,
.cid-veneKLUO1b .nav-link:focus {
  outline: none;
}
.cid-veneKLUO1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneKLUO1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneKLUO1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneKLUO1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneKLUO1b .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneKLUO1b .navbar.opened {
  transition: all 0.3s;
}
.cid-veneKLUO1b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneKLUO1b .navbar .navbar-logo img {
  width: auto;
}
.cid-veneKLUO1b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneKLUO1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneKLUO1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneKLUO1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneKLUO1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneKLUO1b .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-veneKLUO1b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneKLUO1b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneKLUO1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneKLUO1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneKLUO1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneKLUO1b .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .navbar {
    min-height: 80px;
  }
}
.cid-veneKLUO1b .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneKLUO1b .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneKLUO1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneKLUO1b .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneKLUO1b .dropdown-item.active,
.cid-veneKLUO1b .dropdown-item:active {
  background-color: transparent;
}
.cid-veneKLUO1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneKLUO1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneKLUO1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneKLUO1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneKLUO1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneKLUO1b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneKLUO1b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneKLUO1b button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneKLUO1b button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneKLUO1b button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneKLUO1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneKLUO1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneKLUO1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKLUO1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKLUO1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneKLUO1b nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneKLUO1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneKLUO1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneKLUO1b nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneKLUO1b .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneKLUO1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneKLUO1b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneKLUO1b .navbar {
    height: 70px;
  }
  .cid-veneKLUO1b .navbar.opened {
    height: auto;
  }
  .cid-veneKLUO1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneKLUO1b .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .navbar-short {
    min-height: 70px;
  }
}
.cid-veneKLUO1b .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneKLUO1b .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneKLUO1b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneKLUO1b .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneKLUO1b .navbar-nav {
  display: flex !important;
}
.cid-veneKLUO1b .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneKLUO1b .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneKLUO1b .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneKLUO1b .navbar-nav .nav-item .nav-link:hover,
.cid-veneKLUO1b .navbar-nav .nav-item .nav-link:focus,
.cid-veneKLUO1b .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneKLUO1b .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneKLUO1b .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneKLUO1b .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneKLUO1b button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneKLUO1b button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneKLUO1b button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneKLUO1b button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneKLUO1b button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneKLUO1b button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKLUO1b button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneKLUO1b button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneKLUO1b .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneKLUO1b .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneKLUO1b .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneKLUO1b .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneKLUO1b .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneKLUO1b .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneKLUO1b .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneKLUO1b .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneKLUO1b .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneKLUO1b .offcanvas.show {
  transform: translateX(0);
}
.cid-veneKLUO1b .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneKLUO1b .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneKLUO1b .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneKLUO1b .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneKLUO1b .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneKLUO1b .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneKLUO1b .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneKLUO1b .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneKLUO1b .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneKLUO1b .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneKLUO1b .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneKLUO1b ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneKLUO1b ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneKLUO1b ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneKLUO1b .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneKLUO1b .social-container {
    padding-top: 40px;
  }
}
.cid-veneKLUO1b .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneKLUO1b .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneKLUO1b .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneKLUO1b .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneKLUO1b .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneKLUO1b .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneKLUO1b .soc-item:hover:before {
  opacity: 1;
}
.cid-veneKLUO1b .offcanvas_btn {
  margin-top: auto;
}
.cid-veneKLUO1b .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneKLUO1b .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneKM5Xjm {
  background-image: url("../../../assets/images/dent-mill-complex-hq-lehigh-co-pa.webp");
}
.cid-veneKM5Xjm img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneKM5Xjm .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneKM5Xjm .images {
    display: none;
  }
}
.cid-veneKM5Xjm .image-wrapper-1,
.cid-veneKM5Xjm .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneKM5Xjm .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneKM5Xjm .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneKM5Xjm .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneKM5Xjm .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneKM5Xjm .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneKM5Xjm .image-wrapper-2 img {
  width: 90%;
}
.cid-veneKM5Xjm .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneKM5Xjm .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneKM5Xjm .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneKM5Xjm .text-wrapper {
  width: 100%;
}
.cid-veneKM5Xjm .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneKM5Xjm .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneKM5Xjm .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneKM5Xjm .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneKM5Xjm .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneKM5Xjm .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneKM5Xjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneKM5Xjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneKM5Xjm .text {
  display: flex;
  align-items: center;
}
.cid-veoquAlvUW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoquAlvUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoquAlvUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoquAlvUW .container-fluid {
    padding: 0;
  }
}
.cid-veoquAlvUW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoquAlvUW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoquAlvUW .embla__button--next,
.cid-veoquAlvUW .embla__button--prev {
  display: flex;
}
.cid-veoquAlvUW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoquAlvUW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoquAlvUW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoquAlvUW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoquAlvUW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoquAlvUW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoquAlvUW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoquAlvUW .embla {
  position: relative;
  width: 100%;
}
.cid-veoquAlvUW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoquAlvUW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoquAlvUW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoquAlvUW .embla__slide a {
  cursor: grab;
}
.cid-veoquAlvUW .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoquAlvUW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoquAlvUW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoquAlvUW .mbr-section-title {
  color: #232323;
}
.cid-veoquAlvUW .mbr-section-subtitle {
  color: #232323;
}
.cid-veoquAlvUW .mbr-box {
  color: #ffffff;
}
.cid-veoquAlvUW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoquAlvUW img,
.cid-veoquAlvUW .item-img {
  width: 100%;
}
.cid-veoquAlvUW .item-wrapper {
  position: relative;
}
.cid-veoquAlvUW .content-head {
  max-width: 800px;
}
.cid-veneKMcSXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneKMcSXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneKMcSXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneKMcSXv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneKMcSXv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneKMcSXv .container {
    padding: 0 16px;
  }
}
.cid-veneKMcSXv .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneKMcSXv .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .row {
    padding: 25px 9px;
  }
}
.cid-veneKMcSXv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneKMcSXv .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneKMcSXv .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .image-wrapper img {
    height: 350px;
  }
}
.cid-veneKMcSXv .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneKMcSXv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneKMcSXv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneKMcSXv .items-wrapper {
    display: block;
  }
}
.cid-veneKMcSXv .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneKMcSXv .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneKMcSXv .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneKMcSXv .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneKMcSXv .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneKMcSXv .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneKMcSXv .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneKMcSXv .card {
  justify-content: center;
}
.cid-veneKMcSXv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneKMcSXv .mbr-text {
  color: #000000;
}
.cid-veneKMcSXv .card-title {
  color: #000000;
}
.cid-veneKMcSXv .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneKMcSXv .card-title,
.cid-veneKMcSXv .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneKMomjS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneKMomjS .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneKMomjS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneKMomjS .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneKMomjS .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneKMomjS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneKMomjS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneKMomjS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneKMomjS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneKMomjS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneKMomjS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneKMomjS .embla__button--next,
.cid-veneKMomjS .embla__button--prev {
  display: flex;
}
.cid-veneKMomjS .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneKMomjS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneKMomjS .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneKMomjS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneKMomjS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneKMomjS .embla__button {
    top: -10%;
  }
}
.cid-veneKMomjS .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneKMomjS .embla {
    margin-top: 80px;
  }
}
.cid-veneKMomjS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneKMomjS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneKMomjS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneKMomjS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneKMomjS .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneKMomjS .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneKMomjS .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneKMomjS .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneKMomjS .mbr-text ul {
    display: block;
  }
}
.cid-veneKMomjS .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneKMomjS .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneKMomjS .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneKMomjS .item-wrapper {
  height: 100%;
}
.cid-veneKMomjS .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneKMomjS .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneKMomjS .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-o6 {
  /* Type valid CSS here */
}
#custom-html-o6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-o6 p {
  font-size: 60px;
  color: #777;
}
.cid-veoqtGWYGJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqtGWYGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqtGWYGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqtGWYGJ .container-fluid {
    padding: 0;
  }
}
.cid-veoqtGWYGJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqtGWYGJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqtGWYGJ .embla__button--next,
.cid-veoqtGWYGJ .embla__button--prev {
  display: flex;
}
.cid-veoqtGWYGJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqtGWYGJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqtGWYGJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqtGWYGJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqtGWYGJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqtGWYGJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqtGWYGJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqtGWYGJ .embla {
  position: relative;
  width: 100%;
}
.cid-veoqtGWYGJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqtGWYGJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqtGWYGJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqtGWYGJ .embla__slide a {
  cursor: grab;
}
.cid-veoqtGWYGJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqtGWYGJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqtGWYGJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqtGWYGJ .mbr-section-title {
  color: #232323;
}
.cid-veoqtGWYGJ .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqtGWYGJ .mbr-box {
  color: #ffffff;
}
.cid-veoqtGWYGJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqtGWYGJ img,
.cid-veoqtGWYGJ .item-img {
  width: 100%;
}
.cid-veoqtGWYGJ .item-wrapper {
  position: relative;
}
.cid-veoqtGWYGJ .content-head {
  max-width: 800px;
}
.cid-veneKMzVTf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneKMzVTf h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneKMzVTf .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneKMzVTf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneKMzVTf .nav-link.active {
  background: #232323;
}
.cid-veneKMzVTf .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneKMzVTf .nav-link:hover {
  background: #232323;
}
.cid-veneKMzVTf .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneKMzVTf .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneKMzVTf .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneKMzVTf .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneKMzVTf .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneKMzVTf .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneKMzVTf .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneKMzVTf .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneKMzVTf .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneKMzVTf .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneKMzVTf .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneKMzVTf .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneKMzVTf .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneKMzVTf .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneKMzVTf .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneKMzVTf .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneKMzVTf .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneKMzVTf .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneKMzVTf .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneKMzVTf .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneKMzVTf .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneKMzVTf .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneKMzVTf .mbr-text,
  .cid-veneKMzVTf .nav-link,
  .cid-veneKMzVTf .mbr-card-title,
  .cid-veneKMzVTf .mbr-section-title {
    text-align: left;
  }
  .cid-veneKMzVTf .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneKMzVTf .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneKMzVTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneKMzVTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneKMzVTf .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneKMzVTf .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneKMzVTf .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneKNoTnB .google-map {
  height: 700px;
  position: relative;
}
.cid-veneKNoTnB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneKNoTnB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneKNoTnB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneKNoTnB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoqt8FRG3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqt8FRG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqt8FRG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqt8FRG3 .container-fluid {
    padding: 0;
  }
}
.cid-veoqt8FRG3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqt8FRG3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqt8FRG3 .embla__button--next,
.cid-veoqt8FRG3 .embla__button--prev {
  display: flex;
}
.cid-veoqt8FRG3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqt8FRG3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqt8FRG3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqt8FRG3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqt8FRG3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqt8FRG3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqt8FRG3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqt8FRG3 .embla {
  position: relative;
  width: 100%;
}
.cid-veoqt8FRG3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqt8FRG3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqt8FRG3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqt8FRG3 .embla__slide a {
  cursor: grab;
}
.cid-veoqt8FRG3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqt8FRG3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqt8FRG3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqt8FRG3 .mbr-section-title {
  color: #232323;
}
.cid-veoqt8FRG3 .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqt8FRG3 .mbr-box {
  color: #ffffff;
}
.cid-veoqt8FRG3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqt8FRG3 img,
.cid-veoqt8FRG3 .item-img {
  width: 100%;
}
.cid-veoqt8FRG3 .item-wrapper {
  position: relative;
}
.cid-veoqt8FRG3 .content-head {
  max-width: 800px;
}
.cid-veneKNNG36 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneKNNG36 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneLhUjpJ {
  z-index: 1000;
  width: 100%;
}
.cid-veneLhUjpJ .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;
}
.cid-veneLhUjpJ .dropdown-menu {
  padding: 0;
}
.cid-veneLhUjpJ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneLhUjpJ .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneLhUjpJ .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneLhUjpJ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneLhUjpJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneLhUjpJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneLhUjpJ .nav-link {
  position: relative;
}
.cid-veneLhUjpJ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneLhUjpJ .dropdown-menu,
.cid-veneLhUjpJ .navbar.opened {
  background: #212428 !important;
}
.cid-veneLhUjpJ .nav-item:focus,
.cid-veneLhUjpJ .nav-link:focus {
  outline: none;
}
.cid-veneLhUjpJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneLhUjpJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneLhUjpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneLhUjpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneLhUjpJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneLhUjpJ .navbar.opened {
  transition: all 0.3s;
}
.cid-veneLhUjpJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneLhUjpJ .navbar .navbar-logo img {
  width: auto;
}
.cid-veneLhUjpJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneLhUjpJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneLhUjpJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneLhUjpJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneLhUjpJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneLhUjpJ .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-veneLhUjpJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneLhUjpJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneLhUjpJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneLhUjpJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneLhUjpJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneLhUjpJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .navbar {
    min-height: 80px;
  }
}
.cid-veneLhUjpJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneLhUjpJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneLhUjpJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneLhUjpJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneLhUjpJ .dropdown-item.active,
.cid-veneLhUjpJ .dropdown-item:active {
  background-color: transparent;
}
.cid-veneLhUjpJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneLhUjpJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneLhUjpJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneLhUjpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneLhUjpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneLhUjpJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneLhUjpJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneLhUjpJ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneLhUjpJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneLhUjpJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneLhUjpJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneLhUjpJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneLhUjpJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLhUjpJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLhUjpJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneLhUjpJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneLhUjpJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneLhUjpJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneLhUjpJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneLhUjpJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneLhUjpJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneLhUjpJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneLhUjpJ .navbar {
    height: 70px;
  }
  .cid-veneLhUjpJ .navbar.opened {
    height: auto;
  }
  .cid-veneLhUjpJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneLhUjpJ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .navbar-short {
    min-height: 70px;
  }
}
.cid-veneLhUjpJ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneLhUjpJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneLhUjpJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneLhUjpJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneLhUjpJ .navbar-nav {
  display: flex !important;
}
.cid-veneLhUjpJ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneLhUjpJ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneLhUjpJ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneLhUjpJ .navbar-nav .nav-item .nav-link:hover,
.cid-veneLhUjpJ .navbar-nav .nav-item .nav-link:focus,
.cid-veneLhUjpJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneLhUjpJ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneLhUjpJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneLhUjpJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneLhUjpJ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneLhUjpJ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneLhUjpJ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneLhUjpJ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneLhUjpJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneLhUjpJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLhUjpJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLhUjpJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneLhUjpJ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneLhUjpJ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneLhUjpJ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneLhUjpJ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneLhUjpJ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneLhUjpJ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneLhUjpJ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneLhUjpJ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneLhUjpJ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneLhUjpJ .offcanvas.show {
  transform: translateX(0);
}
.cid-veneLhUjpJ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneLhUjpJ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneLhUjpJ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneLhUjpJ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneLhUjpJ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneLhUjpJ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneLhUjpJ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneLhUjpJ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneLhUjpJ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneLhUjpJ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneLhUjpJ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneLhUjpJ ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneLhUjpJ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneLhUjpJ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneLhUjpJ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneLhUjpJ .social-container {
    padding-top: 40px;
  }
}
.cid-veneLhUjpJ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneLhUjpJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneLhUjpJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneLhUjpJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneLhUjpJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneLhUjpJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneLhUjpJ .soc-item:hover:before {
  opacity: 1;
}
.cid-veneLhUjpJ .offcanvas_btn {
  margin-top: auto;
}
.cid-veneLhUjpJ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneLhUjpJ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneLi6tGN {
  background-image: url("../../../assets/images/shenango-river-in-jefferson-township.webp");
}
.cid-veneLi6tGN img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneLi6tGN .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneLi6tGN .images {
    display: none;
  }
}
.cid-veneLi6tGN .image-wrapper-1,
.cid-veneLi6tGN .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneLi6tGN .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneLi6tGN .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneLi6tGN .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneLi6tGN .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneLi6tGN .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneLi6tGN .image-wrapper-2 img {
  width: 90%;
}
.cid-veneLi6tGN .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneLi6tGN .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneLi6tGN .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneLi6tGN .text-wrapper {
  width: 100%;
}
.cid-veneLi6tGN .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneLi6tGN .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneLi6tGN .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneLi6tGN .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneLi6tGN .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneLi6tGN .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneLi6tGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLi6tGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneLi6tGN .text {
  display: flex;
  align-items: center;
}
.cid-veoqQhlhFP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqQhlhFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqQhlhFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqQhlhFP .container-fluid {
    padding: 0;
  }
}
.cid-veoqQhlhFP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqQhlhFP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqQhlhFP .embla__button--next,
.cid-veoqQhlhFP .embla__button--prev {
  display: flex;
}
.cid-veoqQhlhFP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqQhlhFP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqQhlhFP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqQhlhFP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqQhlhFP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqQhlhFP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqQhlhFP .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqQhlhFP .embla {
  position: relative;
  width: 100%;
}
.cid-veoqQhlhFP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqQhlhFP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqQhlhFP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqQhlhFP .embla__slide a {
  cursor: grab;
}
.cid-veoqQhlhFP .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqQhlhFP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqQhlhFP .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqQhlhFP .mbr-section-title {
  color: #232323;
}
.cid-veoqQhlhFP .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqQhlhFP .mbr-box {
  color: #ffffff;
}
.cid-veoqQhlhFP .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqQhlhFP img,
.cid-veoqQhlhFP .item-img {
  width: 100%;
}
.cid-veoqQhlhFP .item-wrapper {
  position: relative;
}
.cid-veoqQhlhFP .content-head {
  max-width: 800px;
}
.cid-veneLideeT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneLideeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLideeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneLideeT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneLideeT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneLideeT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneLideeT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneLideeT .container {
    padding: 0 16px;
  }
}
.cid-veneLideeT .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneLideeT .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneLideeT .row {
    padding: 25px 9px;
  }
}
.cid-veneLideeT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneLideeT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneLideeT .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneLideeT .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneLideeT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneLideeT .image-wrapper img {
    height: 350px;
  }
}
.cid-veneLideeT .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneLideeT .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneLideeT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneLideeT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneLideeT .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneLideeT .items-wrapper {
    display: block;
  }
}
.cid-veneLideeT .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneLideeT .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneLideeT .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneLideeT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneLideeT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneLideeT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneLideeT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneLideeT .card {
  justify-content: center;
}
.cid-veneLideeT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneLideeT .mbr-text {
  color: #000000;
}
.cid-veneLideeT .card-title {
  color: #000000;
}
.cid-veneLideeT .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneLideeT .card-title,
.cid-veneLideeT .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneLip48j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneLip48j .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneLip48j .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneLip48j .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneLip48j .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneLip48j .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneLip48j .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneLip48j .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneLip48j .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneLip48j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneLip48j .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneLip48j .embla__button--next,
.cid-veneLip48j .embla__button--prev {
  display: flex;
}
.cid-veneLip48j .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneLip48j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneLip48j .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneLip48j .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneLip48j .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneLip48j .embla__button {
    top: -10%;
  }
}
.cid-veneLip48j .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneLip48j .embla {
    margin-top: 80px;
  }
}
.cid-veneLip48j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneLip48j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneLip48j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneLip48j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneLip48j .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneLip48j .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneLip48j .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneLip48j .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneLip48j .mbr-text ul {
    display: block;
  }
}
.cid-veneLip48j .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneLip48j .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneLip48j .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneLip48j .item-wrapper {
  height: 100%;
}
.cid-veneLip48j .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneLip48j .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneLip48j .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-of {
  /* Type valid CSS here */
}
#custom-html-of div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-of p {
  font-size: 60px;
  color: #777;
}
.cid-veoqPjQXnU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqPjQXnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqPjQXnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqPjQXnU .container-fluid {
    padding: 0;
  }
}
.cid-veoqPjQXnU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqPjQXnU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqPjQXnU .embla__button--next,
.cid-veoqPjQXnU .embla__button--prev {
  display: flex;
}
.cid-veoqPjQXnU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqPjQXnU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqPjQXnU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqPjQXnU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqPjQXnU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqPjQXnU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqPjQXnU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqPjQXnU .embla {
  position: relative;
  width: 100%;
}
.cid-veoqPjQXnU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqPjQXnU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqPjQXnU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqPjQXnU .embla__slide a {
  cursor: grab;
}
.cid-veoqPjQXnU .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqPjQXnU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqPjQXnU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqPjQXnU .mbr-section-title {
  color: #232323;
}
.cid-veoqPjQXnU .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqPjQXnU .mbr-box {
  color: #ffffff;
}
.cid-veoqPjQXnU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqPjQXnU img,
.cid-veoqPjQXnU .item-img {
  width: 100%;
}
.cid-veoqPjQXnU .item-wrapper {
  position: relative;
}
.cid-veoqPjQXnU .content-head {
  max-width: 800px;
}
.cid-veneLiBjNL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneLiBjNL h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneLiBjNL .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneLiBjNL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneLiBjNL .nav-link.active {
  background: #232323;
}
.cid-veneLiBjNL .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneLiBjNL .nav-link:hover {
  background: #232323;
}
.cid-veneLiBjNL .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneLiBjNL .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneLiBjNL .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneLiBjNL .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneLiBjNL .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneLiBjNL .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneLiBjNL .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneLiBjNL .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneLiBjNL .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneLiBjNL .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneLiBjNL .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneLiBjNL .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneLiBjNL .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneLiBjNL .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneLiBjNL .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneLiBjNL .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneLiBjNL .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneLiBjNL .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneLiBjNL .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneLiBjNL .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneLiBjNL .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneLiBjNL .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneLiBjNL .mbr-text,
  .cid-veneLiBjNL .nav-link,
  .cid-veneLiBjNL .mbr-card-title,
  .cid-veneLiBjNL .mbr-section-title {
    text-align: left;
  }
  .cid-veneLiBjNL .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneLiBjNL .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneLiBjNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLiBjNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneLiBjNL .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneLiBjNL .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneLiBjNL .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneLjqLFz .google-map {
  height: 700px;
  position: relative;
}
.cid-veneLjqLFz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneLjqLFz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneLjqLFz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneLjqLFz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoqDdPstn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoqDdPstn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoqDdPstn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoqDdPstn .container-fluid {
    padding: 0;
  }
}
.cid-veoqDdPstn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoqDdPstn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoqDdPstn .embla__button--next,
.cid-veoqDdPstn .embla__button--prev {
  display: flex;
}
.cid-veoqDdPstn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoqDdPstn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoqDdPstn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoqDdPstn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoqDdPstn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoqDdPstn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoqDdPstn .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoqDdPstn .embla {
  position: relative;
  width: 100%;
}
.cid-veoqDdPstn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoqDdPstn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoqDdPstn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoqDdPstn .embla__slide a {
  cursor: grab;
}
.cid-veoqDdPstn .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoqDdPstn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoqDdPstn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoqDdPstn .mbr-section-title {
  color: #232323;
}
.cid-veoqDdPstn .mbr-section-subtitle {
  color: #232323;
}
.cid-veoqDdPstn .mbr-box {
  color: #ffffff;
}
.cid-veoqDdPstn .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoqDdPstn img,
.cid-veoqDdPstn .item-img {
  width: 100%;
}
.cid-veoqDdPstn .item-wrapper {
  position: relative;
}
.cid-veoqDdPstn .content-head {
  max-width: 800px;
}
.cid-veneLjMDQG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneLjMDQG .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneLS4w6h {
  z-index: 1000;
  width: 100%;
}
.cid-veneLS4w6h .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;
}
.cid-veneLS4w6h .dropdown-menu {
  padding: 0;
}
.cid-veneLS4w6h .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneLS4w6h .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneLS4w6h .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneLS4w6h .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneLS4w6h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneLS4w6h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneLS4w6h .nav-link {
  position: relative;
}
.cid-veneLS4w6h .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneLS4w6h .dropdown-menu,
.cid-veneLS4w6h .navbar.opened {
  background: #212428 !important;
}
.cid-veneLS4w6h .nav-item:focus,
.cid-veneLS4w6h .nav-link:focus {
  outline: none;
}
.cid-veneLS4w6h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneLS4w6h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneLS4w6h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneLS4w6h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneLS4w6h .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneLS4w6h .navbar.opened {
  transition: all 0.3s;
}
.cid-veneLS4w6h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneLS4w6h .navbar .navbar-logo img {
  width: auto;
}
.cid-veneLS4w6h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneLS4w6h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneLS4w6h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneLS4w6h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneLS4w6h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneLS4w6h .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-veneLS4w6h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneLS4w6h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneLS4w6h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneLS4w6h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneLS4w6h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneLS4w6h .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .navbar {
    min-height: 80px;
  }
}
.cid-veneLS4w6h .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneLS4w6h .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneLS4w6h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneLS4w6h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneLS4w6h .dropdown-item.active,
.cid-veneLS4w6h .dropdown-item:active {
  background-color: transparent;
}
.cid-veneLS4w6h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneLS4w6h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneLS4w6h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneLS4w6h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneLS4w6h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneLS4w6h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneLS4w6h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneLS4w6h button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneLS4w6h button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneLS4w6h button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneLS4w6h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneLS4w6h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneLS4w6h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLS4w6h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLS4w6h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneLS4w6h nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneLS4w6h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneLS4w6h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneLS4w6h nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneLS4w6h .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneLS4w6h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneLS4w6h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneLS4w6h .navbar {
    height: 70px;
  }
  .cid-veneLS4w6h .navbar.opened {
    height: auto;
  }
  .cid-veneLS4w6h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneLS4w6h .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .navbar-short {
    min-height: 70px;
  }
}
.cid-veneLS4w6h .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneLS4w6h .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneLS4w6h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneLS4w6h .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneLS4w6h .navbar-nav {
  display: flex !important;
}
.cid-veneLS4w6h .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneLS4w6h .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneLS4w6h .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneLS4w6h .navbar-nav .nav-item .nav-link:hover,
.cid-veneLS4w6h .navbar-nav .nav-item .nav-link:focus,
.cid-veneLS4w6h .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneLS4w6h .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneLS4w6h .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneLS4w6h .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneLS4w6h button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneLS4w6h button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneLS4w6h button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneLS4w6h button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneLS4w6h button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneLS4w6h button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLS4w6h button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneLS4w6h button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneLS4w6h .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneLS4w6h .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneLS4w6h .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneLS4w6h .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneLS4w6h .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneLS4w6h .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneLS4w6h .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneLS4w6h .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneLS4w6h .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneLS4w6h .offcanvas.show {
  transform: translateX(0);
}
.cid-veneLS4w6h .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneLS4w6h .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneLS4w6h .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneLS4w6h .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneLS4w6h .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneLS4w6h .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneLS4w6h .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneLS4w6h .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneLS4w6h .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneLS4w6h .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneLS4w6h .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneLS4w6h ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneLS4w6h ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneLS4w6h ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneLS4w6h .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneLS4w6h .social-container {
    padding-top: 40px;
  }
}
.cid-veneLS4w6h .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneLS4w6h .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneLS4w6h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneLS4w6h .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneLS4w6h .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneLS4w6h .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneLS4w6h .soc-item:hover:before {
  opacity: 1;
}
.cid-veneLS4w6h .offcanvas_btn {
  margin-top: auto;
}
.cid-veneLS4w6h .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneLS4w6h .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneLSiUTB {
  background-image: url("../../../assets/images/antes-house-montco-pa.webp");
}
.cid-veneLSiUTB img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneLSiUTB .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneLSiUTB .images {
    display: none;
  }
}
.cid-veneLSiUTB .image-wrapper-1,
.cid-veneLSiUTB .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneLSiUTB .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneLSiUTB .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneLSiUTB .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneLSiUTB .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneLSiUTB .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneLSiUTB .image-wrapper-2 img {
  width: 90%;
}
.cid-veneLSiUTB .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneLSiUTB .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneLSiUTB .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneLSiUTB .text-wrapper {
  width: 100%;
}
.cid-veneLSiUTB .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneLSiUTB .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneLSiUTB .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneLSiUTB .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneLSiUTB .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneLSiUTB .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneLSiUTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLSiUTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneLSiUTB .text {
  display: flex;
  align-items: center;
}
.cid-veor28vLFf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veor28vLFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veor28vLFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veor28vLFf .container-fluid {
    padding: 0;
  }
}
.cid-veor28vLFf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veor28vLFf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veor28vLFf .embla__button--next,
.cid-veor28vLFf .embla__button--prev {
  display: flex;
}
.cid-veor28vLFf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veor28vLFf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veor28vLFf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veor28vLFf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veor28vLFf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veor28vLFf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veor28vLFf .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veor28vLFf .embla {
  position: relative;
  width: 100%;
}
.cid-veor28vLFf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veor28vLFf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veor28vLFf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veor28vLFf .embla__slide a {
  cursor: grab;
}
.cid-veor28vLFf .embla__slide a:active {
  cursor: grabbing;
}
.cid-veor28vLFf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veor28vLFf .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veor28vLFf .mbr-section-title {
  color: #232323;
}
.cid-veor28vLFf .mbr-section-subtitle {
  color: #232323;
}
.cid-veor28vLFf .mbr-box {
  color: #ffffff;
}
.cid-veor28vLFf .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veor28vLFf img,
.cid-veor28vLFf .item-img {
  width: 100%;
}
.cid-veor28vLFf .item-wrapper {
  position: relative;
}
.cid-veor28vLFf .content-head {
  max-width: 800px;
}
.cid-veneLSqUkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneLSqUkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLSqUkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneLSqUkl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneLSqUkl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneLSqUkl .container {
    padding: 0 16px;
  }
}
.cid-veneLSqUkl .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneLSqUkl .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .row {
    padding: 25px 9px;
  }
}
.cid-veneLSqUkl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneLSqUkl .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneLSqUkl .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .image-wrapper img {
    height: 350px;
  }
}
.cid-veneLSqUkl .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneLSqUkl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneLSqUkl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneLSqUkl .items-wrapper {
    display: block;
  }
}
.cid-veneLSqUkl .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneLSqUkl .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneLSqUkl .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneLSqUkl .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneLSqUkl .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneLSqUkl .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneLSqUkl .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneLSqUkl .card {
  justify-content: center;
}
.cid-veneLSqUkl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneLSqUkl .mbr-text {
  color: #000000;
}
.cid-veneLSqUkl .card-title {
  color: #000000;
}
.cid-veneLSqUkl .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneLSqUkl .card-title,
.cid-veneLSqUkl .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneLSCXXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneLSCXXY .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneLSCXXY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneLSCXXY .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneLSCXXY .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneLSCXXY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneLSCXXY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneLSCXXY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneLSCXXY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneLSCXXY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneLSCXXY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneLSCXXY .embla__button--next,
.cid-veneLSCXXY .embla__button--prev {
  display: flex;
}
.cid-veneLSCXXY .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneLSCXXY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneLSCXXY .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneLSCXXY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneLSCXXY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneLSCXXY .embla__button {
    top: -10%;
  }
}
.cid-veneLSCXXY .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneLSCXXY .embla {
    margin-top: 80px;
  }
}
.cid-veneLSCXXY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneLSCXXY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneLSCXXY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneLSCXXY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneLSCXXY .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneLSCXXY .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneLSCXXY .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneLSCXXY .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneLSCXXY .mbr-text ul {
    display: block;
  }
}
.cid-veneLSCXXY .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneLSCXXY .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneLSCXXY .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneLSCXXY .item-wrapper {
  height: 100%;
}
.cid-veneLSCXXY .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneLSCXXY .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneLSCXXY .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veor1gBPuF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veor1gBPuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veor1gBPuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veor1gBPuF .container-fluid {
    padding: 0;
  }
}
.cid-veor1gBPuF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veor1gBPuF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veor1gBPuF .embla__button--next,
.cid-veor1gBPuF .embla__button--prev {
  display: flex;
}
.cid-veor1gBPuF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veor1gBPuF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veor1gBPuF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veor1gBPuF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veor1gBPuF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veor1gBPuF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veor1gBPuF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veor1gBPuF .embla {
  position: relative;
  width: 100%;
}
.cid-veor1gBPuF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veor1gBPuF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veor1gBPuF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veor1gBPuF .embla__slide a {
  cursor: grab;
}
.cid-veor1gBPuF .embla__slide a:active {
  cursor: grabbing;
}
.cid-veor1gBPuF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veor1gBPuF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veor1gBPuF .mbr-section-title {
  color: #232323;
}
.cid-veor1gBPuF .mbr-section-subtitle {
  color: #232323;
}
.cid-veor1gBPuF .mbr-box {
  color: #ffffff;
}
.cid-veor1gBPuF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veor1gBPuF img,
.cid-veor1gBPuF .item-img {
  width: 100%;
}
.cid-veor1gBPuF .item-wrapper {
  position: relative;
}
.cid-veor1gBPuF .content-head {
  max-width: 800px;
}
.cid-veneLSP8tL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneLSP8tL h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneLSP8tL .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneLSP8tL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneLSP8tL .nav-link.active {
  background: #232323;
}
.cid-veneLSP8tL .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneLSP8tL .nav-link:hover {
  background: #232323;
}
.cid-veneLSP8tL .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneLSP8tL .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneLSP8tL .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneLSP8tL .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneLSP8tL .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneLSP8tL .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneLSP8tL .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneLSP8tL .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneLSP8tL .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneLSP8tL .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneLSP8tL .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneLSP8tL .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneLSP8tL .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneLSP8tL .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneLSP8tL .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneLSP8tL .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneLSP8tL .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneLSP8tL .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneLSP8tL .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneLSP8tL .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneLSP8tL .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneLSP8tL .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneLSP8tL .mbr-text,
  .cid-veneLSP8tL .nav-link,
  .cid-veneLSP8tL .mbr-card-title,
  .cid-veneLSP8tL .mbr-section-title {
    text-align: left;
  }
  .cid-veneLSP8tL .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneLSP8tL .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneLSP8tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLSP8tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneLSP8tL .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneLSP8tL .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneLSP8tL .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneLTEib7 .google-map {
  height: 700px;
  position: relative;
}
.cid-veneLTEib7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneLTEib7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneLTEib7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneLTEib7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneLTOOwN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneLTOOwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneLTOOwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneLTOOwN .container-fluid {
    padding: 0;
  }
}
.cid-veneLTOOwN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneLTOOwN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneLTOOwN .embla__button--next,
.cid-veneLTOOwN .embla__button--prev {
  display: flex;
}
.cid-veneLTOOwN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneLTOOwN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneLTOOwN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneLTOOwN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneLTOOwN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneLTOOwN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneLTOOwN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneLTOOwN .embla {
  position: relative;
  width: 100%;
}
.cid-veneLTOOwN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneLTOOwN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneLTOOwN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneLTOOwN .embla__slide a {
  cursor: grab;
}
.cid-veneLTOOwN .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneLTOOwN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneLTOOwN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneLTOOwN .mbr-section-title {
  color: #232323;
}
.cid-veneLTOOwN .mbr-section-subtitle {
  color: #232323;
}
.cid-veneLTOOwN .mbr-box {
  color: #ffffff;
}
.cid-veneLTOOwN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneLTOOwN img,
.cid-veneLTOOwN .item-img {
  width: 100%;
}
.cid-veneLTOOwN .item-wrapper {
  position: relative;
}
.cid-veneLTOOwN .content-head {
  max-width: 800px;
}
.cid-veneLU04Fj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneLU04Fj .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneMY1shf {
  z-index: 1000;
  width: 100%;
}
.cid-veneMY1shf .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;
}
.cid-veneMY1shf .dropdown-menu {
  padding: 0;
}
.cid-veneMY1shf .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneMY1shf .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneMY1shf .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneMY1shf .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneMY1shf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneMY1shf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneMY1shf .nav-link {
  position: relative;
}
.cid-veneMY1shf .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneMY1shf .dropdown-menu,
.cid-veneMY1shf .navbar.opened {
  background: #212428 !important;
}
.cid-veneMY1shf .nav-item:focus,
.cid-veneMY1shf .nav-link:focus {
  outline: none;
}
.cid-veneMY1shf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneMY1shf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneMY1shf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneMY1shf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneMY1shf .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneMY1shf .navbar.opened {
  transition: all 0.3s;
}
.cid-veneMY1shf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneMY1shf .navbar .navbar-logo img {
  width: auto;
}
.cid-veneMY1shf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneMY1shf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneMY1shf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneMY1shf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneMY1shf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneMY1shf .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-veneMY1shf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneMY1shf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneMY1shf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneMY1shf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneMY1shf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneMY1shf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneMY1shf .navbar {
    min-height: 80px;
  }
}
.cid-veneMY1shf .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneMY1shf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneMY1shf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneMY1shf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneMY1shf .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneMY1shf .dropdown-item.active,
.cid-veneMY1shf .dropdown-item:active {
  background-color: transparent;
}
.cid-veneMY1shf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneMY1shf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneMY1shf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneMY1shf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneMY1shf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneMY1shf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneMY1shf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneMY1shf button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneMY1shf button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneMY1shf button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneMY1shf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneMY1shf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneMY1shf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneMY1shf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneMY1shf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneMY1shf nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneMY1shf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneMY1shf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneMY1shf nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneMY1shf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneMY1shf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneMY1shf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneMY1shf .navbar {
    height: 70px;
  }
  .cid-veneMY1shf .navbar.opened {
    height: auto;
  }
  .cid-veneMY1shf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneMY1shf .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneMY1shf .navbar-short {
    min-height: 70px;
  }
}
.cid-veneMY1shf .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneMY1shf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneMY1shf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneMY1shf .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneMY1shf .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneMY1shf .navbar-nav {
  display: flex !important;
}
.cid-veneMY1shf .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneMY1shf .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneMY1shf .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneMY1shf .navbar-nav .nav-item .nav-link:hover,
.cid-veneMY1shf .navbar-nav .nav-item .nav-link:focus,
.cid-veneMY1shf .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneMY1shf .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneMY1shf .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneMY1shf .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneMY1shf button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneMY1shf button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneMY1shf button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneMY1shf button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneMY1shf button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneMY1shf button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneMY1shf button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneMY1shf button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneMY1shf .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneMY1shf .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneMY1shf .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneMY1shf .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneMY1shf .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneMY1shf .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneMY1shf .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneMY1shf .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneMY1shf .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneMY1shf .offcanvas.show {
  transform: translateX(0);
}
.cid-veneMY1shf .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneMY1shf .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneMY1shf .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneMY1shf .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneMY1shf .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneMY1shf .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneMY1shf .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneMY1shf .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneMY1shf .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneMY1shf .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneMY1shf .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneMY1shf .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneMY1shf .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneMY1shf ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneMY1shf ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneMY1shf ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneMY1shf .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneMY1shf .social-container {
    padding-top: 40px;
  }
}
.cid-veneMY1shf .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneMY1shf .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneMY1shf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneMY1shf .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneMY1shf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneMY1shf .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneMY1shf .soc-item:hover:before {
  opacity: 1;
}
.cid-veneMY1shf .offcanvas_btn {
  margin-top: auto;
}
.cid-veneMY1shf .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneMY1shf .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneMYc0ZM {
  background-image: url("../../../assets/images/little-buffalo-state-park.webp");
}
.cid-veneMYc0ZM img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneMYc0ZM .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneMYc0ZM .images {
    display: none;
  }
}
.cid-veneMYc0ZM .image-wrapper-1,
.cid-veneMYc0ZM .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneMYc0ZM .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneMYc0ZM .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneMYc0ZM .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneMYc0ZM .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneMYc0ZM .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneMYc0ZM .image-wrapper-2 img {
  width: 90%;
}
.cid-veneMYc0ZM .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneMYc0ZM .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneMYc0ZM .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneMYc0ZM .text-wrapper {
  width: 100%;
}
.cid-veneMYc0ZM .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneMYc0ZM .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneMYc0ZM .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneMYc0ZM .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneMYc0ZM .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneMYc0ZM .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneMYc0ZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneMYc0ZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneMYc0ZM .text {
  display: flex;
  align-items: center;
}
.cid-veor9AGhAu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veor9AGhAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veor9AGhAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veor9AGhAu .container-fluid {
    padding: 0;
  }
}
.cid-veor9AGhAu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veor9AGhAu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veor9AGhAu .embla__button--next,
.cid-veor9AGhAu .embla__button--prev {
  display: flex;
}
.cid-veor9AGhAu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veor9AGhAu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veor9AGhAu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veor9AGhAu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veor9AGhAu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veor9AGhAu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veor9AGhAu .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veor9AGhAu .embla {
  position: relative;
  width: 100%;
}
.cid-veor9AGhAu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veor9AGhAu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veor9AGhAu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veor9AGhAu .embla__slide a {
  cursor: grab;
}
.cid-veor9AGhAu .embla__slide a:active {
  cursor: grabbing;
}
.cid-veor9AGhAu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veor9AGhAu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veor9AGhAu .mbr-section-title {
  color: #232323;
}
.cid-veor9AGhAu .mbr-section-subtitle {
  color: #232323;
}
.cid-veor9AGhAu .mbr-box {
  color: #ffffff;
}
.cid-veor9AGhAu .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veor9AGhAu img,
.cid-veor9AGhAu .item-img {
  width: 100%;
}
.cid-veor9AGhAu .item-wrapper {
  position: relative;
}
.cid-veor9AGhAu .content-head {
  max-width: 800px;
}
.cid-veneMYkj0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneMYkj0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneMYkj0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneMYkj0P .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneMYkj0P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneMYkj0P .container {
    padding: 0 16px;
  }
}
.cid-veneMYkj0P .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneMYkj0P .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .row {
    padding: 25px 9px;
  }
}
.cid-veneMYkj0P .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneMYkj0P .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneMYkj0P .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .image-wrapper img {
    height: 350px;
  }
}
.cid-veneMYkj0P .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneMYkj0P .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneMYkj0P .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneMYkj0P .items-wrapper {
    display: block;
  }
}
.cid-veneMYkj0P .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneMYkj0P .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneMYkj0P .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneMYkj0P .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneMYkj0P .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneMYkj0P .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneMYkj0P .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneMYkj0P .card {
  justify-content: center;
}
.cid-veneMYkj0P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneMYkj0P .mbr-text {
  color: #000000;
}
.cid-veneMYkj0P .card-title {
  color: #000000;
}
.cid-veneMYkj0P .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneMYkj0P .card-title,
.cid-veneMYkj0P .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneMYwm2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneMYwm2H .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneMYwm2H .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneMYwm2H .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneMYwm2H .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneMYwm2H .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneMYwm2H .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneMYwm2H .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneMYwm2H .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneMYwm2H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneMYwm2H .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneMYwm2H .embla__button--next,
.cid-veneMYwm2H .embla__button--prev {
  display: flex;
}
.cid-veneMYwm2H .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneMYwm2H .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneMYwm2H .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneMYwm2H .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneMYwm2H .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneMYwm2H .embla__button {
    top: -10%;
  }
}
.cid-veneMYwm2H .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneMYwm2H .embla {
    margin-top: 80px;
  }
}
.cid-veneMYwm2H .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneMYwm2H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneMYwm2H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneMYwm2H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneMYwm2H .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneMYwm2H .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneMYwm2H .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneMYwm2H .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneMYwm2H .mbr-text ul {
    display: block;
  }
}
.cid-veneMYwm2H .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneMYwm2H .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneMYwm2H .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneMYwm2H .item-wrapper {
  height: 100%;
}
.cid-veneMYwm2H .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneMYwm2H .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneMYwm2H .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veor8OrKG5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veor8OrKG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veor8OrKG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veor8OrKG5 .container-fluid {
    padding: 0;
  }
}
.cid-veor8OrKG5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veor8OrKG5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veor8OrKG5 .embla__button--next,
.cid-veor8OrKG5 .embla__button--prev {
  display: flex;
}
.cid-veor8OrKG5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veor8OrKG5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veor8OrKG5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veor8OrKG5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veor8OrKG5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veor8OrKG5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veor8OrKG5 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veor8OrKG5 .embla {
  position: relative;
  width: 100%;
}
.cid-veor8OrKG5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veor8OrKG5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veor8OrKG5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veor8OrKG5 .embla__slide a {
  cursor: grab;
}
.cid-veor8OrKG5 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veor8OrKG5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veor8OrKG5 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veor8OrKG5 .mbr-section-title {
  color: #232323;
}
.cid-veor8OrKG5 .mbr-section-subtitle {
  color: #232323;
}
.cid-veor8OrKG5 .mbr-box {
  color: #ffffff;
}
.cid-veor8OrKG5 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veor8OrKG5 img,
.cid-veor8OrKG5 .item-img {
  width: 100%;
}
.cid-veor8OrKG5 .item-wrapper {
  position: relative;
}
.cid-veor8OrKG5 .content-head {
  max-width: 800px;
}
.cid-veneMYHznr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneMYHznr h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneMYHznr .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneMYHznr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneMYHznr .nav-link.active {
  background: #232323;
}
.cid-veneMYHznr .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneMYHznr .nav-link:hover {
  background: #232323;
}
.cid-veneMYHznr .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneMYHznr .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneMYHznr .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneMYHznr .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneMYHznr .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneMYHznr .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneMYHznr .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneMYHznr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneMYHznr .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneMYHznr .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneMYHznr .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneMYHznr .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneMYHznr .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneMYHznr .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneMYHznr .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneMYHznr .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneMYHznr .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneMYHznr .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneMYHznr .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneMYHznr .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneMYHznr .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneMYHznr .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneMYHznr .mbr-text,
  .cid-veneMYHznr .nav-link,
  .cid-veneMYHznr .mbr-card-title,
  .cid-veneMYHznr .mbr-section-title {
    text-align: left;
  }
  .cid-veneMYHznr .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneMYHznr .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneMYHznr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneMYHznr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneMYHznr .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneMYHznr .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneMYHznr .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneMZyX5T .google-map {
  height: 700px;
  position: relative;
}
.cid-veneMZyX5T .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneMZyX5T .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneMZyX5T .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneMZyX5T .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veor5Adkxq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veor5Adkxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veor5Adkxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veor5Adkxq .container-fluid {
    padding: 0;
  }
}
.cid-veor5Adkxq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veor5Adkxq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veor5Adkxq .embla__button--next,
.cid-veor5Adkxq .embla__button--prev {
  display: flex;
}
.cid-veor5Adkxq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veor5Adkxq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veor5Adkxq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veor5Adkxq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veor5Adkxq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veor5Adkxq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veor5Adkxq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veor5Adkxq .embla {
  position: relative;
  width: 100%;
}
.cid-veor5Adkxq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veor5Adkxq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veor5Adkxq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veor5Adkxq .embla__slide a {
  cursor: grab;
}
.cid-veor5Adkxq .embla__slide a:active {
  cursor: grabbing;
}
.cid-veor5Adkxq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veor5Adkxq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veor5Adkxq .mbr-section-title {
  color: #232323;
}
.cid-veor5Adkxq .mbr-section-subtitle {
  color: #232323;
}
.cid-veor5Adkxq .mbr-box {
  color: #ffffff;
}
.cid-veor5Adkxq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veor5Adkxq img,
.cid-veor5Adkxq .item-img {
  width: 100%;
}
.cid-veor5Adkxq .item-wrapper {
  position: relative;
}
.cid-veor5Adkxq .content-head {
  max-width: 800px;
}
.cid-veneMZW04K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneMZW04K .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneNyEJXo {
  z-index: 1000;
  width: 100%;
}
.cid-veneNyEJXo .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;
}
.cid-veneNyEJXo .dropdown-menu {
  padding: 0;
}
.cid-veneNyEJXo .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneNyEJXo .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneNyEJXo .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneNyEJXo .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneNyEJXo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneNyEJXo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneNyEJXo .nav-link {
  position: relative;
}
.cid-veneNyEJXo .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneNyEJXo .dropdown-menu,
.cid-veneNyEJXo .navbar.opened {
  background: #212428 !important;
}
.cid-veneNyEJXo .nav-item:focus,
.cid-veneNyEJXo .nav-link:focus {
  outline: none;
}
.cid-veneNyEJXo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneNyEJXo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneNyEJXo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneNyEJXo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneNyEJXo .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneNyEJXo .navbar.opened {
  transition: all 0.3s;
}
.cid-veneNyEJXo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneNyEJXo .navbar .navbar-logo img {
  width: auto;
}
.cid-veneNyEJXo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneNyEJXo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneNyEJXo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneNyEJXo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneNyEJXo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneNyEJXo .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-veneNyEJXo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneNyEJXo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneNyEJXo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneNyEJXo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneNyEJXo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneNyEJXo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .navbar {
    min-height: 80px;
  }
}
.cid-veneNyEJXo .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneNyEJXo .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneNyEJXo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneNyEJXo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneNyEJXo .dropdown-item.active,
.cid-veneNyEJXo .dropdown-item:active {
  background-color: transparent;
}
.cid-veneNyEJXo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneNyEJXo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneNyEJXo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneNyEJXo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneNyEJXo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneNyEJXo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneNyEJXo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneNyEJXo button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneNyEJXo button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneNyEJXo button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneNyEJXo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneNyEJXo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneNyEJXo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneNyEJXo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneNyEJXo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneNyEJXo nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneNyEJXo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneNyEJXo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneNyEJXo nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneNyEJXo .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneNyEJXo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneNyEJXo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneNyEJXo .navbar {
    height: 70px;
  }
  .cid-veneNyEJXo .navbar.opened {
    height: auto;
  }
  .cid-veneNyEJXo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneNyEJXo .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .navbar-short {
    min-height: 70px;
  }
}
.cid-veneNyEJXo .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneNyEJXo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneNyEJXo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneNyEJXo .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneNyEJXo .navbar-nav {
  display: flex !important;
}
.cid-veneNyEJXo .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneNyEJXo .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneNyEJXo .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneNyEJXo .navbar-nav .nav-item .nav-link:hover,
.cid-veneNyEJXo .navbar-nav .nav-item .nav-link:focus,
.cid-veneNyEJXo .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneNyEJXo .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneNyEJXo .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneNyEJXo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneNyEJXo button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneNyEJXo button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneNyEJXo button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneNyEJXo button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneNyEJXo button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneNyEJXo button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneNyEJXo button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneNyEJXo button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneNyEJXo .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneNyEJXo .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneNyEJXo .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneNyEJXo .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneNyEJXo .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneNyEJXo .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneNyEJXo .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneNyEJXo .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneNyEJXo .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneNyEJXo .offcanvas.show {
  transform: translateX(0);
}
.cid-veneNyEJXo .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneNyEJXo .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneNyEJXo .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneNyEJXo .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneNyEJXo .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneNyEJXo .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneNyEJXo .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneNyEJXo .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneNyEJXo .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneNyEJXo .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneNyEJXo .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneNyEJXo ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneNyEJXo ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneNyEJXo ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneNyEJXo .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneNyEJXo .social-container {
    padding-top: 40px;
  }
}
.cid-veneNyEJXo .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneNyEJXo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneNyEJXo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneNyEJXo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneNyEJXo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneNyEJXo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneNyEJXo .soc-item:hover:before {
  opacity: 1;
}
.cid-veneNyEJXo .offcanvas_btn {
  margin-top: auto;
}
.cid-veneNyEJXo .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneNyEJXo .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneNyPWsj {
  background-image: url("../../../assets/images/united93crashsite-may06.webp");
}
.cid-veneNyPWsj img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneNyPWsj .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneNyPWsj .images {
    display: none;
  }
}
.cid-veneNyPWsj .image-wrapper-1,
.cid-veneNyPWsj .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneNyPWsj .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneNyPWsj .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneNyPWsj .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneNyPWsj .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneNyPWsj .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneNyPWsj .image-wrapper-2 img {
  width: 90%;
}
.cid-veneNyPWsj .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneNyPWsj .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneNyPWsj .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneNyPWsj .text-wrapper {
  width: 100%;
}
.cid-veneNyPWsj .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneNyPWsj .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneNyPWsj .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneNyPWsj .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneNyPWsj .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneNyPWsj .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneNyPWsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneNyPWsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneNyPWsj .text {
  display: flex;
  align-items: center;
}
.cid-veoreyWlqU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veoreyWlqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoreyWlqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veoreyWlqU .container-fluid {
    padding: 0;
  }
}
.cid-veoreyWlqU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veoreyWlqU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoreyWlqU .embla__button--next,
.cid-veoreyWlqU .embla__button--prev {
  display: flex;
}
.cid-veoreyWlqU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veoreyWlqU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veoreyWlqU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoreyWlqU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoreyWlqU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoreyWlqU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veoreyWlqU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veoreyWlqU .embla {
  position: relative;
  width: 100%;
}
.cid-veoreyWlqU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoreyWlqU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoreyWlqU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoreyWlqU .embla__slide a {
  cursor: grab;
}
.cid-veoreyWlqU .embla__slide a:active {
  cursor: grabbing;
}
.cid-veoreyWlqU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoreyWlqU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veoreyWlqU .mbr-section-title {
  color: #232323;
}
.cid-veoreyWlqU .mbr-section-subtitle {
  color: #232323;
}
.cid-veoreyWlqU .mbr-box {
  color: #ffffff;
}
.cid-veoreyWlqU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veoreyWlqU img,
.cid-veoreyWlqU .item-img {
  width: 100%;
}
.cid-veoreyWlqU .item-wrapper {
  position: relative;
}
.cid-veoreyWlqU .content-head {
  max-width: 800px;
}
.cid-veneNyXkxe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneNyXkxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneNyXkxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneNyXkxe .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneNyXkxe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneNyXkxe .container {
    padding: 0 16px;
  }
}
.cid-veneNyXkxe .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneNyXkxe .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .row {
    padding: 25px 9px;
  }
}
.cid-veneNyXkxe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneNyXkxe .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneNyXkxe .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .image-wrapper img {
    height: 350px;
  }
}
.cid-veneNyXkxe .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneNyXkxe .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneNyXkxe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneNyXkxe .items-wrapper {
    display: block;
  }
}
.cid-veneNyXkxe .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneNyXkxe .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneNyXkxe .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneNyXkxe .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneNyXkxe .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneNyXkxe .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneNyXkxe .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneNyXkxe .card {
  justify-content: center;
}
.cid-veneNyXkxe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneNyXkxe .mbr-text {
  color: #000000;
}
.cid-veneNyXkxe .card-title {
  color: #000000;
}
.cid-veneNyXkxe .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneNyXkxe .card-title,
.cid-veneNyXkxe .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneNz93lL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneNz93lL .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneNz93lL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneNz93lL .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneNz93lL .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneNz93lL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneNz93lL .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneNz93lL .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneNz93lL .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneNz93lL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneNz93lL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneNz93lL .embla__button--next,
.cid-veneNz93lL .embla__button--prev {
  display: flex;
}
.cid-veneNz93lL .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneNz93lL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneNz93lL .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneNz93lL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneNz93lL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneNz93lL .embla__button {
    top: -10%;
  }
}
.cid-veneNz93lL .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneNz93lL .embla {
    margin-top: 80px;
  }
}
.cid-veneNz93lL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneNz93lL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneNz93lL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneNz93lL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneNz93lL .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneNz93lL .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneNz93lL .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneNz93lL .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneNz93lL .mbr-text ul {
    display: block;
  }
}
.cid-veneNz93lL .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneNz93lL .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneNz93lL .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneNz93lL .item-wrapper {
  height: 100%;
}
.cid-veneNz93lL .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneNz93lL .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneNz93lL .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-p6 {
  /* Type valid CSS here */
}
#custom-html-p6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-p6 p {
  font-size: 60px;
  color: #777;
}
.cid-veordQDOqb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veordQDOqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veordQDOqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veordQDOqb .container-fluid {
    padding: 0;
  }
}
.cid-veordQDOqb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veordQDOqb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veordQDOqb .embla__button--next,
.cid-veordQDOqb .embla__button--prev {
  display: flex;
}
.cid-veordQDOqb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veordQDOqb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veordQDOqb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veordQDOqb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veordQDOqb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veordQDOqb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veordQDOqb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veordQDOqb .embla {
  position: relative;
  width: 100%;
}
.cid-veordQDOqb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veordQDOqb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veordQDOqb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veordQDOqb .embla__slide a {
  cursor: grab;
}
.cid-veordQDOqb .embla__slide a:active {
  cursor: grabbing;
}
.cid-veordQDOqb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veordQDOqb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veordQDOqb .mbr-section-title {
  color: #232323;
}
.cid-veordQDOqb .mbr-section-subtitle {
  color: #232323;
}
.cid-veordQDOqb .mbr-box {
  color: #ffffff;
}
.cid-veordQDOqb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veordQDOqb img,
.cid-veordQDOqb .item-img {
  width: 100%;
}
.cid-veordQDOqb .item-wrapper {
  position: relative;
}
.cid-veordQDOqb .content-head {
  max-width: 800px;
}
.cid-veneNzlIrf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneNzlIrf h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneNzlIrf .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneNzlIrf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneNzlIrf .nav-link.active {
  background: #232323;
}
.cid-veneNzlIrf .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneNzlIrf .nav-link:hover {
  background: #232323;
}
.cid-veneNzlIrf .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneNzlIrf .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneNzlIrf .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneNzlIrf .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneNzlIrf .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneNzlIrf .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneNzlIrf .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneNzlIrf .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneNzlIrf .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneNzlIrf .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneNzlIrf .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneNzlIrf .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneNzlIrf .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneNzlIrf .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneNzlIrf .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneNzlIrf .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneNzlIrf .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneNzlIrf .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneNzlIrf .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneNzlIrf .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneNzlIrf .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneNzlIrf .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneNzlIrf .mbr-text,
  .cid-veneNzlIrf .nav-link,
  .cid-veneNzlIrf .mbr-card-title,
  .cid-veneNzlIrf .mbr-section-title {
    text-align: left;
  }
  .cid-veneNzlIrf .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneNzlIrf .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneNzlIrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneNzlIrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneNzlIrf .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneNzlIrf .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneNzlIrf .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneNAayGJ .google-map {
  height: 700px;
  position: relative;
}
.cid-veneNAayGJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneNAayGJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneNAayGJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneNAayGJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veordc35JU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veordc35JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veordc35JU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veordc35JU .container-fluid {
    padding: 0;
  }
}
.cid-veordc35JU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veordc35JU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veordc35JU .embla__button--next,
.cid-veordc35JU .embla__button--prev {
  display: flex;
}
.cid-veordc35JU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veordc35JU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veordc35JU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veordc35JU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veordc35JU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veordc35JU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veordc35JU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veordc35JU .embla {
  position: relative;
  width: 100%;
}
.cid-veordc35JU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veordc35JU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veordc35JU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veordc35JU .embla__slide a {
  cursor: grab;
}
.cid-veordc35JU .embla__slide a:active {
  cursor: grabbing;
}
.cid-veordc35JU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veordc35JU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veordc35JU .mbr-section-title {
  color: #232323;
}
.cid-veordc35JU .mbr-section-subtitle {
  color: #232323;
}
.cid-veordc35JU .mbr-box {
  color: #ffffff;
}
.cid-veordc35JU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veordc35JU img,
.cid-veordc35JU .item-img {
  width: 100%;
}
.cid-veordc35JU .item-wrapper {
  position: relative;
}
.cid-veordc35JU .content-head {
  max-width: 800px;
}
.cid-veneNAwwRT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneNAwwRT .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneO4clzI {
  z-index: 1000;
  width: 100%;
}
.cid-veneO4clzI .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;
}
.cid-veneO4clzI .dropdown-menu {
  padding: 0;
}
.cid-veneO4clzI .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneO4clzI .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneO4clzI .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneO4clzI .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneO4clzI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneO4clzI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneO4clzI .nav-link {
  position: relative;
}
.cid-veneO4clzI .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneO4clzI .dropdown-menu,
.cid-veneO4clzI .navbar.opened {
  background: #212428 !important;
}
.cid-veneO4clzI .nav-item:focus,
.cid-veneO4clzI .nav-link:focus {
  outline: none;
}
.cid-veneO4clzI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneO4clzI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneO4clzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneO4clzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneO4clzI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneO4clzI .navbar.opened {
  transition: all 0.3s;
}
.cid-veneO4clzI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneO4clzI .navbar .navbar-logo img {
  width: auto;
}
.cid-veneO4clzI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneO4clzI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneO4clzI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneO4clzI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneO4clzI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneO4clzI .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-veneO4clzI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneO4clzI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneO4clzI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneO4clzI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneO4clzI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneO4clzI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneO4clzI .navbar {
    min-height: 80px;
  }
}
.cid-veneO4clzI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneO4clzI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneO4clzI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneO4clzI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneO4clzI .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneO4clzI .dropdown-item.active,
.cid-veneO4clzI .dropdown-item:active {
  background-color: transparent;
}
.cid-veneO4clzI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneO4clzI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneO4clzI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneO4clzI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneO4clzI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneO4clzI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneO4clzI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneO4clzI button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneO4clzI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneO4clzI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneO4clzI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneO4clzI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneO4clzI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneO4clzI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneO4clzI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneO4clzI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneO4clzI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneO4clzI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneO4clzI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneO4clzI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneO4clzI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneO4clzI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneO4clzI .navbar {
    height: 70px;
  }
  .cid-veneO4clzI .navbar.opened {
    height: auto;
  }
  .cid-veneO4clzI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneO4clzI .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneO4clzI .navbar-short {
    min-height: 70px;
  }
}
.cid-veneO4clzI .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneO4clzI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneO4clzI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneO4clzI .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneO4clzI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneO4clzI .navbar-nav {
  display: flex !important;
}
.cid-veneO4clzI .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneO4clzI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneO4clzI .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneO4clzI .navbar-nav .nav-item .nav-link:hover,
.cid-veneO4clzI .navbar-nav .nav-item .nav-link:focus,
.cid-veneO4clzI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneO4clzI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneO4clzI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneO4clzI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneO4clzI button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneO4clzI button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneO4clzI button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneO4clzI button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneO4clzI button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneO4clzI button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneO4clzI button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneO4clzI button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneO4clzI .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneO4clzI .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneO4clzI .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneO4clzI .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneO4clzI .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneO4clzI .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneO4clzI .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneO4clzI .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneO4clzI .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneO4clzI .offcanvas.show {
  transform: translateX(0);
}
.cid-veneO4clzI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneO4clzI .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneO4clzI .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneO4clzI .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneO4clzI .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneO4clzI .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneO4clzI .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneO4clzI .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneO4clzI .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneO4clzI .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneO4clzI .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneO4clzI .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneO4clzI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneO4clzI ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneO4clzI ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneO4clzI ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneO4clzI .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneO4clzI .social-container {
    padding-top: 40px;
  }
}
.cid-veneO4clzI .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneO4clzI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneO4clzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneO4clzI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneO4clzI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneO4clzI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneO4clzI .soc-item:hover:before {
  opacity: 1;
}
.cid-veneO4clzI .offcanvas_btn {
  margin-top: auto;
}
.cid-veneO4clzI .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneO4clzI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneO4oOCK {
  background-image: url("../../../assets/images/venango-county-courthouse.webp");
}
.cid-veneO4oOCK img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneO4oOCK .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneO4oOCK .images {
    display: none;
  }
}
.cid-veneO4oOCK .image-wrapper-1,
.cid-veneO4oOCK .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneO4oOCK .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneO4oOCK .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneO4oOCK .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneO4oOCK .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneO4oOCK .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneO4oOCK .image-wrapper-2 img {
  width: 90%;
}
.cid-veneO4oOCK .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneO4oOCK .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneO4oOCK .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneO4oOCK .text-wrapper {
  width: 100%;
}
.cid-veneO4oOCK .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneO4oOCK .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneO4oOCK .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneO4oOCK .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneO4oOCK .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneO4oOCK .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneO4oOCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneO4oOCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneO4oOCK .text {
  display: flex;
  align-items: center;
}
.cid-veortoChtJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veortoChtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veortoChtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veortoChtJ .container-fluid {
    padding: 0;
  }
}
.cid-veortoChtJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veortoChtJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veortoChtJ .embla__button--next,
.cid-veortoChtJ .embla__button--prev {
  display: flex;
}
.cid-veortoChtJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veortoChtJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veortoChtJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veortoChtJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veortoChtJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veortoChtJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veortoChtJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veortoChtJ .embla {
  position: relative;
  width: 100%;
}
.cid-veortoChtJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veortoChtJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veortoChtJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veortoChtJ .embla__slide a {
  cursor: grab;
}
.cid-veortoChtJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-veortoChtJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veortoChtJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veortoChtJ .mbr-section-title {
  color: #232323;
}
.cid-veortoChtJ .mbr-section-subtitle {
  color: #232323;
}
.cid-veortoChtJ .mbr-box {
  color: #ffffff;
}
.cid-veortoChtJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veortoChtJ img,
.cid-veortoChtJ .item-img {
  width: 100%;
}
.cid-veortoChtJ .item-wrapper {
  position: relative;
}
.cid-veortoChtJ .content-head {
  max-width: 800px;
}
.cid-veneO4wamU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneO4wamU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneO4wamU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneO4wamU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneO4wamU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneO4wamU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneO4wamU .container {
    padding: 0 16px;
  }
}
.cid-veneO4wamU .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneO4wamU .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneO4wamU .row {
    padding: 25px 9px;
  }
}
.cid-veneO4wamU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneO4wamU .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneO4wamU .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .image-wrapper img {
    height: 350px;
  }
}
.cid-veneO4wamU .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneO4wamU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneO4wamU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneO4wamU .items-wrapper {
    display: block;
  }
}
.cid-veneO4wamU .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneO4wamU .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneO4wamU .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneO4wamU .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneO4wamU .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneO4wamU .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneO4wamU .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneO4wamU .card {
  justify-content: center;
}
.cid-veneO4wamU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneO4wamU .mbr-text {
  color: #000000;
}
.cid-veneO4wamU .card-title {
  color: #000000;
}
.cid-veneO4wamU .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneO4wamU .card-title,
.cid-veneO4wamU .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneO4IcBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneO4IcBZ .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneO4IcBZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneO4IcBZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneO4IcBZ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneO4IcBZ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneO4IcBZ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneO4IcBZ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneO4IcBZ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneO4IcBZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneO4IcBZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneO4IcBZ .embla__button--next,
.cid-veneO4IcBZ .embla__button--prev {
  display: flex;
}
.cid-veneO4IcBZ .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneO4IcBZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneO4IcBZ .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneO4IcBZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneO4IcBZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneO4IcBZ .embla__button {
    top: -10%;
  }
}
.cid-veneO4IcBZ .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneO4IcBZ .embla {
    margin-top: 80px;
  }
}
.cid-veneO4IcBZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneO4IcBZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneO4IcBZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneO4IcBZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneO4IcBZ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneO4IcBZ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneO4IcBZ .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneO4IcBZ .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneO4IcBZ .mbr-text ul {
    display: block;
  }
}
.cid-veneO4IcBZ .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneO4IcBZ .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneO4IcBZ .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneO4IcBZ .item-wrapper {
  height: 100%;
}
.cid-veneO4IcBZ .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneO4IcBZ .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneO4IcBZ .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veorsBJvRW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veorsBJvRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veorsBJvRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veorsBJvRW .container-fluid {
    padding: 0;
  }
}
.cid-veorsBJvRW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veorsBJvRW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veorsBJvRW .embla__button--next,
.cid-veorsBJvRW .embla__button--prev {
  display: flex;
}
.cid-veorsBJvRW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veorsBJvRW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veorsBJvRW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veorsBJvRW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veorsBJvRW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veorsBJvRW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veorsBJvRW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veorsBJvRW .embla {
  position: relative;
  width: 100%;
}
.cid-veorsBJvRW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veorsBJvRW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veorsBJvRW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veorsBJvRW .embla__slide a {
  cursor: grab;
}
.cid-veorsBJvRW .embla__slide a:active {
  cursor: grabbing;
}
.cid-veorsBJvRW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veorsBJvRW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veorsBJvRW .mbr-section-title {
  color: #232323;
}
.cid-veorsBJvRW .mbr-section-subtitle {
  color: #232323;
}
.cid-veorsBJvRW .mbr-box {
  color: #ffffff;
}
.cid-veorsBJvRW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veorsBJvRW img,
.cid-veorsBJvRW .item-img {
  width: 100%;
}
.cid-veorsBJvRW .item-wrapper {
  position: relative;
}
.cid-veorsBJvRW .content-head {
  max-width: 800px;
}
#custom-html-pf {
  /* Type valid CSS here */
}
#custom-html-pf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-pf p {
  font-size: 60px;
  color: #777;
}
.cid-veneO4U2RU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneO4U2RU h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneO4U2RU .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneO4U2RU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneO4U2RU .nav-link.active {
  background: #232323;
}
.cid-veneO4U2RU .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneO4U2RU .nav-link:hover {
  background: #232323;
}
.cid-veneO4U2RU .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneO4U2RU .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneO4U2RU .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneO4U2RU .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneO4U2RU .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneO4U2RU .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneO4U2RU .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneO4U2RU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneO4U2RU .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneO4U2RU .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneO4U2RU .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneO4U2RU .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneO4U2RU .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneO4U2RU .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneO4U2RU .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneO4U2RU .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneO4U2RU .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneO4U2RU .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneO4U2RU .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneO4U2RU .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneO4U2RU .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneO4U2RU .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneO4U2RU .mbr-text,
  .cid-veneO4U2RU .nav-link,
  .cid-veneO4U2RU .mbr-card-title,
  .cid-veneO4U2RU .mbr-section-title {
    text-align: left;
  }
  .cid-veneO4U2RU .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneO4U2RU .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneO4U2RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneO4U2RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneO4U2RU .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneO4U2RU .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneO4U2RU .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneO5JrO8 .google-map {
  height: 700px;
  position: relative;
}
.cid-veneO5JrO8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneO5JrO8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneO5JrO8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneO5JrO8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veorkamdhM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veorkamdhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veorkamdhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veorkamdhM .container-fluid {
    padding: 0;
  }
}
.cid-veorkamdhM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veorkamdhM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veorkamdhM .embla__button--next,
.cid-veorkamdhM .embla__button--prev {
  display: flex;
}
.cid-veorkamdhM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veorkamdhM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veorkamdhM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veorkamdhM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veorkamdhM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veorkamdhM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veorkamdhM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veorkamdhM .embla {
  position: relative;
  width: 100%;
}
.cid-veorkamdhM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veorkamdhM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veorkamdhM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veorkamdhM .embla__slide a {
  cursor: grab;
}
.cid-veorkamdhM .embla__slide a:active {
  cursor: grabbing;
}
.cid-veorkamdhM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veorkamdhM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veorkamdhM .mbr-section-title {
  color: #232323;
}
.cid-veorkamdhM .mbr-section-subtitle {
  color: #232323;
}
.cid-veorkamdhM .mbr-box {
  color: #ffffff;
}
.cid-veorkamdhM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veorkamdhM img,
.cid-veorkamdhM .item-img {
  width: 100%;
}
.cid-veorkamdhM .item-wrapper {
  position: relative;
}
.cid-veorkamdhM .content-head {
  max-width: 800px;
}
.cid-veneO66kRR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneO66kRR .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneOVRdvy {
  z-index: 1000;
  width: 100%;
}
.cid-veneOVRdvy .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;
}
.cid-veneOVRdvy .dropdown-menu {
  padding: 0;
}
.cid-veneOVRdvy .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneOVRdvy .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneOVRdvy .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneOVRdvy .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneOVRdvy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneOVRdvy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneOVRdvy .nav-link {
  position: relative;
}
.cid-veneOVRdvy .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneOVRdvy .dropdown-menu,
.cid-veneOVRdvy .navbar.opened {
  background: #212428 !important;
}
.cid-veneOVRdvy .nav-item:focus,
.cid-veneOVRdvy .nav-link:focus {
  outline: none;
}
.cid-veneOVRdvy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneOVRdvy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneOVRdvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneOVRdvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneOVRdvy .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneOVRdvy .navbar.opened {
  transition: all 0.3s;
}
.cid-veneOVRdvy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneOVRdvy .navbar .navbar-logo img {
  width: auto;
}
.cid-veneOVRdvy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneOVRdvy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneOVRdvy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneOVRdvy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneOVRdvy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneOVRdvy .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-veneOVRdvy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneOVRdvy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneOVRdvy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneOVRdvy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneOVRdvy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneOVRdvy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .navbar {
    min-height: 80px;
  }
}
.cid-veneOVRdvy .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneOVRdvy .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneOVRdvy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneOVRdvy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneOVRdvy .dropdown-item.active,
.cid-veneOVRdvy .dropdown-item:active {
  background-color: transparent;
}
.cid-veneOVRdvy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneOVRdvy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneOVRdvy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneOVRdvy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneOVRdvy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneOVRdvy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneOVRdvy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneOVRdvy button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneOVRdvy button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneOVRdvy button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneOVRdvy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneOVRdvy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneOVRdvy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneOVRdvy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneOVRdvy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneOVRdvy nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneOVRdvy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneOVRdvy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneOVRdvy nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneOVRdvy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneOVRdvy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneOVRdvy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneOVRdvy .navbar {
    height: 70px;
  }
  .cid-veneOVRdvy .navbar.opened {
    height: auto;
  }
  .cid-veneOVRdvy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneOVRdvy .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .navbar-short {
    min-height: 70px;
  }
}
.cid-veneOVRdvy .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneOVRdvy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneOVRdvy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneOVRdvy .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneOVRdvy .navbar-nav {
  display: flex !important;
}
.cid-veneOVRdvy .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneOVRdvy .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneOVRdvy .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneOVRdvy .navbar-nav .nav-item .nav-link:hover,
.cid-veneOVRdvy .navbar-nav .nav-item .nav-link:focus,
.cid-veneOVRdvy .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneOVRdvy .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneOVRdvy .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneOVRdvy .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneOVRdvy button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneOVRdvy button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneOVRdvy button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneOVRdvy button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneOVRdvy button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneOVRdvy button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneOVRdvy button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneOVRdvy button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneOVRdvy .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneOVRdvy .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneOVRdvy .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneOVRdvy .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneOVRdvy .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneOVRdvy .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneOVRdvy .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneOVRdvy .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneOVRdvy .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneOVRdvy .offcanvas.show {
  transform: translateX(0);
}
.cid-veneOVRdvy .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneOVRdvy .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneOVRdvy .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneOVRdvy .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneOVRdvy .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneOVRdvy .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneOVRdvy .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneOVRdvy .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneOVRdvy .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneOVRdvy .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneOVRdvy .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneOVRdvy ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneOVRdvy ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneOVRdvy ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneOVRdvy .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneOVRdvy .social-container {
    padding-top: 40px;
  }
}
.cid-veneOVRdvy .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneOVRdvy .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneOVRdvy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneOVRdvy .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneOVRdvy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneOVRdvy .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneOVRdvy .soc-item:hover:before {
  opacity: 1;
}
.cid-veneOVRdvy .offcanvas_btn {
  margin-top: auto;
}
.cid-veneOVRdvy .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneOVRdvy .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneOW3pUs {
  background-image: url("../../../assets/images/charleroi-monessen-bridge.webp");
}
.cid-veneOW3pUs img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veneOW3pUs .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veneOW3pUs .images {
    display: none;
  }
}
.cid-veneOW3pUs .image-wrapper-1,
.cid-veneOW3pUs .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veneOW3pUs .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veneOW3pUs .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veneOW3pUs .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veneOW3pUs .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veneOW3pUs .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veneOW3pUs .image-wrapper-2 img {
  width: 90%;
}
.cid-veneOW3pUs .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veneOW3pUs .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veneOW3pUs .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veneOW3pUs .text-wrapper {
  width: 100%;
}
.cid-veneOW3pUs .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneOW3pUs .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veneOW3pUs .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veneOW3pUs .mbr-section-btn {
    margin: 0;
  }
}
.cid-veneOW3pUs .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veneOW3pUs .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veneOW3pUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneOW3pUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneOW3pUs .text {
  display: flex;
  align-items: center;
}
.cid-veorFtYaPX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veorFtYaPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veorFtYaPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veorFtYaPX .container-fluid {
    padding: 0;
  }
}
.cid-veorFtYaPX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veorFtYaPX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veorFtYaPX .embla__button--next,
.cid-veorFtYaPX .embla__button--prev {
  display: flex;
}
.cid-veorFtYaPX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veorFtYaPX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veorFtYaPX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veorFtYaPX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veorFtYaPX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veorFtYaPX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veorFtYaPX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veorFtYaPX .embla {
  position: relative;
  width: 100%;
}
.cid-veorFtYaPX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veorFtYaPX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veorFtYaPX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veorFtYaPX .embla__slide a {
  cursor: grab;
}
.cid-veorFtYaPX .embla__slide a:active {
  cursor: grabbing;
}
.cid-veorFtYaPX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veorFtYaPX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veorFtYaPX .mbr-section-title {
  color: #232323;
}
.cid-veorFtYaPX .mbr-section-subtitle {
  color: #232323;
}
.cid-veorFtYaPX .mbr-box {
  color: #ffffff;
}
.cid-veorFtYaPX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veorFtYaPX img,
.cid-veorFtYaPX .item-img {
  width: 100%;
}
.cid-veorFtYaPX .item-wrapper {
  position: relative;
}
.cid-veorFtYaPX .content-head {
  max-width: 800px;
}
.cid-veneOWawe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veneOWawe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneOWawe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneOWawe6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneOWawe6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veneOWawe6 .container {
    padding: 0 16px;
  }
}
.cid-veneOWawe6 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veneOWawe6 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .row {
    padding: 25px 9px;
  }
}
.cid-veneOWawe6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veneOWawe6 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veneOWawe6 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .image-wrapper img {
    height: 350px;
  }
}
.cid-veneOWawe6 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veneOWawe6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veneOWawe6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veneOWawe6 .items-wrapper {
    display: block;
  }
}
.cid-veneOWawe6 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veneOWawe6 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veneOWawe6 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veneOWawe6 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veneOWawe6 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veneOWawe6 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veneOWawe6 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veneOWawe6 .card {
  justify-content: center;
}
.cid-veneOWawe6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneOWawe6 .mbr-text {
  color: #000000;
}
.cid-veneOWawe6 .card-title {
  color: #000000;
}
.cid-veneOWawe6 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneOWawe6 .card-title,
.cid-veneOWawe6 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veneOWmxE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veneOWmxE0 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veneOWmxE0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veneOWmxE0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veneOWmxE0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veneOWmxE0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veneOWmxE0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veneOWmxE0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneOWmxE0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veneOWmxE0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veneOWmxE0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veneOWmxE0 .embla__button--next,
.cid-veneOWmxE0 .embla__button--prev {
  display: flex;
}
.cid-veneOWmxE0 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneOWmxE0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneOWmxE0 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veneOWmxE0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneOWmxE0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veneOWmxE0 .embla__button {
    top: -10%;
  }
}
.cid-veneOWmxE0 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veneOWmxE0 .embla {
    margin-top: 80px;
  }
}
.cid-veneOWmxE0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneOWmxE0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneOWmxE0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneOWmxE0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneOWmxE0 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veneOWmxE0 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veneOWmxE0 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veneOWmxE0 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veneOWmxE0 .mbr-text ul {
    display: block;
  }
}
.cid-veneOWmxE0 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veneOWmxE0 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veneOWmxE0 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veneOWmxE0 .item-wrapper {
  height: 100%;
}
.cid-veneOWmxE0 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veneOWmxE0 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veneOWmxE0 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veorEwGknF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veorEwGknF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veorEwGknF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veorEwGknF .container-fluid {
    padding: 0;
  }
}
.cid-veorEwGknF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veorEwGknF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veorEwGknF .embla__button--next,
.cid-veorEwGknF .embla__button--prev {
  display: flex;
}
.cid-veorEwGknF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veorEwGknF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veorEwGknF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veorEwGknF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veorEwGknF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veorEwGknF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veorEwGknF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veorEwGknF .embla {
  position: relative;
  width: 100%;
}
.cid-veorEwGknF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veorEwGknF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veorEwGknF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veorEwGknF .embla__slide a {
  cursor: grab;
}
.cid-veorEwGknF .embla__slide a:active {
  cursor: grabbing;
}
.cid-veorEwGknF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veorEwGknF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veorEwGknF .mbr-section-title {
  color: #232323;
}
.cid-veorEwGknF .mbr-section-subtitle {
  color: #232323;
}
.cid-veorEwGknF .mbr-box {
  color: #ffffff;
}
.cid-veorEwGknF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veorEwGknF img,
.cid-veorEwGknF .item-img {
  width: 100%;
}
.cid-veorEwGknF .item-wrapper {
  position: relative;
}
.cid-veorEwGknF .content-head {
  max-width: 800px;
}
#custom-html-po {
  /* Type valid CSS here */
}
#custom-html-po div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-po p {
  font-size: 60px;
  color: #777;
}
.cid-veneOWxXK6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veneOWxXK6 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veneOWxXK6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-veneOWxXK6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veneOWxXK6 .nav-link.active {
  background: #232323;
}
.cid-veneOWxXK6 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veneOWxXK6 .nav-link:hover {
  background: #232323;
}
.cid-veneOWxXK6 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veneOWxXK6 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veneOWxXK6 .nav-link.display-4 {
  font-size: 15px;
}
.cid-veneOWxXK6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veneOWxXK6 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veneOWxXK6 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veneOWxXK6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veneOWxXK6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veneOWxXK6 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veneOWxXK6 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veneOWxXK6 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veneOWxXK6 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veneOWxXK6 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veneOWxXK6 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veneOWxXK6 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veneOWxXK6 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veneOWxXK6 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veneOWxXK6 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veneOWxXK6 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veneOWxXK6 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veneOWxXK6 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veneOWxXK6 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneOWxXK6 .mbr-text,
  .cid-veneOWxXK6 .nav-link,
  .cid-veneOWxXK6 .mbr-card-title,
  .cid-veneOWxXK6 .mbr-section-title {
    text-align: left;
  }
  .cid-veneOWxXK6 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veneOWxXK6 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veneOWxXK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneOWxXK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneOWxXK6 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veneOWxXK6 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veneOWxXK6 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veneOXrnRG .google-map {
  height: 700px;
  position: relative;
}
.cid-veneOXrnRG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veneOXrnRG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veneOXrnRG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneOXrnRG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneOXCS36 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veneOXCS36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneOXCS36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veneOXCS36 .container-fluid {
    padding: 0;
  }
}
.cid-veneOXCS36 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veneOXCS36 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veneOXCS36 .embla__button--next,
.cid-veneOXCS36 .embla__button--prev {
  display: flex;
}
.cid-veneOXCS36 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veneOXCS36 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veneOXCS36 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneOXCS36 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veneOXCS36 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veneOXCS36 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veneOXCS36 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veneOXCS36 .embla {
  position: relative;
  width: 100%;
}
.cid-veneOXCS36 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veneOXCS36 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veneOXCS36 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veneOXCS36 .embla__slide a {
  cursor: grab;
}
.cid-veneOXCS36 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veneOXCS36 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veneOXCS36 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veneOXCS36 .mbr-section-title {
  color: #232323;
}
.cid-veneOXCS36 .mbr-section-subtitle {
  color: #232323;
}
.cid-veneOXCS36 .mbr-box {
  color: #ffffff;
}
.cid-veneOXCS36 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veneOXCS36 img,
.cid-veneOXCS36 .item-img {
  width: 100%;
}
.cid-veneOXCS36 .item-wrapper {
  position: relative;
}
.cid-veneOXCS36 .content-head {
  max-width: 800px;
}
.cid-veneOXQS6e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneOXQS6e .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-venePymjCf {
  z-index: 1000;
  width: 100%;
}
.cid-venePymjCf .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;
}
.cid-venePymjCf .dropdown-menu {
  padding: 0;
}
.cid-venePymjCf .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-venePymjCf .dropdown-item {
    text-align: left !important;
  }
}
.cid-venePymjCf .dropdown-item:hover {
  background-position: right !important;
}
.cid-venePymjCf .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-venePymjCf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-venePymjCf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-venePymjCf .nav-link {
  position: relative;
}
.cid-venePymjCf .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-venePymjCf .dropdown-menu,
.cid-venePymjCf .navbar.opened {
  background: #212428 !important;
}
.cid-venePymjCf .nav-item:focus,
.cid-venePymjCf .nav-link:focus {
  outline: none;
}
.cid-venePymjCf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-venePymjCf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-venePymjCf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-venePymjCf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-venePymjCf .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-venePymjCf .navbar.opened {
  transition: all 0.3s;
}
.cid-venePymjCf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-venePymjCf .navbar .navbar-logo img {
  width: auto;
}
.cid-venePymjCf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-venePymjCf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-venePymjCf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-venePymjCf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-venePymjCf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-venePymjCf .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-venePymjCf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-venePymjCf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-venePymjCf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-venePymjCf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-venePymjCf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-venePymjCf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-venePymjCf .navbar {
    min-height: 80px;
  }
}
.cid-venePymjCf .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-venePymjCf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-venePymjCf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-venePymjCf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-venePymjCf .navbar-brand {
    min-height: 69px;
  }
}
.cid-venePymjCf .dropdown-item.active,
.cid-venePymjCf .dropdown-item:active {
  background-color: transparent;
}
.cid-venePymjCf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-venePymjCf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-venePymjCf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-venePymjCf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-venePymjCf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-venePymjCf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-venePymjCf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-venePymjCf button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venePymjCf button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-venePymjCf button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venePymjCf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venePymjCf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venePymjCf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venePymjCf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venePymjCf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venePymjCf nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venePymjCf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venePymjCf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venePymjCf nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venePymjCf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-venePymjCf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-venePymjCf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-venePymjCf .navbar {
    height: 70px;
  }
  .cid-venePymjCf .navbar.opened {
    height: auto;
  }
  .cid-venePymjCf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-venePymjCf .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-venePymjCf .navbar-short {
    min-height: 70px;
  }
}
.cid-venePymjCf .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-venePymjCf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-venePymjCf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-venePymjCf .container-fluid {
    padding: 0 3px;
  }
}
.cid-venePymjCf .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-venePymjCf .navbar-nav {
  display: flex !important;
}
.cid-venePymjCf .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-venePymjCf .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-venePymjCf .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venePymjCf .navbar-nav .nav-item .nav-link:hover,
.cid-venePymjCf .navbar-nav .nav-item .nav-link:focus,
.cid-venePymjCf .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venePymjCf .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-venePymjCf .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-venePymjCf .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-venePymjCf button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venePymjCf button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-venePymjCf button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venePymjCf button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venePymjCf button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venePymjCf button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venePymjCf button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venePymjCf button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venePymjCf .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venePymjCf .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-venePymjCf .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venePymjCf .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venePymjCf .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-venePymjCf .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venePymjCf .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venePymjCf .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-venePymjCf .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-venePymjCf .offcanvas.show {
  transform: translateX(0);
}
.cid-venePymjCf .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-venePymjCf .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venePymjCf .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-venePymjCf .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-venePymjCf .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-venePymjCf .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-venePymjCf .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-venePymjCf .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-venePymjCf .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-venePymjCf .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-venePymjCf .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-venePymjCf .modal-backdrop.show {
  opacity: 0.8;
}
.cid-venePymjCf .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-venePymjCf ::-webkit-scrollbar {
  width: 1em;
}
.cid-venePymjCf ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-venePymjCf ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-venePymjCf .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-venePymjCf .social-container {
    padding-top: 40px;
  }
}
.cid-venePymjCf .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-venePymjCf .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-venePymjCf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-venePymjCf .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-venePymjCf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-venePymjCf .soc-item:hover {
  transform: translateY(-3px);
}
.cid-venePymjCf .soc-item:hover:before {
  opacity: 1;
}
.cid-venePymjCf .offcanvas_btn {
  margin-top: auto;
}
.cid-venePymjCf .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-venePymjCf .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-venePyx5OI {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-venePyx5OI img {
  max-height: 300px;
  object-fit: cover;
}
.cid-venePyx5OI .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-venePyx5OI .images {
    display: none;
  }
}
.cid-venePyx5OI .image-wrapper-1,
.cid-venePyx5OI .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-venePyx5OI .image-wrapper-1 {
  margin-top: 80px;
}
.cid-venePyx5OI .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-venePyx5OI .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-venePyx5OI .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-venePyx5OI .image-wrapper-2 {
  margin-top: 85px;
}
.cid-venePyx5OI .image-wrapper-2 img {
  width: 90%;
}
.cid-venePyx5OI .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-venePyx5OI .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-venePyx5OI .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-venePyx5OI .text-wrapper {
  width: 100%;
}
.cid-venePyx5OI .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-venePyx5OI .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-venePyx5OI .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-venePyx5OI .mbr-section-btn {
    margin: 0;
  }
}
.cid-venePyx5OI .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-venePyx5OI .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-venePyx5OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-venePyx5OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venePyx5OI .text {
  display: flex;
  align-items: center;
}
.cid-veorRrtbMe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veorRrtbMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veorRrtbMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veorRrtbMe .container-fluid {
    padding: 0;
  }
}
.cid-veorRrtbMe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veorRrtbMe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veorRrtbMe .embla__button--next,
.cid-veorRrtbMe .embla__button--prev {
  display: flex;
}
.cid-veorRrtbMe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veorRrtbMe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veorRrtbMe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veorRrtbMe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veorRrtbMe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veorRrtbMe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veorRrtbMe .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veorRrtbMe .embla {
  position: relative;
  width: 100%;
}
.cid-veorRrtbMe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veorRrtbMe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veorRrtbMe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veorRrtbMe .embla__slide a {
  cursor: grab;
}
.cid-veorRrtbMe .embla__slide a:active {
  cursor: grabbing;
}
.cid-veorRrtbMe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veorRrtbMe .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veorRrtbMe .mbr-section-title {
  color: #232323;
}
.cid-veorRrtbMe .mbr-section-subtitle {
  color: #232323;
}
.cid-veorRrtbMe .mbr-box {
  color: #ffffff;
}
.cid-veorRrtbMe .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veorRrtbMe img,
.cid-veorRrtbMe .item-img {
  width: 100%;
}
.cid-veorRrtbMe .item-wrapper {
  position: relative;
}
.cid-veorRrtbMe .content-head {
  max-width: 800px;
}
.cid-venePyGzyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-venePyGzyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-venePyGzyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venePyGzyM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-venePyGzyM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-venePyGzyM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-venePyGzyM .container {
    padding: 0 16px;
  }
}
.cid-venePyGzyM .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-venePyGzyM .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-venePyGzyM .row {
    padding: 25px 9px;
  }
}
.cid-venePyGzyM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-venePyGzyM .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-venePyGzyM .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .image-wrapper img {
    height: 350px;
  }
}
.cid-venePyGzyM .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-venePyGzyM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-venePyGzyM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-venePyGzyM .items-wrapper {
    display: block;
  }
}
.cid-venePyGzyM .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-venePyGzyM .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-venePyGzyM .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-venePyGzyM .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-venePyGzyM .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-venePyGzyM .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-venePyGzyM .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-venePyGzyM .card {
  justify-content: center;
}
.cid-venePyGzyM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-venePyGzyM .mbr-text {
  color: #000000;
}
.cid-venePyGzyM .card-title {
  color: #000000;
}
.cid-venePyGzyM .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-venePyGzyM .card-title,
.cid-venePyGzyM .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-venePyRjTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-venePyRjTS .mbr-section-head {
  padding: 0 1rem;
}
.cid-venePyRjTS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-venePyRjTS .team-card:hover {
  transform: translateY(-10px);
}
.cid-venePyRjTS .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-venePyRjTS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-venePyRjTS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-venePyRjTS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-venePyRjTS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-venePyRjTS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-venePyRjTS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-venePyRjTS .embla__button--next,
.cid-venePyRjTS .embla__button--prev {
  display: flex;
}
.cid-venePyRjTS .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venePyRjTS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-venePyRjTS .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-venePyRjTS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-venePyRjTS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-venePyRjTS .embla__button {
    top: -10%;
  }
}
.cid-venePyRjTS .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-venePyRjTS .embla {
    margin-top: 80px;
  }
}
.cid-venePyRjTS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-venePyRjTS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-venePyRjTS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-venePyRjTS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-venePyRjTS .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-venePyRjTS .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-venePyRjTS .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-venePyRjTS .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-venePyRjTS .mbr-text ul {
    display: block;
  }
}
.cid-venePyRjTS .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-venePyRjTS .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-venePyRjTS .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-venePyRjTS .item-wrapper {
  height: 100%;
}
.cid-venePyRjTS .item-wrapper .image-wrap {
  height: 100%;
}
.cid-venePyRjTS .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-venePyRjTS .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veorQHyvSY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veorQHyvSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veorQHyvSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veorQHyvSY .container-fluid {
    padding: 0;
  }
}
.cid-veorQHyvSY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veorQHyvSY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veorQHyvSY .embla__button--next,
.cid-veorQHyvSY .embla__button--prev {
  display: flex;
}
.cid-veorQHyvSY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veorQHyvSY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veorQHyvSY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veorQHyvSY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veorQHyvSY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veorQHyvSY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veorQHyvSY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veorQHyvSY .embla {
  position: relative;
  width: 100%;
}
.cid-veorQHyvSY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veorQHyvSY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veorQHyvSY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veorQHyvSY .embla__slide a {
  cursor: grab;
}
.cid-veorQHyvSY .embla__slide a:active {
  cursor: grabbing;
}
.cid-veorQHyvSY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veorQHyvSY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veorQHyvSY .mbr-section-title {
  color: #232323;
}
.cid-veorQHyvSY .mbr-section-subtitle {
  color: #232323;
}
.cid-veorQHyvSY .mbr-box {
  color: #ffffff;
}
.cid-veorQHyvSY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veorQHyvSY img,
.cid-veorQHyvSY .item-img {
  width: 100%;
}
.cid-veorQHyvSY .item-wrapper {
  position: relative;
}
.cid-veorQHyvSY .content-head {
  max-width: 800px;
}
#custom-html-px {
  /* Type valid CSS here */
}
#custom-html-px div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-px p {
  font-size: 60px;
  color: #777;
}
.cid-venePz2Nsh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-venePz2Nsh h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-venePz2Nsh .nav-tabs .nav-item.open .nav-link:focus,
.cid-venePz2Nsh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-venePz2Nsh .nav-link.active {
  background: #232323;
}
.cid-venePz2Nsh .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-venePz2Nsh .nav-link:hover {
  background: #232323;
}
.cid-venePz2Nsh .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-venePz2Nsh .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-venePz2Nsh .nav-link.display-4 {
  font-size: 15px;
}
.cid-venePz2Nsh .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-venePz2Nsh .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-venePz2Nsh .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-venePz2Nsh .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-venePz2Nsh .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-venePz2Nsh .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-venePz2Nsh .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-venePz2Nsh .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-venePz2Nsh .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-venePz2Nsh .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-venePz2Nsh .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-venePz2Nsh .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-venePz2Nsh .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-venePz2Nsh .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-venePz2Nsh .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-venePz2Nsh .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-venePz2Nsh .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-venePz2Nsh .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-venePz2Nsh .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-venePz2Nsh .mbr-text,
  .cid-venePz2Nsh .nav-link,
  .cid-venePz2Nsh .mbr-card-title,
  .cid-venePz2Nsh .mbr-section-title {
    text-align: left;
  }
  .cid-venePz2Nsh .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-venePz2Nsh .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-venePz2Nsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-venePz2Nsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venePz2Nsh .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-venePz2Nsh .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-venePz2Nsh .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-venePzVHUV .google-map {
  height: 700px;
  position: relative;
}
.cid-venePzVHUV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-venePzVHUV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-venePzVHUV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-venePzVHUV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-venePA6ePX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-venePA6ePX .mbr-fallback-image.disabled {
  display: none;
}
.cid-venePA6ePX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-venePA6ePX .container-fluid {
    padding: 0;
  }
}
.cid-venePA6ePX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-venePA6ePX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-venePA6ePX .embla__button--next,
.cid-venePA6ePX .embla__button--prev {
  display: flex;
}
.cid-venePA6ePX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-venePA6ePX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-venePA6ePX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venePA6ePX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-venePA6ePX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-venePA6ePX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-venePA6ePX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-venePA6ePX .embla {
  position: relative;
  width: 100%;
}
.cid-venePA6ePX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-venePA6ePX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-venePA6ePX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-venePA6ePX .embla__slide a {
  cursor: grab;
}
.cid-venePA6ePX .embla__slide a:active {
  cursor: grabbing;
}
.cid-venePA6ePX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-venePA6ePX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-venePA6ePX .mbr-section-title {
  color: #232323;
}
.cid-venePA6ePX .mbr-section-subtitle {
  color: #232323;
}
.cid-venePA6ePX .mbr-box {
  color: #ffffff;
}
.cid-venePA6ePX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-venePA6ePX img,
.cid-venePA6ePX .item-img {
  width: 100%;
}
.cid-venePA6ePX .item-wrapper {
  position: relative;
}
.cid-venePA6ePX .content-head {
  max-width: 800px;
}
.cid-venePAiVaR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-venePAiVaR .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usb0NqdU3R {
  z-index: 1000;
  width: 100%;
}
.cid-usb0NqdU3R .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;
}
.cid-usb0NqdU3R .dropdown-menu {
  padding: 0;
}
.cid-usb0NqdU3R .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-usb0NqdU3R .dropdown-item {
    text-align: left !important;
  }
}
.cid-usb0NqdU3R .dropdown-item:hover {
  background-position: right !important;
}
.cid-usb0NqdU3R .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-usb0NqdU3R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usb0NqdU3R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usb0NqdU3R .nav-link {
  position: relative;
}
.cid-usb0NqdU3R .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-usb0NqdU3R .dropdown-menu,
.cid-usb0NqdU3R .navbar.opened {
  background: #212428 !important;
}
.cid-usb0NqdU3R .nav-item:focus,
.cid-usb0NqdU3R .nav-link:focus {
  outline: none;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usb0NqdU3R .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-usb0NqdU3R .navbar.opened {
  transition: all 0.3s;
}
.cid-usb0NqdU3R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usb0NqdU3R .navbar .navbar-logo img {
  width: auto;
}
.cid-usb0NqdU3R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usb0NqdU3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usb0NqdU3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usb0NqdU3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usb0NqdU3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usb0NqdU3R .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-usb0NqdU3R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usb0NqdU3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usb0NqdU3R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usb0NqdU3R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usb0NqdU3R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usb0NqdU3R .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .navbar {
    min-height: 80px;
  }
}
.cid-usb0NqdU3R .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-usb0NqdU3R .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-usb0NqdU3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usb0NqdU3R .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .navbar-brand {
    min-height: 69px;
  }
}
.cid-usb0NqdU3R .dropdown-item.active,
.cid-usb0NqdU3R .dropdown-item:active {
  background-color: transparent;
}
.cid-usb0NqdU3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usb0NqdU3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usb0NqdU3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usb0NqdU3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-usb0NqdU3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usb0NqdU3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usb0NqdU3R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usb0NqdU3R button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-usb0NqdU3R button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usb0NqdU3R .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-usb0NqdU3R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usb0NqdU3R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usb0NqdU3R .navbar {
    height: 70px;
  }
  .cid-usb0NqdU3R .navbar.opened {
    height: auto;
  }
  .cid-usb0NqdU3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usb0NqdU3R .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .navbar-short {
    min-height: 70px;
  }
}
.cid-usb0NqdU3R .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-usb0NqdU3R .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-usb0NqdU3R .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .container-fluid {
    padding: 0 3px;
  }
}
.cid-usb0NqdU3R .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-usb0NqdU3R .navbar-nav {
  display: flex !important;
}
.cid-usb0NqdU3R .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:hover,
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:focus,
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-usb0NqdU3R .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-usb0NqdU3R .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usb0NqdU3R button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-usb0NqdU3R button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-usb0NqdU3R .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-usb0NqdU3R .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-usb0NqdU3R .offcanvas.show {
  transform: translateX(0);
}
.cid-usb0NqdU3R .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-usb0NqdU3R .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usb0NqdU3R .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-usb0NqdU3R .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-usb0NqdU3R .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usb0NqdU3R .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-usb0NqdU3R .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-usb0NqdU3R .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-usb0NqdU3R .modal-backdrop.show {
  opacity: 0.8;
}
.cid-usb0NqdU3R .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-usb0NqdU3R ::-webkit-scrollbar {
  width: 1em;
}
.cid-usb0NqdU3R ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-usb0NqdU3R ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-usb0NqdU3R .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-usb0NqdU3R .social-container {
    padding-top: 40px;
  }
}
.cid-usb0NqdU3R .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-usb0NqdU3R .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-usb0NqdU3R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-usb0NqdU3R .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-usb0NqdU3R .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-usb0NqdU3R .soc-item:hover {
  transform: translateY(-3px);
}
.cid-usb0NqdU3R .soc-item:hover:before {
  opacity: 1;
}
.cid-usb0NqdU3R .offcanvas_btn {
  margin-top: auto;
}
.cid-usb0NqdU3R .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-usb0NqdU3R .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uBRo5BPX9X {
  display: flex;
  background-image: url("../../../assets/images/sign.webp");
}
.cid-uBRo5BPX9X .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uBRo5BPX9X {
    align-items: flex-end;
  }
  .cid-uBRo5BPX9X .row {
    justify-content: center;
  }
  .cid-uBRo5BPX9X .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRo5BPX9X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRo5BPX9X {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRo5BPX9X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRo5BPX9X .content-wrap {
    width: 100%;
  }
}
.cid-uBRo5BPX9X .mbr-section-title,
.cid-uBRo5BPX9X .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRo5BPX9X .mbr-text,
.cid-uBRo5BPX9X .mbr-section-btn {
  text-align: center;
}
.cid-uBRoc4nwmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uBRoc4nwmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRoc4nwmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBRoc4nwmO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRoc4nwmO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uBRoc4nwmO .google-map {
  height: 100%;
  position: relative;
}
.cid-uBRoc4nwmO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBRoc4nwmO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uBRoc4nwmO .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-uBRoc4nwmO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBRoc4nwmO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBRoc4nwmO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRoc4nwmO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRoc4nwmO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uBRoc4nwmO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uBRoc4nwmO .content-head {
  max-width: 800px;
}
.cid-uBRo7tGV9h {
  background-color: #102f62;
}
.cid-uBRo7tGV9h .mbr-section-title {
  margin: 0;
}
.cid-uBRo7tGV9h .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uBRo7tGV9h .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uBRo7tGV9h .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uBRo7tGV9h .team-item {
  transition: all 0.2s;
}
.cid-uBRo7tGV9h .team-item .item-image {
  position: relative !important;
}
.cid-uBRo7tGV9h .team-item .item-image img {
  width: 100%;
}
.cid-uBRo7tGV9h .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-uBRo7tGV9h .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uBRo7tGV9h .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uBRo7tGV9h .team-item .item-caption {
  background: #878787;
}
.cid-uBRo7tGV9h .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uBRo7tGV9h .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uBRo7tGV9h .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uBRo7tGV9h .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uBRo7tGV9h .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uBRo7tGV9h .team-item:hover {
    transform: none;
  }
  .cid-uBRo7tGV9h .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uBRo7tGV9h {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uBRo7tGV9h {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uBRo7tGV9h .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uBRo7tGV9h .container-fluid {
  max-width: 1300px;
}
.cid-uBRo6fwuNC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBRo6fwuNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRo6fwuNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRo6fwuNC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBRo6fwuNC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uBRo6fwuNC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRo6fwuNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRo6fwuNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRo6fwuNC .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uBRo6fwuNC .mbr-section-title {
  color: #ffffff;
}
.cid-uBRo6fwuNC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBRo6fwuNC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uBRo6fwuNC .card-box .item-footer {
  margin-top: auto;
}
.cid-uBRo6fwuNC .content-head {
  max-width: 800px;
}
.cid-veo4cjQ7bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veo4cjQ7bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo4cjQ7bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veo4cjQ7bc .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veo4cjQ7bc .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veo4cjQ7bc .google-map {
  height: 100%;
  position: relative;
}
.cid-veo4cjQ7bc .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veo4cjQ7bc .google-map iframe {
    min-height: 350px;
  }
}
.cid-veo4cjQ7bc .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-veo4cjQ7bc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veo4cjQ7bc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veo4cjQ7bc .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veo4cjQ7bc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veo4cjQ7bc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veo4cjQ7bc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veo4cjQ7bc .content-head {
  max-width: 800px;
}
.cid-uBRo8YBXzO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBRo8YBXzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRo8YBXzO .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-uBRo8YBXzO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRo8YBXzO .row {
  flex-direction: row-reverse;
}
.cid-uBRo8YBXzO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRo8YBXzO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRo8YBXzO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRo8YBXzO .mbr-section-title {
  color: #000000;
}
.cid-uBRo8YBXzO .mbr-text,
.cid-uBRo8YBXzO .mbr-section-btn {
  color: #000000;
}
.cid-veo4cWp2cf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veo4cWp2cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo4cWp2cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veo4cWp2cf .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veo4cWp2cf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veo4cWp2cf .google-map {
  height: 100%;
  position: relative;
}
.cid-veo4cWp2cf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veo4cWp2cf .google-map iframe {
    min-height: 350px;
  }
}
.cid-veo4cWp2cf .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-veo4cWp2cf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veo4cWp2cf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veo4cWp2cf .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veo4cWp2cf .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veo4cWp2cf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veo4cWp2cf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veo4cWp2cf .content-head {
  max-width: 800px;
}
.cid-uBRodZ2F3h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBRodZ2F3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRodZ2F3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRodZ2F3h .mbr-section-title {
  text-align: center;
}
.cid-uBRodZ2F3h .mbr-section-subtitle {
  text-align: center;
}
.cid-veneR3MPP4 {
  z-index: 1000;
  width: 100%;
}
.cid-veneR3MPP4 .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;
}
.cid-veneR3MPP4 .dropdown-menu {
  padding: 0;
}
.cid-veneR3MPP4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneR3MPP4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneR3MPP4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneR3MPP4 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneR3MPP4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneR3MPP4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneR3MPP4 .nav-link {
  position: relative;
}
.cid-veneR3MPP4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneR3MPP4 .dropdown-menu,
.cid-veneR3MPP4 .navbar.opened {
  background: #212428 !important;
}
.cid-veneR3MPP4 .nav-item:focus,
.cid-veneR3MPP4 .nav-link:focus {
  outline: none;
}
.cid-veneR3MPP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneR3MPP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneR3MPP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneR3MPP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneR3MPP4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneR3MPP4 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneR3MPP4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneR3MPP4 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneR3MPP4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneR3MPP4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneR3MPP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneR3MPP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneR3MPP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneR3MPP4 .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-veneR3MPP4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneR3MPP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneR3MPP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneR3MPP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneR3MPP4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneR3MPP4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .navbar {
    min-height: 80px;
  }
}
.cid-veneR3MPP4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneR3MPP4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneR3MPP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneR3MPP4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneR3MPP4 .dropdown-item.active,
.cid-veneR3MPP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneR3MPP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneR3MPP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneR3MPP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneR3MPP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneR3MPP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneR3MPP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneR3MPP4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneR3MPP4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneR3MPP4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneR3MPP4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneR3MPP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneR3MPP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneR3MPP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneR3MPP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneR3MPP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneR3MPP4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneR3MPP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneR3MPP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneR3MPP4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneR3MPP4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneR3MPP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneR3MPP4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneR3MPP4 .navbar {
    height: 70px;
  }
  .cid-veneR3MPP4 .navbar.opened {
    height: auto;
  }
  .cid-veneR3MPP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneR3MPP4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneR3MPP4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneR3MPP4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneR3MPP4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneR3MPP4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneR3MPP4 .navbar-nav {
  display: flex !important;
}
.cid-veneR3MPP4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneR3MPP4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneR3MPP4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneR3MPP4 .navbar-nav .nav-item .nav-link:hover,
.cid-veneR3MPP4 .navbar-nav .nav-item .nav-link:focus,
.cid-veneR3MPP4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneR3MPP4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneR3MPP4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneR3MPP4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneR3MPP4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneR3MPP4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneR3MPP4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneR3MPP4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneR3MPP4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneR3MPP4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneR3MPP4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneR3MPP4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneR3MPP4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneR3MPP4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneR3MPP4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneR3MPP4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneR3MPP4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneR3MPP4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneR3MPP4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneR3MPP4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneR3MPP4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneR3MPP4 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneR3MPP4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneR3MPP4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneR3MPP4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneR3MPP4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneR3MPP4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneR3MPP4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneR3MPP4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneR3MPP4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneR3MPP4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneR3MPP4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneR3MPP4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneR3MPP4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneR3MPP4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneR3MPP4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneR3MPP4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneR3MPP4 .social-container {
    padding-top: 40px;
  }
}
.cid-veneR3MPP4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneR3MPP4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneR3MPP4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneR3MPP4 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneR3MPP4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneR3MPP4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneR3MPP4 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneR3MPP4 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneR3MPP4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneR3MPP4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneR3YdGT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneR3YdGT .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneR43gNa {
  display: flex;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-veneR43gNa .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneR43gNa {
    align-items: flex-end;
  }
  .cid-veneR43gNa .row {
    justify-content: center;
  }
  .cid-veneR43gNa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneR43gNa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneR43gNa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneR43gNa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneR43gNa .content-wrap {
    width: 100%;
  }
}
.cid-veneR43gNa .mbr-section-title,
.cid-veneR43gNa .mbr-section-subtitle {
  text-align: center;
}
.cid-veneR43gNa .mbr-text,
.cid-veneR43gNa .mbr-section-btn {
  text-align: center;
}
.cid-veneR4aSgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneR4aSgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneR4aSgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneR4aSgR .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneR4aSgR .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneR4aSgR .google-map {
  height: 100%;
  position: relative;
}
.cid-veneR4aSgR .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneR4aSgR .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneR4aSgR .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-veneR4aSgR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneR4aSgR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneR4aSgR .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneR4aSgR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneR4aSgR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneR4aSgR ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneR4aSgR .content-head {
  max-width: 800px;
}
.cid-veneR4i4dP {
  background-color: #102f62;
}
.cid-veneR4i4dP .mbr-section-title {
  margin: 0;
}
.cid-veneR4i4dP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneR4i4dP .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneR4i4dP .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneR4i4dP .team-item {
  transition: all 0.2s;
}
.cid-veneR4i4dP .team-item .item-image {
  position: relative !important;
}
.cid-veneR4i4dP .team-item .item-image img {
  width: 100%;
}
.cid-veneR4i4dP .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneR4i4dP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneR4i4dP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneR4i4dP .team-item .item-caption {
  background: #878787;
}
.cid-veneR4i4dP .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneR4i4dP .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneR4i4dP .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneR4i4dP .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneR4i4dP .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneR4i4dP .team-item:hover {
    transform: none;
  }
  .cid-veneR4i4dP .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneR4i4dP {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneR4i4dP {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneR4i4dP .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneR4i4dP .container-fluid {
  max-width: 1300px;
}
.cid-veneR4raew {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneR4raew .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneR4raew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneR4raew .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneR4raew .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneR4raew .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneR4raew .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneR4raew .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneR4raew .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneR4raew .mbr-section-title {
  color: #ffffff;
}
.cid-veneR4raew .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneR4raew .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneR4raew .card-box .item-footer {
  margin-top: auto;
}
.cid-veneR4raew .content-head {
  max-width: 800px;
}
.cid-veo7lruVx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veo7lruVx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7lruVx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veo7lruVx1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veo7lruVx1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veo7lruVx1 .google-map {
  height: 100%;
  position: relative;
}
.cid-veo7lruVx1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veo7lruVx1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veo7lruVx1 .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-veo7lruVx1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veo7lruVx1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veo7lruVx1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veo7lruVx1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veo7lruVx1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veo7lruVx1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veo7lruVx1 .content-head {
  max-width: 800px;
}
.cid-veneR4BCzS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneR4BCzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneR4BCzS .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-veneR4BCzS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneR4BCzS .row {
  flex-direction: row-reverse;
}
.cid-veneR4BCzS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneR4BCzS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneR4BCzS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneR4BCzS .mbr-section-title {
  color: #000000;
}
.cid-veneR4BCzS .mbr-text,
.cid-veneR4BCzS .mbr-section-btn {
  color: #000000;
}
.cid-veo7m7YhtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veo7m7YhtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7m7YhtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veo7m7YhtE .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veo7m7YhtE .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veo7m7YhtE .google-map {
  height: 100%;
  position: relative;
}
.cid-veo7m7YhtE .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veo7m7YhtE .google-map iframe {
    min-height: 350px;
  }
}
.cid-veo7m7YhtE .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-veo7m7YhtE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veo7m7YhtE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veo7m7YhtE .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veo7m7YhtE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veo7m7YhtE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veo7m7YhtE ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veo7m7YhtE .content-head {
  max-width: 800px;
}
.cid-veneR4J9od {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneR4J9od .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneR4J9od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneR4J9od .mbr-section-title {
  text-align: center;
}
.cid-veneR4J9od .mbr-section-subtitle {
  text-align: center;
}
.cid-veneRMyYhP {
  z-index: 1000;
  width: 100%;
}
.cid-veneRMyYhP .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;
}
.cid-veneRMyYhP .dropdown-menu {
  padding: 0;
}
.cid-veneRMyYhP .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneRMyYhP .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneRMyYhP .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneRMyYhP .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneRMyYhP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneRMyYhP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneRMyYhP .nav-link {
  position: relative;
}
.cid-veneRMyYhP .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneRMyYhP .dropdown-menu,
.cid-veneRMyYhP .navbar.opened {
  background: #212428 !important;
}
.cid-veneRMyYhP .nav-item:focus,
.cid-veneRMyYhP .nav-link:focus {
  outline: none;
}
.cid-veneRMyYhP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneRMyYhP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneRMyYhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneRMyYhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneRMyYhP .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneRMyYhP .navbar.opened {
  transition: all 0.3s;
}
.cid-veneRMyYhP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneRMyYhP .navbar .navbar-logo img {
  width: auto;
}
.cid-veneRMyYhP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneRMyYhP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneRMyYhP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneRMyYhP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneRMyYhP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneRMyYhP .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-veneRMyYhP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneRMyYhP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneRMyYhP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneRMyYhP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneRMyYhP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneRMyYhP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .navbar {
    min-height: 80px;
  }
}
.cid-veneRMyYhP .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneRMyYhP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneRMyYhP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneRMyYhP .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneRMyYhP .dropdown-item.active,
.cid-veneRMyYhP .dropdown-item:active {
  background-color: transparent;
}
.cid-veneRMyYhP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneRMyYhP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneRMyYhP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneRMyYhP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneRMyYhP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneRMyYhP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneRMyYhP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneRMyYhP button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneRMyYhP button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneRMyYhP button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneRMyYhP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneRMyYhP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneRMyYhP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneRMyYhP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneRMyYhP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneRMyYhP nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneRMyYhP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneRMyYhP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneRMyYhP nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneRMyYhP .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneRMyYhP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneRMyYhP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneRMyYhP .navbar {
    height: 70px;
  }
  .cid-veneRMyYhP .navbar.opened {
    height: auto;
  }
  .cid-veneRMyYhP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneRMyYhP .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .navbar-short {
    min-height: 70px;
  }
}
.cid-veneRMyYhP .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneRMyYhP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneRMyYhP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneRMyYhP .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneRMyYhP .navbar-nav {
  display: flex !important;
}
.cid-veneRMyYhP .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneRMyYhP .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneRMyYhP .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneRMyYhP .navbar-nav .nav-item .nav-link:hover,
.cid-veneRMyYhP .navbar-nav .nav-item .nav-link:focus,
.cid-veneRMyYhP .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneRMyYhP .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneRMyYhP .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneRMyYhP .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneRMyYhP button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneRMyYhP button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneRMyYhP button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneRMyYhP button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneRMyYhP button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneRMyYhP button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneRMyYhP button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneRMyYhP button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneRMyYhP .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneRMyYhP .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneRMyYhP .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneRMyYhP .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneRMyYhP .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneRMyYhP .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneRMyYhP .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneRMyYhP .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneRMyYhP .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneRMyYhP .offcanvas.show {
  transform: translateX(0);
}
.cid-veneRMyYhP .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneRMyYhP .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneRMyYhP .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneRMyYhP .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneRMyYhP .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneRMyYhP .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneRMyYhP .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneRMyYhP .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneRMyYhP .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneRMyYhP .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneRMyYhP .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneRMyYhP ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneRMyYhP ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneRMyYhP ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneRMyYhP .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneRMyYhP .social-container {
    padding-top: 40px;
  }
}
.cid-veneRMyYhP .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneRMyYhP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneRMyYhP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneRMyYhP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneRMyYhP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneRMyYhP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneRMyYhP .soc-item:hover:before {
  opacity: 1;
}
.cid-veneRMyYhP .offcanvas_btn {
  margin-top: auto;
}
.cid-veneRMyYhP .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneRMyYhP .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneRMJfV4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneRMJfV4 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneRMOqKH {
  display: flex;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-veneRMOqKH .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneRMOqKH {
    align-items: flex-end;
  }
  .cid-veneRMOqKH .row {
    justify-content: center;
  }
  .cid-veneRMOqKH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneRMOqKH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneRMOqKH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneRMOqKH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneRMOqKH .content-wrap {
    width: 100%;
  }
}
.cid-veneRMOqKH .mbr-section-title,
.cid-veneRMOqKH .mbr-section-subtitle {
  text-align: center;
}
.cid-veneRMOqKH .mbr-text,
.cid-veneRMOqKH .mbr-section-btn {
  text-align: center;
}
.cid-veneRMVuk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneRMVuk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneRMVuk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneRMVuk3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneRMVuk3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneRMVuk3 .google-map {
  height: 100%;
  position: relative;
}
.cid-veneRMVuk3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneRMVuk3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneRMVuk3 .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-veneRMVuk3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneRMVuk3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneRMVuk3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneRMVuk3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneRMVuk3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneRMVuk3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneRMVuk3 .content-head {
  max-width: 800px;
}
.cid-veneRN42Uq {
  background-color: #102f62;
}
.cid-veneRN42Uq .mbr-section-title {
  margin: 0;
}
.cid-veneRN42Uq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneRN42Uq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneRN42Uq .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneRN42Uq .team-item {
  transition: all 0.2s;
}
.cid-veneRN42Uq .team-item .item-image {
  position: relative !important;
}
.cid-veneRN42Uq .team-item .item-image img {
  width: 100%;
}
.cid-veneRN42Uq .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneRN42Uq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneRN42Uq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneRN42Uq .team-item .item-caption {
  background: #878787;
}
.cid-veneRN42Uq .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneRN42Uq .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneRN42Uq .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneRN42Uq .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneRN42Uq .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneRN42Uq .team-item:hover {
    transform: none;
  }
  .cid-veneRN42Uq .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneRN42Uq {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneRN42Uq {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneRN42Uq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneRN42Uq .container-fluid {
  max-width: 1300px;
}
.cid-veneRNcJBo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneRNcJBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneRNcJBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneRNcJBo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneRNcJBo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneRNcJBo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneRNcJBo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneRNcJBo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneRNcJBo .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneRNcJBo .mbr-section-title {
  color: #ffffff;
}
.cid-veneRNcJBo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneRNcJBo .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneRNcJBo .card-box .item-footer {
  margin-top: auto;
}
.cid-veneRNcJBo .content-head {
  max-width: 800px;
}
.cid-veoaOWDUjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoaOWDUjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoaOWDUjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoaOWDUjV .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoaOWDUjV .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoaOWDUjV .google-map {
  height: 100%;
  position: relative;
}
.cid-veoaOWDUjV .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoaOWDUjV .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoaOWDUjV .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-veoaOWDUjV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoaOWDUjV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoaOWDUjV .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoaOWDUjV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoaOWDUjV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoaOWDUjV ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoaOWDUjV .content-head {
  max-width: 800px;
}
.cid-veneRNnr58 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneRNnr58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneRNnr58 .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-veneRNnr58 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneRNnr58 .row {
  flex-direction: row-reverse;
}
.cid-veneRNnr58 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneRNnr58 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneRNnr58 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneRNnr58 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneRNnr58 .mbr-text,
.cid-veneRNnr58 .mbr-section-btn {
  color: #000000;
}
.cid-veoaPw2DVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoaPw2DVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoaPw2DVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoaPw2DVb .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoaPw2DVb .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoaPw2DVb .google-map {
  height: 100%;
  position: relative;
}
.cid-veoaPw2DVb .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoaPw2DVb .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoaPw2DVb .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-veoaPw2DVb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoaPw2DVb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoaPw2DVb .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoaPw2DVb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoaPw2DVb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoaPw2DVb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoaPw2DVb .content-head {
  max-width: 800px;
}
.cid-veneRNvSmc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneRNvSmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneRNvSmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneRNvSmc .mbr-section-title {
  text-align: center;
}
.cid-veneRNvSmc .mbr-section-subtitle {
  text-align: center;
}
.cid-veneSptqp0 {
  z-index: 1000;
  width: 100%;
}
.cid-veneSptqp0 .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;
}
.cid-veneSptqp0 .dropdown-menu {
  padding: 0;
}
.cid-veneSptqp0 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneSptqp0 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneSptqp0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneSptqp0 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneSptqp0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneSptqp0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneSptqp0 .nav-link {
  position: relative;
}
.cid-veneSptqp0 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneSptqp0 .dropdown-menu,
.cid-veneSptqp0 .navbar.opened {
  background: #212428 !important;
}
.cid-veneSptqp0 .nav-item:focus,
.cid-veneSptqp0 .nav-link:focus {
  outline: none;
}
.cid-veneSptqp0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneSptqp0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneSptqp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneSptqp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneSptqp0 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneSptqp0 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneSptqp0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneSptqp0 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneSptqp0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneSptqp0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneSptqp0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneSptqp0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneSptqp0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneSptqp0 .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-veneSptqp0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneSptqp0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneSptqp0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneSptqp0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneSptqp0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneSptqp0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .navbar {
    min-height: 80px;
  }
}
.cid-veneSptqp0 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneSptqp0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneSptqp0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneSptqp0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneSptqp0 .dropdown-item.active,
.cid-veneSptqp0 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneSptqp0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneSptqp0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneSptqp0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneSptqp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneSptqp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneSptqp0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneSptqp0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneSptqp0 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneSptqp0 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneSptqp0 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneSptqp0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneSptqp0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneSptqp0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneSptqp0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneSptqp0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneSptqp0 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneSptqp0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneSptqp0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneSptqp0 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneSptqp0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneSptqp0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneSptqp0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneSptqp0 .navbar {
    height: 70px;
  }
  .cid-veneSptqp0 .navbar.opened {
    height: auto;
  }
  .cid-veneSptqp0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneSptqp0 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneSptqp0 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneSptqp0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneSptqp0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneSptqp0 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneSptqp0 .navbar-nav {
  display: flex !important;
}
.cid-veneSptqp0 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneSptqp0 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneSptqp0 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneSptqp0 .navbar-nav .nav-item .nav-link:hover,
.cid-veneSptqp0 .navbar-nav .nav-item .nav-link:focus,
.cid-veneSptqp0 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneSptqp0 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneSptqp0 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneSptqp0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneSptqp0 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneSptqp0 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneSptqp0 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneSptqp0 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneSptqp0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneSptqp0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneSptqp0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneSptqp0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneSptqp0 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneSptqp0 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneSptqp0 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneSptqp0 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneSptqp0 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneSptqp0 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneSptqp0 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneSptqp0 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneSptqp0 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneSptqp0 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneSptqp0 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneSptqp0 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneSptqp0 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneSptqp0 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneSptqp0 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneSptqp0 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneSptqp0 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneSptqp0 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneSptqp0 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneSptqp0 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneSptqp0 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneSptqp0 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneSptqp0 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneSptqp0 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneSptqp0 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneSptqp0 .social-container {
    padding-top: 40px;
  }
}
.cid-veneSptqp0 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneSptqp0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneSptqp0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneSptqp0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneSptqp0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneSptqp0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneSptqp0 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneSptqp0 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneSptqp0 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneSptqp0 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneSpEUcW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneSpEUcW .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneSpJ8Te {
  display: flex;
  background-image: url("../../../assets/images/bg-2.webp");
}
.cid-veneSpJ8Te .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneSpJ8Te {
    align-items: flex-end;
  }
  .cid-veneSpJ8Te .row {
    justify-content: center;
  }
  .cid-veneSpJ8Te .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneSpJ8Te .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneSpJ8Te {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneSpJ8Te .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneSpJ8Te .content-wrap {
    width: 100%;
  }
}
.cid-veneSpJ8Te .mbr-section-title,
.cid-veneSpJ8Te .mbr-section-subtitle {
  text-align: center;
}
.cid-veneSpJ8Te .mbr-text,
.cid-veneSpJ8Te .mbr-section-btn {
  text-align: center;
}
.cid-veneSpQCuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneSpQCuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneSpQCuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneSpQCuB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneSpQCuB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneSpQCuB .google-map {
  height: 100%;
  position: relative;
}
.cid-veneSpQCuB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneSpQCuB .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneSpQCuB .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-veneSpQCuB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneSpQCuB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneSpQCuB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneSpQCuB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneSpQCuB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneSpQCuB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneSpQCuB .content-head {
  max-width: 800px;
}
.cid-veneSpY9Zt {
  background-color: #102f62;
}
.cid-veneSpY9Zt .mbr-section-title {
  margin: 0;
}
.cid-veneSpY9Zt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneSpY9Zt .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneSpY9Zt .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneSpY9Zt .team-item {
  transition: all 0.2s;
}
.cid-veneSpY9Zt .team-item .item-image {
  position: relative !important;
}
.cid-veneSpY9Zt .team-item .item-image img {
  width: 100%;
}
.cid-veneSpY9Zt .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneSpY9Zt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneSpY9Zt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneSpY9Zt .team-item .item-caption {
  background: #878787;
}
.cid-veneSpY9Zt .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneSpY9Zt .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneSpY9Zt .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneSpY9Zt .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneSpY9Zt .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneSpY9Zt .team-item:hover {
    transform: none;
  }
  .cid-veneSpY9Zt .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneSpY9Zt {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneSpY9Zt {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneSpY9Zt .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneSpY9Zt .container-fluid {
  max-width: 1300px;
}
.cid-veneSq6xOB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneSq6xOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneSq6xOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneSq6xOB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneSq6xOB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneSq6xOB .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneSq6xOB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneSq6xOB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneSq6xOB .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneSq6xOB .mbr-section-title {
  color: #ffffff;
}
.cid-veneSq6xOB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneSq6xOB .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneSq6xOB .card-box .item-footer {
  margin-top: auto;
}
.cid-veneSq6xOB .content-head {
  max-width: 800px;
}
.cid-veocazziNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veocazziNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veocazziNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veocazziNO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veocazziNO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veocazziNO .google-map {
  height: 100%;
  position: relative;
}
.cid-veocazziNO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veocazziNO .google-map iframe {
    min-height: 350px;
  }
}
.cid-veocazziNO .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-veocazziNO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veocazziNO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veocazziNO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veocazziNO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veocazziNO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veocazziNO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veocazziNO .content-head {
  max-width: 800px;
}
.cid-veneSqgU6m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneSqgU6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneSqgU6m .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-veneSqgU6m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneSqgU6m .row {
  flex-direction: row-reverse;
}
.cid-veneSqgU6m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneSqgU6m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneSqgU6m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneSqgU6m .mbr-section-title {
  color: #000000;
}
.cid-veneSqgU6m .mbr-text,
.cid-veneSqgU6m .mbr-section-btn {
  color: #000000;
}
.cid-veocbhGRbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veocbhGRbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veocbhGRbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veocbhGRbI .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veocbhGRbI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veocbhGRbI .google-map {
  height: 100%;
  position: relative;
}
.cid-veocbhGRbI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veocbhGRbI .google-map iframe {
    min-height: 350px;
  }
}
.cid-veocbhGRbI .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-veocbhGRbI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veocbhGRbI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veocbhGRbI .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veocbhGRbI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veocbhGRbI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veocbhGRbI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veocbhGRbI .content-head {
  max-width: 800px;
}
.cid-veneSqoS1s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneSqoS1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneSqoS1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneSqoS1s .mbr-section-title {
  text-align: center;
}
.cid-veneSqoS1s .mbr-section-subtitle {
  text-align: center;
}
.cid-veneT8rqUb {
  z-index: 1000;
  width: 100%;
}
.cid-veneT8rqUb .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;
}
.cid-veneT8rqUb .dropdown-menu {
  padding: 0;
}
.cid-veneT8rqUb .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneT8rqUb .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneT8rqUb .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneT8rqUb .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneT8rqUb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneT8rqUb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneT8rqUb .nav-link {
  position: relative;
}
.cid-veneT8rqUb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneT8rqUb .dropdown-menu,
.cid-veneT8rqUb .navbar.opened {
  background: #212428 !important;
}
.cid-veneT8rqUb .nav-item:focus,
.cid-veneT8rqUb .nav-link:focus {
  outline: none;
}
.cid-veneT8rqUb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneT8rqUb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneT8rqUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneT8rqUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneT8rqUb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneT8rqUb .navbar.opened {
  transition: all 0.3s;
}
.cid-veneT8rqUb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneT8rqUb .navbar .navbar-logo img {
  width: auto;
}
.cid-veneT8rqUb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneT8rqUb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneT8rqUb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneT8rqUb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneT8rqUb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneT8rqUb .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-veneT8rqUb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneT8rqUb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneT8rqUb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneT8rqUb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneT8rqUb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneT8rqUb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .navbar {
    min-height: 80px;
  }
}
.cid-veneT8rqUb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneT8rqUb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneT8rqUb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneT8rqUb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneT8rqUb .dropdown-item.active,
.cid-veneT8rqUb .dropdown-item:active {
  background-color: transparent;
}
.cid-veneT8rqUb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneT8rqUb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneT8rqUb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneT8rqUb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneT8rqUb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneT8rqUb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneT8rqUb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneT8rqUb button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneT8rqUb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneT8rqUb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneT8rqUb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneT8rqUb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneT8rqUb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneT8rqUb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneT8rqUb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneT8rqUb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneT8rqUb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneT8rqUb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneT8rqUb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneT8rqUb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneT8rqUb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneT8rqUb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneT8rqUb .navbar {
    height: 70px;
  }
  .cid-veneT8rqUb .navbar.opened {
    height: auto;
  }
  .cid-veneT8rqUb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneT8rqUb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .navbar-short {
    min-height: 70px;
  }
}
.cid-veneT8rqUb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneT8rqUb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneT8rqUb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneT8rqUb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneT8rqUb .navbar-nav {
  display: flex !important;
}
.cid-veneT8rqUb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneT8rqUb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneT8rqUb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneT8rqUb .navbar-nav .nav-item .nav-link:hover,
.cid-veneT8rqUb .navbar-nav .nav-item .nav-link:focus,
.cid-veneT8rqUb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneT8rqUb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneT8rqUb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneT8rqUb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneT8rqUb button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneT8rqUb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneT8rqUb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneT8rqUb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneT8rqUb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneT8rqUb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneT8rqUb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneT8rqUb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneT8rqUb .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneT8rqUb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneT8rqUb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneT8rqUb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneT8rqUb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneT8rqUb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneT8rqUb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneT8rqUb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneT8rqUb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneT8rqUb .offcanvas.show {
  transform: translateX(0);
}
.cid-veneT8rqUb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneT8rqUb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneT8rqUb .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneT8rqUb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneT8rqUb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneT8rqUb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneT8rqUb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneT8rqUb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneT8rqUb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneT8rqUb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneT8rqUb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneT8rqUb ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneT8rqUb ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneT8rqUb ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneT8rqUb .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneT8rqUb .social-container {
    padding-top: 40px;
  }
}
.cid-veneT8rqUb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneT8rqUb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneT8rqUb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneT8rqUb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneT8rqUb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneT8rqUb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneT8rqUb .soc-item:hover:before {
  opacity: 1;
}
.cid-veneT8rqUb .offcanvas_btn {
  margin-top: auto;
}
.cid-veneT8rqUb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneT8rqUb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneT8Cvvi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneT8Cvvi .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneT8IpMo {
  display: flex;
  background-image: url("../../../assets/images/bg-3.webp");
}
.cid-veneT8IpMo .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneT8IpMo {
    align-items: flex-end;
  }
  .cid-veneT8IpMo .row {
    justify-content: center;
  }
  .cid-veneT8IpMo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneT8IpMo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneT8IpMo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneT8IpMo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneT8IpMo .content-wrap {
    width: 100%;
  }
}
.cid-veneT8IpMo .mbr-section-title,
.cid-veneT8IpMo .mbr-section-subtitle {
  text-align: center;
}
.cid-veneT8IpMo .mbr-text,
.cid-veneT8IpMo .mbr-section-btn {
  text-align: center;
}
.cid-veneT8Oa7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneT8Oa7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneT8Oa7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneT8Oa7H .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneT8Oa7H .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneT8Oa7H .google-map {
  height: 100%;
  position: relative;
}
.cid-veneT8Oa7H .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneT8Oa7H .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneT8Oa7H .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-veneT8Oa7H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneT8Oa7H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneT8Oa7H .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneT8Oa7H .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneT8Oa7H .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneT8Oa7H ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneT8Oa7H .content-head {
  max-width: 800px;
}
.cid-veneT8YDex {
  background-color: #102f62;
}
.cid-veneT8YDex .mbr-section-title {
  margin: 0;
}
.cid-veneT8YDex .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneT8YDex .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneT8YDex .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneT8YDex .team-item {
  transition: all 0.2s;
}
.cid-veneT8YDex .team-item .item-image {
  position: relative !important;
}
.cid-veneT8YDex .team-item .item-image img {
  width: 100%;
}
.cid-veneT8YDex .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneT8YDex .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneT8YDex .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneT8YDex .team-item .item-caption {
  background: #878787;
}
.cid-veneT8YDex .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneT8YDex .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneT8YDex .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneT8YDex .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneT8YDex .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneT8YDex .team-item:hover {
    transform: none;
  }
  .cid-veneT8YDex .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneT8YDex {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneT8YDex {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneT8YDex .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneT8YDex .container-fluid {
  max-width: 1300px;
}
.cid-veneT96rNK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneT96rNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneT96rNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneT96rNK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneT96rNK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneT96rNK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneT96rNK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneT96rNK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneT96rNK .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneT96rNK .mbr-section-title {
  color: #ffffff;
}
.cid-veneT96rNK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneT96rNK .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneT96rNK .card-box .item-footer {
  margin-top: auto;
}
.cid-veneT96rNK .content-head {
  max-width: 800px;
}
.cid-veodkPpLvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veodkPpLvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veodkPpLvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veodkPpLvg .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veodkPpLvg .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veodkPpLvg .google-map {
  height: 100%;
  position: relative;
}
.cid-veodkPpLvg .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veodkPpLvg .google-map iframe {
    min-height: 350px;
  }
}
.cid-veodkPpLvg .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-veodkPpLvg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veodkPpLvg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veodkPpLvg .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veodkPpLvg .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veodkPpLvg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veodkPpLvg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veodkPpLvg .content-head {
  max-width: 800px;
}
.cid-veneT9gzuv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneT9gzuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneT9gzuv .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-veneT9gzuv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneT9gzuv .row {
  flex-direction: row-reverse;
}
.cid-veneT9gzuv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneT9gzuv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneT9gzuv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneT9gzuv .mbr-section-title {
  color: #000000;
}
.cid-veneT9gzuv .mbr-text,
.cid-veneT9gzuv .mbr-section-btn {
  color: #000000;
}
.cid-veodlpmo8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veodlpmo8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-veodlpmo8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veodlpmo8g .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veodlpmo8g .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veodlpmo8g .google-map {
  height: 100%;
  position: relative;
}
.cid-veodlpmo8g .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veodlpmo8g .google-map iframe {
    min-height: 350px;
  }
}
.cid-veodlpmo8g .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-veodlpmo8g .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veodlpmo8g .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veodlpmo8g .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veodlpmo8g .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veodlpmo8g .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veodlpmo8g ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veodlpmo8g .content-head {
  max-width: 800px;
}
.cid-veneT9nqMp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneT9nqMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneT9nqMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneT9nqMp .mbr-section-title {
  text-align: center;
}
.cid-veneT9nqMp .mbr-section-subtitle {
  text-align: center;
}
.cid-veneUcPA00 {
  z-index: 1000;
  width: 100%;
}
.cid-veneUcPA00 .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;
}
.cid-veneUcPA00 .dropdown-menu {
  padding: 0;
}
.cid-veneUcPA00 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneUcPA00 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneUcPA00 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneUcPA00 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneUcPA00 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneUcPA00 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneUcPA00 .nav-link {
  position: relative;
}
.cid-veneUcPA00 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneUcPA00 .dropdown-menu,
.cid-veneUcPA00 .navbar.opened {
  background: #212428 !important;
}
.cid-veneUcPA00 .nav-item:focus,
.cid-veneUcPA00 .nav-link:focus {
  outline: none;
}
.cid-veneUcPA00 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneUcPA00 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneUcPA00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneUcPA00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneUcPA00 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneUcPA00 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneUcPA00 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneUcPA00 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneUcPA00 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneUcPA00 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneUcPA00 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneUcPA00 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneUcPA00 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneUcPA00 .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-veneUcPA00 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneUcPA00 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneUcPA00 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneUcPA00 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneUcPA00 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneUcPA00 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .navbar {
    min-height: 80px;
  }
}
.cid-veneUcPA00 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneUcPA00 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneUcPA00 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneUcPA00 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneUcPA00 .dropdown-item.active,
.cid-veneUcPA00 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneUcPA00 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneUcPA00 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneUcPA00 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneUcPA00 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneUcPA00 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneUcPA00 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneUcPA00 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneUcPA00 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneUcPA00 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneUcPA00 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneUcPA00 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneUcPA00 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneUcPA00 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUcPA00 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUcPA00 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneUcPA00 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneUcPA00 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneUcPA00 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneUcPA00 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneUcPA00 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneUcPA00 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneUcPA00 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneUcPA00 .navbar {
    height: 70px;
  }
  .cid-veneUcPA00 .navbar.opened {
    height: auto;
  }
  .cid-veneUcPA00 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneUcPA00 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneUcPA00 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneUcPA00 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneUcPA00 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneUcPA00 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneUcPA00 .navbar-nav {
  display: flex !important;
}
.cid-veneUcPA00 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneUcPA00 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneUcPA00 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneUcPA00 .navbar-nav .nav-item .nav-link:hover,
.cid-veneUcPA00 .navbar-nav .nav-item .nav-link:focus,
.cid-veneUcPA00 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneUcPA00 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneUcPA00 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneUcPA00 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneUcPA00 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneUcPA00 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneUcPA00 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneUcPA00 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneUcPA00 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneUcPA00 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUcPA00 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUcPA00 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneUcPA00 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneUcPA00 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneUcPA00 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneUcPA00 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneUcPA00 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneUcPA00 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneUcPA00 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneUcPA00 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneUcPA00 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneUcPA00 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneUcPA00 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneUcPA00 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneUcPA00 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneUcPA00 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneUcPA00 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneUcPA00 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneUcPA00 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneUcPA00 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneUcPA00 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneUcPA00 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneUcPA00 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneUcPA00 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneUcPA00 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneUcPA00 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneUcPA00 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneUcPA00 .social-container {
    padding-top: 40px;
  }
}
.cid-veneUcPA00 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneUcPA00 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneUcPA00 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneUcPA00 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneUcPA00 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneUcPA00 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneUcPA00 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneUcPA00 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneUcPA00 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneUcPA00 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneUd1rZb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneUd1rZb .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneUd6k0Q {
  display: flex;
  background-image: url("../../../assets/images/bg-4.webp");
}
.cid-veneUd6k0Q .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneUd6k0Q {
    align-items: flex-end;
  }
  .cid-veneUd6k0Q .row {
    justify-content: center;
  }
  .cid-veneUd6k0Q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneUd6k0Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneUd6k0Q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneUd6k0Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneUd6k0Q .content-wrap {
    width: 100%;
  }
}
.cid-veneUd6k0Q .mbr-section-title,
.cid-veneUd6k0Q .mbr-section-subtitle {
  text-align: center;
}
.cid-veneUd6k0Q .mbr-text,
.cid-veneUd6k0Q .mbr-section-btn {
  text-align: center;
}
.cid-veneUddglq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneUddglq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneUddglq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneUddglq .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneUddglq .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneUddglq .google-map {
  height: 100%;
  position: relative;
}
.cid-veneUddglq .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneUddglq .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneUddglq .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-veneUddglq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneUddglq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneUddglq .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneUddglq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneUddglq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneUddglq ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneUddglq .content-head {
  max-width: 800px;
}
.cid-veneUdmTkK {
  background-color: #102f62;
}
.cid-veneUdmTkK .mbr-section-title {
  margin: 0;
}
.cid-veneUdmTkK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneUdmTkK .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneUdmTkK .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneUdmTkK .team-item {
  transition: all 0.2s;
}
.cid-veneUdmTkK .team-item .item-image {
  position: relative !important;
}
.cid-veneUdmTkK .team-item .item-image img {
  width: 100%;
}
.cid-veneUdmTkK .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneUdmTkK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneUdmTkK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneUdmTkK .team-item .item-caption {
  background: #878787;
}
.cid-veneUdmTkK .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneUdmTkK .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneUdmTkK .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneUdmTkK .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneUdmTkK .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneUdmTkK .team-item:hover {
    transform: none;
  }
  .cid-veneUdmTkK .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneUdmTkK {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneUdmTkK {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneUdmTkK .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneUdmTkK .container-fluid {
  max-width: 1300px;
}
.cid-veneUduwvy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneUduwvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneUduwvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneUduwvy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneUduwvy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneUduwvy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneUduwvy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneUduwvy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneUduwvy .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneUduwvy .mbr-section-title {
  color: #ffffff;
}
.cid-veneUduwvy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneUduwvy .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneUduwvy .card-box .item-footer {
  margin-top: auto;
}
.cid-veneUduwvy .content-head {
  max-width: 800px;
}
.cid-veoeEdJQR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoeEdJQR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoeEdJQR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoeEdJQR9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoeEdJQR9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoeEdJQR9 .google-map {
  height: 100%;
  position: relative;
}
.cid-veoeEdJQR9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoeEdJQR9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoeEdJQR9 .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-veoeEdJQR9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoeEdJQR9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoeEdJQR9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoeEdJQR9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoeEdJQR9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoeEdJQR9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoeEdJQR9 .content-head {
  max-width: 800px;
}
.cid-veneUdG7iW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneUdG7iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneUdG7iW .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-veneUdG7iW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneUdG7iW .row {
  flex-direction: row-reverse;
}
.cid-veneUdG7iW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneUdG7iW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneUdG7iW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneUdG7iW .mbr-section-title {
  color: #000000;
}
.cid-veneUdG7iW .mbr-text,
.cid-veneUdG7iW .mbr-section-btn {
  color: #000000;
}
.cid-veoeEKuWQM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoeEKuWQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoeEKuWQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoeEKuWQM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoeEKuWQM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoeEKuWQM .google-map {
  height: 100%;
  position: relative;
}
.cid-veoeEKuWQM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoeEKuWQM .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoeEKuWQM .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-veoeEKuWQM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoeEKuWQM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoeEKuWQM .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoeEKuWQM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoeEKuWQM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoeEKuWQM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoeEKuWQM .content-head {
  max-width: 800px;
}
.cid-veneUdN7CD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneUdN7CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneUdN7CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneUdN7CD .mbr-section-title {
  text-align: center;
}
.cid-veneUdN7CD .mbr-section-subtitle {
  text-align: center;
}
.cid-veneUZSJA6 {
  z-index: 1000;
  width: 100%;
}
.cid-veneUZSJA6 .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;
}
.cid-veneUZSJA6 .dropdown-menu {
  padding: 0;
}
.cid-veneUZSJA6 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneUZSJA6 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneUZSJA6 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneUZSJA6 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneUZSJA6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneUZSJA6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneUZSJA6 .nav-link {
  position: relative;
}
.cid-veneUZSJA6 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneUZSJA6 .dropdown-menu,
.cid-veneUZSJA6 .navbar.opened {
  background: #212428 !important;
}
.cid-veneUZSJA6 .nav-item:focus,
.cid-veneUZSJA6 .nav-link:focus {
  outline: none;
}
.cid-veneUZSJA6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneUZSJA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneUZSJA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneUZSJA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneUZSJA6 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneUZSJA6 .navbar.opened {
  transition: all 0.3s;
}
.cid-veneUZSJA6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneUZSJA6 .navbar .navbar-logo img {
  width: auto;
}
.cid-veneUZSJA6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneUZSJA6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneUZSJA6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneUZSJA6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneUZSJA6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneUZSJA6 .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-veneUZSJA6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneUZSJA6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneUZSJA6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneUZSJA6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneUZSJA6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneUZSJA6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .navbar {
    min-height: 80px;
  }
}
.cid-veneUZSJA6 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneUZSJA6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneUZSJA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneUZSJA6 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneUZSJA6 .dropdown-item.active,
.cid-veneUZSJA6 .dropdown-item:active {
  background-color: transparent;
}
.cid-veneUZSJA6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneUZSJA6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneUZSJA6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneUZSJA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneUZSJA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneUZSJA6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneUZSJA6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneUZSJA6 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneUZSJA6 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneUZSJA6 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneUZSJA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneUZSJA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneUZSJA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUZSJA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUZSJA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneUZSJA6 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneUZSJA6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneUZSJA6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneUZSJA6 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneUZSJA6 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneUZSJA6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneUZSJA6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneUZSJA6 .navbar {
    height: 70px;
  }
  .cid-veneUZSJA6 .navbar.opened {
    height: auto;
  }
  .cid-veneUZSJA6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneUZSJA6 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .navbar-short {
    min-height: 70px;
  }
}
.cid-veneUZSJA6 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneUZSJA6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneUZSJA6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneUZSJA6 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneUZSJA6 .navbar-nav {
  display: flex !important;
}
.cid-veneUZSJA6 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneUZSJA6 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneUZSJA6 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneUZSJA6 .navbar-nav .nav-item .nav-link:hover,
.cid-veneUZSJA6 .navbar-nav .nav-item .nav-link:focus,
.cid-veneUZSJA6 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneUZSJA6 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneUZSJA6 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneUZSJA6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneUZSJA6 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneUZSJA6 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneUZSJA6 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneUZSJA6 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneUZSJA6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneUZSJA6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUZSJA6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneUZSJA6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneUZSJA6 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneUZSJA6 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneUZSJA6 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneUZSJA6 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneUZSJA6 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneUZSJA6 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneUZSJA6 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneUZSJA6 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneUZSJA6 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneUZSJA6 .offcanvas.show {
  transform: translateX(0);
}
.cid-veneUZSJA6 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneUZSJA6 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneUZSJA6 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneUZSJA6 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneUZSJA6 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneUZSJA6 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneUZSJA6 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneUZSJA6 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneUZSJA6 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneUZSJA6 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneUZSJA6 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneUZSJA6 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneUZSJA6 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneUZSJA6 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneUZSJA6 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneUZSJA6 .social-container {
    padding-top: 40px;
  }
}
.cid-veneUZSJA6 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneUZSJA6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneUZSJA6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneUZSJA6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneUZSJA6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneUZSJA6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneUZSJA6 .soc-item:hover:before {
  opacity: 1;
}
.cid-veneUZSJA6 .offcanvas_btn {
  margin-top: auto;
}
.cid-veneUZSJA6 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneUZSJA6 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneV04auE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneV04auE .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneV09vtP {
  display: flex;
  background-image: url("../../../assets/images/rivers-truck-maintenance-truck-towing-york-pa.webp");
}
.cid-veneV09vtP .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-veneV09vtP {
    align-items: flex-end;
  }
  .cid-veneV09vtP .row {
    justify-content: center;
  }
  .cid-veneV09vtP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneV09vtP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneV09vtP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneV09vtP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneV09vtP .content-wrap {
    width: 100%;
  }
}
.cid-veneV09vtP .mbr-section-title,
.cid-veneV09vtP .mbr-section-subtitle {
  text-align: center;
}
.cid-veneV09vtP .mbr-text,
.cid-veneV09vtP .mbr-section-btn {
  text-align: center;
}
.cid-veneV0gtdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneV0gtdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneV0gtdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneV0gtdU .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneV0gtdU .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneV0gtdU .google-map {
  height: 100%;
  position: relative;
}
.cid-veneV0gtdU .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneV0gtdU .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneV0gtdU .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-veneV0gtdU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneV0gtdU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneV0gtdU .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneV0gtdU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneV0gtdU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneV0gtdU ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneV0gtdU .content-head {
  max-width: 800px;
}
.cid-veneV0o50t {
  background-color: #102f62;
}
.cid-veneV0o50t .mbr-section-title {
  margin: 0;
}
.cid-veneV0o50t .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneV0o50t .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneV0o50t .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneV0o50t .team-item {
  transition: all 0.2s;
}
.cid-veneV0o50t .team-item .item-image {
  position: relative !important;
}
.cid-veneV0o50t .team-item .item-image img {
  width: 100%;
}
.cid-veneV0o50t .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneV0o50t .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneV0o50t .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneV0o50t .team-item .item-caption {
  background: #878787;
}
.cid-veneV0o50t .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneV0o50t .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneV0o50t .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneV0o50t .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneV0o50t .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneV0o50t .team-item:hover {
    transform: none;
  }
  .cid-veneV0o50t .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneV0o50t {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneV0o50t {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneV0o50t .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneV0o50t .container-fluid {
  max-width: 1300px;
}
.cid-veneV0vKf3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneV0vKf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneV0vKf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneV0vKf3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneV0vKf3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneV0vKf3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneV0vKf3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneV0vKf3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneV0vKf3 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneV0vKf3 .mbr-section-title {
  color: #ffffff;
}
.cid-veneV0vKf3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneV0vKf3 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneV0vKf3 .card-box .item-footer {
  margin-top: auto;
}
.cid-veneV0vKf3 .content-head {
  max-width: 800px;
}
.cid-veofQIyqX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veofQIyqX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veofQIyqX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veofQIyqX0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veofQIyqX0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veofQIyqX0 .google-map {
  height: 100%;
  position: relative;
}
.cid-veofQIyqX0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veofQIyqX0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veofQIyqX0 .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-veofQIyqX0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veofQIyqX0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veofQIyqX0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veofQIyqX0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veofQIyqX0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veofQIyqX0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veofQIyqX0 .content-head {
  max-width: 800px;
}
.cid-veneV0Fj1V {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneV0Fj1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneV0Fj1V .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-veneV0Fj1V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneV0Fj1V .row {
  flex-direction: row-reverse;
}
.cid-veneV0Fj1V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneV0Fj1V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneV0Fj1V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneV0Fj1V .mbr-section-title {
  color: #000000;
}
.cid-veneV0Fj1V .mbr-text,
.cid-veneV0Fj1V .mbr-section-btn {
  color: #000000;
}
.cid-veofReaupV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veofReaupV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veofReaupV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veofReaupV .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veofReaupV .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veofReaupV .google-map {
  height: 100%;
  position: relative;
}
.cid-veofReaupV .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veofReaupV .google-map iframe {
    min-height: 350px;
  }
}
.cid-veofReaupV .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-veofReaupV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veofReaupV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veofReaupV .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veofReaupV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veofReaupV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veofReaupV ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veofReaupV .content-head {
  max-width: 800px;
}
.cid-veneV0MLew {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneV0MLew .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneV0MLew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneV0MLew .mbr-section-title {
  text-align: center;
}
.cid-veneV0MLew .mbr-section-subtitle {
  text-align: center;
}
.cid-veneVMlEdO {
  z-index: 1000;
  width: 100%;
}
.cid-veneVMlEdO .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;
}
.cid-veneVMlEdO .dropdown-menu {
  padding: 0;
}
.cid-veneVMlEdO .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneVMlEdO .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneVMlEdO .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneVMlEdO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneVMlEdO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneVMlEdO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneVMlEdO .nav-link {
  position: relative;
}
.cid-veneVMlEdO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneVMlEdO .dropdown-menu,
.cid-veneVMlEdO .navbar.opened {
  background: #212428 !important;
}
.cid-veneVMlEdO .nav-item:focus,
.cid-veneVMlEdO .nav-link:focus {
  outline: none;
}
.cid-veneVMlEdO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneVMlEdO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneVMlEdO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneVMlEdO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneVMlEdO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneVMlEdO .navbar.opened {
  transition: all 0.3s;
}
.cid-veneVMlEdO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneVMlEdO .navbar .navbar-logo img {
  width: auto;
}
.cid-veneVMlEdO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneVMlEdO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneVMlEdO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneVMlEdO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneVMlEdO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneVMlEdO .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-veneVMlEdO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneVMlEdO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneVMlEdO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneVMlEdO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneVMlEdO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneVMlEdO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .navbar {
    min-height: 80px;
  }
}
.cid-veneVMlEdO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneVMlEdO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneVMlEdO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneVMlEdO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneVMlEdO .dropdown-item.active,
.cid-veneVMlEdO .dropdown-item:active {
  background-color: transparent;
}
.cid-veneVMlEdO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneVMlEdO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneVMlEdO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneVMlEdO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneVMlEdO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneVMlEdO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneVMlEdO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneVMlEdO button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneVMlEdO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneVMlEdO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneVMlEdO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneVMlEdO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneVMlEdO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneVMlEdO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneVMlEdO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneVMlEdO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneVMlEdO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneVMlEdO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneVMlEdO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneVMlEdO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneVMlEdO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneVMlEdO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneVMlEdO .navbar {
    height: 70px;
  }
  .cid-veneVMlEdO .navbar.opened {
    height: auto;
  }
  .cid-veneVMlEdO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneVMlEdO .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .navbar-short {
    min-height: 70px;
  }
}
.cid-veneVMlEdO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneVMlEdO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneVMlEdO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneVMlEdO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneVMlEdO .navbar-nav {
  display: flex !important;
}
.cid-veneVMlEdO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneVMlEdO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneVMlEdO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneVMlEdO .navbar-nav .nav-item .nav-link:hover,
.cid-veneVMlEdO .navbar-nav .nav-item .nav-link:focus,
.cid-veneVMlEdO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneVMlEdO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneVMlEdO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneVMlEdO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneVMlEdO button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneVMlEdO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneVMlEdO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneVMlEdO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneVMlEdO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneVMlEdO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneVMlEdO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneVMlEdO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneVMlEdO .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneVMlEdO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneVMlEdO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneVMlEdO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneVMlEdO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneVMlEdO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneVMlEdO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneVMlEdO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneVMlEdO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneVMlEdO .offcanvas.show {
  transform: translateX(0);
}
.cid-veneVMlEdO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneVMlEdO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneVMlEdO .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneVMlEdO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneVMlEdO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneVMlEdO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneVMlEdO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneVMlEdO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneVMlEdO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneVMlEdO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneVMlEdO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneVMlEdO ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneVMlEdO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneVMlEdO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneVMlEdO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneVMlEdO .social-container {
    padding-top: 40px;
  }
}
.cid-veneVMlEdO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneVMlEdO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneVMlEdO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneVMlEdO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneVMlEdO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneVMlEdO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneVMlEdO .soc-item:hover:before {
  opacity: 1;
}
.cid-veneVMlEdO .offcanvas_btn {
  margin-top: auto;
}
.cid-veneVMlEdO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneVMlEdO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneVMwm7A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneVMwm7A .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneVMBpaL {
  display: flex;
  background-image: url("../../../assets/images/bg-5.webp");
}
.cid-veneVMBpaL .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneVMBpaL {
    align-items: flex-end;
  }
  .cid-veneVMBpaL .row {
    justify-content: center;
  }
  .cid-veneVMBpaL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneVMBpaL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneVMBpaL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneVMBpaL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneVMBpaL .content-wrap {
    width: 100%;
  }
}
.cid-veneVMBpaL .mbr-section-title,
.cid-veneVMBpaL .mbr-section-subtitle {
  text-align: center;
}
.cid-veneVMBpaL .mbr-text,
.cid-veneVMBpaL .mbr-section-btn {
  text-align: center;
}
.cid-veneVMJYDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneVMJYDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneVMJYDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneVMJYDs .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneVMJYDs .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneVMJYDs .google-map {
  height: 100%;
  position: relative;
}
.cid-veneVMJYDs .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneVMJYDs .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneVMJYDs .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-veneVMJYDs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneVMJYDs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneVMJYDs .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneVMJYDs .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneVMJYDs .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneVMJYDs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneVMJYDs .content-head {
  max-width: 800px;
}
.cid-veneVMR4uq {
  background-color: #102f62;
}
.cid-veneVMR4uq .mbr-section-title {
  margin: 0;
}
.cid-veneVMR4uq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneVMR4uq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneVMR4uq .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneVMR4uq .team-item {
  transition: all 0.2s;
}
.cid-veneVMR4uq .team-item .item-image {
  position: relative !important;
}
.cid-veneVMR4uq .team-item .item-image img {
  width: 100%;
}
.cid-veneVMR4uq .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneVMR4uq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneVMR4uq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneVMR4uq .team-item .item-caption {
  background: #878787;
}
.cid-veneVMR4uq .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneVMR4uq .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneVMR4uq .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneVMR4uq .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneVMR4uq .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneVMR4uq .team-item:hover {
    transform: none;
  }
  .cid-veneVMR4uq .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneVMR4uq {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneVMR4uq {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneVMR4uq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneVMR4uq .container-fluid {
  max-width: 1300px;
}
.cid-veneVMZWHb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneVMZWHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneVMZWHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneVMZWHb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneVMZWHb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneVMZWHb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneVMZWHb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneVMZWHb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneVMZWHb .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneVMZWHb .mbr-section-title {
  color: #ffffff;
}
.cid-veneVMZWHb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneVMZWHb .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneVMZWHb .card-box .item-footer {
  margin-top: auto;
}
.cid-veneVMZWHb .content-head {
  max-width: 800px;
}
.cid-veoh2XaFYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoh2XaFYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoh2XaFYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoh2XaFYo .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoh2XaFYo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoh2XaFYo .google-map {
  height: 100%;
  position: relative;
}
.cid-veoh2XaFYo .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoh2XaFYo .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoh2XaFYo .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-veoh2XaFYo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoh2XaFYo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoh2XaFYo .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoh2XaFYo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoh2XaFYo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoh2XaFYo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoh2XaFYo .content-head {
  max-width: 800px;
}
.cid-veneVN9CRm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneVN9CRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneVN9CRm .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-veneVN9CRm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneVN9CRm .row {
  flex-direction: row-reverse;
}
.cid-veneVN9CRm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneVN9CRm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneVN9CRm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneVN9CRm .mbr-section-title {
  color: #000000;
}
.cid-veneVN9CRm .mbr-text,
.cid-veneVN9CRm .mbr-section-btn {
  color: #000000;
}
.cid-veoh3tfaLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoh3tfaLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoh3tfaLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoh3tfaLS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoh3tfaLS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoh3tfaLS .google-map {
  height: 100%;
  position: relative;
}
.cid-veoh3tfaLS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoh3tfaLS .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoh3tfaLS .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-veoh3tfaLS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoh3tfaLS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoh3tfaLS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoh3tfaLS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoh3tfaLS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoh3tfaLS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoh3tfaLS .content-head {
  max-width: 800px;
}
.cid-veneVNhRvB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneVNhRvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneVNhRvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneVNhRvB .mbr-section-title {
  text-align: center;
}
.cid-veneVNhRvB .mbr-section-subtitle {
  text-align: center;
}
.cid-veneWKtK0f {
  z-index: 1000;
  width: 100%;
}
.cid-veneWKtK0f .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;
}
.cid-veneWKtK0f .dropdown-menu {
  padding: 0;
}
.cid-veneWKtK0f .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneWKtK0f .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneWKtK0f .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneWKtK0f .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneWKtK0f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneWKtK0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneWKtK0f .nav-link {
  position: relative;
}
.cid-veneWKtK0f .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneWKtK0f .dropdown-menu,
.cid-veneWKtK0f .navbar.opened {
  background: #212428 !important;
}
.cid-veneWKtK0f .nav-item:focus,
.cid-veneWKtK0f .nav-link:focus {
  outline: none;
}
.cid-veneWKtK0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneWKtK0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneWKtK0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneWKtK0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneWKtK0f .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneWKtK0f .navbar.opened {
  transition: all 0.3s;
}
.cid-veneWKtK0f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneWKtK0f .navbar .navbar-logo img {
  width: auto;
}
.cid-veneWKtK0f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneWKtK0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneWKtK0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneWKtK0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneWKtK0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneWKtK0f .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-veneWKtK0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneWKtK0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneWKtK0f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneWKtK0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneWKtK0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneWKtK0f .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .navbar {
    min-height: 80px;
  }
}
.cid-veneWKtK0f .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneWKtK0f .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneWKtK0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneWKtK0f .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneWKtK0f .dropdown-item.active,
.cid-veneWKtK0f .dropdown-item:active {
  background-color: transparent;
}
.cid-veneWKtK0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneWKtK0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneWKtK0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneWKtK0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneWKtK0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneWKtK0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneWKtK0f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneWKtK0f button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneWKtK0f button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneWKtK0f button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneWKtK0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneWKtK0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneWKtK0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneWKtK0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneWKtK0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneWKtK0f nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneWKtK0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneWKtK0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneWKtK0f nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneWKtK0f .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneWKtK0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneWKtK0f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneWKtK0f .navbar {
    height: 70px;
  }
  .cid-veneWKtK0f .navbar.opened {
    height: auto;
  }
  .cid-veneWKtK0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneWKtK0f .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .navbar-short {
    min-height: 70px;
  }
}
.cid-veneWKtK0f .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneWKtK0f .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneWKtK0f .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneWKtK0f .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneWKtK0f .navbar-nav {
  display: flex !important;
}
.cid-veneWKtK0f .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneWKtK0f .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneWKtK0f .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneWKtK0f .navbar-nav .nav-item .nav-link:hover,
.cid-veneWKtK0f .navbar-nav .nav-item .nav-link:focus,
.cid-veneWKtK0f .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneWKtK0f .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneWKtK0f .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneWKtK0f .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneWKtK0f button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneWKtK0f button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneWKtK0f button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneWKtK0f button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneWKtK0f button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneWKtK0f button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneWKtK0f button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneWKtK0f button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneWKtK0f .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneWKtK0f .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneWKtK0f .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneWKtK0f .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneWKtK0f .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneWKtK0f .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneWKtK0f .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneWKtK0f .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneWKtK0f .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneWKtK0f .offcanvas.show {
  transform: translateX(0);
}
.cid-veneWKtK0f .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneWKtK0f .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneWKtK0f .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneWKtK0f .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneWKtK0f .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneWKtK0f .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneWKtK0f .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneWKtK0f .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneWKtK0f .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneWKtK0f .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneWKtK0f .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneWKtK0f ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneWKtK0f ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneWKtK0f ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneWKtK0f .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneWKtK0f .social-container {
    padding-top: 40px;
  }
}
.cid-veneWKtK0f .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneWKtK0f .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneWKtK0f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneWKtK0f .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneWKtK0f .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneWKtK0f .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneWKtK0f .soc-item:hover:before {
  opacity: 1;
}
.cid-veneWKtK0f .offcanvas_btn {
  margin-top: auto;
}
.cid-veneWKtK0f .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneWKtK0f .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneWKF1X0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneWKF1X0 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneWKKaEo {
  display: flex;
  background-image: url("../../../assets/images/486775036-1283017530490906-6461781035860558382-n-copy.webp");
}
.cid-veneWKKaEo .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneWKKaEo {
    align-items: flex-end;
  }
  .cid-veneWKKaEo .row {
    justify-content: center;
  }
  .cid-veneWKKaEo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneWKKaEo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneWKKaEo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneWKKaEo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneWKKaEo .content-wrap {
    width: 100%;
  }
}
.cid-veneWKKaEo .mbr-section-title,
.cid-veneWKKaEo .mbr-section-subtitle {
  text-align: center;
}
.cid-veneWKKaEo .mbr-text,
.cid-veneWKKaEo .mbr-section-btn {
  text-align: center;
}
.cid-veneWKRMyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneWKRMyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneWKRMyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneWKRMyq .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneWKRMyq .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneWKRMyq .google-map {
  height: 100%;
  position: relative;
}
.cid-veneWKRMyq .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneWKRMyq .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneWKRMyq .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-veneWKRMyq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneWKRMyq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneWKRMyq .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneWKRMyq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneWKRMyq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneWKRMyq ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneWKRMyq .content-head {
  max-width: 800px;
}
.cid-veneWL03rT {
  background-color: #102f62;
}
.cid-veneWL03rT .mbr-section-title {
  margin: 0;
}
.cid-veneWL03rT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneWL03rT .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneWL03rT .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneWL03rT .team-item {
  transition: all 0.2s;
}
.cid-veneWL03rT .team-item .item-image {
  position: relative !important;
}
.cid-veneWL03rT .team-item .item-image img {
  width: 100%;
}
.cid-veneWL03rT .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneWL03rT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneWL03rT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneWL03rT .team-item .item-caption {
  background: #878787;
}
.cid-veneWL03rT .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneWL03rT .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneWL03rT .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneWL03rT .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneWL03rT .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneWL03rT .team-item:hover {
    transform: none;
  }
  .cid-veneWL03rT .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneWL03rT {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneWL03rT {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneWL03rT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneWL03rT .container-fluid {
  max-width: 1300px;
}
.cid-veneWL8XLN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneWL8XLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneWL8XLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneWL8XLN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneWL8XLN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneWL8XLN .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneWL8XLN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneWL8XLN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneWL8XLN .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneWL8XLN .mbr-section-title {
  color: #ffffff;
}
.cid-veneWL8XLN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneWL8XLN .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneWL8XLN .card-box .item-footer {
  margin-top: auto;
}
.cid-veneWL8XLN .content-head {
  max-width: 800px;
}
.cid-veoiK9ieRj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoiK9ieRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoiK9ieRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoiK9ieRj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoiK9ieRj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoiK9ieRj .google-map {
  height: 100%;
  position: relative;
}
.cid-veoiK9ieRj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoiK9ieRj .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoiK9ieRj .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-veoiK9ieRj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoiK9ieRj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoiK9ieRj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoiK9ieRj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoiK9ieRj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoiK9ieRj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoiK9ieRj .content-head {
  max-width: 800px;
}
.cid-veneWLi6JB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneWLi6JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneWLi6JB .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-veneWLi6JB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneWLi6JB .row {
  flex-direction: row-reverse;
}
.cid-veneWLi6JB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneWLi6JB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneWLi6JB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneWLi6JB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veneWLi6JB .mbr-text,
.cid-veneWLi6JB .mbr-section-btn {
  color: #000000;
}
.cid-veoiKJCMnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veoiKJCMnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoiKJCMnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veoiKJCMnx .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veoiKJCMnx .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veoiKJCMnx .google-map {
  height: 100%;
  position: relative;
}
.cid-veoiKJCMnx .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veoiKJCMnx .google-map iframe {
    min-height: 350px;
  }
}
.cid-veoiKJCMnx .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-veoiKJCMnx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veoiKJCMnx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veoiKJCMnx .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veoiKJCMnx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veoiKJCMnx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veoiKJCMnx ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veoiKJCMnx .content-head {
  max-width: 800px;
}
.cid-veneWLquON {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneWLquON .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneWLquON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneWLquON .mbr-section-title {
  text-align: center;
}
.cid-veneWLquON .mbr-section-subtitle {
  text-align: center;
}
.cid-veneYibnRQ {
  z-index: 1000;
  width: 100%;
}
.cid-veneYibnRQ .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;
}
.cid-veneYibnRQ .dropdown-menu {
  padding: 0;
}
.cid-veneYibnRQ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veneYibnRQ .dropdown-item {
    text-align: left !important;
  }
}
.cid-veneYibnRQ .dropdown-item:hover {
  background-position: right !important;
}
.cid-veneYibnRQ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veneYibnRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veneYibnRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veneYibnRQ .nav-link {
  position: relative;
}
.cid-veneYibnRQ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veneYibnRQ .dropdown-menu,
.cid-veneYibnRQ .navbar.opened {
  background: #212428 !important;
}
.cid-veneYibnRQ .nav-item:focus,
.cid-veneYibnRQ .nav-link:focus {
  outline: none;
}
.cid-veneYibnRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veneYibnRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veneYibnRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veneYibnRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veneYibnRQ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veneYibnRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-veneYibnRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veneYibnRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-veneYibnRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veneYibnRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veneYibnRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veneYibnRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veneYibnRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veneYibnRQ .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-veneYibnRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veneYibnRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veneYibnRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veneYibnRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veneYibnRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veneYibnRQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .navbar {
    min-height: 80px;
  }
}
.cid-veneYibnRQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veneYibnRQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veneYibnRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veneYibnRQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .navbar-brand {
    min-height: 69px;
  }
}
.cid-veneYibnRQ .dropdown-item.active,
.cid-veneYibnRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-veneYibnRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veneYibnRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veneYibnRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veneYibnRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veneYibnRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veneYibnRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veneYibnRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veneYibnRQ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneYibnRQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veneYibnRQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneYibnRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneYibnRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneYibnRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneYibnRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneYibnRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneYibnRQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneYibnRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneYibnRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneYibnRQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veneYibnRQ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veneYibnRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veneYibnRQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veneYibnRQ .navbar {
    height: 70px;
  }
  .cid-veneYibnRQ .navbar.opened {
    height: auto;
  }
  .cid-veneYibnRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veneYibnRQ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .navbar-short {
    min-height: 70px;
  }
}
.cid-veneYibnRQ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veneYibnRQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veneYibnRQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .container-fluid {
    padding: 0 3px;
  }
}
.cid-veneYibnRQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veneYibnRQ .navbar-nav {
  display: flex !important;
}
.cid-veneYibnRQ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veneYibnRQ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veneYibnRQ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneYibnRQ .navbar-nav .nav-item .nav-link:hover,
.cid-veneYibnRQ .navbar-nav .nav-item .nav-link:focus,
.cid-veneYibnRQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veneYibnRQ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veneYibnRQ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veneYibnRQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veneYibnRQ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneYibnRQ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veneYibnRQ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneYibnRQ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneYibnRQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veneYibnRQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneYibnRQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veneYibnRQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veneYibnRQ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veneYibnRQ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veneYibnRQ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veneYibnRQ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veneYibnRQ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veneYibnRQ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veneYibnRQ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veneYibnRQ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veneYibnRQ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veneYibnRQ .offcanvas.show {
  transform: translateX(0);
}
.cid-veneYibnRQ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veneYibnRQ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veneYibnRQ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veneYibnRQ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veneYibnRQ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veneYibnRQ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veneYibnRQ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veneYibnRQ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veneYibnRQ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veneYibnRQ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veneYibnRQ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veneYibnRQ ::-webkit-scrollbar {
  width: 1em;
}
.cid-veneYibnRQ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veneYibnRQ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veneYibnRQ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veneYibnRQ .social-container {
    padding-top: 40px;
  }
}
.cid-veneYibnRQ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veneYibnRQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veneYibnRQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veneYibnRQ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veneYibnRQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veneYibnRQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veneYibnRQ .soc-item:hover:before {
  opacity: 1;
}
.cid-veneYibnRQ .offcanvas_btn {
  margin-top: auto;
}
.cid-veneYibnRQ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veneYibnRQ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veneYimL12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veneYimL12 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veneYirZnv {
  display: flex;
  background-image: url("../../../assets/images/bg-6.webp");
}
.cid-veneYirZnv .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veneYirZnv {
    align-items: flex-end;
  }
  .cid-veneYirZnv .row {
    justify-content: center;
  }
  .cid-veneYirZnv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veneYirZnv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veneYirZnv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veneYirZnv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veneYirZnv .content-wrap {
    width: 100%;
  }
}
.cid-veneYirZnv .mbr-section-title,
.cid-veneYirZnv .mbr-section-subtitle {
  text-align: center;
}
.cid-veneYirZnv .mbr-text,
.cid-veneYirZnv .mbr-section-btn {
  text-align: center;
}
.cid-veneYixPKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veneYixPKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneYixPKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veneYixPKd .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veneYixPKd .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veneYixPKd .google-map {
  height: 100%;
  position: relative;
}
.cid-veneYixPKd .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veneYixPKd .google-map iframe {
    min-height: 350px;
  }
}
.cid-veneYixPKd .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-veneYixPKd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veneYixPKd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veneYixPKd .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneYixPKd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veneYixPKd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veneYixPKd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veneYixPKd .content-head {
  max-width: 800px;
}
.cid-veneYiHklV {
  background-color: #102f62;
}
.cid-veneYiHklV .mbr-section-title {
  margin: 0;
}
.cid-veneYiHklV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veneYiHklV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veneYiHklV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veneYiHklV .team-item {
  transition: all 0.2s;
}
.cid-veneYiHklV .team-item .item-image {
  position: relative !important;
}
.cid-veneYiHklV .team-item .item-image img {
  width: 100%;
}
.cid-veneYiHklV .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veneYiHklV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veneYiHklV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veneYiHklV .team-item .item-caption {
  background: #878787;
}
.cid-veneYiHklV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veneYiHklV .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veneYiHklV .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veneYiHklV .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veneYiHklV .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veneYiHklV .team-item:hover {
    transform: none;
  }
  .cid-veneYiHklV .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veneYiHklV {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veneYiHklV {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veneYiHklV .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veneYiHklV .container-fluid {
  max-width: 1300px;
}
.cid-veneYiPYDQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veneYiPYDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneYiPYDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneYiPYDQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veneYiPYDQ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veneYiPYDQ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veneYiPYDQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veneYiPYDQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veneYiPYDQ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veneYiPYDQ .mbr-section-title {
  color: #ffffff;
}
.cid-veneYiPYDQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veneYiPYDQ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veneYiPYDQ .card-box .item-footer {
  margin-top: auto;
}
.cid-veneYiPYDQ .content-head {
  max-width: 800px;
}
.cid-veojUXVtFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veojUXVtFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veojUXVtFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veojUXVtFx .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veojUXVtFx .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veojUXVtFx .google-map {
  height: 100%;
  position: relative;
}
.cid-veojUXVtFx .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veojUXVtFx .google-map iframe {
    min-height: 350px;
  }
}
.cid-veojUXVtFx .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-veojUXVtFx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veojUXVtFx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veojUXVtFx .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veojUXVtFx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veojUXVtFx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veojUXVtFx ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veojUXVtFx .content-head {
  max-width: 800px;
}
.cid-veneYiZEFP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veneYiZEFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneYiZEFP .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-veneYiZEFP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veneYiZEFP .row {
  flex-direction: row-reverse;
}
.cid-veneYiZEFP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veneYiZEFP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veneYiZEFP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veneYiZEFP .mbr-section-title {
  color: #000000;
}
.cid-veneYiZEFP .mbr-text,
.cid-veneYiZEFP .mbr-section-btn {
  color: #000000;
}
.cid-veojVs4eW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veojVs4eW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veojVs4eW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veojVs4eW9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veojVs4eW9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veojVs4eW9 .google-map {
  height: 100%;
  position: relative;
}
.cid-veojVs4eW9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veojVs4eW9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veojVs4eW9 .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-veojVs4eW9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veojVs4eW9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veojVs4eW9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veojVs4eW9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veojVs4eW9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veojVs4eW9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veojVs4eW9 .content-head {
  max-width: 800px;
}
.cid-veneYj7UPp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veneYj7UPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veneYj7UPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veneYj7UPp .mbr-section-title {
  text-align: center;
}
.cid-veneYj7UPp .mbr-section-subtitle {
  text-align: center;
}
.cid-venf0z13f2 {
  z-index: 1000;
  width: 100%;
}
.cid-venf0z13f2 .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;
}
.cid-venf0z13f2 .dropdown-menu {
  padding: 0;
}
.cid-venf0z13f2 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-venf0z13f2 .dropdown-item {
    text-align: left !important;
  }
}
.cid-venf0z13f2 .dropdown-item:hover {
  background-position: right !important;
}
.cid-venf0z13f2 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-venf0z13f2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-venf0z13f2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-venf0z13f2 .nav-link {
  position: relative;
}
.cid-venf0z13f2 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-venf0z13f2 .dropdown-menu,
.cid-venf0z13f2 .navbar.opened {
  background: #212428 !important;
}
.cid-venf0z13f2 .nav-item:focus,
.cid-venf0z13f2 .nav-link:focus {
  outline: none;
}
.cid-venf0z13f2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-venf0z13f2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-venf0z13f2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-venf0z13f2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-venf0z13f2 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-venf0z13f2 .navbar.opened {
  transition: all 0.3s;
}
.cid-venf0z13f2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-venf0z13f2 .navbar .navbar-logo img {
  width: auto;
}
.cid-venf0z13f2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-venf0z13f2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-venf0z13f2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-venf0z13f2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-venf0z13f2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-venf0z13f2 .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-venf0z13f2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-venf0z13f2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-venf0z13f2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-venf0z13f2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-venf0z13f2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-venf0z13f2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .navbar {
    min-height: 80px;
  }
}
.cid-venf0z13f2 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-venf0z13f2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-venf0z13f2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-venf0z13f2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .navbar-brand {
    min-height: 69px;
  }
}
.cid-venf0z13f2 .dropdown-item.active,
.cid-venf0z13f2 .dropdown-item:active {
  background-color: transparent;
}
.cid-venf0z13f2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-venf0z13f2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-venf0z13f2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-venf0z13f2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-venf0z13f2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-venf0z13f2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-venf0z13f2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-venf0z13f2 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venf0z13f2 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-venf0z13f2 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venf0z13f2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venf0z13f2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venf0z13f2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf0z13f2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf0z13f2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venf0z13f2 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venf0z13f2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venf0z13f2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venf0z13f2 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venf0z13f2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-venf0z13f2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-venf0z13f2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-venf0z13f2 .navbar {
    height: 70px;
  }
  .cid-venf0z13f2 .navbar.opened {
    height: auto;
  }
  .cid-venf0z13f2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-venf0z13f2 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .navbar-short {
    min-height: 70px;
  }
}
.cid-venf0z13f2 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-venf0z13f2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-venf0z13f2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .container-fluid {
    padding: 0 3px;
  }
}
.cid-venf0z13f2 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-venf0z13f2 .navbar-nav {
  display: flex !important;
}
.cid-venf0z13f2 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-venf0z13f2 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-venf0z13f2 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venf0z13f2 .navbar-nav .nav-item .nav-link:hover,
.cid-venf0z13f2 .navbar-nav .nav-item .nav-link:focus,
.cid-venf0z13f2 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venf0z13f2 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-venf0z13f2 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-venf0z13f2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-venf0z13f2 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venf0z13f2 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-venf0z13f2 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venf0z13f2 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venf0z13f2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venf0z13f2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf0z13f2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf0z13f2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venf0z13f2 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venf0z13f2 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-venf0z13f2 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venf0z13f2 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venf0z13f2 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-venf0z13f2 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venf0z13f2 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venf0z13f2 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-venf0z13f2 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-venf0z13f2 .offcanvas.show {
  transform: translateX(0);
}
.cid-venf0z13f2 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-venf0z13f2 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venf0z13f2 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-venf0z13f2 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-venf0z13f2 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-venf0z13f2 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-venf0z13f2 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-venf0z13f2 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-venf0z13f2 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-venf0z13f2 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-venf0z13f2 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-venf0z13f2 ::-webkit-scrollbar {
  width: 1em;
}
.cid-venf0z13f2 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-venf0z13f2 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-venf0z13f2 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-venf0z13f2 .social-container {
    padding-top: 40px;
  }
}
.cid-venf0z13f2 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-venf0z13f2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-venf0z13f2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-venf0z13f2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-venf0z13f2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-venf0z13f2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-venf0z13f2 .soc-item:hover:before {
  opacity: 1;
}
.cid-venf0z13f2 .offcanvas_btn {
  margin-top: auto;
}
.cid-venf0z13f2 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-venf0z13f2 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-venf0zdHRm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-venf0zdHRm .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-venf0ziMfY {
  display: flex;
  background-image: url("../../../assets/images/capture.webp");
}
.cid-venf0ziMfY .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-venf0ziMfY {
    align-items: flex-end;
  }
  .cid-venf0ziMfY .row {
    justify-content: center;
  }
  .cid-venf0ziMfY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-venf0ziMfY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-venf0ziMfY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-venf0ziMfY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-venf0ziMfY .content-wrap {
    width: 100%;
  }
}
.cid-venf0ziMfY .mbr-section-title,
.cid-venf0ziMfY .mbr-section-subtitle {
  text-align: center;
}
.cid-venf0ziMfY .mbr-text,
.cid-venf0ziMfY .mbr-section-btn {
  text-align: center;
}
.cid-venf0zpE3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-venf0zpE3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf0zpE3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-venf0zpE3l .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-venf0zpE3l .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-venf0zpE3l .google-map {
  height: 100%;
  position: relative;
}
.cid-venf0zpE3l .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-venf0zpE3l .google-map iframe {
    min-height: 350px;
  }
}
.cid-venf0zpE3l .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-venf0zpE3l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-venf0zpE3l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-venf0zpE3l .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-venf0zpE3l .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-venf0zpE3l .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-venf0zpE3l ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-venf0zpE3l .content-head {
  max-width: 800px;
}
.cid-venf0zyWkt {
  background-color: #102f62;
}
.cid-venf0zyWkt .mbr-section-title {
  margin: 0;
}
.cid-venf0zyWkt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-venf0zyWkt .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-venf0zyWkt .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-venf0zyWkt .team-item {
  transition: all 0.2s;
}
.cid-venf0zyWkt .team-item .item-image {
  position: relative !important;
}
.cid-venf0zyWkt .team-item .item-image img {
  width: 100%;
}
.cid-venf0zyWkt .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-venf0zyWkt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-venf0zyWkt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-venf0zyWkt .team-item .item-caption {
  background: #878787;
}
.cid-venf0zyWkt .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-venf0zyWkt .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-venf0zyWkt .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-venf0zyWkt .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-venf0zyWkt .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-venf0zyWkt .team-item:hover {
    transform: none;
  }
  .cid-venf0zyWkt .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-venf0zyWkt {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-venf0zyWkt {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-venf0zyWkt .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-venf0zyWkt .container-fluid {
  max-width: 1300px;
}
.cid-venf0zFuj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-venf0zFuj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf0zFuj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venf0zFuj5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-venf0zFuj5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-venf0zFuj5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-venf0zFuj5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-venf0zFuj5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-venf0zFuj5 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-venf0zFuj5 .mbr-section-title {
  color: #ffffff;
}
.cid-venf0zFuj5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-venf0zFuj5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-venf0zFuj5 .card-box .item-footer {
  margin-top: auto;
}
.cid-venf0zFuj5 .content-head {
  max-width: 800px;
}
.cid-veol3rPqb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veol3rPqb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veol3rPqb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veol3rPqb8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veol3rPqb8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veol3rPqb8 .google-map {
  height: 100%;
  position: relative;
}
.cid-veol3rPqb8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veol3rPqb8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veol3rPqb8 .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-veol3rPqb8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veol3rPqb8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veol3rPqb8 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veol3rPqb8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veol3rPqb8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veol3rPqb8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veol3rPqb8 .content-head {
  max-width: 800px;
}
.cid-venf0zP1H8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-venf0zP1H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf0zP1H8 .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-venf0zP1H8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-venf0zP1H8 .row {
  flex-direction: row-reverse;
}
.cid-venf0zP1H8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-venf0zP1H8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-venf0zP1H8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-venf0zP1H8 .mbr-section-title {
  color: #000000;
}
.cid-venf0zP1H8 .mbr-text,
.cid-venf0zP1H8 .mbr-section-btn {
  color: #000000;
}
.cid-veol3WunwC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veol3WunwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veol3WunwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veol3WunwC .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veol3WunwC .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veol3WunwC .google-map {
  height: 100%;
  position: relative;
}
.cid-veol3WunwC .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veol3WunwC .google-map iframe {
    min-height: 350px;
  }
}
.cid-veol3WunwC .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-veol3WunwC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veol3WunwC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veol3WunwC .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veol3WunwC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veol3WunwC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veol3WunwC ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veol3WunwC .content-head {
  max-width: 800px;
}
.cid-venf0zXxB9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-venf0zXxB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf0zXxB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venf0zXxB9 .mbr-section-title {
  text-align: center;
}
.cid-venf0zXxB9 .mbr-section-subtitle {
  text-align: center;
}
.cid-venf1vLWUS {
  z-index: 1000;
  width: 100%;
}
.cid-venf1vLWUS .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;
}
.cid-venf1vLWUS .dropdown-menu {
  padding: 0;
}
.cid-venf1vLWUS .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-venf1vLWUS .dropdown-item {
    text-align: left !important;
  }
}
.cid-venf1vLWUS .dropdown-item:hover {
  background-position: right !important;
}
.cid-venf1vLWUS .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-venf1vLWUS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-venf1vLWUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-venf1vLWUS .nav-link {
  position: relative;
}
.cid-venf1vLWUS .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-venf1vLWUS .dropdown-menu,
.cid-venf1vLWUS .navbar.opened {
  background: #212428 !important;
}
.cid-venf1vLWUS .nav-item:focus,
.cid-venf1vLWUS .nav-link:focus {
  outline: none;
}
.cid-venf1vLWUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-venf1vLWUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-venf1vLWUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-venf1vLWUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-venf1vLWUS .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-venf1vLWUS .navbar.opened {
  transition: all 0.3s;
}
.cid-venf1vLWUS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-venf1vLWUS .navbar .navbar-logo img {
  width: auto;
}
.cid-venf1vLWUS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-venf1vLWUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-venf1vLWUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-venf1vLWUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-venf1vLWUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-venf1vLWUS .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-venf1vLWUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-venf1vLWUS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-venf1vLWUS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-venf1vLWUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-venf1vLWUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-venf1vLWUS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .navbar {
    min-height: 80px;
  }
}
.cid-venf1vLWUS .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-venf1vLWUS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-venf1vLWUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-venf1vLWUS .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .navbar-brand {
    min-height: 69px;
  }
}
.cid-venf1vLWUS .dropdown-item.active,
.cid-venf1vLWUS .dropdown-item:active {
  background-color: transparent;
}
.cid-venf1vLWUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-venf1vLWUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-venf1vLWUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-venf1vLWUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-venf1vLWUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-venf1vLWUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-venf1vLWUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-venf1vLWUS button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venf1vLWUS button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-venf1vLWUS button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venf1vLWUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venf1vLWUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venf1vLWUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf1vLWUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf1vLWUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venf1vLWUS nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venf1vLWUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venf1vLWUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venf1vLWUS nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venf1vLWUS .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-venf1vLWUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-venf1vLWUS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-venf1vLWUS .navbar {
    height: 70px;
  }
  .cid-venf1vLWUS .navbar.opened {
    height: auto;
  }
  .cid-venf1vLWUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-venf1vLWUS .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .navbar-short {
    min-height: 70px;
  }
}
.cid-venf1vLWUS .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-venf1vLWUS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-venf1vLWUS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .container-fluid {
    padding: 0 3px;
  }
}
.cid-venf1vLWUS .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-venf1vLWUS .navbar-nav {
  display: flex !important;
}
.cid-venf1vLWUS .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-venf1vLWUS .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-venf1vLWUS .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venf1vLWUS .navbar-nav .nav-item .nav-link:hover,
.cid-venf1vLWUS .navbar-nav .nav-item .nav-link:focus,
.cid-venf1vLWUS .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-venf1vLWUS .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-venf1vLWUS .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-venf1vLWUS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-venf1vLWUS button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venf1vLWUS button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-venf1vLWUS button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venf1vLWUS button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venf1vLWUS button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-venf1vLWUS button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf1vLWUS button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-venf1vLWUS button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venf1vLWUS .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-venf1vLWUS .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-venf1vLWUS .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-venf1vLWUS .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-venf1vLWUS .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-venf1vLWUS .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venf1vLWUS .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venf1vLWUS .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-venf1vLWUS .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-venf1vLWUS .offcanvas.show {
  transform: translateX(0);
}
.cid-venf1vLWUS .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-venf1vLWUS .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-venf1vLWUS .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-venf1vLWUS .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-venf1vLWUS .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-venf1vLWUS .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-venf1vLWUS .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-venf1vLWUS .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-venf1vLWUS .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-venf1vLWUS .modal-backdrop.show {
  opacity: 0.8;
}
.cid-venf1vLWUS .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-venf1vLWUS ::-webkit-scrollbar {
  width: 1em;
}
.cid-venf1vLWUS ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-venf1vLWUS ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-venf1vLWUS .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-venf1vLWUS .social-container {
    padding-top: 40px;
  }
}
.cid-venf1vLWUS .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-venf1vLWUS .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-venf1vLWUS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-venf1vLWUS .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-venf1vLWUS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-venf1vLWUS .soc-item:hover {
  transform: translateY(-3px);
}
.cid-venf1vLWUS .soc-item:hover:before {
  opacity: 1;
}
.cid-venf1vLWUS .offcanvas_btn {
  margin-top: auto;
}
.cid-venf1vLWUS .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-venf1vLWUS .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-venf1vWgAI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-venf1vWgAI .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-venf1w1AiA {
  display: flex;
  background-image: url("../../../assets/images/bg-8.webp");
}
.cid-venf1w1AiA .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-venf1w1AiA {
    align-items: flex-end;
  }
  .cid-venf1w1AiA .row {
    justify-content: center;
  }
  .cid-venf1w1AiA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-venf1w1AiA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-venf1w1AiA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-venf1w1AiA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-venf1w1AiA .content-wrap {
    width: 100%;
  }
}
.cid-venf1w1AiA .mbr-section-title,
.cid-venf1w1AiA .mbr-section-subtitle {
  text-align: center;
}
.cid-venf1w1AiA .mbr-text,
.cid-venf1w1AiA .mbr-section-btn {
  text-align: center;
}
.cid-venf1w99pJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-venf1w99pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf1w99pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-venf1w99pJ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-venf1w99pJ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-venf1w99pJ .google-map {
  height: 100%;
  position: relative;
}
.cid-venf1w99pJ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-venf1w99pJ .google-map iframe {
    min-height: 350px;
  }
}
.cid-venf1w99pJ .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-venf1w99pJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-venf1w99pJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-venf1w99pJ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-venf1w99pJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-venf1w99pJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-venf1w99pJ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-venf1w99pJ .content-head {
  max-width: 800px;
}
.cid-venf1wh7e8 {
  background-color: #102f62;
}
.cid-venf1wh7e8 .mbr-section-title {
  margin: 0;
}
.cid-venf1wh7e8 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-venf1wh7e8 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-venf1wh7e8 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-venf1wh7e8 .team-item {
  transition: all 0.2s;
}
.cid-venf1wh7e8 .team-item .item-image {
  position: relative !important;
}
.cid-venf1wh7e8 .team-item .item-image img {
  width: 100%;
}
.cid-venf1wh7e8 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-venf1wh7e8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-venf1wh7e8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-venf1wh7e8 .team-item .item-caption {
  background: #878787;
}
.cid-venf1wh7e8 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-venf1wh7e8 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-venf1wh7e8 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-venf1wh7e8 .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-venf1wh7e8 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-venf1wh7e8 .team-item:hover {
    transform: none;
  }
  .cid-venf1wh7e8 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-venf1wh7e8 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-venf1wh7e8 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-venf1wh7e8 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-venf1wh7e8 .container-fluid {
  max-width: 1300px;
}
.cid-venf1wp5OJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-venf1wp5OJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf1wp5OJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-venf1wp5OJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-venf1wp5OJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-venf1wp5OJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-venf1wp5OJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-venf1wp5OJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-venf1wp5OJ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-venf1wp5OJ .mbr-section-title {
  color: #ffffff;
}
.cid-venf1wp5OJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-venf1wp5OJ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-venf1wp5OJ .card-box .item-footer {
  margin-top: auto;
}
.cid-venf1wp5OJ .content-head {
  max-width: 800px;
}
.cid-veomzHWTp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veomzHWTp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veomzHWTp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veomzHWTp3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veomzHWTp3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veomzHWTp3 .google-map {
  height: 100%;
  position: relative;
}
.cid-veomzHWTp3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veomzHWTp3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veomzHWTp3 .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-veomzHWTp3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veomzHWTp3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veomzHWTp3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veomzHWTp3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veomzHWTp3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veomzHWTp3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veomzHWTp3 .content-head {
  max-width: 800px;
}
.cid-venf1wzOZM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-venf1wzOZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-venf1wzOZM .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-venf1wzOZM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-venf1wzOZM .row {
  flex-direction: row-reverse;
}
.cid-venf1wzOZM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-venf1wzOZM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-venf1wzOZM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-venf1wzOZM .mbr-section-title {
  color: #000000;
}
.cid-venf1wzOZM .mbr-text,
.cid-venf1wzOZM .mbr-section-btn {
  color: #000000;
}
.cid-veomAiu6uM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veomAiu6uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veomAiu6uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veomAiu6uM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veomAiu6uM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veomAiu6uM .google-map {
  height: 100%;
  position: relative;
}
.cid-veomAiu6uM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veomAiu6uM .google-map iframe {
    min-height: 350px;
  }
}
.cid-veomAiu6uM .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-veomAiu6uM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veomAiu6uM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veomAiu6uM .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veomAiu6uM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veomAiu6uM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veomAiu6uM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veomAiu6uM .content-head {
  max-width: 800px;
}
.cid-veotIdckYw {
  z-index: 1000;
  width: 100%;
}
.cid-veotIdckYw .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;
}
.cid-veotIdckYw .dropdown-menu {
  padding: 0;
}
.cid-veotIdckYw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veotIdckYw .dropdown-item {
    text-align: left !important;
  }
}
.cid-veotIdckYw .dropdown-item:hover {
  background-position: right !important;
}
.cid-veotIdckYw .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veotIdckYw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veotIdckYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veotIdckYw .nav-link {
  position: relative;
}
.cid-veotIdckYw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veotIdckYw .dropdown-menu,
.cid-veotIdckYw .navbar.opened {
  background: #212428 !important;
}
.cid-veotIdckYw .nav-item:focus,
.cid-veotIdckYw .nav-link:focus {
  outline: none;
}
.cid-veotIdckYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veotIdckYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veotIdckYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veotIdckYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veotIdckYw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veotIdckYw .navbar.opened {
  transition: all 0.3s;
}
.cid-veotIdckYw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veotIdckYw .navbar .navbar-logo img {
  width: auto;
}
.cid-veotIdckYw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veotIdckYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veotIdckYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veotIdckYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veotIdckYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veotIdckYw .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-veotIdckYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veotIdckYw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veotIdckYw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veotIdckYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veotIdckYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veotIdckYw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veotIdckYw .navbar {
    min-height: 80px;
  }
}
.cid-veotIdckYw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veotIdckYw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veotIdckYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veotIdckYw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veotIdckYw .navbar-brand {
    min-height: 69px;
  }
}
.cid-veotIdckYw .dropdown-item.active,
.cid-veotIdckYw .dropdown-item:active {
  background-color: transparent;
}
.cid-veotIdckYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veotIdckYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veotIdckYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veotIdckYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veotIdckYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veotIdckYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veotIdckYw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veotIdckYw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veotIdckYw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veotIdckYw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veotIdckYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veotIdckYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veotIdckYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veotIdckYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veotIdckYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veotIdckYw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veotIdckYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veotIdckYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veotIdckYw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veotIdckYw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veotIdckYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veotIdckYw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veotIdckYw .navbar {
    height: 70px;
  }
  .cid-veotIdckYw .navbar.opened {
    height: auto;
  }
  .cid-veotIdckYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veotIdckYw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veotIdckYw .navbar-short {
    min-height: 70px;
  }
}
.cid-veotIdckYw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veotIdckYw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veotIdckYw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veotIdckYw .container-fluid {
    padding: 0 3px;
  }
}
.cid-veotIdckYw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veotIdckYw .navbar-nav {
  display: flex !important;
}
.cid-veotIdckYw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veotIdckYw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veotIdckYw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veotIdckYw .navbar-nav .nav-item .nav-link:hover,
.cid-veotIdckYw .navbar-nav .nav-item .nav-link:focus,
.cid-veotIdckYw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veotIdckYw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veotIdckYw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veotIdckYw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veotIdckYw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veotIdckYw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veotIdckYw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veotIdckYw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veotIdckYw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veotIdckYw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veotIdckYw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veotIdckYw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veotIdckYw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veotIdckYw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veotIdckYw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veotIdckYw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veotIdckYw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veotIdckYw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veotIdckYw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veotIdckYw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veotIdckYw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veotIdckYw .offcanvas.show {
  transform: translateX(0);
}
.cid-veotIdckYw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veotIdckYw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veotIdckYw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veotIdckYw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veotIdckYw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veotIdckYw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veotIdckYw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veotIdckYw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veotIdckYw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veotIdckYw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veotIdckYw .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veotIdckYw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veotIdckYw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veotIdckYw ::-webkit-scrollbar {
  width: 1em;
}
.cid-veotIdckYw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veotIdckYw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veotIdckYw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veotIdckYw .social-container {
    padding-top: 40px;
  }
}
.cid-veotIdckYw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veotIdckYw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veotIdckYw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veotIdckYw .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veotIdckYw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veotIdckYw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veotIdckYw .soc-item:hover:before {
  opacity: 1;
}
.cid-veotIdckYw .offcanvas_btn {
  margin-top: auto;
}
.cid-veotIdckYw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veotIdckYw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veotIdqymS {
  background-image: url("../../../assets/images/usace-crooked-creek-lake-and-dam.webp");
}
.cid-veotIdqymS img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veotIdqymS .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veotIdqymS .images {
    display: none;
  }
}
.cid-veotIdqymS .image-wrapper-1,
.cid-veotIdqymS .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veotIdqymS .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veotIdqymS .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veotIdqymS .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veotIdqymS .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veotIdqymS .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veotIdqymS .image-wrapper-2 img {
  width: 90%;
}
.cid-veotIdqymS .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veotIdqymS .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veotIdqymS .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veotIdqymS .text-wrapper {
  width: 100%;
}
.cid-veotIdqymS .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veotIdqymS .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veotIdqymS .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veotIdqymS .mbr-section-btn {
    margin: 0;
  }
}
.cid-veotIdqymS .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veotIdqymS .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veotIdqymS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veotIdqymS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veotIdqymS .text {
  display: flex;
  align-items: center;
}
.cid-veotIdB2aZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veotIdB2aZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veotIdB2aZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veotIdB2aZ .container-fluid {
    padding: 0;
  }
}
.cid-veotIdB2aZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veotIdB2aZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veotIdB2aZ .embla__button--next,
.cid-veotIdB2aZ .embla__button--prev {
  display: flex;
}
.cid-veotIdB2aZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veotIdB2aZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veotIdB2aZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veotIdB2aZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veotIdB2aZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veotIdB2aZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veotIdB2aZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veotIdB2aZ .embla {
  position: relative;
  width: 100%;
}
.cid-veotIdB2aZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veotIdB2aZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veotIdB2aZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veotIdB2aZ .embla__slide a {
  cursor: grab;
}
.cid-veotIdB2aZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-veotIdB2aZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veotIdB2aZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veotIdB2aZ .mbr-section-title {
  color: #232323;
}
.cid-veotIdB2aZ .mbr-section-subtitle {
  color: #232323;
}
.cid-veotIdB2aZ .mbr-box {
  color: #ffffff;
}
.cid-veotIdB2aZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veotIdB2aZ img,
.cid-veotIdB2aZ .item-img {
  width: 100%;
}
.cid-veotIdB2aZ .item-wrapper {
  position: relative;
}
.cid-veotIdB2aZ .content-head {
  max-width: 800px;
}
.cid-veotIdL8Id {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veotIdL8Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-veotIdL8Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veotIdL8Id .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veotIdL8Id .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veotIdL8Id .container {
    padding: 0 16px;
  }
}
.cid-veotIdL8Id .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veotIdL8Id .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .row {
    padding: 25px 9px;
  }
}
.cid-veotIdL8Id .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veotIdL8Id .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veotIdL8Id .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .image-wrapper img {
    height: 350px;
  }
}
.cid-veotIdL8Id .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veotIdL8Id .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veotIdL8Id .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veotIdL8Id .items-wrapper {
    display: block;
  }
}
.cid-veotIdL8Id .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veotIdL8Id .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veotIdL8Id .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veotIdL8Id .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veotIdL8Id .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veotIdL8Id .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veotIdL8Id .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veotIdL8Id .card {
  justify-content: center;
}
.cid-veotIdL8Id .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veotIdL8Id .mbr-text {
  color: #000000;
}
.cid-veotIdL8Id .card-title {
  color: #000000;
}
.cid-veotIdL8Id .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veotIdL8Id .card-title,
.cid-veotIdL8Id .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veotIe085k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veotIe085k .mbr-section-head {
  padding: 0 1rem;
}
.cid-veotIe085k .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veotIe085k .team-card:hover {
  transform: translateY(-10px);
}
.cid-veotIe085k .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veotIe085k .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veotIe085k .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veotIe085k .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veotIe085k .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veotIe085k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veotIe085k .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veotIe085k .embla__button--next,
.cid-veotIe085k .embla__button--prev {
  display: flex;
}
.cid-veotIe085k .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veotIe085k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veotIe085k .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veotIe085k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veotIe085k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veotIe085k .embla__button {
    top: -10%;
  }
}
.cid-veotIe085k .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veotIe085k .embla {
    margin-top: 80px;
  }
}
.cid-veotIe085k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veotIe085k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veotIe085k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veotIe085k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veotIe085k .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veotIe085k .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veotIe085k .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veotIe085k .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veotIe085k .mbr-text ul {
    display: block;
  }
}
.cid-veotIe085k .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veotIe085k .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veotIe085k .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veotIe085k .item-wrapper {
  height: 100%;
}
.cid-veotIe085k .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veotIe085k .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veotIe085k .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-v2 {
  /* Type valid CSS here */
}
#custom-html-v2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v2 p {
  font-size: 60px;
  color: #777;
}
.cid-veotIeincw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veotIeincw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veotIeincw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veotIeincw .container-fluid {
    padding: 0;
  }
}
.cid-veotIeincw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veotIeincw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veotIeincw .embla__button--next,
.cid-veotIeincw .embla__button--prev {
  display: flex;
}
.cid-veotIeincw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veotIeincw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veotIeincw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veotIeincw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veotIeincw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veotIeincw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veotIeincw .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veotIeincw .embla {
  position: relative;
  width: 100%;
}
.cid-veotIeincw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veotIeincw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veotIeincw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veotIeincw .embla__slide a {
  cursor: grab;
}
.cid-veotIeincw .embla__slide a:active {
  cursor: grabbing;
}
.cid-veotIeincw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veotIeincw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veotIeincw .mbr-section-title {
  color: #232323;
}
.cid-veotIeincw .mbr-section-subtitle {
  color: #232323;
}
.cid-veotIeincw .mbr-box {
  color: #ffffff;
}
.cid-veotIeincw .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veotIeincw img,
.cid-veotIeincw .item-img {
  width: 100%;
}
.cid-veotIeincw .item-wrapper {
  position: relative;
}
.cid-veotIeincw .content-head {
  max-width: 800px;
}
.cid-veotIetERQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veotIetERQ h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veotIetERQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-veotIetERQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veotIetERQ .nav-link.active {
  background: #232323;
}
.cid-veotIetERQ .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veotIetERQ .nav-link:hover {
  background: #232323;
}
.cid-veotIetERQ .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veotIetERQ .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veotIetERQ .nav-link.display-4 {
  font-size: 15px;
}
.cid-veotIetERQ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veotIetERQ .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veotIetERQ .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veotIetERQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veotIetERQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veotIetERQ .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veotIetERQ .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veotIetERQ .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veotIetERQ .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veotIetERQ .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veotIetERQ .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veotIetERQ .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veotIetERQ .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veotIetERQ .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veotIetERQ .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veotIetERQ .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veotIetERQ .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veotIetERQ .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veotIetERQ .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veotIetERQ .mbr-text,
  .cid-veotIetERQ .nav-link,
  .cid-veotIetERQ .mbr-card-title,
  .cid-veotIetERQ .mbr-section-title {
    text-align: left;
  }
  .cid-veotIetERQ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veotIetERQ .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veotIetERQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veotIetERQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veotIetERQ .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veotIetERQ .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veotIetERQ .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veotIfqzy6 .google-map {
  height: 700px;
  position: relative;
}
.cid-veotIfqzy6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veotIfqzy6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veotIfqzy6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veotIfqzy6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veotIfEguf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veotIfEguf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veotIfEguf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veotIfEguf .container-fluid {
    padding: 0;
  }
}
.cid-veotIfEguf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veotIfEguf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veotIfEguf .embla__button--next,
.cid-veotIfEguf .embla__button--prev {
  display: flex;
}
.cid-veotIfEguf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veotIfEguf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veotIfEguf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veotIfEguf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veotIfEguf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veotIfEguf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veotIfEguf .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veotIfEguf .embla {
  position: relative;
  width: 100%;
}
.cid-veotIfEguf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veotIfEguf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veotIfEguf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veotIfEguf .embla__slide a {
  cursor: grab;
}
.cid-veotIfEguf .embla__slide a:active {
  cursor: grabbing;
}
.cid-veotIfEguf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veotIfEguf .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veotIfEguf .mbr-section-title {
  color: #232323;
}
.cid-veotIfEguf .mbr-section-subtitle {
  color: #232323;
}
.cid-veotIfEguf .mbr-box {
  color: #ffffff;
}
.cid-veotIfEguf .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veotIfEguf img,
.cid-veotIfEguf .item-img {
  width: 100%;
}
.cid-veotIfEguf .item-wrapper {
  position: relative;
}
.cid-veotIfEguf .content-head {
  max-width: 800px;
}
.cid-veotIfT8t0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veotIfT8t0 .media-container-row .mbr-text {
  color: #fffcee;
}
