.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/conway-confederate-monument-2012-09-30-12-20.webp");
}
.cid-usHnSQKb97 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@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-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-vdxWNSEkFj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/poi-5.webp");
}
.cid-vdxWNSEkFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWNSEkFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxWNSEkFj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxWNSEkFj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxWNSEkFj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxWNSEkFj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxWNSEkFj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxWNSEkFj .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-vdxWNSEkFj .mbr-section-title {
  color: #9fe870;
}
.cid-vdxWNSEkFj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxWNSEkFj .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxWNSEkFj .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxWNSEkFj .content-head {
  max-width: 800px;
}
.cid-vdxWNSEkFj .card-title,
.cid-vdxWNSEkFj .iconfont-wrapper {
  text-align: center;
}
.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/background8.jpg");
}
.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;
  text-align: left;
}
.cid-usK7CvxRZB .mbr-text {
  color: #51565c;
}
.cid-usK7CvxRZB .mbr-text,
.cid-usK7CvxRZB .text-wrapper {
  text-align: center;
}
.cid-usK9U8tz2g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usK9U8tz2g .row {
  justify-content: center;
}
.cid-usK9U8tz2g .row .img-item {
  height: 354px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.7s;
  display: -webkit-flex;
  width: 100%;
}
.cid-usK9U8tz2g .row .img-item img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (max-width: 768px) {
  .cid-usK9U8tz2g .top {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usK9U8tz2g .title {
    padding-left: 60px;
  }
}
@media (min-width: 1400px) {
  .cid-usK9U8tz2g .title {
    padding-left: 120px;
  }
}
.cid-usK9U8tz2g .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
}
.cid-usK9U8tz2g span {
  position: absolute;
  width: 105%;
  height: 80%;
  border: 1px solid #41392e;
}
.cid-usK9U8tz2g span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-usK9U8tz2g span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform-origin: bottom right;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-usK9U8tz2g .btn:hover span::before {
  border-top: 1px solid #9fe870;
  border-left: 1px solid #9fe870;
  transform: scale3d(1, 1, 1);
}
.cid-usK9U8tz2g .btn:hover span::after {
  border-bottom: 1px solid #9fe870;
  border-right: 1px solid #9fe870;
  transform: scale3d(1, 1, 1);
}
.cid-usK9U8tz2g .item-title {
  top: 50%;
  left: 50%;
  min-width: 200px;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-usK9U8tz2g .img-item:hover .item-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-usK9U8tz2g .img-item:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-usK9U8tz2g .mbr-text {
  font-style: italic;
  color: #ffffff;
}
.cid-usK9U8tz2g .mbr-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-usK9U8tz2g .mbr-section-title {
  color: #a6a99c;
}
.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.jpg");
}
.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/nurse-preparing-their-shift-2000x1121.jpg");
  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/willis-tower-night-2-2000x2522.jpg");
}
.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-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-usb0NqyFPu {
  background-image: url("../../../assets/images/the-frank-e.-and-katie-zalesky-house-2000x1582.jpg");
}
.cid-usb0NqyFPu img {
  max-height: 300px;
  object-fit: cover;
}
.cid-usb0NqyFPu .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-usb0NqyFPu .images {
    display: none;
  }
}
.cid-usb0NqyFPu .image-wrapper-1,
.cid-usb0NqyFPu .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-usb0NqyFPu .image-wrapper-1 {
  margin-top: 80px;
}
.cid-usb0NqyFPu .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-usb0NqyFPu .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-usb0NqyFPu .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-usb0NqyFPu .image-wrapper-2 {
  margin-top: 85px;
}
.cid-usb0NqyFPu .image-wrapper-2 img {
  width: 90%;
}
.cid-usb0NqyFPu .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-usb0NqyFPu .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-usb0NqyFPu .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-usb0NqyFPu .text-wrapper {
  width: 100%;
}
.cid-usb0NqyFPu .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-usb0NqyFPu .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-usb0NqyFPu .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-usb0NqyFPu .mbr-section-btn {
    margin: 0;
  }
}
.cid-usb0NqyFPu .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-usb0NqyFPu .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-usb0NqyFPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usb0NqyFPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usb0NqyFPu .text {
  display: flex;
  align-items: center;
}
.cid-usb0Nr8Ry3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-usb0Nr8Ry3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usb0Nr8Ry3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usb0Nr8Ry3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-usb0Nr8Ry3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-usb0Nr8Ry3 .container {
    padding: 0 16px;
  }
}
.cid-usb0Nr8Ry3 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-usb0Nr8Ry3 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .row {
    padding: 25px 9px;
  }
}
.cid-usb0Nr8Ry3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-usb0Nr8Ry3 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-usb0Nr8Ry3 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .image-wrapper img {
    height: 350px;
  }
}
.cid-usb0Nr8Ry3 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-usb0Nr8Ry3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-usb0Nr8Ry3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-usb0Nr8Ry3 .items-wrapper {
    display: block;
  }
}
.cid-usb0Nr8Ry3 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-usb0Nr8Ry3 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-usb0Nr8Ry3 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-usb0Nr8Ry3 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-usb0Nr8Ry3 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-usb0Nr8Ry3 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-usb0Nr8Ry3 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-usb0Nr8Ry3 .card {
  justify-content: center;
}
.cid-usb0Nr8Ry3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-usb0Nr8Ry3 .mbr-text {
  color: #000000;
}
.cid-usb0Nr8Ry3 .card-title {
  color: #000000;
}
.cid-usb0Nr8Ry3 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-usb0Nr8Ry3 .card-title,
.cid-usb0Nr8Ry3 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-usb0NrrhUn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-usb0NrrhUn .mbr-section-head {
  padding: 0 1rem;
}
.cid-usb0NrrhUn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-usb0NrrhUn .team-card:hover {
  transform: translateY(-10px);
}
.cid-usb0NrrhUn .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-usb0NrrhUn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-usb0NrrhUn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-usb0NrrhUn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usb0NrrhUn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-usb0NrrhUn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-usb0NrrhUn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-usb0NrrhUn .embla__button--next,
.cid-usb0NrrhUn .embla__button--prev {
  display: flex;
}
.cid-usb0NrrhUn .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-usb0NrrhUn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usb0NrrhUn .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-usb0NrrhUn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usb0NrrhUn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-usb0NrrhUn .embla__button {
    top: -10%;
  }
}
.cid-usb0NrrhUn .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-usb0NrrhUn .embla {
    margin-top: 80px;
  }
}
.cid-usb0NrrhUn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-usb0NrrhUn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usb0NrrhUn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usb0NrrhUn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usb0NrrhUn .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-usb0NrrhUn .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-usb0NrrhUn .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-usb0NrrhUn .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usb0NrrhUn .mbr-text ul {
    display: block;
  }
}
.cid-usb0NrrhUn .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-usb0NrrhUn .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-usb0NrrhUn .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-usb0NrrhUn .item-wrapper {
  height: 100%;
}
.cid-usb0NrrhUn .item-wrapper .image-wrap {
  height: 100%;
}
.cid-usb0NrrhUn .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usb0NrrhUn .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-usb0NrOsYs {
  background-color: #000000;
  position: relative;
}
.cid-usb0NrOsYs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-usb0NrOsYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-usb0NrOsYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usb0NrOsYs .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usb0NrOsYs .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usb0NrOsYs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usb0NrOsYs .container {
    padding: 0 16px;
  }
}
.cid-usb0NrOsYs .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-usb0NrOsYs .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-usb0NrOsYs .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-usb0NrOsYs .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-usb0NrOsYs .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-usb0NrOsYs .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-usb0NrOsYs .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-usb0NrOsYs .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-usb0NrOsYs .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-usb0NrOsYs .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usb0NrOsYs .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usb0NrOsYs .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-usb0NrOsYs .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-usb0NrOsYs .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-usb0NrOsYs .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-usb0NrOsYs .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-usb0NrOsYs .mbr-section-title {
  color: #ffffff;
}
.cid-usb0NrOsYs .mbr-text {
  color: #f4f4f4;
}
#custom-html-25 {
  /* Type valid CSS here */
}
#custom-html-25 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-25 p {
  font-size: 60px;
  color: #777;
}
.cid-usb0NsciYa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usb0NsciYa h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-usb0NsciYa .nav-tabs .nav-item.open .nav-link:focus,
.cid-usb0NsciYa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-usb0NsciYa .nav-link.active {
  background: #232323;
}
.cid-usb0NsciYa .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-usb0NsciYa .nav-link:hover {
  background: #232323;
}
.cid-usb0NsciYa .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-usb0NsciYa .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-usb0NsciYa .nav-link.display-4 {
  font-size: 15px;
}
.cid-usb0NsciYa .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-usb0NsciYa .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-usb0NsciYa .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-usb0NsciYa .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-usb0NsciYa .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-usb0NsciYa .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-usb0NsciYa .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-usb0NsciYa .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-usb0NsciYa .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-usb0NsciYa .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-usb0NsciYa .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-usb0NsciYa .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-usb0NsciYa .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-usb0NsciYa .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-usb0NsciYa .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-usb0NsciYa .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-usb0NsciYa .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-usb0NsciYa .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-usb0NsciYa .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-usb0NsciYa .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-usb0NsciYa .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-usb0NsciYa .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-usb0NsciYa .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-usb0NsciYa .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-usb0NsciYa .mbr-text,
  .cid-usb0NsciYa .nav-link,
  .cid-usb0NsciYa .mbr-card-title,
  .cid-usb0NsciYa .mbr-section-title {
    text-align: left;
  }
  .cid-usb0NsciYa .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-usb0NsciYa .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-usb0NsciYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usb0NsciYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usb0NsciYa .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-usb0NsciYa .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-usb0NsciYa .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-usb0Nu26EI .google-map {
  height: 700px;
  position: relative;
}
.cid-usb0Nu26EI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usb0Nu26EI .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-usb0Nu26EI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usb0Nu26EI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usbfRmrk9u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-usbfRmrk9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-usbfRmrk9u .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-usbfRmrk9u .container-fluid {
    padding: 0;
  }
}
.cid-usbfRmrk9u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-usbfRmrk9u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-usbfRmrk9u .embla__button--next,
.cid-usbfRmrk9u .embla__button--prev {
  display: flex;
}
.cid-usbfRmrk9u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usbfRmrk9u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usbfRmrk9u .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-usbfRmrk9u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usbfRmrk9u .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usbfRmrk9u .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usbfRmrk9u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usbfRmrk9u .embla {
  position: relative;
  width: 100%;
}
.cid-usbfRmrk9u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-usbfRmrk9u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usbfRmrk9u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usbfRmrk9u .embla__slide a {
  cursor: grab;
}
.cid-usbfRmrk9u .embla__slide a:active {
  cursor: grabbing;
}
.cid-usbfRmrk9u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usbfRmrk9u .item-menu-overlay {
  border-radius: 2rem;
}
.cid-usbfRmrk9u .mbr-section-title {
  color: #232323;
}
.cid-usbfRmrk9u .mbr-section-subtitle {
  color: #232323;
}
.cid-usbfRmrk9u .mbr-box {
  color: #ffffff;
}
.cid-usbfRmrk9u .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-usbfRmrk9u img,
.cid-usbfRmrk9u .item-img {
  width: 100%;
}
.cid-usbfRmrk9u .item-wrapper {
  position: relative;
}
.cid-usbfRmrk9u .content-head {
  max-width: 800px;
}
.cid-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .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-vdxaHFA8LB {
  display: flex;
  background-image: url("../../../assets/images/road-with-vanishing-point-sunset-2000x1333.jpg");
}
.cid-vdxaHFA8LB .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaHFA8LB {
    align-items: flex-end;
  }
  .cid-vdxaHFA8LB .row {
    justify-content: center;
  }
  .cid-vdxaHFA8LB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaHFA8LB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaHFA8LB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaHFA8LB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaHFA8LB .content-wrap {
    width: 100%;
  }
}
.cid-vdxaHFA8LB .mbr-section-title,
.cid-vdxaHFA8LB .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaHFA8LB .mbr-text,
.cid-vdxaHFA8LB .mbr-section-btn {
  text-align: center;
}
.cid-vdxaJ24K2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaJ24K2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaJ24K2B .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-vdxaJ24K2B .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaJ24K2B .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaJ24K2B .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaJ24K2B .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaJ24K2B .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaJ24K2B .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-vdxaJ24K2B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaJ24K2B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaJ24K2B .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaJ24K2B .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaJ24K2B .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaJ24K2B ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaJ24K2B .content-head {
  max-width: 800px;
}
.cid-vdxaKzm4tm {
  background-color: #102f62;
}
.cid-vdxaKzm4tm .mbr-section-title {
  margin: 0;
}
.cid-vdxaKzm4tm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaKzm4tm .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaKzm4tm .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaKzm4tm .team-item {
  transition: all 0.2s;
}
.cid-vdxaKzm4tm .team-item .item-image {
  position: relative !important;
}
.cid-vdxaKzm4tm .team-item .item-image img {
  width: 100%;
}
.cid-vdxaKzm4tm .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-vdxaKzm4tm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaKzm4tm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaKzm4tm .team-item .item-caption {
  background: #878787;
}
.cid-vdxaKzm4tm .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaKzm4tm .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaKzm4tm .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaKzm4tm .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaKzm4tm .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaKzm4tm .team-item:hover {
    transform: none;
  }
  .cid-vdxaKzm4tm .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaKzm4tm {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaKzm4tm {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaKzm4tm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaKzm4tm .container-fluid {
  max-width: 1300px;
}
.cid-vdxaLIa25W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaLIa25W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaLIa25W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaLIa25W .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaLIa25W .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaLIa25W .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaLIa25W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaLIa25W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaLIa25W .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-vdxaLIa25W .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaLIa25W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaLIa25W .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaLIa25W .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaLIa25W .content-head {
  max-width: 800px;
}
.cid-vdxaLIa25W .card-text,
.cid-vdxaLIa25W .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaMehsDK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaMehsDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaMehsDK .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-vdxaMehsDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaMehsDK .row {
  flex-direction: row-reverse;
}
.cid-vdxaMehsDK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaMehsDK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaMehsDK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaMehsDK .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaMehsDK .mbr-text,
.cid-vdxaMehsDK .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxaMHadXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaMHadXo .mbr-text {
  color: #000000;
}
.cid-vdxaMHadXo .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaMHadXo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaMHadXo .mbr-text,
.cid-vdxaMHadXo .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaMHadXo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaMHadXo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaMHadXo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxabWoUI0 {
  z-index: 1000;
  width: 100%;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .dropdown-menu {
  padding: 0;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxabWoUI0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxabWoUI0 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxabWoUI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxabWoUI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxabWoUI0 .nav-link {
  position: relative;
}
.cid-vdxabWoUI0 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxabWoUI0 .dropdown-menu,
.cid-vdxabWoUI0 .navbar.opened {
  background: #212428 !important;
}
.cid-vdxabWoUI0 .nav-item:focus,
.cid-vdxabWoUI0 .nav-link:focus {
  outline: none;
}
.cid-vdxabWoUI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxabWoUI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxabWoUI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxabWoUI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxabWoUI0 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxabWoUI0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxabWoUI0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxabWoUI0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxabWoUI0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxabWoUI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxabWoUI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxabWoUI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxabWoUI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxabWoUI0 .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-vdxabWoUI0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxabWoUI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxabWoUI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxabWoUI0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxabWoUI0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxabWoUI0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxabWoUI0 .navbar {
    min-height: 80px;
  }
}
.cid-vdxabWoUI0 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxabWoUI0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxabWoUI0 .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxabWoUI0 .dropdown-item.active,
.cid-vdxabWoUI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxabWoUI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxabWoUI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxabWoUI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxabWoUI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxabWoUI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxabWoUI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxabWoUI0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxabWoUI0 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-vdxabWoUI0 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxabWoUI0 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxabWoUI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxabWoUI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxabWoUI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxabWoUI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxabWoUI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxabWoUI0 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxabWoUI0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxabWoUI0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxabWoUI0 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxabWoUI0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxabWoUI0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .navbar {
    height: 70px;
  }
  .cid-vdxabWoUI0 .navbar.opened {
    height: auto;
  }
  .cid-vdxabWoUI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxabWoUI0 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxabWoUI0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxabWoUI0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxabWoUI0 .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxabWoUI0 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxabWoUI0 .navbar-nav {
  display: flex !important;
}
.cid-vdxabWoUI0 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxabWoUI0 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxabWoUI0 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxabWoUI0 .navbar-nav .nav-item .nav-link:hover,
.cid-vdxabWoUI0 .navbar-nav .nav-item .nav-link:focus,
.cid-vdxabWoUI0 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxabWoUI0 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxabWoUI0 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxabWoUI0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxabWoUI0 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-vdxabWoUI0 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxabWoUI0 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxabWoUI0 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxabWoUI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxabWoUI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxabWoUI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxabWoUI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxabWoUI0 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxabWoUI0 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxabWoUI0 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxabWoUI0 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxabWoUI0 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxabWoUI0 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxabWoUI0 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxabWoUI0 .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxabWoUI0 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxabWoUI0 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxabWoUI0 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxabWoUI0 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxabWoUI0 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxabWoUI0 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxabWoUI0 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxabWoUI0 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxabWoUI0 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxabWoUI0 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxabWoUI0 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxabWoUI0 ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxabWoUI0 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxabWoUI0 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxabWoUI0 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxabWoUI0 .social-container {
    padding-top: 40px;
  }
}
.cid-vdxabWoUI0 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxabWoUI0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxabWoUI0 .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-vdxabWoUI0 .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-vdxabWoUI0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxabWoUI0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxabWoUI0 .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxabWoUI0 .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxabWoUI0 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxabWoUI0 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxabWEpJ1 {
  background-image: url("../../../assets/images/arkansas-county-courthouse-southern-district.webp");
}
.cid-vdxabWEpJ1 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxabWEpJ1 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxabWEpJ1 .images {
    display: none;
  }
}
.cid-vdxabWEpJ1 .image-wrapper-1,
.cid-vdxabWEpJ1 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxabWEpJ1 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxabWEpJ1 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxabWEpJ1 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxabWEpJ1 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxabWEpJ1 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxabWEpJ1 .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxabWEpJ1 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxabWEpJ1 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxabWEpJ1 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxabWEpJ1 .text-wrapper {
  width: 100%;
}
.cid-vdxabWEpJ1 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxabWEpJ1 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxabWEpJ1 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxabWEpJ1 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxabWEpJ1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxabWEpJ1 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxabWEpJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxabWEpJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxabWEpJ1 .text {
  display: flex;
  align-items: center;
}
.cid-vdxXIqYGUU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxXIqYGUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXIqYGUU .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-vdxXIqYGUU .container-fluid {
    padding: 0;
  }
}
.cid-vdxXIqYGUU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxXIqYGUU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxXIqYGUU .embla__button--next,
.cid-vdxXIqYGUU .embla__button--prev {
  display: flex;
}
.cid-vdxXIqYGUU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxXIqYGUU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxXIqYGUU .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-vdxXIqYGUU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxXIqYGUU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxXIqYGUU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxXIqYGUU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxXIqYGUU .embla {
  position: relative;
  width: 100%;
}
.cid-vdxXIqYGUU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxXIqYGUU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxXIqYGUU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxXIqYGUU .embla__slide a {
  cursor: grab;
}
.cid-vdxXIqYGUU .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxXIqYGUU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxXIqYGUU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxXIqYGUU .mbr-section-title {
  color: #232323;
}
.cid-vdxXIqYGUU .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxXIqYGUU .mbr-box {
  color: #ffffff;
}
.cid-vdxXIqYGUU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxXIqYGUU img,
.cid-vdxXIqYGUU .item-img {
  width: 100%;
}
.cid-vdxXIqYGUU .item-wrapper {
  position: relative;
}
.cid-vdxXIqYGUU .content-head {
  max-width: 800px;
}
.cid-vdxabWNo25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxabWNo25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxabWNo25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxabWNo25 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxabWNo25 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxabWNo25 .container {
    padding: 0 16px;
  }
}
.cid-vdxabWNo25 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxabWNo25 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .row {
    padding: 25px 9px;
  }
}
.cid-vdxabWNo25 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxabWNo25 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxabWNo25 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxabWNo25 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxabWNo25 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxabWNo25 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxabWNo25 .items-wrapper {
    display: block;
  }
}
.cid-vdxabWNo25 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxabWNo25 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxabWNo25 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxabWNo25 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxabWNo25 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxabWNo25 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxabWNo25 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxabWNo25 .card {
  justify-content: center;
}
.cid-vdxabWNo25 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxabWNo25 .mbr-text {
  color: #000000;
}
.cid-vdxabWNo25 .card-title {
  color: #000000;
}
.cid-vdxabWNo25 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxabWNo25 .card-title,
.cid-vdxabWNo25 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxabX20gY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxabX20gY .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxabX20gY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxabX20gY .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxabX20gY .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxabX20gY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxabX20gY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxabX20gY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxabX20gY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxabX20gY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxabX20gY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxabX20gY .embla__button--next,
.cid-vdxabX20gY .embla__button--prev {
  display: flex;
}
.cid-vdxabX20gY .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-vdxabX20gY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxabX20gY .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxabX20gY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxabX20gY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxabX20gY .embla__button {
    top: -10%;
  }
}
.cid-vdxabX20gY .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxabX20gY .embla {
    margin-top: 80px;
  }
}
.cid-vdxabX20gY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxabX20gY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxabX20gY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxabX20gY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxabX20gY .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxabX20gY .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxabX20gY .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxabX20gY .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxabX20gY .mbr-text ul {
    display: block;
  }
}
.cid-vdxabX20gY .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxabX20gY .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxabX20gY .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxabX20gY .item-wrapper {
  height: 100%;
}
.cid-vdxabX20gY .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxabX20gY .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxabX20gY .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxabXeMrU {
  background-color: #000000;
  position: relative;
}
.cid-vdxabXeMrU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxabXeMrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxabXeMrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxabXeMrU .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxabXeMrU .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxabXeMrU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxabXeMrU .container {
    padding: 0 16px;
  }
}
.cid-vdxabXeMrU .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxabXeMrU .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxabXeMrU .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxabXeMrU .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxabXeMrU .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxabXeMrU .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxabXeMrU .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxabXeMrU .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxabXeMrU .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxabXeMrU .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxabXeMrU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxabXeMrU .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxabXeMrU .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxabXeMrU .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxabXeMrU .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxabXeMrU .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxabXeMrU .mbr-section-title {
  color: #ffffff;
}
.cid-vdxabXeMrU .mbr-text {
  color: #f4f4f4;
}
#custom-html-3m {
  /* Type valid CSS here */
}
#custom-html-3m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3m p {
  font-size: 60px;
  color: #777;
}
.cid-vdxXH4uX0F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxXH4uX0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXH4uX0F .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-vdxXH4uX0F .container-fluid {
    padding: 0;
  }
}
.cid-vdxXH4uX0F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxXH4uX0F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxXH4uX0F .embla__button--next,
.cid-vdxXH4uX0F .embla__button--prev {
  display: flex;
}
.cid-vdxXH4uX0F .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxXH4uX0F .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxXH4uX0F .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-vdxXH4uX0F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxXH4uX0F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxXH4uX0F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxXH4uX0F .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxXH4uX0F .embla {
  position: relative;
  width: 100%;
}
.cid-vdxXH4uX0F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxXH4uX0F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxXH4uX0F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxXH4uX0F .embla__slide a {
  cursor: grab;
}
.cid-vdxXH4uX0F .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxXH4uX0F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxXH4uX0F .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxXH4uX0F .mbr-section-title {
  color: #232323;
}
.cid-vdxXH4uX0F .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxXH4uX0F .mbr-box {
  color: #ffffff;
}
.cid-vdxXH4uX0F .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxXH4uX0F img,
.cid-vdxXH4uX0F .item-img {
  width: 100%;
}
.cid-vdxXH4uX0F .item-wrapper {
  position: relative;
}
.cid-vdxXH4uX0F .content-head {
  max-width: 800px;
}
.cid-vdxabXtvhA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxabXtvhA h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxabXtvhA .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxabXtvhA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxabXtvhA .nav-link.active {
  background: #232323;
}
.cid-vdxabXtvhA .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-vdxabXtvhA .nav-link:hover {
  background: #232323;
}
.cid-vdxabXtvhA .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-vdxabXtvhA .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxabXtvhA .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxabXtvhA .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxabXtvhA .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxabXtvhA .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxabXtvhA .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxabXtvhA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxabXtvhA .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxabXtvhA .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-vdxabXtvhA .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-vdxabXtvhA .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxabXtvhA .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-vdxabXtvhA .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxabXtvhA .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-vdxabXtvhA .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxabXtvhA .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxabXtvhA .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxabXtvhA .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxabXtvhA .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxabXtvhA .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxabXtvhA .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxabXtvhA .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxabXtvhA .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxabXtvhA .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxabXtvhA .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxabXtvhA .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-vdxabXtvhA .mbr-text,
  .cid-vdxabXtvhA .nav-link,
  .cid-vdxabXtvhA .mbr-card-title,
  .cid-vdxabXtvhA .mbr-section-title {
    text-align: left;
  }
  .cid-vdxabXtvhA .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxabXtvhA .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxabXtvhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxabXtvhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxabXtvhA .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxabXtvhA .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxabXtvhA .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxabYSrnW .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxabYSrnW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxabYSrnW .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-vdxabYSrnW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxabYSrnW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxabZcwiX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxabZcwiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxabZcwiX .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-vdxabZcwiX .container-fluid {
    padding: 0;
  }
}
.cid-vdxabZcwiX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxabZcwiX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxabZcwiX .embla__button--next,
.cid-vdxabZcwiX .embla__button--prev {
  display: flex;
}
.cid-vdxabZcwiX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxabZcwiX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxabZcwiX .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-vdxabZcwiX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxabZcwiX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxabZcwiX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxabZcwiX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxabZcwiX .embla {
  position: relative;
  width: 100%;
}
.cid-vdxabZcwiX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxabZcwiX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxabZcwiX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxabZcwiX .embla__slide a {
  cursor: grab;
}
.cid-vdxabZcwiX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxabZcwiX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxabZcwiX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxabZcwiX .mbr-section-title {
  color: #232323;
}
.cid-vdxabZcwiX .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxabZcwiX .mbr-box {
  color: #ffffff;
}
.cid-vdxabZcwiX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxabZcwiX img,
.cid-vdxabZcwiX .item-img {
  width: 100%;
}
.cid-vdxabZcwiX .item-wrapper {
  position: relative;
}
.cid-vdxabZcwiX .content-head {
  max-width: 800px;
}
.cid-vdxabZtpNd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxabZtpNd .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxadc4bwb {
  z-index: 1000;
  width: 100%;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .dropdown-menu {
  padding: 0;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxadc4bwb .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxadc4bwb .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxadc4bwb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxadc4bwb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxadc4bwb .nav-link {
  position: relative;
}
.cid-vdxadc4bwb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxadc4bwb .dropdown-menu,
.cid-vdxadc4bwb .navbar.opened {
  background: #212428 !important;
}
.cid-vdxadc4bwb .nav-item:focus,
.cid-vdxadc4bwb .nav-link:focus {
  outline: none;
}
.cid-vdxadc4bwb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxadc4bwb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxadc4bwb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxadc4bwb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxadc4bwb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxadc4bwb .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxadc4bwb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxadc4bwb .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxadc4bwb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxadc4bwb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxadc4bwb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxadc4bwb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxadc4bwb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxadc4bwb .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-vdxadc4bwb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxadc4bwb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxadc4bwb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxadc4bwb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxadc4bwb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxadc4bwb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxadc4bwb .navbar {
    min-height: 80px;
  }
}
.cid-vdxadc4bwb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxadc4bwb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxadc4bwb .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxadc4bwb .dropdown-item.active,
.cid-vdxadc4bwb .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxadc4bwb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxadc4bwb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxadc4bwb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxadc4bwb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxadc4bwb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxadc4bwb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxadc4bwb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxadc4bwb 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-vdxadc4bwb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxadc4bwb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxadc4bwb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxadc4bwb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxadc4bwb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadc4bwb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadc4bwb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxadc4bwb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxadc4bwb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxadc4bwb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxadc4bwb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxadc4bwb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxadc4bwb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .navbar {
    height: 70px;
  }
  .cid-vdxadc4bwb .navbar.opened {
    height: auto;
  }
  .cid-vdxadc4bwb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxadc4bwb .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-vdxadc4bwb .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxadc4bwb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxadc4bwb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxadc4bwb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxadc4bwb .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxadc4bwb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxadc4bwb .navbar-nav {
  display: flex !important;
}
.cid-vdxadc4bwb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxadc4bwb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxadc4bwb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxadc4bwb .navbar-nav .nav-item .nav-link:hover,
.cid-vdxadc4bwb .navbar-nav .nav-item .nav-link:focus,
.cid-vdxadc4bwb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxadc4bwb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxadc4bwb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxadc4bwb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxadc4bwb 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-vdxadc4bwb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxadc4bwb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxadc4bwb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxadc4bwb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxadc4bwb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadc4bwb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadc4bwb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxadc4bwb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxadc4bwb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxadc4bwb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxadc4bwb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxadc4bwb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxadc4bwb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxadc4bwb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxadc4bwb .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxadc4bwb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxadc4bwb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxadc4bwb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxadc4bwb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxadc4bwb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxadc4bwb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxadc4bwb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxadc4bwb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxadc4bwb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxadc4bwb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxadc4bwb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxadc4bwb ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxadc4bwb ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxadc4bwb ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxadc4bwb .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxadc4bwb .social-container {
    padding-top: 40px;
  }
}
.cid-vdxadc4bwb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxadc4bwb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxadc4bwb .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-vdxadc4bwb .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-vdxadc4bwb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxadc4bwb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxadc4bwb .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxadc4bwb .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxadc4bwb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxadc4bwb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxadcfm7c {
  background-image: url("../../../assets/images/looking-down-at-buffalo-city-panoramio.webp");
}
.cid-vdxadcfm7c img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxadcfm7c .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxadcfm7c .images {
    display: none;
  }
}
.cid-vdxadcfm7c .image-wrapper-1,
.cid-vdxadcfm7c .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxadcfm7c .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxadcfm7c .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxadcfm7c .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxadcfm7c .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxadcfm7c .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxadcfm7c .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxadcfm7c .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxadcfm7c .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxadcfm7c .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxadcfm7c .text-wrapper {
  width: 100%;
}
.cid-vdxadcfm7c .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxadcfm7c .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxadcfm7c .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxadcfm7c .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxadcfm7c .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxadcfm7c .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxadcfm7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadcfm7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadcfm7c .text {
  display: flex;
  align-items: center;
}
.cid-vdxXXHo7go {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxXXHo7go .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXXHo7go .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-vdxXXHo7go .container-fluid {
    padding: 0;
  }
}
.cid-vdxXXHo7go .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxXXHo7go .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxXXHo7go .embla__button--next,
.cid-vdxXXHo7go .embla__button--prev {
  display: flex;
}
.cid-vdxXXHo7go .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxXXHo7go .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxXXHo7go .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-vdxXXHo7go .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxXXHo7go .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxXXHo7go .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxXXHo7go .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxXXHo7go .embla {
  position: relative;
  width: 100%;
}
.cid-vdxXXHo7go .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxXXHo7go .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxXXHo7go .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxXXHo7go .embla__slide a {
  cursor: grab;
}
.cid-vdxXXHo7go .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxXXHo7go .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxXXHo7go .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxXXHo7go .mbr-section-title {
  color: #232323;
}
.cid-vdxXXHo7go .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxXXHo7go .mbr-box {
  color: #ffffff;
}
.cid-vdxXXHo7go .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxXXHo7go img,
.cid-vdxXXHo7go .item-img {
  width: 100%;
}
.cid-vdxXXHo7go .item-wrapper {
  position: relative;
}
.cid-vdxXXHo7go .content-head {
  max-width: 800px;
}
.cid-vdxadcn85v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxadcn85v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadcn85v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadcn85v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxadcn85v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxadcn85v .container {
    padding: 0 16px;
  }
}
.cid-vdxadcn85v .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxadcn85v .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .row {
    padding: 25px 9px;
  }
}
.cid-vdxadcn85v .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxadcn85v .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxadcn85v .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxadcn85v .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxadcn85v .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxadcn85v .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxadcn85v .items-wrapper {
    display: block;
  }
}
.cid-vdxadcn85v .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxadcn85v .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxadcn85v .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxadcn85v .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxadcn85v .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxadcn85v .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxadcn85v .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxadcn85v .card {
  justify-content: center;
}
.cid-vdxadcn85v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxadcn85v .mbr-text {
  color: #000000;
}
.cid-vdxadcn85v .card-title {
  color: #000000;
}
.cid-vdxadcn85v .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxadcn85v .card-title,
.cid-vdxadcn85v .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxadcyvCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxadcyvCE .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxadcyvCE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxadcyvCE .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxadcyvCE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxadcyvCE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxadcyvCE .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxadcyvCE .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxadcyvCE .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxadcyvCE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxadcyvCE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxadcyvCE .embla__button--next,
.cid-vdxadcyvCE .embla__button--prev {
  display: flex;
}
.cid-vdxadcyvCE .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-vdxadcyvCE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxadcyvCE .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxadcyvCE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxadcyvCE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxadcyvCE .embla__button {
    top: -10%;
  }
}
.cid-vdxadcyvCE .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxadcyvCE .embla {
    margin-top: 80px;
  }
}
.cid-vdxadcyvCE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxadcyvCE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxadcyvCE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxadcyvCE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxadcyvCE .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxadcyvCE .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxadcyvCE .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxadcyvCE .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxadcyvCE .mbr-text ul {
    display: block;
  }
}
.cid-vdxadcyvCE .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxadcyvCE .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxadcyvCE .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxadcyvCE .item-wrapper {
  height: 100%;
}
.cid-vdxadcyvCE .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxadcyvCE .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxadcyvCE .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxadcJOc7 {
  background-color: #000000;
  position: relative;
}
.cid-vdxadcJOc7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxadcJOc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadcJOc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadcJOc7 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxadcJOc7 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadcJOc7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadcJOc7 .container {
    padding: 0 16px;
  }
}
.cid-vdxadcJOc7 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxadcJOc7 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadcJOc7 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxadcJOc7 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxadcJOc7 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxadcJOc7 .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxadcJOc7 .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxadcJOc7 .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxadcJOc7 .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxadcJOc7 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxadcJOc7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxadcJOc7 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxadcJOc7 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxadcJOc7 .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxadcJOc7 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxadcJOc7 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxadcJOc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vdxadcJOc7 .mbr-text {
  color: #f4f4f4;
}
.cid-vdxXWvOQUj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxXWvOQUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXWvOQUj .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-vdxXWvOQUj .container-fluid {
    padding: 0;
  }
}
.cid-vdxXWvOQUj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxXWvOQUj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxXWvOQUj .embla__button--next,
.cid-vdxXWvOQUj .embla__button--prev {
  display: flex;
}
.cid-vdxXWvOQUj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxXWvOQUj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxXWvOQUj .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-vdxXWvOQUj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxXWvOQUj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxXWvOQUj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxXWvOQUj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxXWvOQUj .embla {
  position: relative;
  width: 100%;
}
.cid-vdxXWvOQUj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxXWvOQUj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxXWvOQUj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxXWvOQUj .embla__slide a {
  cursor: grab;
}
.cid-vdxXWvOQUj .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxXWvOQUj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxXWvOQUj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxXWvOQUj .mbr-section-title {
  color: #232323;
}
.cid-vdxXWvOQUj .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxXWvOQUj .mbr-box {
  color: #ffffff;
}
.cid-vdxXWvOQUj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxXWvOQUj img,
.cid-vdxXWvOQUj .item-img {
  width: 100%;
}
.cid-vdxXWvOQUj .item-wrapper {
  position: relative;
}
.cid-vdxXWvOQUj .content-head {
  max-width: 800px;
}
#custom-html-3w {
  /* Type valid CSS here */
}
#custom-html-3w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3w p {
  font-size: 60px;
  color: #777;
}
.cid-vdxadcXUK1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxadcXUK1 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxadcXUK1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxadcXUK1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxadcXUK1 .nav-link.active {
  background: #232323;
}
.cid-vdxadcXUK1 .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-vdxadcXUK1 .nav-link:hover {
  background: #232323;
}
.cid-vdxadcXUK1 .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-vdxadcXUK1 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxadcXUK1 .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxadcXUK1 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxadcXUK1 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxadcXUK1 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxadcXUK1 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxadcXUK1 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxadcXUK1 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxadcXUK1 .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-vdxadcXUK1 .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-vdxadcXUK1 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxadcXUK1 .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-vdxadcXUK1 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxadcXUK1 .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-vdxadcXUK1 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxadcXUK1 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxadcXUK1 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxadcXUK1 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxadcXUK1 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxadcXUK1 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxadcXUK1 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxadcXUK1 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxadcXUK1 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxadcXUK1 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxadcXUK1 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxadcXUK1 .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-vdxadcXUK1 .mbr-text,
  .cid-vdxadcXUK1 .nav-link,
  .cid-vdxadcXUK1 .mbr-card-title,
  .cid-vdxadcXUK1 .mbr-section-title {
    text-align: left;
  }
  .cid-vdxadcXUK1 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxadcXUK1 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxadcXUK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadcXUK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadcXUK1 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxadcXUK1 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxadcXUK1 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxaddYiTB .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxaddYiTB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxaddYiTB .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-vdxaddYiTB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaddYiTB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxadecRHO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxadecRHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadecRHO .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-vdxadecRHO .container-fluid {
    padding: 0;
  }
}
.cid-vdxadecRHO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxadecRHO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxadecRHO .embla__button--next,
.cid-vdxadecRHO .embla__button--prev {
  display: flex;
}
.cid-vdxadecRHO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxadecRHO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxadecRHO .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-vdxadecRHO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxadecRHO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxadecRHO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxadecRHO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxadecRHO .embla {
  position: relative;
  width: 100%;
}
.cid-vdxadecRHO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxadecRHO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxadecRHO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxadecRHO .embla__slide a {
  cursor: grab;
}
.cid-vdxadecRHO .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxadecRHO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxadecRHO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxadecRHO .mbr-section-title {
  color: #232323;
}
.cid-vdxadecRHO .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxadecRHO .mbr-box {
  color: #ffffff;
}
.cid-vdxadecRHO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxadecRHO img,
.cid-vdxadecRHO .item-img {
  width: 100%;
}
.cid-vdxadecRHO .item-wrapper {
  position: relative;
}
.cid-vdxadecRHO .content-head {
  max-width: 800px;
}
.cid-vdxadeslHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxadeslHU .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxadFZJZI {
  z-index: 1000;
  width: 100%;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .dropdown-menu {
  padding: 0;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxadFZJZI .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxadFZJZI .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxadFZJZI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxadFZJZI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxadFZJZI .nav-link {
  position: relative;
}
.cid-vdxadFZJZI .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxadFZJZI .dropdown-menu,
.cid-vdxadFZJZI .navbar.opened {
  background: #212428 !important;
}
.cid-vdxadFZJZI .nav-item:focus,
.cid-vdxadFZJZI .nav-link:focus {
  outline: none;
}
.cid-vdxadFZJZI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxadFZJZI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxadFZJZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxadFZJZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxadFZJZI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxadFZJZI .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxadFZJZI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxadFZJZI .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxadFZJZI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxadFZJZI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxadFZJZI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxadFZJZI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxadFZJZI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxadFZJZI .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-vdxadFZJZI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxadFZJZI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxadFZJZI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxadFZJZI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxadFZJZI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxadFZJZI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxadFZJZI .navbar {
    min-height: 80px;
  }
}
.cid-vdxadFZJZI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxadFZJZI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxadFZJZI .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxadFZJZI .dropdown-item.active,
.cid-vdxadFZJZI .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxadFZJZI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxadFZJZI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxadFZJZI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxadFZJZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxadFZJZI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxadFZJZI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxadFZJZI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxadFZJZI 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-vdxadFZJZI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxadFZJZI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxadFZJZI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxadFZJZI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxadFZJZI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadFZJZI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadFZJZI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxadFZJZI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxadFZJZI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxadFZJZI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxadFZJZI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxadFZJZI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxadFZJZI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .navbar {
    height: 70px;
  }
  .cid-vdxadFZJZI .navbar.opened {
    height: auto;
  }
  .cid-vdxadFZJZI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxadFZJZI .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-vdxadFZJZI .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxadFZJZI .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxadFZJZI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxadFZJZI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxadFZJZI .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxadFZJZI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxadFZJZI .navbar-nav {
  display: flex !important;
}
.cid-vdxadFZJZI .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxadFZJZI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxadFZJZI .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxadFZJZI .navbar-nav .nav-item .nav-link:hover,
.cid-vdxadFZJZI .navbar-nav .nav-item .nav-link:focus,
.cid-vdxadFZJZI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxadFZJZI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxadFZJZI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxadFZJZI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxadFZJZI 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-vdxadFZJZI button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxadFZJZI button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxadFZJZI button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxadFZJZI button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxadFZJZI button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadFZJZI button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxadFZJZI button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxadFZJZI .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxadFZJZI .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxadFZJZI .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxadFZJZI .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxadFZJZI .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxadFZJZI .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxadFZJZI .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxadFZJZI .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxadFZJZI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxadFZJZI .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxadFZJZI .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxadFZJZI .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxadFZJZI .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxadFZJZI .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxadFZJZI .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxadFZJZI .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxadFZJZI .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxadFZJZI .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxadFZJZI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxadFZJZI ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxadFZJZI ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxadFZJZI ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxadFZJZI .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxadFZJZI .social-container {
    padding-top: 40px;
  }
}
.cid-vdxadFZJZI .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxadFZJZI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxadFZJZI .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-vdxadFZJZI .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-vdxadFZJZI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxadFZJZI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxadFZJZI .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxadFZJZI .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxadFZJZI .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxadFZJZI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxadGcAMa {
  background-image: url("../../../assets/images/09-02-06-thorncrownchapel1.webp");
}
.cid-vdxadGcAMa img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxadGcAMa .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxadGcAMa .images {
    display: none;
  }
}
.cid-vdxadGcAMa .image-wrapper-1,
.cid-vdxadGcAMa .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxadGcAMa .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxadGcAMa .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxadGcAMa .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxadGcAMa .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxadGcAMa .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxadGcAMa .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxadGcAMa .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxadGcAMa .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxadGcAMa .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxadGcAMa .text-wrapper {
  width: 100%;
}
.cid-vdxadGcAMa .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxadGcAMa .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxadGcAMa .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxadGcAMa .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxadGcAMa .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxadGcAMa .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxadGcAMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadGcAMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadGcAMa .text {
  display: flex;
  align-items: center;
}
.cid-vdxadGkBtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxadGkBtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadGkBtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadGkBtp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxadGkBtp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxadGkBtp .container {
    padding: 0 16px;
  }
}
.cid-vdxadGkBtp .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxadGkBtp .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .row {
    padding: 25px 9px;
  }
}
.cid-vdxadGkBtp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxadGkBtp .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxadGkBtp .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxadGkBtp .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxadGkBtp .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxadGkBtp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxadGkBtp .items-wrapper {
    display: block;
  }
}
.cid-vdxadGkBtp .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxadGkBtp .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxadGkBtp .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxadGkBtp .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxadGkBtp .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxadGkBtp .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxadGkBtp .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxadGkBtp .card {
  justify-content: center;
}
.cid-vdxadGkBtp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxadGkBtp .mbr-text {
  color: #000000;
}
.cid-vdxadGkBtp .card-title {
  color: #000000;
}
.cid-vdxadGkBtp .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxadGkBtp .card-title,
.cid-vdxadGkBtp .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxadGwYVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxadGwYVN .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxadGwYVN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxadGwYVN .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxadGwYVN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxadGwYVN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxadGwYVN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxadGwYVN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxadGwYVN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxadGwYVN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxadGwYVN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxadGwYVN .embla__button--next,
.cid-vdxadGwYVN .embla__button--prev {
  display: flex;
}
.cid-vdxadGwYVN .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-vdxadGwYVN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxadGwYVN .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxadGwYVN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxadGwYVN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxadGwYVN .embla__button {
    top: -10%;
  }
}
.cid-vdxadGwYVN .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxadGwYVN .embla {
    margin-top: 80px;
  }
}
.cid-vdxadGwYVN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxadGwYVN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxadGwYVN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxadGwYVN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxadGwYVN .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxadGwYVN .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxadGwYVN .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxadGwYVN .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxadGwYVN .mbr-text ul {
    display: block;
  }
}
.cid-vdxadGwYVN .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxadGwYVN .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxadGwYVN .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxadGwYVN .item-wrapper {
  height: 100%;
}
.cid-vdxadGwYVN .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxadGwYVN .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxadGwYVN .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxadGGDnE {
  background-color: #000000;
  position: relative;
}
.cid-vdxadGGDnE::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxadGGDnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadGGDnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadGGDnE .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxadGGDnE .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadGGDnE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadGGDnE .container {
    padding: 0 16px;
  }
}
.cid-vdxadGGDnE .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxadGGDnE .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxadGGDnE .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxadGGDnE .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxadGGDnE .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxadGGDnE .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxadGGDnE .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxadGGDnE .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxadGGDnE .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxadGGDnE .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxadGGDnE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxadGGDnE .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxadGGDnE .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxadGGDnE .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxadGGDnE .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxadGGDnE .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxadGGDnE .mbr-section-title {
  color: #ffffff;
}
.cid-vdxadGGDnE .mbr-text {
  color: #f4f4f4;
}
#custom-html-46 {
  /* Type valid CSS here */
}
#custom-html-46 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-46 p {
  font-size: 60px;
  color: #777;
}
.cid-vdxadGUXxP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxadGUXxP h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxadGUXxP .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxadGUXxP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxadGUXxP .nav-link.active {
  background: #232323;
}
.cid-vdxadGUXxP .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-vdxadGUXxP .nav-link:hover {
  background: #232323;
}
.cid-vdxadGUXxP .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-vdxadGUXxP .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxadGUXxP .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxadGUXxP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxadGUXxP .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxadGUXxP .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxadGUXxP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxadGUXxP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxadGUXxP .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxadGUXxP .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-vdxadGUXxP .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-vdxadGUXxP .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxadGUXxP .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-vdxadGUXxP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxadGUXxP .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-vdxadGUXxP .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxadGUXxP .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxadGUXxP .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxadGUXxP .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxadGUXxP .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxadGUXxP .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxadGUXxP .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxadGUXxP .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxadGUXxP .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxadGUXxP .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxadGUXxP .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxadGUXxP .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-vdxadGUXxP .mbr-text,
  .cid-vdxadGUXxP .nav-link,
  .cid-vdxadGUXxP .mbr-card-title,
  .cid-vdxadGUXxP .mbr-section-title {
    text-align: left;
  }
  .cid-vdxadGUXxP .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxadGUXxP .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxadGUXxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadGUXxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxadGUXxP .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxadGUXxP .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxadGUXxP .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxadHS7YE .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxadHS7YE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxadHS7YE .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-vdxadHS7YE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxadHS7YE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxadI8wvT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxadI8wvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxadI8wvT .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-vdxadI8wvT .container-fluid {
    padding: 0;
  }
}
.cid-vdxadI8wvT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxadI8wvT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxadI8wvT .embla__button--next,
.cid-vdxadI8wvT .embla__button--prev {
  display: flex;
}
.cid-vdxadI8wvT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxadI8wvT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxadI8wvT .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-vdxadI8wvT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxadI8wvT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxadI8wvT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxadI8wvT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxadI8wvT .embla {
  position: relative;
  width: 100%;
}
.cid-vdxadI8wvT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxadI8wvT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxadI8wvT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxadI8wvT .embla__slide a {
  cursor: grab;
}
.cid-vdxadI8wvT .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxadI8wvT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxadI8wvT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxadI8wvT .mbr-section-title {
  color: #232323;
}
.cid-vdxadI8wvT .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxadI8wvT .mbr-box {
  color: #ffffff;
}
.cid-vdxadI8wvT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxadI8wvT img,
.cid-vdxadI8wvT .item-img {
  width: 100%;
}
.cid-vdxadI8wvT .item-wrapper {
  position: relative;
}
.cid-vdxadI8wvT .content-head {
  max-width: 800px;
}
.cid-vdxadIoCev {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxadIoCev .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaebFOrB {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .dropdown-menu {
  padding: 0;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaebFOrB .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaebFOrB .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaebFOrB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaebFOrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaebFOrB .nav-link {
  position: relative;
}
.cid-vdxaebFOrB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaebFOrB .dropdown-menu,
.cid-vdxaebFOrB .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaebFOrB .nav-item:focus,
.cid-vdxaebFOrB .nav-link:focus {
  outline: none;
}
.cid-vdxaebFOrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaebFOrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaebFOrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaebFOrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaebFOrB .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaebFOrB .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaebFOrB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaebFOrB .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaebFOrB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaebFOrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaebFOrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaebFOrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaebFOrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaebFOrB .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-vdxaebFOrB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaebFOrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaebFOrB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaebFOrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaebFOrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaebFOrB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaebFOrB .navbar {
    min-height: 80px;
  }
}
.cid-vdxaebFOrB .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaebFOrB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaebFOrB .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaebFOrB .dropdown-item.active,
.cid-vdxaebFOrB .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaebFOrB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaebFOrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaebFOrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaebFOrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaebFOrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaebFOrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaebFOrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaebFOrB 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-vdxaebFOrB button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaebFOrB button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaebFOrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaebFOrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaebFOrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaebFOrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaebFOrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaebFOrB nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaebFOrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaebFOrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaebFOrB nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaebFOrB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaebFOrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .navbar {
    height: 70px;
  }
  .cid-vdxaebFOrB .navbar.opened {
    height: auto;
  }
  .cid-vdxaebFOrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaebFOrB .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-vdxaebFOrB .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaebFOrB .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaebFOrB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaebFOrB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaebFOrB .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaebFOrB .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaebFOrB .navbar-nav {
  display: flex !important;
}
.cid-vdxaebFOrB .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaebFOrB .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaebFOrB .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaebFOrB .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaebFOrB .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaebFOrB .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaebFOrB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaebFOrB .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaebFOrB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaebFOrB 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-vdxaebFOrB button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaebFOrB button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaebFOrB button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaebFOrB button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaebFOrB button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaebFOrB button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaebFOrB button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaebFOrB .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaebFOrB .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaebFOrB .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaebFOrB .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaebFOrB .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaebFOrB .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaebFOrB .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaebFOrB .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaebFOrB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaebFOrB .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaebFOrB .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaebFOrB .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaebFOrB .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaebFOrB .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaebFOrB .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaebFOrB .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaebFOrB .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaebFOrB .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaebFOrB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaebFOrB ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaebFOrB ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaebFOrB ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaebFOrB .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaebFOrB .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaebFOrB .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaebFOrB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaebFOrB .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-vdxaebFOrB .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-vdxaebFOrB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaebFOrB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaebFOrB .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaebFOrB .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaebFOrB .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaebFOrB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaebQ5Gw {
  background-image: url("../../../assets/images/prairie-grove-battlefield-state-park-6.webp");
}
.cid-vdxaebQ5Gw img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxaebQ5Gw .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxaebQ5Gw .images {
    display: none;
  }
}
.cid-vdxaebQ5Gw .image-wrapper-1,
.cid-vdxaebQ5Gw .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxaebQ5Gw .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxaebQ5Gw .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxaebQ5Gw .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxaebQ5Gw .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxaebQ5Gw .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxaebQ5Gw .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxaebQ5Gw .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxaebQ5Gw .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxaebQ5Gw .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxaebQ5Gw .text-wrapper {
  width: 100%;
}
.cid-vdxaebQ5Gw .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxaebQ5Gw .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxaebQ5Gw .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxaebQ5Gw .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxaebQ5Gw .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxaebQ5Gw .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxaebQ5Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaebQ5Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaebQ5Gw .text {
  display: flex;
  align-items: center;
}
.cid-vdxYd2DfGO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYd2DfGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYd2DfGO .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-vdxYd2DfGO .container-fluid {
    padding: 0;
  }
}
.cid-vdxYd2DfGO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYd2DfGO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYd2DfGO .embla__button--next,
.cid-vdxYd2DfGO .embla__button--prev {
  display: flex;
}
.cid-vdxYd2DfGO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYd2DfGO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYd2DfGO .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-vdxYd2DfGO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYd2DfGO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYd2DfGO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYd2DfGO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYd2DfGO .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYd2DfGO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYd2DfGO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYd2DfGO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYd2DfGO .embla__slide a {
  cursor: grab;
}
.cid-vdxYd2DfGO .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYd2DfGO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYd2DfGO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYd2DfGO .mbr-section-title {
  color: #232323;
}
.cid-vdxYd2DfGO .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYd2DfGO .mbr-box {
  color: #ffffff;
}
.cid-vdxYd2DfGO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYd2DfGO img,
.cid-vdxYd2DfGO .item-img {
  width: 100%;
}
.cid-vdxYd2DfGO .item-wrapper {
  position: relative;
}
.cid-vdxYd2DfGO .content-head {
  max-width: 800px;
}
.cid-vdxaebYv2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxaebYv2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaebYv2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaebYv2A .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxaebYv2A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxaebYv2A .container {
    padding: 0 16px;
  }
}
.cid-vdxaebYv2A .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxaebYv2A .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .row {
    padding: 25px 9px;
  }
}
.cid-vdxaebYv2A .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxaebYv2A .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxaebYv2A .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxaebYv2A .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxaebYv2A .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxaebYv2A .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxaebYv2A .items-wrapper {
    display: block;
  }
}
.cid-vdxaebYv2A .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxaebYv2A .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxaebYv2A .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxaebYv2A .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxaebYv2A .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxaebYv2A .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxaebYv2A .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxaebYv2A .card {
  justify-content: center;
}
.cid-vdxaebYv2A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaebYv2A .mbr-text {
  color: #000000;
}
.cid-vdxaebYv2A .card-title {
  color: #000000;
}
.cid-vdxaebYv2A .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaebYv2A .card-title,
.cid-vdxaebYv2A .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxaecan0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxaecan0P .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxaecan0P .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxaecan0P .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxaecan0P .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxaecan0P .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxaecan0P .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxaecan0P .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaecan0P .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxaecan0P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxaecan0P .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxaecan0P .embla__button--next,
.cid-vdxaecan0P .embla__button--prev {
  display: flex;
}
.cid-vdxaecan0P .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-vdxaecan0P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxaecan0P .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxaecan0P .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxaecan0P .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxaecan0P .embla__button {
    top: -10%;
  }
}
.cid-vdxaecan0P .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxaecan0P .embla {
    margin-top: 80px;
  }
}
.cid-vdxaecan0P .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxaecan0P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxaecan0P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxaecan0P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxaecan0P .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxaecan0P .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxaecan0P .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxaecan0P .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxaecan0P .mbr-text ul {
    display: block;
  }
}
.cid-vdxaecan0P .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxaecan0P .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxaecan0P .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxaecan0P .item-wrapper {
  height: 100%;
}
.cid-vdxaecan0P .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxaecan0P .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxaecan0P .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxaecjcV6 {
  background-color: #000000;
  position: relative;
}
.cid-vdxaecjcV6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxaecjcV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaecjcV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaecjcV6 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxaecjcV6 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaecjcV6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaecjcV6 .container {
    padding: 0 16px;
  }
}
.cid-vdxaecjcV6 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxaecjcV6 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaecjcV6 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxaecjcV6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxaecjcV6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxaecjcV6 .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxaecjcV6 .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxaecjcV6 .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxaecjcV6 .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxaecjcV6 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxaecjcV6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxaecjcV6 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxaecjcV6 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxaecjcV6 .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxaecjcV6 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxaecjcV6 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxaecjcV6 .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaecjcV6 .mbr-text {
  color: #f4f4f4;
}
#custom-html-4g {
  /* Type valid CSS here */
}
#custom-html-4g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4g p {
  font-size: 60px;
  color: #777;
}
.cid-vdxYbTWfL1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYbTWfL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYbTWfL1 .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-vdxYbTWfL1 .container-fluid {
    padding: 0;
  }
}
.cid-vdxYbTWfL1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYbTWfL1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYbTWfL1 .embla__button--next,
.cid-vdxYbTWfL1 .embla__button--prev {
  display: flex;
}
.cid-vdxYbTWfL1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYbTWfL1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYbTWfL1 .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-vdxYbTWfL1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYbTWfL1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYbTWfL1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYbTWfL1 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYbTWfL1 .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYbTWfL1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYbTWfL1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYbTWfL1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYbTWfL1 .embla__slide a {
  cursor: grab;
}
.cid-vdxYbTWfL1 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYbTWfL1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYbTWfL1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYbTWfL1 .mbr-section-title {
  color: #232323;
}
.cid-vdxYbTWfL1 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYbTWfL1 .mbr-box {
  color: #ffffff;
}
.cid-vdxYbTWfL1 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYbTWfL1 img,
.cid-vdxYbTWfL1 .item-img {
  width: 100%;
}
.cid-vdxYbTWfL1 .item-wrapper {
  position: relative;
}
.cid-vdxYbTWfL1 .content-head {
  max-width: 800px;
}
.cid-vdxaecziNo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxaecziNo h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxaecziNo .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxaecziNo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxaecziNo .nav-link.active {
  background: #232323;
}
.cid-vdxaecziNo .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-vdxaecziNo .nav-link:hover {
  background: #232323;
}
.cid-vdxaecziNo .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-vdxaecziNo .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxaecziNo .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxaecziNo .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxaecziNo .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxaecziNo .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxaecziNo .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxaecziNo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxaecziNo .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxaecziNo .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-vdxaecziNo .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-vdxaecziNo .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxaecziNo .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-vdxaecziNo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxaecziNo .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-vdxaecziNo .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxaecziNo .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxaecziNo .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxaecziNo .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaecziNo .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxaecziNo .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxaecziNo .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxaecziNo .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxaecziNo .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxaecziNo .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxaecziNo .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxaecziNo .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-vdxaecziNo .mbr-text,
  .cid-vdxaecziNo .nav-link,
  .cid-vdxaecziNo .mbr-card-title,
  .cid-vdxaecziNo .mbr-section-title {
    text-align: left;
  }
  .cid-vdxaecziNo .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxaecziNo .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxaecziNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaecziNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaecziNo .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxaecziNo .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxaecziNo .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxaedyga0 .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxaedyga0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxaedyga0 .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-vdxaedyga0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaedyga0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaedKhVM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxaedKhVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaedKhVM .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-vdxaedKhVM .container-fluid {
    padding: 0;
  }
}
.cid-vdxaedKhVM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxaedKhVM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxaedKhVM .embla__button--next,
.cid-vdxaedKhVM .embla__button--prev {
  display: flex;
}
.cid-vdxaedKhVM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxaedKhVM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxaedKhVM .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-vdxaedKhVM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxaedKhVM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxaedKhVM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxaedKhVM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxaedKhVM .embla {
  position: relative;
  width: 100%;
}
.cid-vdxaedKhVM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxaedKhVM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxaedKhVM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxaedKhVM .embla__slide a {
  cursor: grab;
}
.cid-vdxaedKhVM .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxaedKhVM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxaedKhVM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxaedKhVM .mbr-section-title {
  color: #232323;
}
.cid-vdxaedKhVM .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxaedKhVM .mbr-box {
  color: #ffffff;
}
.cid-vdxaedKhVM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxaedKhVM img,
.cid-vdxaedKhVM .item-img {
  width: 100%;
}
.cid-vdxaedKhVM .item-wrapper {
  position: relative;
}
.cid-vdxaedKhVM .content-head {
  max-width: 800px;
}
.cid-vdxaee0Wqa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaee0Wqa .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaeCeLu3 {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .dropdown-menu {
  padding: 0;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaeCeLu3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaeCeLu3 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaeCeLu3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaeCeLu3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaeCeLu3 .nav-link {
  position: relative;
}
.cid-vdxaeCeLu3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaeCeLu3 .dropdown-menu,
.cid-vdxaeCeLu3 .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaeCeLu3 .nav-item:focus,
.cid-vdxaeCeLu3 .nav-link:focus {
  outline: none;
}
.cid-vdxaeCeLu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaeCeLu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaeCeLu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaeCeLu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaeCeLu3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaeCeLu3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaeCeLu3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaeCeLu3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaeCeLu3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaeCeLu3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaeCeLu3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaeCeLu3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaeCeLu3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaeCeLu3 .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-vdxaeCeLu3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaeCeLu3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaeCeLu3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaeCeLu3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaeCeLu3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaeCeLu3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaeCeLu3 .navbar {
    min-height: 80px;
  }
}
.cid-vdxaeCeLu3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaeCeLu3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaeCeLu3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaeCeLu3 .dropdown-item.active,
.cid-vdxaeCeLu3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaeCeLu3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaeCeLu3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaeCeLu3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaeCeLu3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaeCeLu3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaeCeLu3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaeCeLu3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaeCeLu3 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-vdxaeCeLu3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaeCeLu3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaeCeLu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaeCeLu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaeCeLu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaeCeLu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaeCeLu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaeCeLu3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaeCeLu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaeCeLu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaeCeLu3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaeCeLu3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaeCeLu3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .navbar {
    height: 70px;
  }
  .cid-vdxaeCeLu3 .navbar.opened {
    height: auto;
  }
  .cid-vdxaeCeLu3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaeCeLu3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaeCeLu3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaeCeLu3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaeCeLu3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaeCeLu3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaeCeLu3 .navbar-nav {
  display: flex !important;
}
.cid-vdxaeCeLu3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaeCeLu3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaeCeLu3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaeCeLu3 .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaeCeLu3 .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaeCeLu3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaeCeLu3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaeCeLu3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaeCeLu3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaeCeLu3 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-vdxaeCeLu3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaeCeLu3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaeCeLu3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaeCeLu3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaeCeLu3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaeCeLu3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaeCeLu3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaeCeLu3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaeCeLu3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaeCeLu3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaeCeLu3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaeCeLu3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaeCeLu3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaeCeLu3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaeCeLu3 .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaeCeLu3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaeCeLu3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaeCeLu3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaeCeLu3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaeCeLu3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaeCeLu3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaeCeLu3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaeCeLu3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaeCeLu3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaeCeLu3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaeCeLu3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaeCeLu3 ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaeCeLu3 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaeCeLu3 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaeCeLu3 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaeCeLu3 .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaeCeLu3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaeCeLu3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaeCeLu3 .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-vdxaeCeLu3 .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-vdxaeCeLu3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaeCeLu3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaeCeLu3 .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaeCeLu3 .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaeCeLu3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaeCeLu3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaeCpst3 {
  background-image: url("../../../assets/images/young-memorial-2.webp");
}
.cid-vdxaeCpst3 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxaeCpst3 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxaeCpst3 .images {
    display: none;
  }
}
.cid-vdxaeCpst3 .image-wrapper-1,
.cid-vdxaeCpst3 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxaeCpst3 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxaeCpst3 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxaeCpst3 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxaeCpst3 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxaeCpst3 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxaeCpst3 .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxaeCpst3 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxaeCpst3 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxaeCpst3 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxaeCpst3 .text-wrapper {
  width: 100%;
}
.cid-vdxaeCpst3 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxaeCpst3 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxaeCpst3 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxaeCpst3 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxaeCpst3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxaeCpst3 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxaeCpst3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaeCpst3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaeCpst3 .text {
  display: flex;
  align-items: center;
}
.cid-vdxYnuodtn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYnuodtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYnuodtn .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-vdxYnuodtn .container-fluid {
    padding: 0;
  }
}
.cid-vdxYnuodtn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYnuodtn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYnuodtn .embla__button--next,
.cid-vdxYnuodtn .embla__button--prev {
  display: flex;
}
.cid-vdxYnuodtn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYnuodtn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYnuodtn .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-vdxYnuodtn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYnuodtn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYnuodtn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYnuodtn .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYnuodtn .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYnuodtn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYnuodtn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYnuodtn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYnuodtn .embla__slide a {
  cursor: grab;
}
.cid-vdxYnuodtn .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYnuodtn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYnuodtn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYnuodtn .mbr-section-title {
  color: #232323;
}
.cid-vdxYnuodtn .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYnuodtn .mbr-box {
  color: #ffffff;
}
.cid-vdxYnuodtn .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYnuodtn img,
.cid-vdxYnuodtn .item-img {
  width: 100%;
}
.cid-vdxYnuodtn .item-wrapper {
  position: relative;
}
.cid-vdxYnuodtn .content-head {
  max-width: 800px;
}
.cid-vdxaeCx0Of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxaeCx0Of .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaeCx0Of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaeCx0Of .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxaeCx0Of .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxaeCx0Of .container {
    padding: 0 16px;
  }
}
.cid-vdxaeCx0Of .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxaeCx0Of .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .row {
    padding: 25px 9px;
  }
}
.cid-vdxaeCx0Of .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxaeCx0Of .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxaeCx0Of .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxaeCx0Of .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxaeCx0Of .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxaeCx0Of .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxaeCx0Of .items-wrapper {
    display: block;
  }
}
.cid-vdxaeCx0Of .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxaeCx0Of .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxaeCx0Of .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxaeCx0Of .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxaeCx0Of .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxaeCx0Of .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxaeCx0Of .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxaeCx0Of .card {
  justify-content: center;
}
.cid-vdxaeCx0Of .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaeCx0Of .mbr-text {
  color: #000000;
}
.cid-vdxaeCx0Of .card-title {
  color: #000000;
}
.cid-vdxaeCx0Of .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaeCx0Of .card-title,
.cid-vdxaeCx0Of .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxaeCJx7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxaeCJx7G .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxaeCJx7G .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxaeCJx7G .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxaeCJx7G .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxaeCJx7G .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxaeCJx7G .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxaeCJx7G .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaeCJx7G .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxaeCJx7G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxaeCJx7G .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxaeCJx7G .embla__button--next,
.cid-vdxaeCJx7G .embla__button--prev {
  display: flex;
}
.cid-vdxaeCJx7G .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-vdxaeCJx7G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxaeCJx7G .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxaeCJx7G .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxaeCJx7G .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxaeCJx7G .embla__button {
    top: -10%;
  }
}
.cid-vdxaeCJx7G .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxaeCJx7G .embla {
    margin-top: 80px;
  }
}
.cid-vdxaeCJx7G .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxaeCJx7G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxaeCJx7G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxaeCJx7G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxaeCJx7G .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxaeCJx7G .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxaeCJx7G .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxaeCJx7G .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxaeCJx7G .mbr-text ul {
    display: block;
  }
}
.cid-vdxaeCJx7G .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxaeCJx7G .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxaeCJx7G .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxaeCJx7G .item-wrapper {
  height: 100%;
}
.cid-vdxaeCJx7G .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxaeCJx7G .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxaeCJx7G .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxaeCUqzb {
  background-color: #000000;
  position: relative;
}
.cid-vdxaeCUqzb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxaeCUqzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaeCUqzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaeCUqzb .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxaeCUqzb .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaeCUqzb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaeCUqzb .container {
    padding: 0 16px;
  }
}
.cid-vdxaeCUqzb .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxaeCUqzb .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaeCUqzb .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxaeCUqzb .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxaeCUqzb .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxaeCUqzb .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxaeCUqzb .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxaeCUqzb .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxaeCUqzb .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxaeCUqzb .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxaeCUqzb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxaeCUqzb .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxaeCUqzb .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxaeCUqzb .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxaeCUqzb .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxaeCUqzb .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxaeCUqzb .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaeCUqzb .mbr-text {
  color: #f4f4f4;
}
.cid-vdxYmaqFd6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYmaqFd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYmaqFd6 .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-vdxYmaqFd6 .container-fluid {
    padding: 0;
  }
}
.cid-vdxYmaqFd6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYmaqFd6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYmaqFd6 .embla__button--next,
.cid-vdxYmaqFd6 .embla__button--prev {
  display: flex;
}
.cid-vdxYmaqFd6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYmaqFd6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYmaqFd6 .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-vdxYmaqFd6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYmaqFd6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYmaqFd6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYmaqFd6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYmaqFd6 .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYmaqFd6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYmaqFd6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYmaqFd6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYmaqFd6 .embla__slide a {
  cursor: grab;
}
.cid-vdxYmaqFd6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYmaqFd6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYmaqFd6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYmaqFd6 .mbr-section-title {
  color: #232323;
}
.cid-vdxYmaqFd6 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYmaqFd6 .mbr-box {
  color: #ffffff;
}
.cid-vdxYmaqFd6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYmaqFd6 img,
.cid-vdxYmaqFd6 .item-img {
  width: 100%;
}
.cid-vdxYmaqFd6 .item-wrapper {
  position: relative;
}
.cid-vdxYmaqFd6 .content-head {
  max-width: 800px;
}
#custom-html-4q {
  /* Type valid CSS here */
}
#custom-html-4q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4q p {
  font-size: 60px;
  color: #777;
}
.cid-vdxaeD8erb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxaeD8erb h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxaeD8erb .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxaeD8erb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxaeD8erb .nav-link.active {
  background: #232323;
}
.cid-vdxaeD8erb .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-vdxaeD8erb .nav-link:hover {
  background: #232323;
}
.cid-vdxaeD8erb .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-vdxaeD8erb .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxaeD8erb .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxaeD8erb .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxaeD8erb .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxaeD8erb .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxaeD8erb .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxaeD8erb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxaeD8erb .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxaeD8erb .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-vdxaeD8erb .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-vdxaeD8erb .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxaeD8erb .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-vdxaeD8erb .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxaeD8erb .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-vdxaeD8erb .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxaeD8erb .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxaeD8erb .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxaeD8erb .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaeD8erb .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxaeD8erb .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxaeD8erb .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxaeD8erb .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxaeD8erb .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxaeD8erb .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxaeD8erb .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxaeD8erb .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-vdxaeD8erb .mbr-text,
  .cid-vdxaeD8erb .nav-link,
  .cid-vdxaeD8erb .mbr-card-title,
  .cid-vdxaeD8erb .mbr-section-title {
    text-align: left;
  }
  .cid-vdxaeD8erb .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxaeD8erb .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxaeD8erb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaeD8erb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaeD8erb .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxaeD8erb .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxaeD8erb .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxaeE8IyF .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxaeE8IyF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxaeE8IyF .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-vdxaeE8IyF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaeE8IyF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaeElZFO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxaeElZFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaeElZFO .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-vdxaeElZFO .container-fluid {
    padding: 0;
  }
}
.cid-vdxaeElZFO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxaeElZFO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxaeElZFO .embla__button--next,
.cid-vdxaeElZFO .embla__button--prev {
  display: flex;
}
.cid-vdxaeElZFO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxaeElZFO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxaeElZFO .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-vdxaeElZFO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxaeElZFO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxaeElZFO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxaeElZFO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxaeElZFO .embla {
  position: relative;
  width: 100%;
}
.cid-vdxaeElZFO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxaeElZFO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxaeElZFO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxaeElZFO .embla__slide a {
  cursor: grab;
}
.cid-vdxaeElZFO .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxaeElZFO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxaeElZFO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxaeElZFO .mbr-section-title {
  color: #232323;
}
.cid-vdxaeElZFO .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxaeElZFO .mbr-box {
  color: #ffffff;
}
.cid-vdxaeElZFO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxaeElZFO img,
.cid-vdxaeElZFO .item-img {
  width: 100%;
}
.cid-vdxaeElZFO .item-wrapper {
  position: relative;
}
.cid-vdxaeElZFO .content-head {
  max-width: 800px;
}
.cid-vdxaeEBhjS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaeEBhjS .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaf2kFbu {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .dropdown-menu {
  padding: 0;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaf2kFbu .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaf2kFbu .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaf2kFbu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaf2kFbu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaf2kFbu .nav-link {
  position: relative;
}
.cid-vdxaf2kFbu .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaf2kFbu .dropdown-menu,
.cid-vdxaf2kFbu .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaf2kFbu .nav-item:focus,
.cid-vdxaf2kFbu .nav-link:focus {
  outline: none;
}
.cid-vdxaf2kFbu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaf2kFbu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaf2kFbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaf2kFbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaf2kFbu .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaf2kFbu .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaf2kFbu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaf2kFbu .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaf2kFbu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaf2kFbu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaf2kFbu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaf2kFbu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaf2kFbu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaf2kFbu .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-vdxaf2kFbu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaf2kFbu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaf2kFbu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaf2kFbu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaf2kFbu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaf2kFbu .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaf2kFbu .navbar {
    min-height: 80px;
  }
}
.cid-vdxaf2kFbu .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaf2kFbu .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaf2kFbu .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaf2kFbu .dropdown-item.active,
.cid-vdxaf2kFbu .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaf2kFbu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaf2kFbu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaf2kFbu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaf2kFbu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaf2kFbu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaf2kFbu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaf2kFbu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaf2kFbu 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-vdxaf2kFbu button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaf2kFbu button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaf2kFbu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaf2kFbu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaf2kFbu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaf2kFbu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaf2kFbu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaf2kFbu nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaf2kFbu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaf2kFbu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaf2kFbu nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaf2kFbu .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaf2kFbu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .navbar {
    height: 70px;
  }
  .cid-vdxaf2kFbu .navbar.opened {
    height: auto;
  }
  .cid-vdxaf2kFbu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaf2kFbu .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaf2kFbu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaf2kFbu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaf2kFbu .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaf2kFbu .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaf2kFbu .navbar-nav {
  display: flex !important;
}
.cid-vdxaf2kFbu .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaf2kFbu .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaf2kFbu .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaf2kFbu .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaf2kFbu .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaf2kFbu .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaf2kFbu .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaf2kFbu .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaf2kFbu .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaf2kFbu 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-vdxaf2kFbu button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaf2kFbu button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaf2kFbu button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaf2kFbu button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaf2kFbu button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaf2kFbu button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaf2kFbu button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaf2kFbu .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaf2kFbu .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaf2kFbu .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaf2kFbu .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaf2kFbu .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaf2kFbu .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaf2kFbu .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaf2kFbu .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaf2kFbu .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaf2kFbu .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaf2kFbu .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaf2kFbu .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaf2kFbu .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaf2kFbu .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaf2kFbu .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaf2kFbu .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaf2kFbu .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaf2kFbu .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaf2kFbu .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaf2kFbu ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaf2kFbu ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaf2kFbu ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaf2kFbu .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaf2kFbu .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaf2kFbu .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaf2kFbu .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaf2kFbu .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-vdxaf2kFbu .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-vdxaf2kFbu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaf2kFbu .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaf2kFbu .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaf2kFbu .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaf2kFbu .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaf2kFbu .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaf2vNHs {
  background-image: url("../../../assets/images/central-methodist-episcopal-church-south.webp");
}
.cid-vdxaf2vNHs img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxaf2vNHs .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxaf2vNHs .images {
    display: none;
  }
}
.cid-vdxaf2vNHs .image-wrapper-1,
.cid-vdxaf2vNHs .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxaf2vNHs .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxaf2vNHs .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxaf2vNHs .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxaf2vNHs .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxaf2vNHs .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxaf2vNHs .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxaf2vNHs .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxaf2vNHs .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxaf2vNHs .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxaf2vNHs .text-wrapper {
  width: 100%;
}
.cid-vdxaf2vNHs .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxaf2vNHs .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxaf2vNHs .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxaf2vNHs .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxaf2vNHs .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxaf2vNHs .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxaf2vNHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaf2vNHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaf2vNHs .text {
  display: flex;
  align-items: center;
}
.cid-vdxaf2DjqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxaf2DjqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaf2DjqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaf2DjqE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxaf2DjqE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxaf2DjqE .container {
    padding: 0 16px;
  }
}
.cid-vdxaf2DjqE .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxaf2DjqE .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .row {
    padding: 25px 9px;
  }
}
.cid-vdxaf2DjqE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxaf2DjqE .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxaf2DjqE .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxaf2DjqE .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxaf2DjqE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxaf2DjqE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxaf2DjqE .items-wrapper {
    display: block;
  }
}
.cid-vdxaf2DjqE .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxaf2DjqE .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxaf2DjqE .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxaf2DjqE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxaf2DjqE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxaf2DjqE .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxaf2DjqE .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxaf2DjqE .card {
  justify-content: center;
}
.cid-vdxaf2DjqE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaf2DjqE .mbr-text {
  color: #000000;
}
.cid-vdxaf2DjqE .card-title {
  color: #000000;
}
.cid-vdxaf2DjqE .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaf2DjqE .card-title,
.cid-vdxaf2DjqE .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxaf2PrR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxaf2PrR6 .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxaf2PrR6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxaf2PrR6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxaf2PrR6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxaf2PrR6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxaf2PrR6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxaf2PrR6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaf2PrR6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxaf2PrR6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxaf2PrR6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxaf2PrR6 .embla__button--next,
.cid-vdxaf2PrR6 .embla__button--prev {
  display: flex;
}
.cid-vdxaf2PrR6 .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-vdxaf2PrR6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxaf2PrR6 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxaf2PrR6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxaf2PrR6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxaf2PrR6 .embla__button {
    top: -10%;
  }
}
.cid-vdxaf2PrR6 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxaf2PrR6 .embla {
    margin-top: 80px;
  }
}
.cid-vdxaf2PrR6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxaf2PrR6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxaf2PrR6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxaf2PrR6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxaf2PrR6 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxaf2PrR6 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxaf2PrR6 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxaf2PrR6 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxaf2PrR6 .mbr-text ul {
    display: block;
  }
}
.cid-vdxaf2PrR6 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxaf2PrR6 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxaf2PrR6 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxaf2PrR6 .item-wrapper {
  height: 100%;
}
.cid-vdxaf2PrR6 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxaf2PrR6 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxaf2PrR6 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxaf2Z85A {
  background-color: #000000;
  position: relative;
}
.cid-vdxaf2Z85A::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxaf2Z85A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaf2Z85A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaf2Z85A .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxaf2Z85A .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaf2Z85A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaf2Z85A .container {
    padding: 0 16px;
  }
}
.cid-vdxaf2Z85A .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxaf2Z85A .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxaf2Z85A .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxaf2Z85A .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxaf2Z85A .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxaf2Z85A .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxaf2Z85A .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxaf2Z85A .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxaf2Z85A .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxaf2Z85A .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxaf2Z85A .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxaf2Z85A .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxaf2Z85A .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxaf2Z85A .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxaf2Z85A .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxaf2Z85A .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxaf2Z85A .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaf2Z85A .mbr-text {
  color: #f4f4f4;
}
#custom-html-50 {
  /* Type valid CSS here */
}
#custom-html-50 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-50 p {
  font-size: 60px;
  color: #777;
}
.cid-vdxaf3d1zg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxaf3d1zg h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxaf3d1zg .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxaf3d1zg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxaf3d1zg .nav-link.active {
  background: #232323;
}
.cid-vdxaf3d1zg .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-vdxaf3d1zg .nav-link:hover {
  background: #232323;
}
.cid-vdxaf3d1zg .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-vdxaf3d1zg .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxaf3d1zg .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxaf3d1zg .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxaf3d1zg .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxaf3d1zg .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxaf3d1zg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxaf3d1zg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxaf3d1zg .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxaf3d1zg .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-vdxaf3d1zg .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-vdxaf3d1zg .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxaf3d1zg .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-vdxaf3d1zg .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxaf3d1zg .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-vdxaf3d1zg .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxaf3d1zg .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxaf3d1zg .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxaf3d1zg .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaf3d1zg .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxaf3d1zg .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxaf3d1zg .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxaf3d1zg .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxaf3d1zg .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxaf3d1zg .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxaf3d1zg .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxaf3d1zg .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-vdxaf3d1zg .mbr-text,
  .cid-vdxaf3d1zg .nav-link,
  .cid-vdxaf3d1zg .mbr-card-title,
  .cid-vdxaf3d1zg .mbr-section-title {
    text-align: left;
  }
  .cid-vdxaf3d1zg .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxaf3d1zg .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxaf3d1zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaf3d1zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaf3d1zg .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxaf3d1zg .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxaf3d1zg .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxaf4dz02 .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxaf4dz02 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxaf4dz02 .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-vdxaf4dz02 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaf4dz02 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaf4r41X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxaf4r41X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaf4r41X .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-vdxaf4r41X .container-fluid {
    padding: 0;
  }
}
.cid-vdxaf4r41X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxaf4r41X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxaf4r41X .embla__button--next,
.cid-vdxaf4r41X .embla__button--prev {
  display: flex;
}
.cid-vdxaf4r41X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxaf4r41X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxaf4r41X .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-vdxaf4r41X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxaf4r41X .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxaf4r41X .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxaf4r41X .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxaf4r41X .embla {
  position: relative;
  width: 100%;
}
.cid-vdxaf4r41X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxaf4r41X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxaf4r41X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxaf4r41X .embla__slide a {
  cursor: grab;
}
.cid-vdxaf4r41X .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxaf4r41X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxaf4r41X .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxaf4r41X .mbr-section-title {
  color: #232323;
}
.cid-vdxaf4r41X .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxaf4r41X .mbr-box {
  color: #ffffff;
}
.cid-vdxaf4r41X .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxaf4r41X img,
.cid-vdxaf4r41X .item-img {
  width: 100%;
}
.cid-vdxaf4r41X .item-wrapper {
  position: relative;
}
.cid-vdxaf4r41X .content-head {
  max-width: 800px;
}
.cid-vdxaf4Hfd7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaf4Hfd7 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxagKeWua {
  z-index: 1000;
  width: 100%;
}
.cid-vdxagKeWua .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-vdxagKeWua .dropdown-menu {
  padding: 0;
}
.cid-vdxagKeWua .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-vdxagKeWua .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxagKeWua .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxagKeWua .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxagKeWua .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxagKeWua .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxagKeWua .nav-link {
  position: relative;
}
.cid-vdxagKeWua .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxagKeWua .dropdown-menu,
.cid-vdxagKeWua .navbar.opened {
  background: #212428 !important;
}
.cid-vdxagKeWua .nav-item:focus,
.cid-vdxagKeWua .nav-link:focus {
  outline: none;
}
.cid-vdxagKeWua .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxagKeWua .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxagKeWua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxagKeWua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxagKeWua .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxagKeWua .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxagKeWua .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxagKeWua .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxagKeWua .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxagKeWua .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxagKeWua .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxagKeWua .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxagKeWua .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxagKeWua .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-vdxagKeWua .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxagKeWua .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxagKeWua .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxagKeWua .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxagKeWua .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxagKeWua .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxagKeWua .navbar {
    min-height: 80px;
  }
}
.cid-vdxagKeWua .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxagKeWua .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-vdxagKeWua .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxagKeWua .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxagKeWua .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxagKeWua .dropdown-item.active,
.cid-vdxagKeWua .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxagKeWua .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxagKeWua .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxagKeWua .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxagKeWua .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxagKeWua .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxagKeWua .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxagKeWua ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxagKeWua 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-vdxagKeWua button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxagKeWua button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxagKeWua button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxagKeWua button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxagKeWua button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxagKeWua button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxagKeWua button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxagKeWua nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxagKeWua nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxagKeWua nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxagKeWua nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxagKeWua .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxagKeWua a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxagKeWua .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-vdxagKeWua .navbar {
    height: 70px;
  }
  .cid-vdxagKeWua .navbar.opened {
    height: auto;
  }
  .cid-vdxagKeWua .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxagKeWua .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-vdxagKeWua .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxagKeWua .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxagKeWua .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxagKeWua .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxagKeWua .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxagKeWua .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxagKeWua .navbar-nav {
  display: flex !important;
}
.cid-vdxagKeWua .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxagKeWua .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxagKeWua .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxagKeWua .navbar-nav .nav-item .nav-link:hover,
.cid-vdxagKeWua .navbar-nav .nav-item .nav-link:focus,
.cid-vdxagKeWua .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxagKeWua .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxagKeWua .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxagKeWua .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxagKeWua 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-vdxagKeWua button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxagKeWua button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxagKeWua button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxagKeWua button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxagKeWua button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxagKeWua button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxagKeWua button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxagKeWua .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-vdxagKeWua .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxagKeWua .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxagKeWua .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxagKeWua .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxagKeWua .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxagKeWua .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxagKeWua .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxagKeWua .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxagKeWua .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxagKeWua .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxagKeWua .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxagKeWua .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-vdxagKeWua .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxagKeWua .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxagKeWua .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxagKeWua .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxagKeWua .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxagKeWua .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxagKeWua .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxagKeWua .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxagKeWua .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxagKeWua .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxagKeWua ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxagKeWua ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxagKeWua ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxagKeWua .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxagKeWua .social-container {
    padding-top: 40px;
  }
}
.cid-vdxagKeWua .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxagKeWua .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxagKeWua .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-vdxagKeWua .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-vdxagKeWua .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxagKeWua .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxagKeWua .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxagKeWua .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxagKeWua .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxagKeWua .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxagKoYhJ {
  background-image: url("../../../assets/images/shelton-lockeby-house.webp");
}
.cid-vdxagKoYhJ img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxagKoYhJ .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxagKoYhJ .images {
    display: none;
  }
}
.cid-vdxagKoYhJ .image-wrapper-1,
.cid-vdxagKoYhJ .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxagKoYhJ .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxagKoYhJ .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxagKoYhJ .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxagKoYhJ .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxagKoYhJ .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxagKoYhJ .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxagKoYhJ .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxagKoYhJ .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxagKoYhJ .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxagKoYhJ .text-wrapper {
  width: 100%;
}
.cid-vdxagKoYhJ .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxagKoYhJ .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxagKoYhJ .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxagKoYhJ .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxagKoYhJ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxagKoYhJ .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxagKoYhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxagKoYhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxagKoYhJ .text {
  display: flex;
  align-items: center;
}
.cid-vdxYFpYwls {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYFpYwls .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYFpYwls .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-vdxYFpYwls .container-fluid {
    padding: 0;
  }
}
.cid-vdxYFpYwls .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYFpYwls .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYFpYwls .embla__button--next,
.cid-vdxYFpYwls .embla__button--prev {
  display: flex;
}
.cid-vdxYFpYwls .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYFpYwls .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYFpYwls .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-vdxYFpYwls .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYFpYwls .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYFpYwls .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYFpYwls .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYFpYwls .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYFpYwls .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYFpYwls .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYFpYwls .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYFpYwls .embla__slide a {
  cursor: grab;
}
.cid-vdxYFpYwls .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYFpYwls .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYFpYwls .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYFpYwls .mbr-section-title {
  color: #232323;
}
.cid-vdxYFpYwls .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYFpYwls .mbr-box {
  color: #ffffff;
}
.cid-vdxYFpYwls .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYFpYwls img,
.cid-vdxYFpYwls .item-img {
  width: 100%;
}
.cid-vdxYFpYwls .item-wrapper {
  position: relative;
}
.cid-vdxYFpYwls .content-head {
  max-width: 800px;
}
.cid-vdxagKxGhT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxagKxGhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxagKxGhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxagKxGhT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxagKxGhT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxagKxGhT .container {
    padding: 0 16px;
  }
}
.cid-vdxagKxGhT .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxagKxGhT .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .row {
    padding: 25px 9px;
  }
}
.cid-vdxagKxGhT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxagKxGhT .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxagKxGhT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxagKxGhT .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxagKxGhT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxagKxGhT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxagKxGhT .items-wrapper {
    display: block;
  }
}
.cid-vdxagKxGhT .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxagKxGhT .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxagKxGhT .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxagKxGhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxagKxGhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxagKxGhT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxagKxGhT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxagKxGhT .card {
  justify-content: center;
}
.cid-vdxagKxGhT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxagKxGhT .mbr-text {
  color: #000000;
}
.cid-vdxagKxGhT .card-title {
  color: #000000;
}
.cid-vdxagKxGhT .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxagKxGhT .card-title,
.cid-vdxagKxGhT .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxagKI1Z1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxagKI1Z1 .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxagKI1Z1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxagKI1Z1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxagKI1Z1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxagKI1Z1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxagKI1Z1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxagKI1Z1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxagKI1Z1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxagKI1Z1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxagKI1Z1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxagKI1Z1 .embla__button--next,
.cid-vdxagKI1Z1 .embla__button--prev {
  display: flex;
}
.cid-vdxagKI1Z1 .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-vdxagKI1Z1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxagKI1Z1 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxagKI1Z1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxagKI1Z1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxagKI1Z1 .embla__button {
    top: -10%;
  }
}
.cid-vdxagKI1Z1 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxagKI1Z1 .embla {
    margin-top: 80px;
  }
}
.cid-vdxagKI1Z1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxagKI1Z1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxagKI1Z1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxagKI1Z1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxagKI1Z1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxagKI1Z1 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxagKI1Z1 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxagKI1Z1 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxagKI1Z1 .mbr-text ul {
    display: block;
  }
}
.cid-vdxagKI1Z1 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxagKI1Z1 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxagKI1Z1 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxagKI1Z1 .item-wrapper {
  height: 100%;
}
.cid-vdxagKI1Z1 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxagKI1Z1 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxagKI1Z1 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxagKS4pg {
  background-color: #000000;
  position: relative;
}
.cid-vdxagKS4pg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxagKS4pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxagKS4pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxagKS4pg .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxagKS4pg .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxagKS4pg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxagKS4pg .container {
    padding: 0 16px;
  }
}
.cid-vdxagKS4pg .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxagKS4pg .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxagKS4pg .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxagKS4pg .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxagKS4pg .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxagKS4pg .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxagKS4pg .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxagKS4pg .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxagKS4pg .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxagKS4pg .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxagKS4pg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxagKS4pg .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxagKS4pg .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxagKS4pg .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxagKS4pg .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxagKS4pg .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxagKS4pg .mbr-section-title {
  color: #ffffff;
}
.cid-vdxagKS4pg .mbr-text {
  color: #f4f4f4;
}
.cid-vdxYE7nUFn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYE7nUFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYE7nUFn .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-vdxYE7nUFn .container-fluid {
    padding: 0;
  }
}
.cid-vdxYE7nUFn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYE7nUFn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYE7nUFn .embla__button--next,
.cid-vdxYE7nUFn .embla__button--prev {
  display: flex;
}
.cid-vdxYE7nUFn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYE7nUFn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYE7nUFn .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-vdxYE7nUFn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYE7nUFn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYE7nUFn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYE7nUFn .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYE7nUFn .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYE7nUFn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYE7nUFn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYE7nUFn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYE7nUFn .embla__slide a {
  cursor: grab;
}
.cid-vdxYE7nUFn .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYE7nUFn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYE7nUFn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYE7nUFn .mbr-section-title {
  color: #232323;
}
.cid-vdxYE7nUFn .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYE7nUFn .mbr-box {
  color: #ffffff;
}
.cid-vdxYE7nUFn .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYE7nUFn img,
.cid-vdxYE7nUFn .item-img {
  width: 100%;
}
.cid-vdxYE7nUFn .item-wrapper {
  position: relative;
}
.cid-vdxYE7nUFn .content-head {
  max-width: 800px;
}
#custom-html-5a {
  /* Type valid CSS here */
}
#custom-html-5a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5a p {
  font-size: 60px;
  color: #777;
}
.cid-vdxagL63PW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxagL63PW h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxagL63PW .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxagL63PW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxagL63PW .nav-link.active {
  background: #232323;
}
.cid-vdxagL63PW .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-vdxagL63PW .nav-link:hover {
  background: #232323;
}
.cid-vdxagL63PW .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-vdxagL63PW .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxagL63PW .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxagL63PW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxagL63PW .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxagL63PW .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxagL63PW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxagL63PW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxagL63PW .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxagL63PW .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-vdxagL63PW .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-vdxagL63PW .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxagL63PW .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-vdxagL63PW .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxagL63PW .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-vdxagL63PW .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxagL63PW .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxagL63PW .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxagL63PW .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxagL63PW .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxagL63PW .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxagL63PW .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxagL63PW .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxagL63PW .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxagL63PW .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxagL63PW .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxagL63PW .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-vdxagL63PW .mbr-text,
  .cid-vdxagL63PW .nav-link,
  .cid-vdxagL63PW .mbr-card-title,
  .cid-vdxagL63PW .mbr-section-title {
    text-align: left;
  }
  .cid-vdxagL63PW .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxagL63PW .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxagL63PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxagL63PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxagL63PW .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxagL63PW .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxagL63PW .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxagM3FAk .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxagM3FAk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxagM3FAk .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-vdxagM3FAk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxagM3FAk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxagMgQHN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxagMgQHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxagMgQHN .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-vdxagMgQHN .container-fluid {
    padding: 0;
  }
}
.cid-vdxagMgQHN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxagMgQHN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxagMgQHN .embla__button--next,
.cid-vdxagMgQHN .embla__button--prev {
  display: flex;
}
.cid-vdxagMgQHN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxagMgQHN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxagMgQHN .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-vdxagMgQHN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxagMgQHN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxagMgQHN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxagMgQHN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxagMgQHN .embla {
  position: relative;
  width: 100%;
}
.cid-vdxagMgQHN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxagMgQHN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxagMgQHN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxagMgQHN .embla__slide a {
  cursor: grab;
}
.cid-vdxagMgQHN .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxagMgQHN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxagMgQHN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxagMgQHN .mbr-section-title {
  color: #232323;
}
.cid-vdxagMgQHN .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxagMgQHN .mbr-box {
  color: #ffffff;
}
.cid-vdxagMgQHN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxagMgQHN img,
.cid-vdxagMgQHN .item-img {
  width: 100%;
}
.cid-vdxagMgQHN .item-wrapper {
  position: relative;
}
.cid-vdxagMgQHN .content-head {
  max-width: 800px;
}
.cid-vdxagMxMTk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxagMxMTk .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxahn8lqw {
  z-index: 1000;
  width: 100%;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .dropdown-menu {
  padding: 0;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxahn8lqw .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxahn8lqw .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxahn8lqw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxahn8lqw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxahn8lqw .nav-link {
  position: relative;
}
.cid-vdxahn8lqw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxahn8lqw .dropdown-menu,
.cid-vdxahn8lqw .navbar.opened {
  background: #212428 !important;
}
.cid-vdxahn8lqw .nav-item:focus,
.cid-vdxahn8lqw .nav-link:focus {
  outline: none;
}
.cid-vdxahn8lqw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxahn8lqw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxahn8lqw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxahn8lqw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxahn8lqw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxahn8lqw .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxahn8lqw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxahn8lqw .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxahn8lqw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxahn8lqw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxahn8lqw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxahn8lqw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxahn8lqw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxahn8lqw .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-vdxahn8lqw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxahn8lqw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxahn8lqw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxahn8lqw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxahn8lqw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxahn8lqw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxahn8lqw .navbar {
    min-height: 80px;
  }
}
.cid-vdxahn8lqw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxahn8lqw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxahn8lqw .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxahn8lqw .dropdown-item.active,
.cid-vdxahn8lqw .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxahn8lqw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxahn8lqw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxahn8lqw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxahn8lqw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxahn8lqw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxahn8lqw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxahn8lqw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxahn8lqw 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-vdxahn8lqw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxahn8lqw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxahn8lqw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxahn8lqw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxahn8lqw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxahn8lqw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxahn8lqw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxahn8lqw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxahn8lqw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxahn8lqw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxahn8lqw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxahn8lqw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxahn8lqw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .navbar {
    height: 70px;
  }
  .cid-vdxahn8lqw .navbar.opened {
    height: auto;
  }
  .cid-vdxahn8lqw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxahn8lqw .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-vdxahn8lqw .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxahn8lqw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxahn8lqw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxahn8lqw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxahn8lqw .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxahn8lqw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxahn8lqw .navbar-nav {
  display: flex !important;
}
.cid-vdxahn8lqw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxahn8lqw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxahn8lqw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxahn8lqw .navbar-nav .nav-item .nav-link:hover,
.cid-vdxahn8lqw .navbar-nav .nav-item .nav-link:focus,
.cid-vdxahn8lqw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxahn8lqw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxahn8lqw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxahn8lqw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxahn8lqw 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-vdxahn8lqw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxahn8lqw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxahn8lqw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxahn8lqw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxahn8lqw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxahn8lqw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxahn8lqw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxahn8lqw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxahn8lqw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxahn8lqw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxahn8lqw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxahn8lqw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxahn8lqw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxahn8lqw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxahn8lqw .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxahn8lqw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxahn8lqw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxahn8lqw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxahn8lqw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxahn8lqw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxahn8lqw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxahn8lqw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxahn8lqw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxahn8lqw .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxahn8lqw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxahn8lqw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxahn8lqw ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxahn8lqw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxahn8lqw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxahn8lqw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxahn8lqw .social-container {
    padding-top: 40px;
  }
}
.cid-vdxahn8lqw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxahn8lqw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxahn8lqw .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-vdxahn8lqw .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-vdxahn8lqw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxahn8lqw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxahn8lqw .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxahn8lqw .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxahn8lqw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxahn8lqw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxahnlfQw {
  background-image: url("../../../assets/images/american-legion-hut.webp");
}
.cid-vdxahnlfQw img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxahnlfQw .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxahnlfQw .images {
    display: none;
  }
}
.cid-vdxahnlfQw .image-wrapper-1,
.cid-vdxahnlfQw .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxahnlfQw .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxahnlfQw .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxahnlfQw .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxahnlfQw .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxahnlfQw .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxahnlfQw .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxahnlfQw .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxahnlfQw .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxahnlfQw .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxahnlfQw .text-wrapper {
  width: 100%;
}
.cid-vdxahnlfQw .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxahnlfQw .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxahnlfQw .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxahnlfQw .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxahnlfQw .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxahnlfQw .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxahnlfQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxahnlfQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxahnlfQw .text {
  display: flex;
  align-items: center;
}
.cid-vdxZ10RUXV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxZ10RUXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZ10RUXV .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-vdxZ10RUXV .container-fluid {
    padding: 0;
  }
}
.cid-vdxZ10RUXV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxZ10RUXV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxZ10RUXV .embla__button--next,
.cid-vdxZ10RUXV .embla__button--prev {
  display: flex;
}
.cid-vdxZ10RUXV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxZ10RUXV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxZ10RUXV .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-vdxZ10RUXV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxZ10RUXV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxZ10RUXV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxZ10RUXV .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxZ10RUXV .embla {
  position: relative;
  width: 100%;
}
.cid-vdxZ10RUXV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxZ10RUXV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxZ10RUXV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxZ10RUXV .embla__slide a {
  cursor: grab;
}
.cid-vdxZ10RUXV .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxZ10RUXV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxZ10RUXV .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxZ10RUXV .mbr-section-title {
  color: #232323;
}
.cid-vdxZ10RUXV .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxZ10RUXV .mbr-box {
  color: #ffffff;
}
.cid-vdxZ10RUXV .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxZ10RUXV img,
.cid-vdxZ10RUXV .item-img {
  width: 100%;
}
.cid-vdxZ10RUXV .item-wrapper {
  position: relative;
}
.cid-vdxZ10RUXV .content-head {
  max-width: 800px;
}
.cid-vdxahntvwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxahntvwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxahntvwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxahntvwX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxahntvwX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxahntvwX .container {
    padding: 0 16px;
  }
}
.cid-vdxahntvwX .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxahntvwX .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .row {
    padding: 25px 9px;
  }
}
.cid-vdxahntvwX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxahntvwX .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxahntvwX .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxahntvwX .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxahntvwX .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxahntvwX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxahntvwX .items-wrapper {
    display: block;
  }
}
.cid-vdxahntvwX .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxahntvwX .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxahntvwX .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxahntvwX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxahntvwX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxahntvwX .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxahntvwX .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxahntvwX .card {
  justify-content: center;
}
.cid-vdxahntvwX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxahntvwX .mbr-text {
  color: #000000;
}
.cid-vdxahntvwX .card-title {
  color: #000000;
}
.cid-vdxahntvwX .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxahntvwX .card-title,
.cid-vdxahntvwX .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxahnFFfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxahnFFfX .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxahnFFfX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxahnFFfX .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxahnFFfX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxahnFFfX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxahnFFfX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxahnFFfX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxahnFFfX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxahnFFfX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxahnFFfX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxahnFFfX .embla__button--next,
.cid-vdxahnFFfX .embla__button--prev {
  display: flex;
}
.cid-vdxahnFFfX .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-vdxahnFFfX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxahnFFfX .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxahnFFfX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxahnFFfX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxahnFFfX .embla__button {
    top: -10%;
  }
}
.cid-vdxahnFFfX .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxahnFFfX .embla {
    margin-top: 80px;
  }
}
.cid-vdxahnFFfX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxahnFFfX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxahnFFfX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxahnFFfX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxahnFFfX .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxahnFFfX .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxahnFFfX .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxahnFFfX .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxahnFFfX .mbr-text ul {
    display: block;
  }
}
.cid-vdxahnFFfX .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxahnFFfX .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxahnFFfX .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxahnFFfX .item-wrapper {
  height: 100%;
}
.cid-vdxahnFFfX .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxahnFFfX .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxahnFFfX .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxahnO3kh {
  background-color: #000000;
  position: relative;
}
.cid-vdxahnO3kh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxahnO3kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxahnO3kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxahnO3kh .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxahnO3kh .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxahnO3kh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxahnO3kh .container {
    padding: 0 16px;
  }
}
.cid-vdxahnO3kh .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxahnO3kh .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxahnO3kh .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxahnO3kh .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxahnO3kh .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxahnO3kh .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxahnO3kh .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxahnO3kh .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxahnO3kh .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxahnO3kh .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxahnO3kh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxahnO3kh .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxahnO3kh .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxahnO3kh .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxahnO3kh .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxahnO3kh .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxahnO3kh .mbr-section-title {
  color: #ffffff;
}
.cid-vdxahnO3kh .mbr-text {
  color: #f4f4f4;
}
.cid-vdxahnO3kh .mbr-section-title DIV {
  text-align: center;
}
.cid-vdxYZXbxL9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYZXbxL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYZXbxL9 .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-vdxYZXbxL9 .container-fluid {
    padding: 0;
  }
}
.cid-vdxYZXbxL9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYZXbxL9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYZXbxL9 .embla__button--next,
.cid-vdxYZXbxL9 .embla__button--prev {
  display: flex;
}
.cid-vdxYZXbxL9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYZXbxL9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYZXbxL9 .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-vdxYZXbxL9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYZXbxL9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYZXbxL9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYZXbxL9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYZXbxL9 .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYZXbxL9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYZXbxL9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYZXbxL9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYZXbxL9 .embla__slide a {
  cursor: grab;
}
.cid-vdxYZXbxL9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYZXbxL9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYZXbxL9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYZXbxL9 .mbr-section-title {
  color: #232323;
}
.cid-vdxYZXbxL9 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYZXbxL9 .mbr-box {
  color: #ffffff;
}
.cid-vdxYZXbxL9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYZXbxL9 img,
.cid-vdxYZXbxL9 .item-img {
  width: 100%;
}
.cid-vdxYZXbxL9 .item-wrapper {
  position: relative;
}
.cid-vdxYZXbxL9 .content-head {
  max-width: 800px;
}
#custom-html-5k {
  /* Type valid CSS here */
}
#custom-html-5k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5k p {
  font-size: 60px;
  color: #777;
}
.cid-vdxaho1LEG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxaho1LEG h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxaho1LEG .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxaho1LEG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxaho1LEG .nav-link.active {
  background: #232323;
}
.cid-vdxaho1LEG .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-vdxaho1LEG .nav-link:hover {
  background: #232323;
}
.cid-vdxaho1LEG .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-vdxaho1LEG .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxaho1LEG .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxaho1LEG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxaho1LEG .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxaho1LEG .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxaho1LEG .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxaho1LEG .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxaho1LEG .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxaho1LEG .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-vdxaho1LEG .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-vdxaho1LEG .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxaho1LEG .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-vdxaho1LEG .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxaho1LEG .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-vdxaho1LEG .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxaho1LEG .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxaho1LEG .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxaho1LEG .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxaho1LEG .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxaho1LEG .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxaho1LEG .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxaho1LEG .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxaho1LEG .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxaho1LEG .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxaho1LEG .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxaho1LEG .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-vdxaho1LEG .mbr-text,
  .cid-vdxaho1LEG .nav-link,
  .cid-vdxaho1LEG .mbr-card-title,
  .cid-vdxaho1LEG .mbr-section-title {
    text-align: left;
  }
  .cid-vdxaho1LEG .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxaho1LEG .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxaho1LEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaho1LEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaho1LEG .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxaho1LEG .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxaho1LEG .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxahoZlyw .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxahoZlyw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxahoZlyw .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-vdxahoZlyw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxahoZlyw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxYR3gLjQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxYR3gLjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYR3gLjQ .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-vdxYR3gLjQ .container-fluid {
    padding: 0;
  }
}
.cid-vdxYR3gLjQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxYR3gLjQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxYR3gLjQ .embla__button--next,
.cid-vdxYR3gLjQ .embla__button--prev {
  display: flex;
}
.cid-vdxYR3gLjQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxYR3gLjQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxYR3gLjQ .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-vdxYR3gLjQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxYR3gLjQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxYR3gLjQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxYR3gLjQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxYR3gLjQ .embla {
  position: relative;
  width: 100%;
}
.cid-vdxYR3gLjQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxYR3gLjQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxYR3gLjQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxYR3gLjQ .embla__slide a {
  cursor: grab;
}
.cid-vdxYR3gLjQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxYR3gLjQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxYR3gLjQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxYR3gLjQ .mbr-section-title {
  color: #232323;
}
.cid-vdxYR3gLjQ .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxYR3gLjQ .mbr-box {
  color: #ffffff;
}
.cid-vdxYR3gLjQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxYR3gLjQ img,
.cid-vdxYR3gLjQ .item-img {
  width: 100%;
}
.cid-vdxYR3gLjQ .item-wrapper {
  position: relative;
}
.cid-vdxYR3gLjQ .content-head {
  max-width: 800px;
}
.cid-vdxahptbB0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxahptbB0 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxajei1Nj {
  z-index: 1000;
  width: 100%;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .dropdown-menu {
  padding: 0;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxajei1Nj .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxajei1Nj .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxajei1Nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxajei1Nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxajei1Nj .nav-link {
  position: relative;
}
.cid-vdxajei1Nj .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxajei1Nj .dropdown-menu,
.cid-vdxajei1Nj .navbar.opened {
  background: #212428 !important;
}
.cid-vdxajei1Nj .nav-item:focus,
.cid-vdxajei1Nj .nav-link:focus {
  outline: none;
}
.cid-vdxajei1Nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxajei1Nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxajei1Nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxajei1Nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxajei1Nj .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxajei1Nj .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxajei1Nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxajei1Nj .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxajei1Nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxajei1Nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxajei1Nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxajei1Nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxajei1Nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxajei1Nj .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-vdxajei1Nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxajei1Nj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxajei1Nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxajei1Nj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxajei1Nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxajei1Nj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxajei1Nj .navbar {
    min-height: 80px;
  }
}
.cid-vdxajei1Nj .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxajei1Nj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxajei1Nj .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxajei1Nj .dropdown-item.active,
.cid-vdxajei1Nj .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxajei1Nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxajei1Nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxajei1Nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxajei1Nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxajei1Nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxajei1Nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxajei1Nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxajei1Nj 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-vdxajei1Nj button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxajei1Nj button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxajei1Nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxajei1Nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxajei1Nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajei1Nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajei1Nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxajei1Nj nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxajei1Nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxajei1Nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxajei1Nj nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxajei1Nj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxajei1Nj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .navbar {
    height: 70px;
  }
  .cid-vdxajei1Nj .navbar.opened {
    height: auto;
  }
  .cid-vdxajei1Nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxajei1Nj .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-vdxajei1Nj .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxajei1Nj .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxajei1Nj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxajei1Nj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxajei1Nj .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxajei1Nj .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxajei1Nj .navbar-nav {
  display: flex !important;
}
.cid-vdxajei1Nj .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxajei1Nj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxajei1Nj .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxajei1Nj .navbar-nav .nav-item .nav-link:hover,
.cid-vdxajei1Nj .navbar-nav .nav-item .nav-link:focus,
.cid-vdxajei1Nj .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxajei1Nj .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxajei1Nj .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxajei1Nj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxajei1Nj 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-vdxajei1Nj button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxajei1Nj button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxajei1Nj button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxajei1Nj button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxajei1Nj button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajei1Nj button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajei1Nj button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxajei1Nj .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxajei1Nj .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxajei1Nj .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxajei1Nj .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxajei1Nj .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxajei1Nj .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxajei1Nj .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxajei1Nj .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxajei1Nj .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxajei1Nj .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxajei1Nj .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxajei1Nj .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxajei1Nj .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxajei1Nj .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxajei1Nj .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxajei1Nj .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxajei1Nj .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxajei1Nj .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxajei1Nj .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxajei1Nj ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxajei1Nj ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxajei1Nj ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxajei1Nj .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxajei1Nj .social-container {
    padding-top: 40px;
  }
}
.cid-vdxajei1Nj .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxajei1Nj .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxajei1Nj .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-vdxajei1Nj .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-vdxajei1Nj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxajei1Nj .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxajei1Nj .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxajei1Nj .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxajei1Nj .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxajei1Nj .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxajetSi4 {
  background-image: url("../../../assets/images/poi-9.webp");
}
.cid-vdxajetSi4 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxajetSi4 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxajetSi4 .images {
    display: none;
  }
}
.cid-vdxajetSi4 .image-wrapper-1,
.cid-vdxajetSi4 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxajetSi4 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxajetSi4 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxajetSi4 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxajetSi4 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxajetSi4 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxajetSi4 .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxajetSi4 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxajetSi4 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxajetSi4 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxajetSi4 .text-wrapper {
  width: 100%;
}
.cid-vdxajetSi4 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxajetSi4 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxajetSi4 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxajetSi4 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxajetSi4 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxajetSi4 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxajetSi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajetSi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajetSi4 .text {
  display: flex;
  align-items: center;
}
.cid-vdxajeBsif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxajeBsif .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajeBsif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajeBsif .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxajeBsif .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxajeBsif .container {
    padding: 0 16px;
  }
}
.cid-vdxajeBsif .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxajeBsif .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .row {
    padding: 25px 9px;
  }
}
.cid-vdxajeBsif .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxajeBsif .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxajeBsif .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxajeBsif .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxajeBsif .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxajeBsif .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxajeBsif .items-wrapper {
    display: block;
  }
}
.cid-vdxajeBsif .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxajeBsif .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxajeBsif .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxajeBsif .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxajeBsif .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxajeBsif .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxajeBsif .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxajeBsif .card {
  justify-content: center;
}
.cid-vdxajeBsif .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxajeBsif .mbr-text {
  color: #000000;
}
.cid-vdxajeBsif .card-title {
  color: #000000;
}
.cid-vdxajeBsif .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxajeBsif .card-title,
.cid-vdxajeBsif .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxajeOxKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxajeOxKu .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxajeOxKu .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxajeOxKu .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxajeOxKu .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxajeOxKu .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxajeOxKu .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxajeOxKu .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxajeOxKu .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxajeOxKu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxajeOxKu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxajeOxKu .embla__button--next,
.cid-vdxajeOxKu .embla__button--prev {
  display: flex;
}
.cid-vdxajeOxKu .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-vdxajeOxKu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxajeOxKu .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxajeOxKu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxajeOxKu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxajeOxKu .embla__button {
    top: -10%;
  }
}
.cid-vdxajeOxKu .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxajeOxKu .embla {
    margin-top: 80px;
  }
}
.cid-vdxajeOxKu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxajeOxKu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxajeOxKu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxajeOxKu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxajeOxKu .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxajeOxKu .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxajeOxKu .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxajeOxKu .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxajeOxKu .mbr-text ul {
    display: block;
  }
}
.cid-vdxajeOxKu .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxajeOxKu .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxajeOxKu .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxajeOxKu .item-wrapper {
  height: 100%;
}
.cid-vdxajeOxKu .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxajeOxKu .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxajeOxKu .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxajeXlpt {
  background-color: #000000;
  position: relative;
}
.cid-vdxajeXlpt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxajeXlpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajeXlpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajeXlpt .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxajeXlpt .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajeXlpt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajeXlpt .container {
    padding: 0 16px;
  }
}
.cid-vdxajeXlpt .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxajeXlpt .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajeXlpt .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxajeXlpt .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxajeXlpt .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxajeXlpt .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxajeXlpt .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxajeXlpt .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxajeXlpt .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxajeXlpt .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxajeXlpt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxajeXlpt .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxajeXlpt .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxajeXlpt .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxajeXlpt .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxajeXlpt .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxajeXlpt .mbr-section-title {
  color: #ffffff;
}
.cid-vdxajeXlpt .mbr-text {
  color: #f4f4f4;
}
.cid-vdxajeXlpt .mbr-section-title DIV {
  text-align: center;
}
#custom-html-5u {
  /* Type valid CSS here */
}
#custom-html-5u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5u p {
  font-size: 60px;
  color: #777;
}
.cid-vdxajfa4yn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxajfa4yn h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxajfa4yn .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxajfa4yn .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxajfa4yn .nav-link.active {
  background: #232323;
}
.cid-vdxajfa4yn .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-vdxajfa4yn .nav-link:hover {
  background: #232323;
}
.cid-vdxajfa4yn .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-vdxajfa4yn .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxajfa4yn .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxajfa4yn .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxajfa4yn .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxajfa4yn .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxajfa4yn .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxajfa4yn .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxajfa4yn .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxajfa4yn .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-vdxajfa4yn .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-vdxajfa4yn .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxajfa4yn .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-vdxajfa4yn .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxajfa4yn .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-vdxajfa4yn .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxajfa4yn .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxajfa4yn .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxajfa4yn .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxajfa4yn .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxajfa4yn .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxajfa4yn .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxajfa4yn .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxajfa4yn .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxajfa4yn .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxajfa4yn .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxajfa4yn .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-vdxajfa4yn .mbr-text,
  .cid-vdxajfa4yn .nav-link,
  .cid-vdxajfa4yn .mbr-card-title,
  .cid-vdxajfa4yn .mbr-section-title {
    text-align: left;
  }
  .cid-vdxajfa4yn .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxajfa4yn .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxajfa4yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajfa4yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajfa4yn .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxajfa4yn .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxajfa4yn .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxajg6ZrS .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxajg6ZrS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxajg6ZrS .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-vdxajg6ZrS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxajg6ZrS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxajgj4Iu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxajgj4Iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajgj4Iu .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-vdxajgj4Iu .container-fluid {
    padding: 0;
  }
}
.cid-vdxajgj4Iu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxajgj4Iu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxajgj4Iu .embla__button--next,
.cid-vdxajgj4Iu .embla__button--prev {
  display: flex;
}
.cid-vdxajgj4Iu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxajgj4Iu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxajgj4Iu .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-vdxajgj4Iu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxajgj4Iu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxajgj4Iu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxajgj4Iu .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxajgj4Iu .embla {
  position: relative;
  width: 100%;
}
.cid-vdxajgj4Iu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxajgj4Iu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxajgj4Iu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxajgj4Iu .embla__slide a {
  cursor: grab;
}
.cid-vdxajgj4Iu .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxajgj4Iu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxajgj4Iu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxajgj4Iu .mbr-section-title {
  color: #232323;
}
.cid-vdxajgj4Iu .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxajgj4Iu .mbr-box {
  color: #ffffff;
}
.cid-vdxajgj4Iu .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxajgj4Iu img,
.cid-vdxajgj4Iu .item-img {
  width: 100%;
}
.cid-vdxajgj4Iu .item-wrapper {
  position: relative;
}
.cid-vdxajgj4Iu .content-head {
  max-width: 800px;
}
.cid-vdxajgzAax {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxajgzAax .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxajInE6C {
  z-index: 1000;
  width: 100%;
}
.cid-vdxajInE6C .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-vdxajInE6C .dropdown-menu {
  padding: 0;
}
.cid-vdxajInE6C .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-vdxajInE6C .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxajInE6C .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxajInE6C .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxajInE6C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxajInE6C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxajInE6C .nav-link {
  position: relative;
}
.cid-vdxajInE6C .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxajInE6C .dropdown-menu,
.cid-vdxajInE6C .navbar.opened {
  background: #212428 !important;
}
.cid-vdxajInE6C .nav-item:focus,
.cid-vdxajInE6C .nav-link:focus {
  outline: none;
}
.cid-vdxajInE6C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxajInE6C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxajInE6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxajInE6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxajInE6C .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxajInE6C .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxajInE6C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxajInE6C .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxajInE6C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxajInE6C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxajInE6C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxajInE6C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxajInE6C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxajInE6C .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-vdxajInE6C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxajInE6C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxajInE6C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxajInE6C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxajInE6C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxajInE6C .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxajInE6C .navbar {
    min-height: 80px;
  }
}
.cid-vdxajInE6C .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxajInE6C .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-vdxajInE6C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxajInE6C .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxajInE6C .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxajInE6C .dropdown-item.active,
.cid-vdxajInE6C .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxajInE6C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxajInE6C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxajInE6C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxajInE6C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxajInE6C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxajInE6C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxajInE6C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxajInE6C 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-vdxajInE6C button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxajInE6C button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxajInE6C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxajInE6C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxajInE6C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajInE6C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajInE6C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxajInE6C nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxajInE6C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxajInE6C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxajInE6C nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxajInE6C .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxajInE6C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxajInE6C .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-vdxajInE6C .navbar {
    height: 70px;
  }
  .cid-vdxajInE6C .navbar.opened {
    height: auto;
  }
  .cid-vdxajInE6C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxajInE6C .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-vdxajInE6C .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxajInE6C .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxajInE6C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxajInE6C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxajInE6C .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxajInE6C .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxajInE6C .navbar-nav {
  display: flex !important;
}
.cid-vdxajInE6C .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxajInE6C .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxajInE6C .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxajInE6C .navbar-nav .nav-item .nav-link:hover,
.cid-vdxajInE6C .navbar-nav .nav-item .nav-link:focus,
.cid-vdxajInE6C .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxajInE6C .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxajInE6C .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxajInE6C .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxajInE6C 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-vdxajInE6C button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxajInE6C button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxajInE6C button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxajInE6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxajInE6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajInE6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxajInE6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxajInE6C .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-vdxajInE6C .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxajInE6C .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxajInE6C .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxajInE6C .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxajInE6C .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxajInE6C .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxajInE6C .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxajInE6C .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxajInE6C .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxajInE6C .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxajInE6C .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxajInE6C .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-vdxajInE6C .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxajInE6C .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxajInE6C .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxajInE6C .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxajInE6C .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxajInE6C .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxajInE6C .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxajInE6C .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxajInE6C .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxajInE6C .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxajInE6C ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxajInE6C ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxajInE6C ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxajInE6C .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxajInE6C .social-container {
    padding-top: 40px;
  }
}
.cid-vdxajInE6C .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxajInE6C .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxajInE6C .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-vdxajInE6C .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-vdxajInE6C .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxajInE6C .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxajInE6C .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxajInE6C .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxajInE6C .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxajInE6C .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxajIyl58 {
  background-image: url("../../../assets/images/ioof-building-market-st.-benton-ar.webp");
}
.cid-vdxajIyl58 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxajIyl58 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxajIyl58 .images {
    display: none;
  }
}
.cid-vdxajIyl58 .image-wrapper-1,
.cid-vdxajIyl58 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxajIyl58 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxajIyl58 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxajIyl58 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxajIyl58 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxajIyl58 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxajIyl58 .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxajIyl58 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxajIyl58 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxajIyl58 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxajIyl58 .text-wrapper {
  width: 100%;
}
.cid-vdxajIyl58 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxajIyl58 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxajIyl58 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxajIyl58 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxajIyl58 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxajIyl58 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxajIyl58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajIyl58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajIyl58 .text {
  display: flex;
  align-items: center;
}
.cid-vdxajIHl4S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxajIHl4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajIHl4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajIHl4S .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxajIHl4S .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxajIHl4S .container {
    padding: 0 16px;
  }
}
.cid-vdxajIHl4S .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxajIHl4S .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .row {
    padding: 25px 9px;
  }
}
.cid-vdxajIHl4S .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxajIHl4S .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxajIHl4S .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxajIHl4S .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxajIHl4S .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxajIHl4S .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxajIHl4S .items-wrapper {
    display: block;
  }
}
.cid-vdxajIHl4S .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxajIHl4S .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxajIHl4S .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxajIHl4S .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxajIHl4S .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxajIHl4S .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxajIHl4S .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxajIHl4S .card {
  justify-content: center;
}
.cid-vdxajIHl4S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxajIHl4S .mbr-text {
  color: #000000;
}
.cid-vdxajIHl4S .card-title {
  color: #000000;
}
.cid-vdxajIHl4S .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxajIHl4S .card-title,
.cid-vdxajIHl4S .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxajIT5Y6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxajIT5Y6 .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxajIT5Y6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxajIT5Y6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxajIT5Y6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxajIT5Y6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxajIT5Y6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxajIT5Y6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxajIT5Y6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxajIT5Y6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxajIT5Y6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxajIT5Y6 .embla__button--next,
.cid-vdxajIT5Y6 .embla__button--prev {
  display: flex;
}
.cid-vdxajIT5Y6 .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-vdxajIT5Y6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxajIT5Y6 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxajIT5Y6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxajIT5Y6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxajIT5Y6 .embla__button {
    top: -10%;
  }
}
.cid-vdxajIT5Y6 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxajIT5Y6 .embla {
    margin-top: 80px;
  }
}
.cid-vdxajIT5Y6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxajIT5Y6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxajIT5Y6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxajIT5Y6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxajIT5Y6 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxajIT5Y6 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxajIT5Y6 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxajIT5Y6 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxajIT5Y6 .mbr-text ul {
    display: block;
  }
}
.cid-vdxajIT5Y6 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxajIT5Y6 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxajIT5Y6 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxajIT5Y6 .item-wrapper {
  height: 100%;
}
.cid-vdxajIT5Y6 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxajIT5Y6 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxajIT5Y6 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxajJ2SDK {
  background-color: #000000;
  position: relative;
}
.cid-vdxajJ2SDK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxajJ2SDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajJ2SDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajJ2SDK .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxajJ2SDK .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajJ2SDK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajJ2SDK .container {
    padding: 0 16px;
  }
}
.cid-vdxajJ2SDK .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxajJ2SDK .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxajJ2SDK .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxajJ2SDK .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxajJ2SDK .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxajJ2SDK .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxajJ2SDK .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxajJ2SDK .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxajJ2SDK .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxajJ2SDK .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxajJ2SDK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxajJ2SDK .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxajJ2SDK .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxajJ2SDK .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxajJ2SDK .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxajJ2SDK .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxajJ2SDK .mbr-section-title {
  color: #ffffff;
}
.cid-vdxajJ2SDK .mbr-text {
  color: #f4f4f4;
}
#custom-html-64 {
  /* Type valid CSS here */
}
#custom-html-64 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-64 p {
  font-size: 60px;
  color: #777;
}
.cid-vdxajJfmUo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxajJfmUo h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxajJfmUo .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxajJfmUo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxajJfmUo .nav-link.active {
  background: #232323;
}
.cid-vdxajJfmUo .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-vdxajJfmUo .nav-link:hover {
  background: #232323;
}
.cid-vdxajJfmUo .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-vdxajJfmUo .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxajJfmUo .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxajJfmUo .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxajJfmUo .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxajJfmUo .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxajJfmUo .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxajJfmUo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxajJfmUo .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxajJfmUo .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-vdxajJfmUo .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-vdxajJfmUo .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxajJfmUo .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-vdxajJfmUo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxajJfmUo .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-vdxajJfmUo .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxajJfmUo .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxajJfmUo .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxajJfmUo .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxajJfmUo .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxajJfmUo .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxajJfmUo .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxajJfmUo .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxajJfmUo .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxajJfmUo .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxajJfmUo .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxajJfmUo .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-vdxajJfmUo .mbr-text,
  .cid-vdxajJfmUo .nav-link,
  .cid-vdxajJfmUo .mbr-card-title,
  .cid-vdxajJfmUo .mbr-section-title {
    text-align: left;
  }
  .cid-vdxajJfmUo .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxajJfmUo .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxajJfmUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajJfmUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxajJfmUo .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxajJfmUo .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxajJfmUo .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxajKcmel .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxajKcmel .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxajKcmel .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-vdxajKcmel .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxajKcmel .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxajKpVMB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxajKpVMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxajKpVMB .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-vdxajKpVMB .container-fluid {
    padding: 0;
  }
}
.cid-vdxajKpVMB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxajKpVMB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxajKpVMB .embla__button--next,
.cid-vdxajKpVMB .embla__button--prev {
  display: flex;
}
.cid-vdxajKpVMB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxajKpVMB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxajKpVMB .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-vdxajKpVMB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxajKpVMB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxajKpVMB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxajKpVMB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxajKpVMB .embla {
  position: relative;
  width: 100%;
}
.cid-vdxajKpVMB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxajKpVMB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxajKpVMB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxajKpVMB .embla__slide a {
  cursor: grab;
}
.cid-vdxajKpVMB .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxajKpVMB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxajKpVMB .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxajKpVMB .mbr-section-title {
  color: #232323;
}
.cid-vdxajKpVMB .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxajKpVMB .mbr-box {
  color: #ffffff;
}
.cid-vdxajKpVMB .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxajKpVMB img,
.cid-vdxajKpVMB .item-img {
  width: 100%;
}
.cid-vdxajKpVMB .item-wrapper {
  position: relative;
}
.cid-vdxajKpVMB .content-head {
  max-width: 800px;
}
.cid-vdxajKHMDq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxajKHMDq .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaU1VQxK {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .dropdown-menu {
  padding: 0;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaU1VQxK .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaU1VQxK .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaU1VQxK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaU1VQxK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaU1VQxK .nav-link {
  position: relative;
}
.cid-vdxaU1VQxK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaU1VQxK .dropdown-menu,
.cid-vdxaU1VQxK .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaU1VQxK .nav-item:focus,
.cid-vdxaU1VQxK .nav-link:focus {
  outline: none;
}
.cid-vdxaU1VQxK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaU1VQxK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaU1VQxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaU1VQxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaU1VQxK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaU1VQxK .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaU1VQxK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaU1VQxK .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaU1VQxK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaU1VQxK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaU1VQxK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaU1VQxK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaU1VQxK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaU1VQxK .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-vdxaU1VQxK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaU1VQxK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaU1VQxK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaU1VQxK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaU1VQxK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaU1VQxK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaU1VQxK .navbar {
    min-height: 80px;
  }
}
.cid-vdxaU1VQxK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaU1VQxK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaU1VQxK .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaU1VQxK .dropdown-item.active,
.cid-vdxaU1VQxK .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaU1VQxK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaU1VQxK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaU1VQxK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaU1VQxK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaU1VQxK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaU1VQxK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaU1VQxK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaU1VQxK 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-vdxaU1VQxK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaU1VQxK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaU1VQxK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaU1VQxK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaU1VQxK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaU1VQxK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaU1VQxK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaU1VQxK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaU1VQxK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaU1VQxK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaU1VQxK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaU1VQxK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaU1VQxK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .navbar {
    height: 70px;
  }
  .cid-vdxaU1VQxK .navbar.opened {
    height: auto;
  }
  .cid-vdxaU1VQxK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaU1VQxK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaU1VQxK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU1VQxK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaU1VQxK .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaU1VQxK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaU1VQxK .navbar-nav {
  display: flex !important;
}
.cid-vdxaU1VQxK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaU1VQxK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaU1VQxK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaU1VQxK .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaU1VQxK .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaU1VQxK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaU1VQxK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaU1VQxK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaU1VQxK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaU1VQxK 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-vdxaU1VQxK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaU1VQxK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaU1VQxK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaU1VQxK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaU1VQxK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaU1VQxK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaU1VQxK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaU1VQxK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaU1VQxK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaU1VQxK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaU1VQxK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaU1VQxK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaU1VQxK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaU1VQxK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaU1VQxK .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaU1VQxK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaU1VQxK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaU1VQxK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaU1VQxK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaU1VQxK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaU1VQxK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaU1VQxK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaU1VQxK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaU1VQxK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaU1VQxK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaU1VQxK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaU1VQxK ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaU1VQxK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaU1VQxK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaU1VQxK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaU1VQxK .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaU1VQxK .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaU1VQxK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaU1VQxK .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-vdxaU1VQxK .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-vdxaU1VQxK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaU1VQxK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaU1VQxK .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaU1VQxK .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaU1VQxK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaU1VQxK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaU27x54 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaU27x54 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaU2dalu {
  display: flex;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-vdxaU2dalu .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaU2dalu {
    align-items: flex-end;
  }
  .cid-vdxaU2dalu .row {
    justify-content: center;
  }
  .cid-vdxaU2dalu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaU2dalu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU2dalu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaU2dalu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaU2dalu .content-wrap {
    width: 100%;
  }
}
.cid-vdxaU2dalu .mbr-section-title,
.cid-vdxaU2dalu .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaU2dalu .mbr-text,
.cid-vdxaU2dalu .mbr-section-btn {
  text-align: center;
}
.cid-vdxaU2lLTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaU2lLTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaU2lLTY .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-vdxaU2lLTY .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU2lLTY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaU2lLTY .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaU2lLTY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaU2lLTY .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaU2lLTY .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-vdxaU2lLTY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaU2lLTY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaU2lLTY .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaU2lLTY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU2lLTY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaU2lLTY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaU2lLTY .content-head {
  max-width: 800px;
}
.cid-vdxaU2u3hV {
  background-color: #102f62;
}
.cid-vdxaU2u3hV .mbr-section-title {
  margin: 0;
}
.cid-vdxaU2u3hV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaU2u3hV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaU2u3hV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaU2u3hV .team-item {
  transition: all 0.2s;
}
.cid-vdxaU2u3hV .team-item .item-image {
  position: relative !important;
}
.cid-vdxaU2u3hV .team-item .item-image img {
  width: 100%;
}
.cid-vdxaU2u3hV .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-vdxaU2u3hV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaU2u3hV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaU2u3hV .team-item .item-caption {
  background: #878787;
}
.cid-vdxaU2u3hV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaU2u3hV .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaU2u3hV .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaU2u3hV .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaU2u3hV .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaU2u3hV .team-item:hover {
    transform: none;
  }
  .cid-vdxaU2u3hV .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU2u3hV {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaU2u3hV {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaU2u3hV .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaU2u3hV .container-fluid {
  max-width: 1300px;
}
.cid-vdxNN5BvIR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxNN5BvIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxNN5BvIR .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-vdxNN5BvIR .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxNN5BvIR .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxNN5BvIR .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxNN5BvIR .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxNN5BvIR .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxNN5BvIR .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-vdxNN5BvIR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxNN5BvIR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxNN5BvIR .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxNN5BvIR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxNN5BvIR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxNN5BvIR ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxNN5BvIR .content-head {
  max-width: 800px;
}
.cid-vdxaU2Evr3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaU2Evr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaU2Evr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaU2Evr3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaU2Evr3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaU2Evr3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaU2Evr3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU2Evr3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaU2Evr3 .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-vdxaU2Evr3 .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaU2Evr3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaU2Evr3 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaU2Evr3 .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaU2Evr3 .content-head {
  max-width: 800px;
}
.cid-vdxaU2Evr3 .card-text,
.cid-vdxaU2Evr3 .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaU2Q2pA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaU2Q2pA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaU2Q2pA .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-vdxaU2Q2pA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaU2Q2pA .row {
  flex-direction: row-reverse;
}
.cid-vdxaU2Q2pA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaU2Q2pA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaU2Q2pA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaU2Q2pA .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaU2Q2pA .mbr-text,
.cid-vdxaU2Q2pA .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxNNXxrLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxNNXxrLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxNNXxrLp .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-vdxNNXxrLp .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxNNXxrLp .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxNNXxrLp .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxNNXxrLp .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxNNXxrLp .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxNNXxrLp .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-vdxNNXxrLp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxNNXxrLp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxNNXxrLp .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxNNXxrLp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxNNXxrLp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxNNXxrLp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxNNXxrLp .content-head {
  max-width: 800px;
}
.cid-vdxaU2ZNUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaU2ZNUe .mbr-text {
  color: #000000;
}
.cid-vdxaU2ZNUe .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaU2ZNUe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaU2ZNUe .mbr-text,
.cid-vdxaU2ZNUe .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaU2ZNUe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaU2ZNUe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaU2ZNUe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaUR2mSm {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .dropdown-menu {
  padding: 0;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaUR2mSm .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaUR2mSm .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaUR2mSm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaUR2mSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaUR2mSm .nav-link {
  position: relative;
}
.cid-vdxaUR2mSm .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaUR2mSm .dropdown-menu,
.cid-vdxaUR2mSm .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaUR2mSm .nav-item:focus,
.cid-vdxaUR2mSm .nav-link:focus {
  outline: none;
}
.cid-vdxaUR2mSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaUR2mSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaUR2mSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaUR2mSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaUR2mSm .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaUR2mSm .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaUR2mSm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaUR2mSm .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaUR2mSm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaUR2mSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaUR2mSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaUR2mSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaUR2mSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaUR2mSm .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-vdxaUR2mSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaUR2mSm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaUR2mSm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaUR2mSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaUR2mSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaUR2mSm .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaUR2mSm .navbar {
    min-height: 80px;
  }
}
.cid-vdxaUR2mSm .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaUR2mSm .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaUR2mSm .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaUR2mSm .dropdown-item.active,
.cid-vdxaUR2mSm .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaUR2mSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaUR2mSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaUR2mSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaUR2mSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaUR2mSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaUR2mSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaUR2mSm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaUR2mSm 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-vdxaUR2mSm button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaUR2mSm button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaUR2mSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaUR2mSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaUR2mSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaUR2mSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaUR2mSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaUR2mSm nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaUR2mSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaUR2mSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaUR2mSm nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaUR2mSm .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaUR2mSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .navbar {
    height: 70px;
  }
  .cid-vdxaUR2mSm .navbar.opened {
    height: auto;
  }
  .cid-vdxaUR2mSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaUR2mSm .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaUR2mSm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaUR2mSm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaUR2mSm .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaUR2mSm .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaUR2mSm .navbar-nav {
  display: flex !important;
}
.cid-vdxaUR2mSm .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaUR2mSm .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaUR2mSm .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaUR2mSm .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaUR2mSm .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaUR2mSm .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaUR2mSm .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaUR2mSm .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaUR2mSm .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaUR2mSm 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-vdxaUR2mSm button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaUR2mSm button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaUR2mSm button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaUR2mSm button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaUR2mSm button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaUR2mSm button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaUR2mSm button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaUR2mSm .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaUR2mSm .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaUR2mSm .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaUR2mSm .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaUR2mSm .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaUR2mSm .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaUR2mSm .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaUR2mSm .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaUR2mSm .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaUR2mSm .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaUR2mSm .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaUR2mSm .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaUR2mSm .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaUR2mSm .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaUR2mSm .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaUR2mSm .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaUR2mSm .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaUR2mSm .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaUR2mSm .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaUR2mSm ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaUR2mSm ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaUR2mSm ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaUR2mSm .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaUR2mSm .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaUR2mSm .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaUR2mSm .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaUR2mSm .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-vdxaUR2mSm .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-vdxaUR2mSm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaUR2mSm .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaUR2mSm .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaUR2mSm .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaUR2mSm .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaUR2mSm .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaURdfj7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaURdfj7 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaURkB9o {
  display: flex;
  background-image: url("../../../assets/images/road-with-vanishing-point-sunset-2000x1333.jpg");
}
.cid-vdxaURkB9o .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaURkB9o {
    align-items: flex-end;
  }
  .cid-vdxaURkB9o .row {
    justify-content: center;
  }
  .cid-vdxaURkB9o .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaURkB9o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaURkB9o {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaURkB9o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaURkB9o .content-wrap {
    width: 100%;
  }
}
.cid-vdxaURkB9o .mbr-section-title,
.cid-vdxaURkB9o .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaURkB9o .mbr-text,
.cid-vdxaURkB9o .mbr-section-btn {
  text-align: center;
}
.cid-vdxaURrYOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaURrYOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaURrYOM .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-vdxaURrYOM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaURrYOM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaURrYOM .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaURrYOM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaURrYOM .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaURrYOM .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-vdxaURrYOM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaURrYOM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaURrYOM .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaURrYOM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaURrYOM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaURrYOM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaURrYOM .content-head {
  max-width: 800px;
}
.cid-vdxaURAjd6 {
  background-color: #102f62;
}
.cid-vdxaURAjd6 .mbr-section-title {
  margin: 0;
}
.cid-vdxaURAjd6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaURAjd6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaURAjd6 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaURAjd6 .team-item {
  transition: all 0.2s;
}
.cid-vdxaURAjd6 .team-item .item-image {
  position: relative !important;
}
.cid-vdxaURAjd6 .team-item .item-image img {
  width: 100%;
}
.cid-vdxaURAjd6 .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-vdxaURAjd6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaURAjd6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaURAjd6 .team-item .item-caption {
  background: #878787;
}
.cid-vdxaURAjd6 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaURAjd6 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaURAjd6 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaURAjd6 .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaURAjd6 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaURAjd6 .team-item:hover {
    transform: none;
  }
  .cid-vdxaURAjd6 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaURAjd6 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaURAjd6 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaURAjd6 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaURAjd6 .container-fluid {
  max-width: 1300px;
}
.cid-vdxaURJgyT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaURJgyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaURJgyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaURJgyT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaURJgyT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaURJgyT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaURJgyT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaURJgyT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaURJgyT .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-vdxaURJgyT .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaURJgyT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaURJgyT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaURJgyT .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaURJgyT .content-head {
  max-width: 800px;
}
.cid-vdxaURJgyT .card-text,
.cid-vdxaURJgyT .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaURUoEk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaURUoEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaURUoEk .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-vdxaURUoEk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaURUoEk .row {
  flex-direction: row-reverse;
}
.cid-vdxaURUoEk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaURUoEk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaURUoEk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaURUoEk .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaURUoEk .mbr-text,
.cid-vdxaURUoEk .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxaUS3bJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaUS3bJH .mbr-text {
  color: #000000;
}
.cid-vdxaUS3bJH .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaUS3bJH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaUS3bJH .mbr-text,
.cid-vdxaUS3bJH .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaUS3bJH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaUS3bJH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaUS3bJH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaVlrkkf {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .dropdown-menu {
  padding: 0;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaVlrkkf .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaVlrkkf .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaVlrkkf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaVlrkkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaVlrkkf .nav-link {
  position: relative;
}
.cid-vdxaVlrkkf .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaVlrkkf .dropdown-menu,
.cid-vdxaVlrkkf .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaVlrkkf .nav-item:focus,
.cid-vdxaVlrkkf .nav-link:focus {
  outline: none;
}
.cid-vdxaVlrkkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaVlrkkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaVlrkkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaVlrkkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaVlrkkf .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaVlrkkf .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaVlrkkf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaVlrkkf .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaVlrkkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaVlrkkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaVlrkkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaVlrkkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaVlrkkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaVlrkkf .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-vdxaVlrkkf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaVlrkkf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaVlrkkf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaVlrkkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaVlrkkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaVlrkkf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaVlrkkf .navbar {
    min-height: 80px;
  }
}
.cid-vdxaVlrkkf .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaVlrkkf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaVlrkkf .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaVlrkkf .dropdown-item.active,
.cid-vdxaVlrkkf .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaVlrkkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaVlrkkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaVlrkkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaVlrkkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaVlrkkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaVlrkkf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaVlrkkf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaVlrkkf 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-vdxaVlrkkf button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaVlrkkf button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaVlrkkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaVlrkkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaVlrkkf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVlrkkf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVlrkkf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaVlrkkf nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaVlrkkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaVlrkkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaVlrkkf nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaVlrkkf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaVlrkkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .navbar {
    height: 70px;
  }
  .cid-vdxaVlrkkf .navbar.opened {
    height: auto;
  }
  .cid-vdxaVlrkkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaVlrkkf .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaVlrkkf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVlrkkf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaVlrkkf .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaVlrkkf .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaVlrkkf .navbar-nav {
  display: flex !important;
}
.cid-vdxaVlrkkf .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaVlrkkf .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaVlrkkf .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaVlrkkf .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaVlrkkf .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaVlrkkf .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaVlrkkf .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaVlrkkf .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaVlrkkf .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaVlrkkf 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-vdxaVlrkkf button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaVlrkkf button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaVlrkkf button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaVlrkkf button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaVlrkkf button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVlrkkf button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVlrkkf button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaVlrkkf .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaVlrkkf .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaVlrkkf .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaVlrkkf .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaVlrkkf .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaVlrkkf .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaVlrkkf .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaVlrkkf .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaVlrkkf .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaVlrkkf .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaVlrkkf .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaVlrkkf .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaVlrkkf .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaVlrkkf .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaVlrkkf .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaVlrkkf .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaVlrkkf .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaVlrkkf .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaVlrkkf .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaVlrkkf ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaVlrkkf ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaVlrkkf ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaVlrkkf .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaVlrkkf .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaVlrkkf .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaVlrkkf .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaVlrkkf .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-vdxaVlrkkf .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-vdxaVlrkkf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaVlrkkf .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaVlrkkf .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaVlrkkf .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaVlrkkf .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaVlrkkf .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaVlCPyo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaVlCPyo .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaVlIIXt {
  display: flex;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-vdxaVlIIXt .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaVlIIXt {
    align-items: flex-end;
  }
  .cid-vdxaVlIIXt .row {
    justify-content: center;
  }
  .cid-vdxaVlIIXt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaVlIIXt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVlIIXt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaVlIIXt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaVlIIXt .content-wrap {
    width: 100%;
  }
}
.cid-vdxaVlIIXt .mbr-section-title,
.cid-vdxaVlIIXt .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaVlIIXt .mbr-text,
.cid-vdxaVlIIXt .mbr-section-btn {
  text-align: center;
}
.cid-vdxaVlRDHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaVlRDHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaVlRDHv .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-vdxaVlRDHv .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVlRDHv .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaVlRDHv .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaVlRDHv .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaVlRDHv .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaVlRDHv .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-vdxaVlRDHv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaVlRDHv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaVlRDHv .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaVlRDHv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVlRDHv .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaVlRDHv ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaVlRDHv .content-head {
  max-width: 800px;
}
.cid-vdxaVm0Anw {
  background-color: #102f62;
}
.cid-vdxaVm0Anw .mbr-section-title {
  margin: 0;
}
.cid-vdxaVm0Anw .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaVm0Anw .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaVm0Anw .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaVm0Anw .team-item {
  transition: all 0.2s;
}
.cid-vdxaVm0Anw .team-item .item-image {
  position: relative !important;
}
.cid-vdxaVm0Anw .team-item .item-image img {
  width: 100%;
}
.cid-vdxaVm0Anw .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-vdxaVm0Anw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaVm0Anw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaVm0Anw .team-item .item-caption {
  background: #878787;
}
.cid-vdxaVm0Anw .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaVm0Anw .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaVm0Anw .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaVm0Anw .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaVm0Anw .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaVm0Anw .team-item:hover {
    transform: none;
  }
  .cid-vdxaVm0Anw .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVm0Anw {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaVm0Anw {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaVm0Anw .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaVm0Anw .container-fluid {
  max-width: 1300px;
}
.cid-vdxaVm8eo5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaVm8eo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaVm8eo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaVm8eo5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaVm8eo5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaVm8eo5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaVm8eo5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVm8eo5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaVm8eo5 .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-vdxaVm8eo5 .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaVm8eo5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaVm8eo5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaVm8eo5 .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaVm8eo5 .content-head {
  max-width: 800px;
}
.cid-vdxaVm8eo5 .card-text,
.cid-vdxaVm8eo5 .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxQOqQ5pp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxQOqQ5pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxQOqQ5pp .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-vdxQOqQ5pp .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxQOqQ5pp .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxQOqQ5pp .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxQOqQ5pp .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxQOqQ5pp .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxQOqQ5pp .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-vdxQOqQ5pp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxQOqQ5pp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxQOqQ5pp .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxQOqQ5pp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxQOqQ5pp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxQOqQ5pp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxQOqQ5pp .content-head {
  max-width: 800px;
}
.cid-vdxaVmjvhg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaVmjvhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaVmjvhg .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-vdxaVmjvhg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaVmjvhg .row {
  flex-direction: row-reverse;
}
.cid-vdxaVmjvhg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaVmjvhg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaVmjvhg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaVmjvhg .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaVmjvhg .mbr-text,
.cid-vdxaVmjvhg .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxQPfDjZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxQPfDjZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxQPfDjZu .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-vdxQPfDjZu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxQPfDjZu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxQPfDjZu .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxQPfDjZu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxQPfDjZu .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxQPfDjZu .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-vdxQPfDjZu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxQPfDjZu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxQPfDjZu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxQPfDjZu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxQPfDjZu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxQPfDjZu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxQPfDjZu .content-head {
  max-width: 800px;
}
.cid-vdxaVms1wd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaVms1wd .mbr-text {
  color: #000000;
}
.cid-vdxaVms1wd .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaVms1wd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaVms1wd .mbr-text,
.cid-vdxaVms1wd .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaVms1wd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaVms1wd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVms1wd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaVRQD9H {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .dropdown-menu {
  padding: 0;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaVRQD9H .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaVRQD9H .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaVRQD9H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaVRQD9H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaVRQD9H .nav-link {
  position: relative;
}
.cid-vdxaVRQD9H .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaVRQD9H .dropdown-menu,
.cid-vdxaVRQD9H .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaVRQD9H .nav-item:focus,
.cid-vdxaVRQD9H .nav-link:focus {
  outline: none;
}
.cid-vdxaVRQD9H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaVRQD9H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaVRQD9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaVRQD9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaVRQD9H .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaVRQD9H .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaVRQD9H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaVRQD9H .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaVRQD9H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaVRQD9H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaVRQD9H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaVRQD9H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaVRQD9H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaVRQD9H .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-vdxaVRQD9H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaVRQD9H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaVRQD9H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaVRQD9H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaVRQD9H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaVRQD9H .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaVRQD9H .navbar {
    min-height: 80px;
  }
}
.cid-vdxaVRQD9H .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaVRQD9H .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaVRQD9H .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaVRQD9H .dropdown-item.active,
.cid-vdxaVRQD9H .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaVRQD9H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaVRQD9H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaVRQD9H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaVRQD9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaVRQD9H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaVRQD9H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaVRQD9H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaVRQD9H 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-vdxaVRQD9H button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaVRQD9H button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaVRQD9H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaVRQD9H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaVRQD9H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVRQD9H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVRQD9H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaVRQD9H nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaVRQD9H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaVRQD9H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaVRQD9H nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaVRQD9H .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaVRQD9H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .navbar {
    height: 70px;
  }
  .cid-vdxaVRQD9H .navbar.opened {
    height: auto;
  }
  .cid-vdxaVRQD9H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaVRQD9H .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaVRQD9H .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVRQD9H .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaVRQD9H .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaVRQD9H .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaVRQD9H .navbar-nav {
  display: flex !important;
}
.cid-vdxaVRQD9H .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaVRQD9H .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaVRQD9H .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaVRQD9H .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaVRQD9H .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaVRQD9H .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaVRQD9H .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaVRQD9H .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaVRQD9H .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaVRQD9H 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-vdxaVRQD9H button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaVRQD9H button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaVRQD9H button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaVRQD9H button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaVRQD9H button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVRQD9H button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaVRQD9H button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaVRQD9H .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaVRQD9H .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaVRQD9H .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaVRQD9H .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaVRQD9H .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaVRQD9H .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaVRQD9H .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaVRQD9H .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaVRQD9H .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaVRQD9H .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaVRQD9H .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaVRQD9H .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaVRQD9H .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaVRQD9H .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaVRQD9H .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaVRQD9H .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaVRQD9H .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaVRQD9H .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaVRQD9H .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaVRQD9H ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaVRQD9H ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaVRQD9H ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaVRQD9H .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaVRQD9H .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaVRQD9H .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaVRQD9H .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaVRQD9H .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-vdxaVRQD9H .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-vdxaVRQD9H .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaVRQD9H .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaVRQD9H .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaVRQD9H .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaVRQD9H .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaVRQD9H .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaVS2b4H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaVS2b4H .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaVS8txS {
  display: flex;
  background-image: url("../../../assets/images/martar-construction-copy-bg.webp");
}
.cid-vdxaVS8txS .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaVS8txS {
    align-items: flex-end;
  }
  .cid-vdxaVS8txS .row {
    justify-content: center;
  }
  .cid-vdxaVS8txS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaVS8txS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVS8txS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaVS8txS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaVS8txS .content-wrap {
    width: 100%;
  }
}
.cid-vdxaVS8txS .mbr-section-title,
.cid-vdxaVS8txS .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaVS8txS .mbr-text,
.cid-vdxaVS8txS .mbr-section-btn {
  text-align: center;
}
.cid-vdxaVSfQeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaVSfQeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaVSfQeN .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-vdxaVSfQeN .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVSfQeN .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaVSfQeN .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaVSfQeN .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaVSfQeN .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaVSfQeN .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-vdxaVSfQeN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaVSfQeN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaVSfQeN .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaVSfQeN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVSfQeN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaVSfQeN ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaVSfQeN .content-head {
  max-width: 800px;
}
.cid-vdxaVSoIHU {
  background-color: #102f62;
}
.cid-vdxaVSoIHU .mbr-section-title {
  margin: 0;
}
.cid-vdxaVSoIHU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaVSoIHU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaVSoIHU .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaVSoIHU .team-item {
  transition: all 0.2s;
}
.cid-vdxaVSoIHU .team-item .item-image {
  position: relative !important;
}
.cid-vdxaVSoIHU .team-item .item-image img {
  width: 100%;
}
.cid-vdxaVSoIHU .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-vdxaVSoIHU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaVSoIHU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaVSoIHU .team-item .item-caption {
  background: #878787;
}
.cid-vdxaVSoIHU .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaVSoIHU .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaVSoIHU .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaVSoIHU .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaVSoIHU .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaVSoIHU .team-item:hover {
    transform: none;
  }
  .cid-vdxaVSoIHU .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVSoIHU {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaVSoIHU {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaVSoIHU .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaVSoIHU .container-fluid {
  max-width: 1300px;
}
.cid-vdxSKY7Sb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxSKY7Sb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxSKY7Sb7 .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-vdxSKY7Sb7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxSKY7Sb7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxSKY7Sb7 .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxSKY7Sb7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxSKY7Sb7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxSKY7Sb7 .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-vdxSKY7Sb7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxSKY7Sb7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxSKY7Sb7 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxSKY7Sb7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxSKY7Sb7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxSKY7Sb7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxSKY7Sb7 .content-head {
  max-width: 800px;
}
.cid-vdxaVSwxzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaVSwxzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaVSwxzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaVSwxzB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaVSwxzB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaVSwxzB .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaVSwxzB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVSwxzB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaVSwxzB .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-vdxaVSwxzB .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaVSwxzB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaVSwxzB .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaVSwxzB .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaVSwxzB .content-head {
  max-width: 800px;
}
.cid-vdxaVSwxzB .card-text,
.cid-vdxaVSwxzB .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaVSwxzB .card-title,
.cid-vdxaVSwxzB .iconfont-wrapper {
  text-align: center;
}
.cid-vdxaVSGaBJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaVSGaBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaVSGaBJ .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-vdxaVSGaBJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaVSGaBJ .row {
  flex-direction: row-reverse;
}
.cid-vdxaVSGaBJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaVSGaBJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaVSGaBJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaVSGaBJ .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaVSGaBJ .mbr-text,
.cid-vdxaVSGaBJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxSLEBXNj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxSLEBXNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxSLEBXNj .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-vdxSLEBXNj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxSLEBXNj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxSLEBXNj .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxSLEBXNj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxSLEBXNj .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxSLEBXNj .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-vdxSLEBXNj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxSLEBXNj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxSLEBXNj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxSLEBXNj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxSLEBXNj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxSLEBXNj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxSLEBXNj .content-head {
  max-width: 800px;
}
.cid-vdxaVSOsdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaVSOsdJ .mbr-text {
  color: #000000;
}
.cid-vdxaVSOsdJ .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaVSOsdJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaVSOsdJ .mbr-text,
.cid-vdxaVSOsdJ .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaVSOsdJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaVSOsdJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaVSOsdJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaWiJr1d {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .dropdown-menu {
  padding: 0;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaWiJr1d .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaWiJr1d .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaWiJr1d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaWiJr1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaWiJr1d .nav-link {
  position: relative;
}
.cid-vdxaWiJr1d .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaWiJr1d .dropdown-menu,
.cid-vdxaWiJr1d .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaWiJr1d .nav-item:focus,
.cid-vdxaWiJr1d .nav-link:focus {
  outline: none;
}
.cid-vdxaWiJr1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaWiJr1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaWiJr1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaWiJr1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaWiJr1d .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaWiJr1d .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaWiJr1d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaWiJr1d .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaWiJr1d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaWiJr1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaWiJr1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaWiJr1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaWiJr1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaWiJr1d .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-vdxaWiJr1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaWiJr1d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaWiJr1d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaWiJr1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaWiJr1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaWiJr1d .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaWiJr1d .navbar {
    min-height: 80px;
  }
}
.cid-vdxaWiJr1d .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaWiJr1d .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaWiJr1d .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaWiJr1d .dropdown-item.active,
.cid-vdxaWiJr1d .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaWiJr1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaWiJr1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaWiJr1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaWiJr1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaWiJr1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaWiJr1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaWiJr1d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaWiJr1d 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-vdxaWiJr1d button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaWiJr1d button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaWiJr1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaWiJr1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaWiJr1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWiJr1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWiJr1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaWiJr1d nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaWiJr1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaWiJr1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaWiJr1d nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaWiJr1d .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaWiJr1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .navbar {
    height: 70px;
  }
  .cid-vdxaWiJr1d .navbar.opened {
    height: auto;
  }
  .cid-vdxaWiJr1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaWiJr1d .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaWiJr1d .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWiJr1d .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaWiJr1d .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaWiJr1d .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaWiJr1d .navbar-nav {
  display: flex !important;
}
.cid-vdxaWiJr1d .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaWiJr1d .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaWiJr1d .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaWiJr1d .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaWiJr1d .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaWiJr1d .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaWiJr1d .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaWiJr1d .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaWiJr1d .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaWiJr1d 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-vdxaWiJr1d button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaWiJr1d button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaWiJr1d button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaWiJr1d button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaWiJr1d button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWiJr1d button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWiJr1d button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaWiJr1d .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaWiJr1d .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaWiJr1d .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaWiJr1d .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaWiJr1d .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaWiJr1d .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaWiJr1d .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaWiJr1d .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaWiJr1d .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaWiJr1d .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaWiJr1d .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaWiJr1d .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaWiJr1d .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaWiJr1d .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaWiJr1d .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaWiJr1d .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaWiJr1d .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaWiJr1d .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaWiJr1d .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaWiJr1d ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaWiJr1d ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaWiJr1d ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaWiJr1d .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaWiJr1d .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaWiJr1d .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaWiJr1d .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaWiJr1d .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-vdxaWiJr1d .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-vdxaWiJr1d .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaWiJr1d .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaWiJr1d .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaWiJr1d .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaWiJr1d .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaWiJr1d .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaWiUzKi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaWiUzKi .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaWj1MM4 {
  display: flex;
  background-image: url("../../../assets/images/1.webp");
}
.cid-vdxaWj1MM4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaWj1MM4 {
    align-items: flex-end;
  }
  .cid-vdxaWj1MM4 .row {
    justify-content: center;
  }
  .cid-vdxaWj1MM4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaWj1MM4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWj1MM4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaWj1MM4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaWj1MM4 .content-wrap {
    width: 100%;
  }
}
.cid-vdxaWj1MM4 .mbr-section-title,
.cid-vdxaWj1MM4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaWj1MM4 .mbr-text,
.cid-vdxaWj1MM4 .mbr-section-btn {
  text-align: center;
}
.cid-vdxaWj8LZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaWj8LZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaWj8LZb .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-vdxaWj8LZb .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWj8LZb .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaWj8LZb .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaWj8LZb .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaWj8LZb .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaWj8LZb .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-vdxaWj8LZb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaWj8LZb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaWj8LZb .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaWj8LZb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWj8LZb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaWj8LZb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaWj8LZb .content-head {
  max-width: 800px;
}
.cid-vdxaWjgwJP {
  background-color: #102f62;
}
.cid-vdxaWjgwJP .mbr-section-title {
  margin: 0;
}
.cid-vdxaWjgwJP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaWjgwJP .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaWjgwJP .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaWjgwJP .team-item {
  transition: all 0.2s;
}
.cid-vdxaWjgwJP .team-item .item-image {
  position: relative !important;
}
.cid-vdxaWjgwJP .team-item .item-image img {
  width: 100%;
}
.cid-vdxaWjgwJP .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-vdxaWjgwJP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaWjgwJP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaWjgwJP .team-item .item-caption {
  background: #878787;
}
.cid-vdxaWjgwJP .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaWjgwJP .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaWjgwJP .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaWjgwJP .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaWjgwJP .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaWjgwJP .team-item:hover {
    transform: none;
  }
  .cid-vdxaWjgwJP .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWjgwJP {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaWjgwJP {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaWjgwJP .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaWjgwJP .container-fluid {
  max-width: 1300px;
}
.cid-vdxUiSWyFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxUiSWyFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxUiSWyFn .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-vdxUiSWyFn .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxUiSWyFn .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxUiSWyFn .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxUiSWyFn .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxUiSWyFn .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxUiSWyFn .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-vdxUiSWyFn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxUiSWyFn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxUiSWyFn .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxUiSWyFn .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxUiSWyFn .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxUiSWyFn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxUiSWyFn .content-head {
  max-width: 800px;
}
.cid-vdxaWjp98F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaWjp98F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaWjp98F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaWjp98F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaWjp98F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaWjp98F .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaWjp98F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWjp98F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaWjp98F .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-vdxaWjp98F .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaWjp98F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaWjp98F .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaWjp98F .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaWjp98F .content-head {
  max-width: 800px;
}
.cid-vdxaWjp98F .card-text,
.cid-vdxaWjp98F .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaWjp98F .card-title,
.cid-vdxaWjp98F .iconfont-wrapper {
  text-align: center;
}
.cid-vdxUk63CZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxUk63CZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxUk63CZY .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-vdxUk63CZY .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxUk63CZY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxUk63CZY .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxUk63CZY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxUk63CZY .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxUk63CZY .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-vdxUk63CZY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxUk63CZY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxUk63CZY .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxUk63CZY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxUk63CZY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxUk63CZY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxUk63CZY .content-head {
  max-width: 800px;
}
.cid-vdxaWjzePt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaWjzePt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaWjzePt .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-vdxaWjzePt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaWjzePt .row {
  flex-direction: row-reverse;
}
.cid-vdxaWjzePt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaWjzePt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaWjzePt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaWjzePt .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaWjzePt .mbr-text,
.cid-vdxaWjzePt .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxaWjIjf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaWjIjf8 .mbr-text {
  color: #000000;
}
.cid-vdxaWjIjf8 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaWjIjf8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaWjIjf8 .mbr-text,
.cid-vdxaWjIjf8 .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaWjIjf8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaWjIjf8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWjIjf8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaWQGnZs {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .dropdown-menu {
  padding: 0;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaWQGnZs .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaWQGnZs .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaWQGnZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaWQGnZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaWQGnZs .nav-link {
  position: relative;
}
.cid-vdxaWQGnZs .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaWQGnZs .dropdown-menu,
.cid-vdxaWQGnZs .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaWQGnZs .nav-item:focus,
.cid-vdxaWQGnZs .nav-link:focus {
  outline: none;
}
.cid-vdxaWQGnZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaWQGnZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaWQGnZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaWQGnZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaWQGnZs .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaWQGnZs .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaWQGnZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaWQGnZs .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaWQGnZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaWQGnZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaWQGnZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaWQGnZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaWQGnZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaWQGnZs .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-vdxaWQGnZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaWQGnZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaWQGnZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaWQGnZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaWQGnZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaWQGnZs .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaWQGnZs .navbar {
    min-height: 80px;
  }
}
.cid-vdxaWQGnZs .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaWQGnZs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaWQGnZs .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaWQGnZs .dropdown-item.active,
.cid-vdxaWQGnZs .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaWQGnZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaWQGnZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaWQGnZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaWQGnZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaWQGnZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaWQGnZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaWQGnZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaWQGnZs 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-vdxaWQGnZs button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaWQGnZs button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaWQGnZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaWQGnZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaWQGnZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWQGnZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWQGnZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaWQGnZs nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaWQGnZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaWQGnZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaWQGnZs nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaWQGnZs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaWQGnZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .navbar {
    height: 70px;
  }
  .cid-vdxaWQGnZs .navbar.opened {
    height: auto;
  }
  .cid-vdxaWQGnZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaWQGnZs .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaWQGnZs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWQGnZs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaWQGnZs .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaWQGnZs .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaWQGnZs .navbar-nav {
  display: flex !important;
}
.cid-vdxaWQGnZs .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaWQGnZs .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaWQGnZs .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaWQGnZs .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaWQGnZs .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaWQGnZs .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaWQGnZs .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaWQGnZs .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaWQGnZs .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaWQGnZs 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-vdxaWQGnZs button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaWQGnZs button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaWQGnZs button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaWQGnZs button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaWQGnZs button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWQGnZs button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaWQGnZs button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaWQGnZs .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaWQGnZs .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaWQGnZs .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaWQGnZs .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaWQGnZs .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaWQGnZs .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaWQGnZs .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaWQGnZs .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaWQGnZs .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaWQGnZs .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaWQGnZs .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaWQGnZs .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaWQGnZs .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaWQGnZs .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaWQGnZs .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaWQGnZs .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaWQGnZs .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaWQGnZs .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaWQGnZs .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaWQGnZs ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaWQGnZs ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaWQGnZs ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaWQGnZs .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaWQGnZs .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaWQGnZs .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaWQGnZs .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaWQGnZs .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-vdxaWQGnZs .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-vdxaWQGnZs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaWQGnZs .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaWQGnZs .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaWQGnZs .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaWQGnZs .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaWQGnZs .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaWQRhFc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaWQRhFc .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaWQXuvh {
  display: flex;
  background-image: url("../../../assets/images/bg-2.webp");
}
.cid-vdxaWQXuvh .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaWQXuvh {
    align-items: flex-end;
  }
  .cid-vdxaWQXuvh .row {
    justify-content: center;
  }
  .cid-vdxaWQXuvh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaWQXuvh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWQXuvh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaWQXuvh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaWQXuvh .content-wrap {
    width: 100%;
  }
}
.cid-vdxaWQXuvh .mbr-section-title,
.cid-vdxaWQXuvh .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaWQXuvh .mbr-text,
.cid-vdxaWQXuvh .mbr-section-btn {
  text-align: center;
}
.cid-vdxaWR5m8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaWR5m8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaWR5m8G .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-vdxaWR5m8G .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWR5m8G .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaWR5m8G .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaWR5m8G .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaWR5m8G .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaWR5m8G .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-vdxaWR5m8G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaWR5m8G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaWR5m8G .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaWR5m8G .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWR5m8G .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaWR5m8G ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaWR5m8G .content-head {
  max-width: 800px;
}
.cid-vdxaWRf9kp {
  background-color: #102f62;
}
.cid-vdxaWRf9kp .mbr-section-title {
  margin: 0;
}
.cid-vdxaWRf9kp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaWRf9kp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaWRf9kp .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaWRf9kp .team-item {
  transition: all 0.2s;
}
.cid-vdxaWRf9kp .team-item .item-image {
  position: relative !important;
}
.cid-vdxaWRf9kp .team-item .item-image img {
  width: 100%;
}
.cid-vdxaWRf9kp .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-vdxaWRf9kp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaWRf9kp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaWRf9kp .team-item .item-caption {
  background: #878787;
}
.cid-vdxaWRf9kp .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaWRf9kp .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaWRf9kp .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaWRf9kp .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaWRf9kp .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaWRf9kp .team-item:hover {
    transform: none;
  }
  .cid-vdxaWRf9kp .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWRf9kp {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaWRf9kp {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaWRf9kp .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaWRf9kp .container-fluid {
  max-width: 1300px;
}
.cid-vdxWAzQiu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxWAzQiu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWAzQiu3 .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-vdxWAzQiu3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxWAzQiu3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxWAzQiu3 .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxWAzQiu3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxWAzQiu3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxWAzQiu3 .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-vdxWAzQiu3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxWAzQiu3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxWAzQiu3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxWAzQiu3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxWAzQiu3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxWAzQiu3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxWAzQiu3 .content-head {
  max-width: 800px;
}
.cid-vdxaWRo7Kf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaWRo7Kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaWRo7Kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaWRo7Kf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaWRo7Kf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaWRo7Kf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaWRo7Kf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWRo7Kf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaWRo7Kf .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-vdxaWRo7Kf .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaWRo7Kf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaWRo7Kf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaWRo7Kf .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaWRo7Kf .content-head {
  max-width: 800px;
}
.cid-vdxaWRo7Kf .card-text,
.cid-vdxaWRo7Kf .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaWRo7Kf .card-title,
.cid-vdxaWRo7Kf .iconfont-wrapper {
  text-align: center;
}
.cid-vdxaWRzuqx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaWRzuqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaWRzuqx .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-vdxaWRzuqx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaWRzuqx .row {
  flex-direction: row-reverse;
}
.cid-vdxaWRzuqx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaWRzuqx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaWRzuqx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaWRzuqx .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaWRzuqx .mbr-text,
.cid-vdxaWRzuqx .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxWBaDmeQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxWBaDmeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWBaDmeQ .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-vdxWBaDmeQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxWBaDmeQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxWBaDmeQ .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxWBaDmeQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxWBaDmeQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxWBaDmeQ .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-vdxWBaDmeQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxWBaDmeQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxWBaDmeQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxWBaDmeQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxWBaDmeQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxWBaDmeQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxWBaDmeQ .content-head {
  max-width: 800px;
}
.cid-vdxaWRIOOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaWRIOOG .mbr-text {
  color: #000000;
}
.cid-vdxaWRIOOG .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaWRIOOG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaWRIOOG .mbr-text,
.cid-vdxaWRIOOG .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaWRIOOG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaWRIOOG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaWRIOOG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaY3mhlt {
  z-index: 1000;
  width: 100%;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .dropdown-menu {
  padding: 0;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxaY3mhlt .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxaY3mhlt .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxaY3mhlt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxaY3mhlt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxaY3mhlt .nav-link {
  position: relative;
}
.cid-vdxaY3mhlt .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxaY3mhlt .dropdown-menu,
.cid-vdxaY3mhlt .navbar.opened {
  background: #212428 !important;
}
.cid-vdxaY3mhlt .nav-item:focus,
.cid-vdxaY3mhlt .nav-link:focus {
  outline: none;
}
.cid-vdxaY3mhlt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxaY3mhlt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxaY3mhlt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxaY3mhlt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxaY3mhlt .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxaY3mhlt .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxaY3mhlt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxaY3mhlt .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxaY3mhlt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxaY3mhlt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxaY3mhlt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxaY3mhlt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxaY3mhlt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxaY3mhlt .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-vdxaY3mhlt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxaY3mhlt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxaY3mhlt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxaY3mhlt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxaY3mhlt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxaY3mhlt .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxaY3mhlt .navbar {
    min-height: 80px;
  }
}
.cid-vdxaY3mhlt .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxaY3mhlt .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxaY3mhlt .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxaY3mhlt .dropdown-item.active,
.cid-vdxaY3mhlt .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxaY3mhlt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxaY3mhlt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxaY3mhlt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxaY3mhlt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxaY3mhlt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxaY3mhlt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxaY3mhlt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxaY3mhlt 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-vdxaY3mhlt button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxaY3mhlt button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaY3mhlt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaY3mhlt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaY3mhlt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaY3mhlt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaY3mhlt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaY3mhlt nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaY3mhlt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaY3mhlt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaY3mhlt nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxaY3mhlt .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxaY3mhlt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .navbar {
    height: 70px;
  }
  .cid-vdxaY3mhlt .navbar.opened {
    height: auto;
  }
  .cid-vdxaY3mhlt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxaY3mhlt .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxaY3mhlt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY3mhlt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxaY3mhlt .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxaY3mhlt .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxaY3mhlt .navbar-nav {
  display: flex !important;
}
.cid-vdxaY3mhlt .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxaY3mhlt .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxaY3mhlt .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaY3mhlt .navbar-nav .nav-item .nav-link:hover,
.cid-vdxaY3mhlt .navbar-nav .nav-item .nav-link:focus,
.cid-vdxaY3mhlt .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxaY3mhlt .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxaY3mhlt .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxaY3mhlt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxaY3mhlt 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-vdxaY3mhlt button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxaY3mhlt button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaY3mhlt button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaY3mhlt button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxaY3mhlt button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaY3mhlt button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxaY3mhlt button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxaY3mhlt .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxaY3mhlt .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxaY3mhlt .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxaY3mhlt .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxaY3mhlt .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxaY3mhlt .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxaY3mhlt .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxaY3mhlt .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxaY3mhlt .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxaY3mhlt .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxaY3mhlt .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxaY3mhlt .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxaY3mhlt .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxaY3mhlt .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxaY3mhlt .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxaY3mhlt .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxaY3mhlt .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxaY3mhlt .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxaY3mhlt .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxaY3mhlt ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxaY3mhlt ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxaY3mhlt ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxaY3mhlt .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxaY3mhlt .social-container {
    padding-top: 40px;
  }
}
.cid-vdxaY3mhlt .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxaY3mhlt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxaY3mhlt .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-vdxaY3mhlt .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-vdxaY3mhlt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxaY3mhlt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxaY3mhlt .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxaY3mhlt .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxaY3mhlt .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxaY3mhlt .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxaY3yCJN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxaY3yCJN .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vdxaY3ETU4 {
  display: flex;
  background-image: url("../../../assets/images/road-with-vanishing-point-sunset-2000x1333.jpg");
}
.cid-vdxaY3ETU4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vdxaY3ETU4 {
    align-items: flex-end;
  }
  .cid-vdxaY3ETU4 .row {
    justify-content: center;
  }
  .cid-vdxaY3ETU4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxaY3ETU4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY3ETU4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxaY3ETU4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxaY3ETU4 .content-wrap {
    width: 100%;
  }
}
.cid-vdxaY3ETU4 .mbr-section-title,
.cid-vdxaY3ETU4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vdxaY3ETU4 .mbr-text,
.cid-vdxaY3ETU4 .mbr-section-btn {
  text-align: center;
}
.cid-vdxaY3MuEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vdxaY3MuEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaY3MuEu .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-vdxaY3MuEu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY3MuEu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdxaY3MuEu .google-map {
  height: 100%;
  position: relative;
}
.cid-vdxaY3MuEu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdxaY3MuEu .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdxaY3MuEu .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-vdxaY3MuEu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxaY3MuEu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxaY3MuEu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaY3MuEu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY3MuEu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdxaY3MuEu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdxaY3MuEu .content-head {
  max-width: 800px;
}
.cid-vdxaY3Wbdm {
  background-color: #102f62;
}
.cid-vdxaY3Wbdm .mbr-section-title {
  margin: 0;
}
.cid-vdxaY3Wbdm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdxaY3Wbdm .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdxaY3Wbdm .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vdxaY3Wbdm .team-item {
  transition: all 0.2s;
}
.cid-vdxaY3Wbdm .team-item .item-image {
  position: relative !important;
}
.cid-vdxaY3Wbdm .team-item .item-image img {
  width: 100%;
}
.cid-vdxaY3Wbdm .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-vdxaY3Wbdm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdxaY3Wbdm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdxaY3Wbdm .team-item .item-caption {
  background: #878787;
}
.cid-vdxaY3Wbdm .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdxaY3Wbdm .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vdxaY3Wbdm .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vdxaY3Wbdm .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vdxaY3Wbdm .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vdxaY3Wbdm .team-item:hover {
    transform: none;
  }
  .cid-vdxaY3Wbdm .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY3Wbdm {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vdxaY3Wbdm {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vdxaY3Wbdm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vdxaY3Wbdm .container-fluid {
  max-width: 1300px;
}
.cid-vdxaY45i2I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdxaY45i2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaY45i2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxaY45i2I .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxaY45i2I .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdxaY45i2I .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaY45i2I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY45i2I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxaY45i2I .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-vdxaY45i2I .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaY45i2I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxaY45i2I .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdxaY45i2I .card-box .item-footer {
  margin-top: auto;
}
.cid-vdxaY45i2I .content-head {
  max-width: 800px;
}
.cid-vdxaY45i2I .card-text,
.cid-vdxaY45i2I .item .mbr-section-btn {
  text-align: center;
}
.cid-vdxaY4grFx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-vdxaY4grFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxaY4grFx .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-vdxaY4grFx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdxaY4grFx .row {
  flex-direction: row-reverse;
}
.cid-vdxaY4grFx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdxaY4grFx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxaY4grFx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdxaY4grFx .mbr-section-title {
  color: #ffffff;
}
.cid-vdxaY4grFx .mbr-text,
.cid-vdxaY4grFx .mbr-section-btn {
  color: #ffffff;
}
.cid-vdxaY4q54l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxaY4q54l .mbr-text {
  color: #000000;
}
.cid-vdxaY4q54l .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxaY4q54l .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxaY4q54l .mbr-text,
.cid-vdxaY4q54l .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxaY4q54l .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxaY4q54l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxaY4q54l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxbo3iXuR {
  z-index: 1000;
  width: 100%;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .dropdown-menu {
  padding: 0;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .dropdown-item {
    text-align: left !important;
  }
}
.cid-vdxbo3iXuR .dropdown-item:hover {
  background-position: right !important;
}
.cid-vdxbo3iXuR .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vdxbo3iXuR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxbo3iXuR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxbo3iXuR .nav-link {
  position: relative;
}
.cid-vdxbo3iXuR .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vdxbo3iXuR .dropdown-menu,
.cid-vdxbo3iXuR .navbar.opened {
  background: #212428 !important;
}
.cid-vdxbo3iXuR .nav-item:focus,
.cid-vdxbo3iXuR .nav-link:focus {
  outline: none;
}
.cid-vdxbo3iXuR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxbo3iXuR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxbo3iXuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxbo3iXuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxbo3iXuR .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vdxbo3iXuR .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxbo3iXuR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxbo3iXuR .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxbo3iXuR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vdxbo3iXuR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxbo3iXuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxbo3iXuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxbo3iXuR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxbo3iXuR .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-vdxbo3iXuR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxbo3iXuR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxbo3iXuR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxbo3iXuR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdxbo3iXuR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxbo3iXuR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vdxbo3iXuR .navbar {
    min-height: 80px;
  }
}
.cid-vdxbo3iXuR .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxbo3iXuR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vdxbo3iXuR .navbar-brand {
    min-height: 69px;
  }
}
.cid-vdxbo3iXuR .dropdown-item.active,
.cid-vdxbo3iXuR .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxbo3iXuR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxbo3iXuR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxbo3iXuR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxbo3iXuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vdxbo3iXuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdxbo3iXuR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxbo3iXuR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxbo3iXuR 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-vdxbo3iXuR button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vdxbo3iXuR button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxbo3iXuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxbo3iXuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxbo3iXuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxbo3iXuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxbo3iXuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxbo3iXuR nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxbo3iXuR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxbo3iXuR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxbo3iXuR nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxbo3iXuR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vdxbo3iXuR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .navbar {
    height: 70px;
  }
  .cid-vdxbo3iXuR .navbar.opened {
    height: auto;
  }
  .cid-vdxbo3iXuR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .navbar-short {
    min-height: 70px;
  }
}
.cid-vdxbo3iXuR .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vdxbo3iXuR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vdxbo3iXuR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vdxbo3iXuR .container-fluid {
    padding: 0 3px;
  }
}
.cid-vdxbo3iXuR .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vdxbo3iXuR .navbar-nav {
  display: flex !important;
}
.cid-vdxbo3iXuR .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vdxbo3iXuR .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vdxbo3iXuR .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxbo3iXuR .navbar-nav .nav-item .nav-link:hover,
.cid-vdxbo3iXuR .navbar-nav .nav-item .nav-link:focus,
.cid-vdxbo3iXuR .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vdxbo3iXuR .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vdxbo3iXuR .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vdxbo3iXuR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdxbo3iXuR 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-vdxbo3iXuR button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vdxbo3iXuR button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxbo3iXuR button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxbo3iXuR button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vdxbo3iXuR button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxbo3iXuR button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vdxbo3iXuR button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vdxbo3iXuR .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vdxbo3iXuR .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vdxbo3iXuR .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vdxbo3iXuR .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxbo3iXuR .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxbo3iXuR .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vdxbo3iXuR .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vdxbo3iXuR .offcanvas.show {
  transform: translateX(0);
}
.cid-vdxbo3iXuR .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vdxbo3iXuR .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vdxbo3iXuR .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vdxbo3iXuR .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdxbo3iXuR .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vdxbo3iXuR .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vdxbo3iXuR .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vdxbo3iXuR .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vdxbo3iXuR .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vdxbo3iXuR .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vdxbo3iXuR .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vdxbo3iXuR ::-webkit-scrollbar {
  width: 1em;
}
.cid-vdxbo3iXuR ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vdxbo3iXuR ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vdxbo3iXuR .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vdxbo3iXuR .social-container {
    padding-top: 40px;
  }
}
.cid-vdxbo3iXuR .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vdxbo3iXuR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vdxbo3iXuR .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-vdxbo3iXuR .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-vdxbo3iXuR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vdxbo3iXuR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vdxbo3iXuR .soc-item:hover:before {
  opacity: 1;
}
.cid-vdxbo3iXuR .offcanvas_btn {
  margin-top: auto;
}
.cid-vdxbo3iXuR .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vdxbo3iXuR .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vdxbo3vOpq {
  background-image: url("../../../assets/images/dickson-street-fayetteville-arkansas-2006.webp");
}
.cid-vdxbo3vOpq img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdxbo3vOpq .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vdxbo3vOpq .images {
    display: none;
  }
}
.cid-vdxbo3vOpq .image-wrapper-1,
.cid-vdxbo3vOpq .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vdxbo3vOpq .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vdxbo3vOpq .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vdxbo3vOpq .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vdxbo3vOpq .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vdxbo3vOpq .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vdxbo3vOpq .image-wrapper-2 img {
  width: 90%;
}
.cid-vdxbo3vOpq .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vdxbo3vOpq .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vdxbo3vOpq .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vdxbo3vOpq .text-wrapper {
  width: 100%;
}
.cid-vdxbo3vOpq .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxbo3vOpq .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdxbo3vOpq .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vdxbo3vOpq .mbr-section-btn {
    margin: 0;
  }
}
.cid-vdxbo3vOpq .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vdxbo3vOpq .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdxbo3vOpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxbo3vOpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxbo3vOpq .text {
  display: flex;
  align-items: center;
}
.cid-vdxZh6ea6d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxZh6ea6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZh6ea6d .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-vdxZh6ea6d .container-fluid {
    padding: 0;
  }
}
.cid-vdxZh6ea6d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxZh6ea6d .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxZh6ea6d .embla__button--next,
.cid-vdxZh6ea6d .embla__button--prev {
  display: flex;
}
.cid-vdxZh6ea6d .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxZh6ea6d .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxZh6ea6d .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-vdxZh6ea6d .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxZh6ea6d .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxZh6ea6d .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxZh6ea6d .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxZh6ea6d .embla {
  position: relative;
  width: 100%;
}
.cid-vdxZh6ea6d .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxZh6ea6d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxZh6ea6d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxZh6ea6d .embla__slide a {
  cursor: grab;
}
.cid-vdxZh6ea6d .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxZh6ea6d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxZh6ea6d .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxZh6ea6d .mbr-section-title {
  color: #232323;
}
.cid-vdxZh6ea6d .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxZh6ea6d .mbr-box {
  color: #ffffff;
}
.cid-vdxZh6ea6d .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxZh6ea6d img,
.cid-vdxZh6ea6d .item-img {
  width: 100%;
}
.cid-vdxZh6ea6d .item-wrapper {
  position: relative;
}
.cid-vdxZh6ea6d .content-head {
  max-width: 800px;
}
.cid-vdxbo3EnF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxbo3EnF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxbo3EnF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxbo3EnF8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxbo3EnF8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdxbo3EnF8 .container {
    padding: 0 16px;
  }
}
.cid-vdxbo3EnF8 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vdxbo3EnF8 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .row {
    padding: 25px 9px;
  }
}
.cid-vdxbo3EnF8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdxbo3EnF8 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vdxbo3EnF8 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .image-wrapper img {
    height: 350px;
  }
}
.cid-vdxbo3EnF8 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vdxbo3EnF8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vdxbo3EnF8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vdxbo3EnF8 .items-wrapper {
    display: block;
  }
}
.cid-vdxbo3EnF8 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vdxbo3EnF8 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vdxbo3EnF8 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vdxbo3EnF8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vdxbo3EnF8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vdxbo3EnF8 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vdxbo3EnF8 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdxbo3EnF8 .card {
  justify-content: center;
}
.cid-vdxbo3EnF8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxbo3EnF8 .mbr-text {
  color: #000000;
}
.cid-vdxbo3EnF8 .card-title {
  color: #000000;
}
.cid-vdxbo3EnF8 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxbo3EnF8 .card-title,
.cid-vdxbo3EnF8 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vdxbo3QmX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-vdxbo3QmX3 .mbr-section-head {
  padding: 0 1rem;
}
.cid-vdxbo3QmX3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdxbo3QmX3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdxbo3QmX3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdxbo3QmX3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdxbo3QmX3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdxbo3QmX3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxbo3QmX3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdxbo3QmX3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vdxbo3QmX3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vdxbo3QmX3 .embla__button--next,
.cid-vdxbo3QmX3 .embla__button--prev {
  display: flex;
}
.cid-vdxbo3QmX3 .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-vdxbo3QmX3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxbo3QmX3 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vdxbo3QmX3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxbo3QmX3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdxbo3QmX3 .embla__button {
    top: -10%;
  }
}
.cid-vdxbo3QmX3 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdxbo3QmX3 .embla {
    margin-top: 80px;
  }
}
.cid-vdxbo3QmX3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxbo3QmX3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxbo3QmX3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxbo3QmX3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxbo3QmX3 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vdxbo3QmX3 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vdxbo3QmX3 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vdxbo3QmX3 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdxbo3QmX3 .mbr-text ul {
    display: block;
  }
}
.cid-vdxbo3QmX3 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vdxbo3QmX3 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vdxbo3QmX3 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vdxbo3QmX3 .item-wrapper {
  height: 100%;
}
.cid-vdxbo3QmX3 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vdxbo3QmX3 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxbo3QmX3 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vdxbo41k20 {
  background-color: #000000;
  position: relative;
}
.cid-vdxbo41k20::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #232323, #000000);
}
.cid-vdxbo41k20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxbo41k20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxbo41k20 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vdxbo41k20 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdxbo41k20 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdxbo41k20 .container {
    padding: 0 16px;
  }
}
.cid-vdxbo41k20 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdxbo41k20 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdxbo41k20 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdxbo41k20 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-vdxbo41k20 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdxbo41k20 .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-vdxbo41k20 .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxbo41k20 .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vdxbo41k20 .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-vdxbo41k20 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdxbo41k20 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdxbo41k20 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-vdxbo41k20 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-vdxbo41k20 .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-vdxbo41k20 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-vdxbo41k20 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-vdxbo41k20 .mbr-section-title {
  color: #ffffff;
}
.cid-vdxbo41k20 .mbr-text {
  color: #f4f4f4;
}
.cid-vdxbo41k20 .mbr-section-title DIV {
  text-align: center;
}
.cid-vdxZfSuL1f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxZfSuL1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZfSuL1f .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-vdxZfSuL1f .container-fluid {
    padding: 0;
  }
}
.cid-vdxZfSuL1f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxZfSuL1f .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxZfSuL1f .embla__button--next,
.cid-vdxZfSuL1f .embla__button--prev {
  display: flex;
}
.cid-vdxZfSuL1f .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxZfSuL1f .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxZfSuL1f .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-vdxZfSuL1f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxZfSuL1f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxZfSuL1f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxZfSuL1f .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxZfSuL1f .embla {
  position: relative;
  width: 100%;
}
.cid-vdxZfSuL1f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxZfSuL1f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxZfSuL1f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxZfSuL1f .embla__slide a {
  cursor: grab;
}
.cid-vdxZfSuL1f .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxZfSuL1f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxZfSuL1f .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxZfSuL1f .mbr-section-title {
  color: #232323;
}
.cid-vdxZfSuL1f .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxZfSuL1f .mbr-box {
  color: #ffffff;
}
.cid-vdxZfSuL1f .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxZfSuL1f img,
.cid-vdxZfSuL1f .item-img {
  width: 100%;
}
.cid-vdxZfSuL1f .item-wrapper {
  position: relative;
}
.cid-vdxZfSuL1f .content-head {
  max-width: 800px;
}
#custom-html-84 {
  /* Type valid CSS here */
}
#custom-html-84 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-84 p {
  font-size: 60px;
  color: #777;
}
.cid-vdxbo4feEW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdxbo4feEW h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vdxbo4feEW .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdxbo4feEW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdxbo4feEW .nav-link.active {
  background: #232323;
}
.cid-vdxbo4feEW .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-vdxbo4feEW .nav-link:hover {
  background: #232323;
}
.cid-vdxbo4feEW .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-vdxbo4feEW .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vdxbo4feEW .nav-link.display-4 {
  font-size: 15px;
}
.cid-vdxbo4feEW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vdxbo4feEW .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vdxbo4feEW .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vdxbo4feEW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vdxbo4feEW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vdxbo4feEW .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vdxbo4feEW .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-vdxbo4feEW .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-vdxbo4feEW .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vdxbo4feEW .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-vdxbo4feEW .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vdxbo4feEW .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-vdxbo4feEW .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vdxbo4feEW .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdxbo4feEW .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vdxbo4feEW .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vdxbo4feEW .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vdxbo4feEW .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vdxbo4feEW .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vdxbo4feEW .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vdxbo4feEW .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vdxbo4feEW .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vdxbo4feEW .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vdxbo4feEW .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-vdxbo4feEW .mbr-text,
  .cid-vdxbo4feEW .nav-link,
  .cid-vdxbo4feEW .mbr-card-title,
  .cid-vdxbo4feEW .mbr-section-title {
    text-align: left;
  }
  .cid-vdxbo4feEW .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vdxbo4feEW .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vdxbo4feEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxbo4feEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxbo4feEW .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vdxbo4feEW .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vdxbo4feEW .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vdxbo5fLY4 .google-map {
  height: 700px;
  position: relative;
}
.cid-vdxbo5fLY4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdxbo5fLY4 .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-vdxbo5fLY4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdxbo5fLY4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdxbo5tV2J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vdxbo5tV2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxbo5tV2J .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-vdxbo5tV2J .container-fluid {
    padding: 0;
  }
}
.cid-vdxbo5tV2J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdxbo5tV2J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdxbo5tV2J .embla__button--next,
.cid-vdxbo5tV2J .embla__button--prev {
  display: flex;
}
.cid-vdxbo5tV2J .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdxbo5tV2J .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdxbo5tV2J .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-vdxbo5tV2J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdxbo5tV2J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxbo5tV2J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxbo5tV2J .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxbo5tV2J .embla {
  position: relative;
  width: 100%;
}
.cid-vdxbo5tV2J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdxbo5tV2J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxbo5tV2J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxbo5tV2J .embla__slide a {
  cursor: grab;
}
.cid-vdxbo5tV2J .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdxbo5tV2J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxbo5tV2J .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdxbo5tV2J .mbr-section-title {
  color: #232323;
}
.cid-vdxbo5tV2J .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxbo5tV2J .mbr-box {
  color: #ffffff;
}
.cid-vdxbo5tV2J .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdxbo5tV2J img,
.cid-vdxbo5tV2J .item-img {
  width: 100%;
}
.cid-vdxbo5tV2J .item-wrapper {
  position: relative;
}
.cid-vdxbo5tV2J .content-head {
  max-width: 800px;
}
.cid-vdxbo5JuJZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxbo5JuJZ .media-container-row .mbr-text {
  color: #fffcee;
}
