.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/08001166.webp");
}
.cid-usHnSQKb97 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-usHnSQKb97 {
    align-items: center;
  }
  .cid-usHnSQKb97 .row {
    justify-content: center;
  }
  .cid-usHnSQKb97 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usHnSQKb97 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usHnSQKb97 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usHnSQKb97 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usHnSQKb97 .content-wrap {
    width: 100%;
  }
}
.cid-usHnSQKb97 .mbr-section-title,
.cid-usHnSQKb97 .mbr-section-subtitle {
  text-align: center;
}
.cid-usHnSQKb97 .mbr-text,
.cid-usHnSQKb97 .mbr-section-btn {
  text-align: center;
}
.cid-uPhxoDY30M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPhxoDY30M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhxoDY30M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhxoDY30M .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPhxoDY30M .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPhxoDY30M .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPhxoDY30M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPhxoDY30M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPhxoDY30M .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uPhxoDY30M .mbr-section-title {
  color: #ffffff;
}
.cid-uPhxoDY30M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPhxoDY30M .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPhxoDY30M .card-box .item-footer {
  margin-top: auto;
}
.cid-uPhxoDY30M .content-head {
  max-width: 800px;
}
.cid-uPhxoDY30M .card-text,
.cid-uPhxoDY30M .item .mbr-section-btn {
  text-align: center;
}
.cid-us92xws2nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-us92xws2nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-us92xws2nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us92xws2nb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-us92xws2nb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .container {
    padding: 0 16px;
  }
}
.cid-us92xws2nb .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-us92xws2nb .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-us92xws2nb .row {
    padding: 25px 9px;
  }
}
.cid-us92xws2nb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-us92xws2nb .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-us92xws2nb .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .image-wrapper img {
    height: 350px;
  }
}
.cid-us92xws2nb .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-us92xws2nb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-us92xws2nb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .items-wrapper {
    display: block;
  }
}
.cid-us92xws2nb .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-us92xws2nb .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-us92xws2nb .card {
  justify-content: center;
}
.cid-us92xws2nb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-us92xws2nb .mbr-text {
  color: #000000;
}
.cid-us92xws2nb .card-title {
  color: #000000;
}
.cid-us92xws2nb .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-us92xws2nb .card-title,
.cid-us92xws2nb .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-usHoDjWOO7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-usHoDjWOO7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .item {
    margin-bottom: 1rem;
  }
}
.cid-usHoDjWOO7 .item-wrapper {
  position: relative;
}
.cid-usHoDjWOO7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-usHoDjWOO7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-usHoDjWOO7 .carousel-control,
.cid-usHoDjWOO7 .close {
  background: #1b1b1b;
}
.cid-usHoDjWOO7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usHoDjWOO7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-usHoDjWOO7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usHoDjWOO7 .close::before {
  content: '\e91a';
}
.cid-usHoDjWOO7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usHoDjWOO7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usHoDjWOO7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usHoDjWOO7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usHoDjWOO7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usHoDjWOO7 .carousel-indicators li.active,
.cid-usHoDjWOO7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usHoDjWOO7 .carousel-indicators li::after,
.cid-usHoDjWOO7 .carousel-indicators li::before {
  content: none;
}
.cid-usHoDjWOO7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    display: none;
  }
}
.cid-usHoDjWOO7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usHoDjWOO7 .carousel-inner > .active {
  display: block;
}
.cid-usHoDjWOO7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usHoDjWOO7 .carousel-control,
  .cid-usHoDjWOO7 .carousel-indicators,
  .cid-usHoDjWOO7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usHoDjWOO7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usHoDjWOO7 .carousel-indicators .active,
.cid-usHoDjWOO7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usHoDjWOO7 .carousel-indicators .active {
  background: #fff;
}
.cid-usHoDjWOO7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usHoDjWOO7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usHoDjWOO7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usHoDjWOO7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usHoDjWOO7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usHoDjWOO7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usHoDjWOO7 .carousel {
  width: 100%;
}
.cid-usHoDjWOO7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usHoDjWOO7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usHoDjWOO7 .modal.fade .modal-dialog,
.cid-usHoDjWOO7 .modal.in .modal-dialog {
  transform: none;
}
.cid-usHoDjWOO7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usHoDjWOO7 .content-head {
  max-width: 800px;
}
.cid-usNjI5xtkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/16000055.webp");
}
.cid-usNjI5xtkQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-usNjI5xtkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNjI5xtkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usNjI5xtkQ .container {
    padding: 0 22px;
  }
}
.cid-usNjI5xtkQ .row {
  justify-content: center;
}
.cid-usNjI5xtkQ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-usNjI5xtkQ .content-wrapper {
    padding: 0;
  }
}
.cid-usNjI5xtkQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usNjI5xtkQ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-usNjI5xtkQ .mbr-section-title {
  color: #ffffff;
}
.cid-usNjI5xtkQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-usNjI5xtkQ .mbr-section-title,
.cid-usNjI5xtkQ .mbr-section-btn {
  text-align: center;
}
.cid-usK7CvxRZB {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-usK7CvxRZB .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usK7CvxRZB .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #edefeb;
  z-index: 1;
}
.cid-usK7CvxRZB .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-usK7CvxRZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usK7CvxRZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usK7CvxRZB .row {
  position: relative;
  z-index: 2;
}
.cid-usK7CvxRZB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usK7CvxRZB .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usK7CvxRZB .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usK7CvxRZB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usK7CvxRZB .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usK7CvxRZB .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usK7CvxRZB .mbr-section-title {
  color: #212529;
}
.cid-usK7CvxRZB .mbr-text {
  color: #51565c;
}
.cid-usKbyOw07X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usKbyOw07X .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKbyOw07X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKbyOw07X .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usKbyOw07X .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usKbyOw07X .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usKbyOw07X .mbr-section-title {
  color: #050f0f;
}
.cid-usKbyOw07X .mbr-text {
  color: #050f0f;
}
.cid-usKdiXeagJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usKdiXeagJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKdiXeagJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKdiXeagJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .container {
    padding: 0 24px;
  }
}
.cid-usKdiXeagJ .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .content-wrapper {
    padding: 0;
  }
}
.cid-usKdiXeagJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-usKdiXeagJ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-usKdiXeagJ .mbr-section-title {
  color: #141414;
}
.cid-usKdiXeagJ .mbr-desc {
  color: #141414;
}
.cid-usKdiXeagJ .mbr-text {
  color: #141414;
}
.cid-usKd3qNUK5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/paper-texture-top-view-2000x1368.webp");
}
.cid-usKd3qNUK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKd3qNUK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKd3qNUK5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .container {
    padding: 0 20px;
  }
}
.cid-usKd3qNUK5 .row {
  justify-content: space-between;
}
.cid-usKd3qNUK5 .card {
  justify-content: center;
}
.cid-usKd3qNUK5 .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .image-wrapper img {
    height: 350px;
  }
}
.cid-usKd3qNUK5 .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-usKd3qNUK5 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-usKd3qNUK5 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usKd3qNUK5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKd3qNUK5 .mbr-desc {
  color: #1e1d1c;
}
.cid-usKd3qNUK5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-usKd3qNUK5 .mbr-text {
  color: #1e1d1c;
}
.cid-usKdfPyWMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usKdfPyWMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKdfPyWMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .container {
    padding: 0 22px;
  }
}
.cid-usKdfPyWMF .card {
  justify-content: center;
}
.cid-usKdfPyWMF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-usKdfPyWMF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usKdfPyWMF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKdfPyWMF .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-usKdfPyWMF .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-usKdfPyWMF .mbr-section-title {
  color: #ffffff;
}
.cid-usKdfPyWMF .mbr-text {
  color: #ffffff;
}
.cid-usKerBlWdK {
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-02-09-pm.webp");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-usKerBlWdK .row {
  align-items: center;
}
.cid-usKerBlWdK .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usKerBlWdK .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-usKerBlWdK .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-usKerBlWdK .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-usKerBlWdK .card {
    height: 300px;
  }
}
.cid-usKXoWcOqw {
  background-image: url("../../../assets/images/first-national-bank-building.webp");
}
.cid-usKXoWcOqw .mbr-section-title {
  color: #ffffff;
}
.cid-usKXoWcOqw .mbr-text,
.cid-usKXoWcOqw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpC3PJOU5 {
  z-index: 1000;
  width: 100%;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .dropdown-menu {
  padding: 0;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpC3PJOU5 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpC3PJOU5 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpC3PJOU5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpC3PJOU5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpC3PJOU5 .nav-link {
  position: relative;
}
.cid-vfpC3PJOU5 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpC3PJOU5 .dropdown-menu,
.cid-vfpC3PJOU5 .navbar.opened {
  background: #212428 !important;
}
.cid-vfpC3PJOU5 .nav-item:focus,
.cid-vfpC3PJOU5 .nav-link:focus {
  outline: none;
}
.cid-vfpC3PJOU5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpC3PJOU5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpC3PJOU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpC3PJOU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpC3PJOU5 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpC3PJOU5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpC3PJOU5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpC3PJOU5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpC3PJOU5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpC3PJOU5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpC3PJOU5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpC3PJOU5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpC3PJOU5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpC3PJOU5 .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-vfpC3PJOU5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpC3PJOU5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpC3PJOU5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpC3PJOU5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpC3PJOU5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpC3PJOU5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpC3PJOU5 .navbar {
    min-height: 80px;
  }
}
.cid-vfpC3PJOU5 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpC3PJOU5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpC3PJOU5 .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpC3PJOU5 .dropdown-item.active,
.cid-vfpC3PJOU5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpC3PJOU5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpC3PJOU5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpC3PJOU5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpC3PJOU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpC3PJOU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpC3PJOU5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpC3PJOU5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpC3PJOU5 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-vfpC3PJOU5 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpC3PJOU5 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpC3PJOU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpC3PJOU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpC3PJOU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC3PJOU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC3PJOU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpC3PJOU5 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpC3PJOU5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpC3PJOU5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpC3PJOU5 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpC3PJOU5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpC3PJOU5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .navbar {
    height: 70px;
  }
  .cid-vfpC3PJOU5 .navbar.opened {
    height: auto;
  }
  .cid-vfpC3PJOU5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpC3PJOU5 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpC3PJOU5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpC3PJOU5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpC3PJOU5 .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpC3PJOU5 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpC3PJOU5 .navbar-nav {
  display: flex !important;
}
.cid-vfpC3PJOU5 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpC3PJOU5 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpC3PJOU5 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpC3PJOU5 .navbar-nav .nav-item .nav-link:hover,
.cid-vfpC3PJOU5 .navbar-nav .nav-item .nav-link:focus,
.cid-vfpC3PJOU5 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpC3PJOU5 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpC3PJOU5 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpC3PJOU5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpC3PJOU5 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-vfpC3PJOU5 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpC3PJOU5 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpC3PJOU5 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpC3PJOU5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpC3PJOU5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC3PJOU5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC3PJOU5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpC3PJOU5 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpC3PJOU5 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpC3PJOU5 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpC3PJOU5 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpC3PJOU5 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpC3PJOU5 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpC3PJOU5 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpC3PJOU5 .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpC3PJOU5 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpC3PJOU5 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpC3PJOU5 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpC3PJOU5 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpC3PJOU5 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpC3PJOU5 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpC3PJOU5 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpC3PJOU5 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpC3PJOU5 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpC3PJOU5 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpC3PJOU5 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpC3PJOU5 ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpC3PJOU5 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpC3PJOU5 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpC3PJOU5 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpC3PJOU5 .social-container {
    padding-top: 40px;
  }
}
.cid-vfpC3PJOU5 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpC3PJOU5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpC3PJOU5 .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-vfpC3PJOU5 .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-vfpC3PJOU5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpC3PJOU5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpC3PJOU5 .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpC3PJOU5 .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpC3PJOU5 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpC3PJOU5 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpC3PVLJ3 {
  background-image: url("../../../assets/images/william-j.-and-hattie-j.-zitterell-house-webster-city-iowa.webp");
}
.cid-vfpC3PVLJ3 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vfpC3PVLJ3 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vfpC3PVLJ3 .images {
    display: none;
  }
}
.cid-vfpC3PVLJ3 .image-wrapper-1,
.cid-vfpC3PVLJ3 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vfpC3PVLJ3 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vfpC3PVLJ3 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vfpC3PVLJ3 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vfpC3PVLJ3 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vfpC3PVLJ3 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vfpC3PVLJ3 .image-wrapper-2 img {
  width: 90%;
}
.cid-vfpC3PVLJ3 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vfpC3PVLJ3 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vfpC3PVLJ3 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vfpC3PVLJ3 .text-wrapper {
  width: 100%;
}
.cid-vfpC3PVLJ3 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpC3PVLJ3 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfpC3PVLJ3 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vfpC3PVLJ3 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vfpC3PVLJ3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vfpC3PVLJ3 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vfpC3PVLJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC3PVLJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpC3PVLJ3 .text {
  display: flex;
  align-items: center;
}
.cid-vfqEejDDFk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqEejDDFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqEejDDFk .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-vfqEejDDFk .container-fluid {
    padding: 0;
  }
}
.cid-vfqEejDDFk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqEejDDFk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqEejDDFk .embla__button--next,
.cid-vfqEejDDFk .embla__button--prev {
  display: flex;
}
.cid-vfqEejDDFk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqEejDDFk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqEejDDFk .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-vfqEejDDFk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqEejDDFk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqEejDDFk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqEejDDFk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqEejDDFk .embla {
  position: relative;
  width: 100%;
}
.cid-vfqEejDDFk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqEejDDFk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqEejDDFk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqEejDDFk .embla__slide a {
  cursor: grab;
}
.cid-vfqEejDDFk .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqEejDDFk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqEejDDFk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqEejDDFk .mbr-section-title {
  color: #232323;
}
.cid-vfqEejDDFk .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqEejDDFk .mbr-box {
  color: #ffffff;
}
.cid-vfqEejDDFk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqEejDDFk img,
.cid-vfqEejDDFk .item-img {
  width: 100%;
}
.cid-vfqEejDDFk .item-wrapper {
  position: relative;
}
.cid-vfqEejDDFk .content-head {
  max-width: 800px;
}
.cid-vfpC3Q3sXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfpC3Q3sXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC3Q3sXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpC3Q3sXD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpC3Q3sXD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpC3Q3sXD .container {
    padding: 0 16px;
  }
}
.cid-vfpC3Q3sXD .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vfpC3Q3sXD .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .row {
    padding: 25px 9px;
  }
}
.cid-vfpC3Q3sXD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfpC3Q3sXD .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vfpC3Q3sXD .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .image-wrapper img {
    height: 350px;
  }
}
.cid-vfpC3Q3sXD .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vfpC3Q3sXD .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vfpC3Q3sXD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vfpC3Q3sXD .items-wrapper {
    display: block;
  }
}
.cid-vfpC3Q3sXD .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vfpC3Q3sXD .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vfpC3Q3sXD .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vfpC3Q3sXD .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vfpC3Q3sXD .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vfpC3Q3sXD .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vfpC3Q3sXD .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfpC3Q3sXD .card {
  justify-content: center;
}
.cid-vfpC3Q3sXD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpC3Q3sXD .mbr-text {
  color: #000000;
}
.cid-vfpC3Q3sXD .card-title {
  color: #000000;
}
.cid-vfpC3Q3sXD .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpC3Q3sXD .card-title,
.cid-vfpC3Q3sXD .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vfpC3Qic39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vfpC3Qic39 .mbr-section-head {
  padding: 0 1rem;
}
.cid-vfpC3Qic39 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vfpC3Qic39 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vfpC3Qic39 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vfpC3Qic39 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vfpC3Qic39 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vfpC3Qic39 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpC3Qic39 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vfpC3Qic39 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vfpC3Qic39 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vfpC3Qic39 .embla__button--next,
.cid-vfpC3Qic39 .embla__button--prev {
  display: flex;
}
.cid-vfpC3Qic39 .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-vfpC3Qic39 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpC3Qic39 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vfpC3Qic39 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpC3Qic39 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vfpC3Qic39 .embla__button {
    top: -10%;
  }
}
.cid-vfpC3Qic39 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfpC3Qic39 .embla {
    margin-top: 80px;
  }
}
.cid-vfpC3Qic39 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpC3Qic39 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpC3Qic39 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpC3Qic39 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpC3Qic39 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpC3Qic39 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vfpC3Qic39 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vfpC3Qic39 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfpC3Qic39 .mbr-text ul {
    display: block;
  }
}
.cid-vfpC3Qic39 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vfpC3Qic39 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vfpC3Qic39 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vfpC3Qic39 .item-wrapper {
  height: 100%;
}
.cid-vfpC3Qic39 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vfpC3Qic39 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfpC3Qic39 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vfqEd8LQOz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqEd8LQOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqEd8LQOz .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-vfqEd8LQOz .container-fluid {
    padding: 0;
  }
}
.cid-vfqEd8LQOz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqEd8LQOz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqEd8LQOz .embla__button--next,
.cid-vfqEd8LQOz .embla__button--prev {
  display: flex;
}
.cid-vfqEd8LQOz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqEd8LQOz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqEd8LQOz .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-vfqEd8LQOz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqEd8LQOz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqEd8LQOz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqEd8LQOz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqEd8LQOz .embla {
  position: relative;
  width: 100%;
}
.cid-vfqEd8LQOz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqEd8LQOz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqEd8LQOz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqEd8LQOz .embla__slide a {
  cursor: grab;
}
.cid-vfqEd8LQOz .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqEd8LQOz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqEd8LQOz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqEd8LQOz .mbr-section-title {
  color: #232323;
}
.cid-vfqEd8LQOz .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqEd8LQOz .mbr-box {
  color: #ffffff;
}
.cid-vfqEd8LQOz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqEd8LQOz img,
.cid-vfqEd8LQOz .item-img {
  width: 100%;
}
.cid-vfqEd8LQOz .item-wrapper {
  position: relative;
}
.cid-vfqEd8LQOz .content-head {
  max-width: 800px;
}
#custom-html-m6 {
  /* Type valid CSS here */
}
#custom-html-m6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m6 p {
  font-size: 60px;
  color: #777;
}
.cid-vfpC3QwA7V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vfpC3QwA7V h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vfpC3QwA7V .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpC3QwA7V .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpC3QwA7V .nav-link.active {
  background: #232323;
}
.cid-vfpC3QwA7V .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-vfpC3QwA7V .nav-link:hover {
  background: #232323;
}
.cid-vfpC3QwA7V .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-vfpC3QwA7V .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vfpC3QwA7V .nav-link.display-4 {
  font-size: 15px;
}
.cid-vfpC3QwA7V .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vfpC3QwA7V .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vfpC3QwA7V .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vfpC3QwA7V .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vfpC3QwA7V .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vfpC3QwA7V .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vfpC3QwA7V .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-vfpC3QwA7V .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-vfpC3QwA7V .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vfpC3QwA7V .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-vfpC3QwA7V .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vfpC3QwA7V .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-vfpC3QwA7V .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpC3QwA7V .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpC3QwA7V .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpC3QwA7V .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpC3QwA7V .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vfpC3QwA7V .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vfpC3QwA7V .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vfpC3QwA7V .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vfpC3QwA7V .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vfpC3QwA7V .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vfpC3QwA7V .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vfpC3QwA7V .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-vfpC3QwA7V .mbr-text,
  .cid-vfpC3QwA7V .nav-link,
  .cid-vfpC3QwA7V .mbr-card-title,
  .cid-vfpC3QwA7V .mbr-section-title {
    text-align: left;
  }
  .cid-vfpC3QwA7V .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpC3QwA7V .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vfpC3QwA7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC3QwA7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpC3QwA7V .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vfpC3QwA7V .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vfpC3QwA7V .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vfpC3RsJmt .google-map {
  height: 700px;
  position: relative;
}
.cid-vfpC3RsJmt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfpC3RsJmt .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-vfpC3RsJmt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpC3RsJmt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqEc53O1k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqEc53O1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqEc53O1k .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-vfqEc53O1k .container-fluid {
    padding: 0;
  }
}
.cid-vfqEc53O1k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqEc53O1k .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqEc53O1k .embla__button--next,
.cid-vfqEc53O1k .embla__button--prev {
  display: flex;
}
.cid-vfqEc53O1k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqEc53O1k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqEc53O1k .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-vfqEc53O1k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqEc53O1k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqEc53O1k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqEc53O1k .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqEc53O1k .embla {
  position: relative;
  width: 100%;
}
.cid-vfqEc53O1k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqEc53O1k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqEc53O1k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqEc53O1k .embla__slide a {
  cursor: grab;
}
.cid-vfqEc53O1k .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqEc53O1k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqEc53O1k .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqEc53O1k .mbr-section-title {
  color: #232323;
}
.cid-vfqEc53O1k .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqEc53O1k .mbr-box {
  color: #ffffff;
}
.cid-vfqEc53O1k .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqEc53O1k img,
.cid-vfqEc53O1k .item-img {
  width: 100%;
}
.cid-vfqEc53O1k .item-wrapper {
  position: relative;
}
.cid-vfqEc53O1k .content-head {
  max-width: 800px;
}
.cid-vfpC3RWPtG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpC3RWPtG .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpC9kBUnQ {
  z-index: 1000;
  width: 100%;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .dropdown-menu {
  padding: 0;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpC9kBUnQ .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpC9kBUnQ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpC9kBUnQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpC9kBUnQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpC9kBUnQ .nav-link {
  position: relative;
}
.cid-vfpC9kBUnQ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpC9kBUnQ .dropdown-menu,
.cid-vfpC9kBUnQ .navbar.opened {
  background: #212428 !important;
}
.cid-vfpC9kBUnQ .nav-item:focus,
.cid-vfpC9kBUnQ .nav-link:focus {
  outline: none;
}
.cid-vfpC9kBUnQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpC9kBUnQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpC9kBUnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpC9kBUnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpC9kBUnQ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpC9kBUnQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpC9kBUnQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpC9kBUnQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpC9kBUnQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpC9kBUnQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpC9kBUnQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpC9kBUnQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpC9kBUnQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpC9kBUnQ .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-vfpC9kBUnQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpC9kBUnQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpC9kBUnQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpC9kBUnQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpC9kBUnQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpC9kBUnQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpC9kBUnQ .navbar {
    min-height: 80px;
  }
}
.cid-vfpC9kBUnQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpC9kBUnQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpC9kBUnQ .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpC9kBUnQ .dropdown-item.active,
.cid-vfpC9kBUnQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpC9kBUnQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpC9kBUnQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpC9kBUnQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpC9kBUnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpC9kBUnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpC9kBUnQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpC9kBUnQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpC9kBUnQ 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-vfpC9kBUnQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpC9kBUnQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpC9kBUnQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpC9kBUnQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpC9kBUnQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC9kBUnQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC9kBUnQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpC9kBUnQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpC9kBUnQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpC9kBUnQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpC9kBUnQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpC9kBUnQ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpC9kBUnQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .navbar {
    height: 70px;
  }
  .cid-vfpC9kBUnQ .navbar.opened {
    height: auto;
  }
  .cid-vfpC9kBUnQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpC9kBUnQ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpC9kBUnQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpC9kBUnQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpC9kBUnQ .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpC9kBUnQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpC9kBUnQ .navbar-nav {
  display: flex !important;
}
.cid-vfpC9kBUnQ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpC9kBUnQ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpC9kBUnQ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpC9kBUnQ .navbar-nav .nav-item .nav-link:hover,
.cid-vfpC9kBUnQ .navbar-nav .nav-item .nav-link:focus,
.cid-vfpC9kBUnQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpC9kBUnQ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpC9kBUnQ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpC9kBUnQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpC9kBUnQ 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-vfpC9kBUnQ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpC9kBUnQ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpC9kBUnQ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpC9kBUnQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpC9kBUnQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC9kBUnQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpC9kBUnQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpC9kBUnQ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpC9kBUnQ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpC9kBUnQ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpC9kBUnQ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpC9kBUnQ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpC9kBUnQ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpC9kBUnQ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpC9kBUnQ .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpC9kBUnQ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpC9kBUnQ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpC9kBUnQ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpC9kBUnQ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpC9kBUnQ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpC9kBUnQ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpC9kBUnQ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpC9kBUnQ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpC9kBUnQ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpC9kBUnQ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpC9kBUnQ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpC9kBUnQ ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpC9kBUnQ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpC9kBUnQ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpC9kBUnQ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpC9kBUnQ .social-container {
    padding-top: 40px;
  }
}
.cid-vfpC9kBUnQ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpC9kBUnQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpC9kBUnQ .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-vfpC9kBUnQ .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-vfpC9kBUnQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpC9kBUnQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpC9kBUnQ .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpC9kBUnQ .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpC9kBUnQ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpC9kBUnQ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpC9kP4qT {
  background-image: url("../../../assets/images/iowa-harvest-2009.webp");
}
.cid-vfpC9kP4qT img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vfpC9kP4qT .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vfpC9kP4qT .images {
    display: none;
  }
}
.cid-vfpC9kP4qT .image-wrapper-1,
.cid-vfpC9kP4qT .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vfpC9kP4qT .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vfpC9kP4qT .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vfpC9kP4qT .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vfpC9kP4qT .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vfpC9kP4qT .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vfpC9kP4qT .image-wrapper-2 img {
  width: 90%;
}
.cid-vfpC9kP4qT .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vfpC9kP4qT .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vfpC9kP4qT .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vfpC9kP4qT .text-wrapper {
  width: 100%;
}
.cid-vfpC9kP4qT .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpC9kP4qT .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfpC9kP4qT .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vfpC9kP4qT .mbr-section-btn {
    margin: 0;
  }
}
.cid-vfpC9kP4qT .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vfpC9kP4qT .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vfpC9kP4qT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC9kP4qT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpC9kP4qT .text {
  display: flex;
  align-items: center;
}
.cid-vfqHI63FLJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqHI63FLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqHI63FLJ .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-vfqHI63FLJ .container-fluid {
    padding: 0;
  }
}
.cid-vfqHI63FLJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqHI63FLJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqHI63FLJ .embla__button--next,
.cid-vfqHI63FLJ .embla__button--prev {
  display: flex;
}
.cid-vfqHI63FLJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqHI63FLJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqHI63FLJ .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-vfqHI63FLJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqHI63FLJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqHI63FLJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqHI63FLJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqHI63FLJ .embla {
  position: relative;
  width: 100%;
}
.cid-vfqHI63FLJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqHI63FLJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqHI63FLJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqHI63FLJ .embla__slide a {
  cursor: grab;
}
.cid-vfqHI63FLJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqHI63FLJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqHI63FLJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqHI63FLJ .mbr-section-title {
  color: #232323;
}
.cid-vfqHI63FLJ .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqHI63FLJ .mbr-box {
  color: #ffffff;
}
.cid-vfqHI63FLJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqHI63FLJ img,
.cid-vfqHI63FLJ .item-img {
  width: 100%;
}
.cid-vfqHI63FLJ .item-wrapper {
  position: relative;
}
.cid-vfqHI63FLJ .content-head {
  max-width: 800px;
}
.cid-vfpC9kXqls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfpC9kXqls .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC9kXqls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpC9kXqls .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpC9kXqls .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpC9kXqls .container {
    padding: 0 16px;
  }
}
.cid-vfpC9kXqls .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vfpC9kXqls .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .row {
    padding: 25px 9px;
  }
}
.cid-vfpC9kXqls .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfpC9kXqls .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vfpC9kXqls .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .image-wrapper img {
    height: 350px;
  }
}
.cid-vfpC9kXqls .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vfpC9kXqls .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vfpC9kXqls .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vfpC9kXqls .items-wrapper {
    display: block;
  }
}
.cid-vfpC9kXqls .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vfpC9kXqls .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vfpC9kXqls .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vfpC9kXqls .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vfpC9kXqls .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vfpC9kXqls .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vfpC9kXqls .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfpC9kXqls .card {
  justify-content: center;
}
.cid-vfpC9kXqls .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpC9kXqls .mbr-text {
  color: #000000;
}
.cid-vfpC9kXqls .card-title {
  color: #000000;
}
.cid-vfpC9kXqls .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpC9kXqls .card-title,
.cid-vfpC9kXqls .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vfpC9l91as {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vfpC9l91as .mbr-section-head {
  padding: 0 1rem;
}
.cid-vfpC9l91as .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vfpC9l91as .team-card:hover {
  transform: translateY(-10px);
}
.cid-vfpC9l91as .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vfpC9l91as .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vfpC9l91as .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vfpC9l91as .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpC9l91as .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vfpC9l91as .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vfpC9l91as .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vfpC9l91as .embla__button--next,
.cid-vfpC9l91as .embla__button--prev {
  display: flex;
}
.cid-vfpC9l91as .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-vfpC9l91as .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpC9l91as .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vfpC9l91as .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpC9l91as .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vfpC9l91as .embla__button {
    top: -10%;
  }
}
.cid-vfpC9l91as .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfpC9l91as .embla {
    margin-top: 80px;
  }
}
.cid-vfpC9l91as .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpC9l91as .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpC9l91as .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpC9l91as .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpC9l91as .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpC9l91as .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vfpC9l91as .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vfpC9l91as .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfpC9l91as .mbr-text ul {
    display: block;
  }
}
.cid-vfpC9l91as .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vfpC9l91as .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vfpC9l91as .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vfpC9l91as .item-wrapper {
  height: 100%;
}
.cid-vfpC9l91as .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vfpC9l91as .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfpC9l91as .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vfqHH7h4qX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqHH7h4qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqHH7h4qX .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-vfqHH7h4qX .container-fluid {
    padding: 0;
  }
}
.cid-vfqHH7h4qX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqHH7h4qX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqHH7h4qX .embla__button--next,
.cid-vfqHH7h4qX .embla__button--prev {
  display: flex;
}
.cid-vfqHH7h4qX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqHH7h4qX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqHH7h4qX .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-vfqHH7h4qX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqHH7h4qX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqHH7h4qX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqHH7h4qX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqHH7h4qX .embla {
  position: relative;
  width: 100%;
}
.cid-vfqHH7h4qX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqHH7h4qX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqHH7h4qX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqHH7h4qX .embla__slide a {
  cursor: grab;
}
.cid-vfqHH7h4qX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqHH7h4qX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqHH7h4qX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqHH7h4qX .mbr-section-title {
  color: #232323;
}
.cid-vfqHH7h4qX .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqHH7h4qX .mbr-box {
  color: #ffffff;
}
.cid-vfqHH7h4qX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqHH7h4qX img,
.cid-vfqHH7h4qX .item-img {
  width: 100%;
}
.cid-vfqHH7h4qX .item-wrapper {
  position: relative;
}
.cid-vfqHH7h4qX .content-head {
  max-width: 800px;
}
#custom-html-mx {
  /* Type valid CSS here */
}
#custom-html-mx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mx p {
  font-size: 60px;
  color: #777;
}
.cid-vfpC9lmpfu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vfpC9lmpfu h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vfpC9lmpfu .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpC9lmpfu .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpC9lmpfu .nav-link.active {
  background: #232323;
}
.cid-vfpC9lmpfu .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-vfpC9lmpfu .nav-link:hover {
  background: #232323;
}
.cid-vfpC9lmpfu .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-vfpC9lmpfu .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vfpC9lmpfu .nav-link.display-4 {
  font-size: 15px;
}
.cid-vfpC9lmpfu .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vfpC9lmpfu .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vfpC9lmpfu .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vfpC9lmpfu .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vfpC9lmpfu .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vfpC9lmpfu .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vfpC9lmpfu .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-vfpC9lmpfu .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-vfpC9lmpfu .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vfpC9lmpfu .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-vfpC9lmpfu .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vfpC9lmpfu .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-vfpC9lmpfu .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpC9lmpfu .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpC9lmpfu .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpC9lmpfu .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpC9lmpfu .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vfpC9lmpfu .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vfpC9lmpfu .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vfpC9lmpfu .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vfpC9lmpfu .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vfpC9lmpfu .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vfpC9lmpfu .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vfpC9lmpfu .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-vfpC9lmpfu .mbr-text,
  .cid-vfpC9lmpfu .nav-link,
  .cid-vfpC9lmpfu .mbr-card-title,
  .cid-vfpC9lmpfu .mbr-section-title {
    text-align: left;
  }
  .cid-vfpC9lmpfu .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpC9lmpfu .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vfpC9lmpfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC9lmpfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpC9lmpfu .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vfpC9lmpfu .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vfpC9lmpfu .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vfpC9miaxX .google-map {
  height: 700px;
  position: relative;
}
.cid-vfpC9miaxX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfpC9miaxX .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-vfpC9miaxX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpC9miaxX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpC9mvLEu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfpC9mvLEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpC9mvLEu .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-vfpC9mvLEu .container-fluid {
    padding: 0;
  }
}
.cid-vfpC9mvLEu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfpC9mvLEu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfpC9mvLEu .embla__button--next,
.cid-vfpC9mvLEu .embla__button--prev {
  display: flex;
}
.cid-vfpC9mvLEu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfpC9mvLEu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfpC9mvLEu .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-vfpC9mvLEu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpC9mvLEu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpC9mvLEu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfpC9mvLEu .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfpC9mvLEu .embla {
  position: relative;
  width: 100%;
}
.cid-vfpC9mvLEu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpC9mvLEu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpC9mvLEu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpC9mvLEu .embla__slide a {
  cursor: grab;
}
.cid-vfpC9mvLEu .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfpC9mvLEu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpC9mvLEu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfpC9mvLEu .mbr-section-title {
  color: #232323;
}
.cid-vfpC9mvLEu .mbr-section-subtitle {
  color: #232323;
}
.cid-vfpC9mvLEu .mbr-box {
  color: #ffffff;
}
.cid-vfpC9mvLEu .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfpC9mvLEu img,
.cid-vfpC9mvLEu .item-img {
  width: 100%;
}
.cid-vfpC9mvLEu .item-wrapper {
  position: relative;
}
.cid-vfpC9mvLEu .content-head {
  max-width: 800px;
}
.cid-vfpC9mLgrU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpC9mLgrU .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCagLHiE {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .dropdown-menu {
  padding: 0;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCagLHiE .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCagLHiE .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCagLHiE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCagLHiE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCagLHiE .nav-link {
  position: relative;
}
.cid-vfpCagLHiE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCagLHiE .dropdown-menu,
.cid-vfpCagLHiE .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCagLHiE .nav-item:focus,
.cid-vfpCagLHiE .nav-link:focus {
  outline: none;
}
.cid-vfpCagLHiE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCagLHiE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCagLHiE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCagLHiE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCagLHiE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCagLHiE .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCagLHiE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCagLHiE .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCagLHiE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCagLHiE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCagLHiE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCagLHiE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCagLHiE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCagLHiE .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-vfpCagLHiE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCagLHiE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCagLHiE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCagLHiE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCagLHiE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCagLHiE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCagLHiE .navbar {
    min-height: 80px;
  }
}
.cid-vfpCagLHiE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCagLHiE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCagLHiE .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCagLHiE .dropdown-item.active,
.cid-vfpCagLHiE .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCagLHiE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCagLHiE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCagLHiE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCagLHiE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCagLHiE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCagLHiE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCagLHiE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCagLHiE 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-vfpCagLHiE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCagLHiE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCagLHiE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCagLHiE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCagLHiE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCagLHiE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCagLHiE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCagLHiE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCagLHiE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCagLHiE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCagLHiE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCagLHiE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCagLHiE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .navbar {
    height: 70px;
  }
  .cid-vfpCagLHiE .navbar.opened {
    height: auto;
  }
  .cid-vfpCagLHiE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCagLHiE .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-vfpCagLHiE .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCagLHiE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCagLHiE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCagLHiE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCagLHiE .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCagLHiE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCagLHiE .navbar-nav {
  display: flex !important;
}
.cid-vfpCagLHiE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCagLHiE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCagLHiE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCagLHiE .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCagLHiE .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCagLHiE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCagLHiE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCagLHiE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCagLHiE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCagLHiE 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-vfpCagLHiE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCagLHiE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCagLHiE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCagLHiE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCagLHiE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCagLHiE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCagLHiE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCagLHiE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCagLHiE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCagLHiE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCagLHiE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCagLHiE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCagLHiE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCagLHiE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCagLHiE .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCagLHiE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCagLHiE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCagLHiE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCagLHiE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCagLHiE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCagLHiE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCagLHiE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCagLHiE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCagLHiE .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCagLHiE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCagLHiE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCagLHiE ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCagLHiE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCagLHiE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCagLHiE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCagLHiE .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCagLHiE .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCagLHiE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCagLHiE .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-vfpCagLHiE .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-vfpCagLHiE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCagLHiE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCagLHiE .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCagLHiE .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCagLHiE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCagLHiE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCagYrFx {
  background-image: url("../../../assets/images/bohemian-commercial-historic-district.webp");
}
.cid-vfpCagYrFx img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vfpCagYrFx .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vfpCagYrFx .images {
    display: none;
  }
}
.cid-vfpCagYrFx .image-wrapper-1,
.cid-vfpCagYrFx .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vfpCagYrFx .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vfpCagYrFx .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vfpCagYrFx .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vfpCagYrFx .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vfpCagYrFx .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vfpCagYrFx .image-wrapper-2 img {
  width: 90%;
}
.cid-vfpCagYrFx .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vfpCagYrFx .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vfpCagYrFx .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vfpCagYrFx .text-wrapper {
  width: 100%;
}
.cid-vfpCagYrFx .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCagYrFx .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCagYrFx .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vfpCagYrFx .mbr-section-btn {
    margin: 0;
  }
}
.cid-vfpCagYrFx .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vfpCagYrFx .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vfpCagYrFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCagYrFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCagYrFx .text {
  display: flex;
  align-items: center;
}
.cid-vfqI7fDsEB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqI7fDsEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqI7fDsEB .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-vfqI7fDsEB .container-fluid {
    padding: 0;
  }
}
.cid-vfqI7fDsEB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqI7fDsEB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqI7fDsEB .embla__button--next,
.cid-vfqI7fDsEB .embla__button--prev {
  display: flex;
}
.cid-vfqI7fDsEB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqI7fDsEB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqI7fDsEB .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-vfqI7fDsEB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqI7fDsEB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqI7fDsEB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqI7fDsEB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqI7fDsEB .embla {
  position: relative;
  width: 100%;
}
.cid-vfqI7fDsEB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqI7fDsEB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqI7fDsEB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqI7fDsEB .embla__slide a {
  cursor: grab;
}
.cid-vfqI7fDsEB .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqI7fDsEB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqI7fDsEB .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqI7fDsEB .mbr-section-title {
  color: #232323;
}
.cid-vfqI7fDsEB .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqI7fDsEB .mbr-box {
  color: #ffffff;
}
.cid-vfqI7fDsEB .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqI7fDsEB img,
.cid-vfqI7fDsEB .item-img {
  width: 100%;
}
.cid-vfqI7fDsEB .item-wrapper {
  position: relative;
}
.cid-vfqI7fDsEB .content-head {
  max-width: 800px;
}
.cid-vfpCah6d13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfpCah6d13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCah6d13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCah6d13 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCah6d13 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCah6d13 .container {
    padding: 0 16px;
  }
}
.cid-vfpCah6d13 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vfpCah6d13 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .row {
    padding: 25px 9px;
  }
}
.cid-vfpCah6d13 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfpCah6d13 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vfpCah6d13 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .image-wrapper img {
    height: 350px;
  }
}
.cid-vfpCah6d13 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vfpCah6d13 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vfpCah6d13 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vfpCah6d13 .items-wrapper {
    display: block;
  }
}
.cid-vfpCah6d13 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vfpCah6d13 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vfpCah6d13 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vfpCah6d13 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vfpCah6d13 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vfpCah6d13 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vfpCah6d13 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfpCah6d13 .card {
  justify-content: center;
}
.cid-vfpCah6d13 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpCah6d13 .mbr-text {
  color: #000000;
}
.cid-vfpCah6d13 .card-title {
  color: #000000;
}
.cid-vfpCah6d13 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCah6d13 .card-title,
.cid-vfpCah6d13 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vfpCahhpSX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vfpCahhpSX .mbr-section-head {
  padding: 0 1rem;
}
.cid-vfpCahhpSX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vfpCahhpSX .team-card:hover {
  transform: translateY(-10px);
}
.cid-vfpCahhpSX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vfpCahhpSX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vfpCahhpSX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vfpCahhpSX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCahhpSX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vfpCahhpSX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vfpCahhpSX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vfpCahhpSX .embla__button--next,
.cid-vfpCahhpSX .embla__button--prev {
  display: flex;
}
.cid-vfpCahhpSX .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-vfpCahhpSX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpCahhpSX .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vfpCahhpSX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpCahhpSX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vfpCahhpSX .embla__button {
    top: -10%;
  }
}
.cid-vfpCahhpSX .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfpCahhpSX .embla {
    margin-top: 80px;
  }
}
.cid-vfpCahhpSX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpCahhpSX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpCahhpSX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpCahhpSX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpCahhpSX .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCahhpSX .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCahhpSX .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vfpCahhpSX .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfpCahhpSX .mbr-text ul {
    display: block;
  }
}
.cid-vfpCahhpSX .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vfpCahhpSX .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vfpCahhpSX .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vfpCahhpSX .item-wrapper {
  height: 100%;
}
.cid-vfpCahhpSX .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vfpCahhpSX .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfpCahhpSX .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vfqI6pFzQ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqI6pFzQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqI6pFzQ9 .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-vfqI6pFzQ9 .container-fluid {
    padding: 0;
  }
}
.cid-vfqI6pFzQ9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqI6pFzQ9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqI6pFzQ9 .embla__button--next,
.cid-vfqI6pFzQ9 .embla__button--prev {
  display: flex;
}
.cid-vfqI6pFzQ9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqI6pFzQ9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqI6pFzQ9 .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-vfqI6pFzQ9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqI6pFzQ9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqI6pFzQ9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqI6pFzQ9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqI6pFzQ9 .embla {
  position: relative;
  width: 100%;
}
.cid-vfqI6pFzQ9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqI6pFzQ9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqI6pFzQ9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqI6pFzQ9 .embla__slide a {
  cursor: grab;
}
.cid-vfqI6pFzQ9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqI6pFzQ9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqI6pFzQ9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqI6pFzQ9 .mbr-section-title {
  color: #232323;
}
.cid-vfqI6pFzQ9 .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqI6pFzQ9 .mbr-box {
  color: #ffffff;
}
.cid-vfqI6pFzQ9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqI6pFzQ9 img,
.cid-vfqI6pFzQ9 .item-img {
  width: 100%;
}
.cid-vfqI6pFzQ9 .item-wrapper {
  position: relative;
}
.cid-vfqI6pFzQ9 .content-head {
  max-width: 800px;
}
#custom-html-n6 {
  /* Type valid CSS here */
}
#custom-html-n6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n6 p {
  font-size: 60px;
  color: #777;
}
.cid-vfpCahubjw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vfpCahubjw h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vfpCahubjw .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpCahubjw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpCahubjw .nav-link.active {
  background: #232323;
}
.cid-vfpCahubjw .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-vfpCahubjw .nav-link:hover {
  background: #232323;
}
.cid-vfpCahubjw .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-vfpCahubjw .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vfpCahubjw .nav-link.display-4 {
  font-size: 15px;
}
.cid-vfpCahubjw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vfpCahubjw .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vfpCahubjw .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vfpCahubjw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vfpCahubjw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vfpCahubjw .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vfpCahubjw .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-vfpCahubjw .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-vfpCahubjw .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vfpCahubjw .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-vfpCahubjw .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vfpCahubjw .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-vfpCahubjw .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpCahubjw .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpCahubjw .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpCahubjw .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCahubjw .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vfpCahubjw .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vfpCahubjw .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vfpCahubjw .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vfpCahubjw .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vfpCahubjw .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vfpCahubjw .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vfpCahubjw .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-vfpCahubjw .mbr-text,
  .cid-vfpCahubjw .nav-link,
  .cid-vfpCahubjw .mbr-card-title,
  .cid-vfpCahubjw .mbr-section-title {
    text-align: left;
  }
  .cid-vfpCahubjw .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpCahubjw .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vfpCahubjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCahubjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCahubjw .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vfpCahubjw .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vfpCahubjw .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vfpCain9Bl .google-map {
  height: 700px;
  position: relative;
}
.cid-vfpCain9Bl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfpCain9Bl .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-vfpCain9Bl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCain9Bl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqI5jTxtJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqI5jTxtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqI5jTxtJ .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-vfqI5jTxtJ .container-fluid {
    padding: 0;
  }
}
.cid-vfqI5jTxtJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqI5jTxtJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqI5jTxtJ .embla__button--next,
.cid-vfqI5jTxtJ .embla__button--prev {
  display: flex;
}
.cid-vfqI5jTxtJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqI5jTxtJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqI5jTxtJ .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-vfqI5jTxtJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqI5jTxtJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqI5jTxtJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqI5jTxtJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqI5jTxtJ .embla {
  position: relative;
  width: 100%;
}
.cid-vfqI5jTxtJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqI5jTxtJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqI5jTxtJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqI5jTxtJ .embla__slide a {
  cursor: grab;
}
.cid-vfqI5jTxtJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqI5jTxtJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqI5jTxtJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqI5jTxtJ .mbr-section-title {
  color: #232323;
}
.cid-vfqI5jTxtJ .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqI5jTxtJ .mbr-box {
  color: #ffffff;
}
.cid-vfqI5jTxtJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqI5jTxtJ img,
.cid-vfqI5jTxtJ .item-img {
  width: 100%;
}
.cid-vfqI5jTxtJ .item-wrapper {
  position: relative;
}
.cid-vfqI5jTxtJ .content-head {
  max-width: 800px;
}
.cid-vfpCaiMUT2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCaiMUT2 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCcjT6Gd {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .dropdown-menu {
  padding: 0;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCcjT6Gd .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCcjT6Gd .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCcjT6Gd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCcjT6Gd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCcjT6Gd .nav-link {
  position: relative;
}
.cid-vfpCcjT6Gd .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCcjT6Gd .dropdown-menu,
.cid-vfpCcjT6Gd .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCcjT6Gd .nav-item:focus,
.cid-vfpCcjT6Gd .nav-link:focus {
  outline: none;
}
.cid-vfpCcjT6Gd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCcjT6Gd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCcjT6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCcjT6Gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCcjT6Gd .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCcjT6Gd .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCcjT6Gd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCcjT6Gd .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCcjT6Gd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCcjT6Gd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCcjT6Gd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCcjT6Gd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCcjT6Gd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCcjT6Gd .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-vfpCcjT6Gd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCcjT6Gd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCcjT6Gd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCcjT6Gd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCcjT6Gd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCcjT6Gd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCcjT6Gd .navbar {
    min-height: 80px;
  }
}
.cid-vfpCcjT6Gd .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCcjT6Gd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCcjT6Gd .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCcjT6Gd .dropdown-item.active,
.cid-vfpCcjT6Gd .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCcjT6Gd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCcjT6Gd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCcjT6Gd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCcjT6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCcjT6Gd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCcjT6Gd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCcjT6Gd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCcjT6Gd 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-vfpCcjT6Gd button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCcjT6Gd button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCcjT6Gd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCcjT6Gd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCcjT6Gd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCcjT6Gd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCcjT6Gd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCcjT6Gd nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCcjT6Gd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCcjT6Gd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCcjT6Gd nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCcjT6Gd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCcjT6Gd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .navbar {
    height: 70px;
  }
  .cid-vfpCcjT6Gd .navbar.opened {
    height: auto;
  }
  .cid-vfpCcjT6Gd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCcjT6Gd .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCcjT6Gd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCcjT6Gd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCcjT6Gd .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCcjT6Gd .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCcjT6Gd .navbar-nav {
  display: flex !important;
}
.cid-vfpCcjT6Gd .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCcjT6Gd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCcjT6Gd .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCcjT6Gd .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCcjT6Gd .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCcjT6Gd .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCcjT6Gd .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCcjT6Gd .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCcjT6Gd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCcjT6Gd 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-vfpCcjT6Gd button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCcjT6Gd button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCcjT6Gd button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCcjT6Gd button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCcjT6Gd button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCcjT6Gd button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCcjT6Gd button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCcjT6Gd .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCcjT6Gd .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCcjT6Gd .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCcjT6Gd .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCcjT6Gd .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCcjT6Gd .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCcjT6Gd .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCcjT6Gd .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCcjT6Gd .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCcjT6Gd .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCcjT6Gd .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCcjT6Gd .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCcjT6Gd .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCcjT6Gd .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCcjT6Gd .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCcjT6Gd .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCcjT6Gd .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCcjT6Gd .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCcjT6Gd .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCcjT6Gd ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCcjT6Gd ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCcjT6Gd ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCcjT6Gd .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCcjT6Gd .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCcjT6Gd .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCcjT6Gd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCcjT6Gd .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-vfpCcjT6Gd .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-vfpCcjT6Gd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCcjT6Gd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCcjT6Gd .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCcjT6Gd .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCcjT6Gd .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCcjT6Gd .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCck6UIv {
  background-image: url("../../../assets/images/wintersetiapark1.webp");
}
.cid-vfpCck6UIv img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vfpCck6UIv .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vfpCck6UIv .images {
    display: none;
  }
}
.cid-vfpCck6UIv .image-wrapper-1,
.cid-vfpCck6UIv .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vfpCck6UIv .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vfpCck6UIv .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vfpCck6UIv .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vfpCck6UIv .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vfpCck6UIv .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vfpCck6UIv .image-wrapper-2 img {
  width: 90%;
}
.cid-vfpCck6UIv .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vfpCck6UIv .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vfpCck6UIv .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vfpCck6UIv .text-wrapper {
  width: 100%;
}
.cid-vfpCck6UIv .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCck6UIv .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCck6UIv .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vfpCck6UIv .mbr-section-btn {
    margin: 0;
  }
}
.cid-vfpCck6UIv .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vfpCck6UIv .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vfpCck6UIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCck6UIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCck6UIv .text {
  display: flex;
  align-items: center;
}
.cid-vfqIzJMHAG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqIzJMHAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqIzJMHAG .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-vfqIzJMHAG .container-fluid {
    padding: 0;
  }
}
.cid-vfqIzJMHAG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqIzJMHAG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqIzJMHAG .embla__button--next,
.cid-vfqIzJMHAG .embla__button--prev {
  display: flex;
}
.cid-vfqIzJMHAG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqIzJMHAG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqIzJMHAG .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-vfqIzJMHAG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqIzJMHAG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqIzJMHAG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqIzJMHAG .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqIzJMHAG .embla {
  position: relative;
  width: 100%;
}
.cid-vfqIzJMHAG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqIzJMHAG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqIzJMHAG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqIzJMHAG .embla__slide a {
  cursor: grab;
}
.cid-vfqIzJMHAG .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqIzJMHAG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqIzJMHAG .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqIzJMHAG .mbr-section-title {
  color: #232323;
}
.cid-vfqIzJMHAG .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqIzJMHAG .mbr-box {
  color: #ffffff;
}
.cid-vfqIzJMHAG .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqIzJMHAG img,
.cid-vfqIzJMHAG .item-img {
  width: 100%;
}
.cid-vfqIzJMHAG .item-wrapper {
  position: relative;
}
.cid-vfqIzJMHAG .content-head {
  max-width: 800px;
}
.cid-vfpCckek5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfpCckek5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCckek5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCckek5z .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCckek5z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCckek5z .container {
    padding: 0 16px;
  }
}
.cid-vfpCckek5z .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vfpCckek5z .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .row {
    padding: 25px 9px;
  }
}
.cid-vfpCckek5z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfpCckek5z .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vfpCckek5z .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .image-wrapper img {
    height: 350px;
  }
}
.cid-vfpCckek5z .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vfpCckek5z .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vfpCckek5z .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vfpCckek5z .items-wrapper {
    display: block;
  }
}
.cid-vfpCckek5z .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vfpCckek5z .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vfpCckek5z .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vfpCckek5z .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vfpCckek5z .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vfpCckek5z .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vfpCckek5z .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfpCckek5z .card {
  justify-content: center;
}
.cid-vfpCckek5z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpCckek5z .mbr-text {
  color: #000000;
}
.cid-vfpCckek5z .card-title {
  color: #000000;
}
.cid-vfpCckek5z .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCckek5z .card-title,
.cid-vfpCckek5z .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vfpCckqC5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vfpCckqC5T .mbr-section-head {
  padding: 0 1rem;
}
.cid-vfpCckqC5T .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vfpCckqC5T .team-card:hover {
  transform: translateY(-10px);
}
.cid-vfpCckqC5T .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vfpCckqC5T .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vfpCckqC5T .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vfpCckqC5T .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCckqC5T .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vfpCckqC5T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vfpCckqC5T .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vfpCckqC5T .embla__button--next,
.cid-vfpCckqC5T .embla__button--prev {
  display: flex;
}
.cid-vfpCckqC5T .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-vfpCckqC5T .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpCckqC5T .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vfpCckqC5T .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpCckqC5T .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vfpCckqC5T .embla__button {
    top: -10%;
  }
}
.cid-vfpCckqC5T .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfpCckqC5T .embla {
    margin-top: 80px;
  }
}
.cid-vfpCckqC5T .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpCckqC5T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpCckqC5T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpCckqC5T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpCckqC5T .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCckqC5T .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCckqC5T .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vfpCckqC5T .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfpCckqC5T .mbr-text ul {
    display: block;
  }
}
.cid-vfpCckqC5T .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vfpCckqC5T .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vfpCckqC5T .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vfpCckqC5T .item-wrapper {
  height: 100%;
}
.cid-vfpCckqC5T .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vfpCckqC5T .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfpCckqC5T .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vfqIyHQSnv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqIyHQSnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqIyHQSnv .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-vfqIyHQSnv .container-fluid {
    padding: 0;
  }
}
.cid-vfqIyHQSnv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqIyHQSnv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqIyHQSnv .embla__button--next,
.cid-vfqIyHQSnv .embla__button--prev {
  display: flex;
}
.cid-vfqIyHQSnv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqIyHQSnv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqIyHQSnv .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-vfqIyHQSnv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqIyHQSnv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqIyHQSnv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqIyHQSnv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqIyHQSnv .embla {
  position: relative;
  width: 100%;
}
.cid-vfqIyHQSnv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqIyHQSnv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqIyHQSnv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqIyHQSnv .embla__slide a {
  cursor: grab;
}
.cid-vfqIyHQSnv .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqIyHQSnv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqIyHQSnv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqIyHQSnv .mbr-section-title {
  color: #232323;
}
.cid-vfqIyHQSnv .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqIyHQSnv .mbr-box {
  color: #ffffff;
}
.cid-vfqIyHQSnv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqIyHQSnv img,
.cid-vfqIyHQSnv .item-img {
  width: 100%;
}
.cid-vfqIyHQSnv .item-wrapper {
  position: relative;
}
.cid-vfqIyHQSnv .content-head {
  max-width: 800px;
}
#custom-html-nf {
  /* Type valid CSS here */
}
#custom-html-nf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nf p {
  font-size: 60px;
  color: #777;
}
.cid-vfpCckCVqw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vfpCckCVqw h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vfpCckCVqw .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpCckCVqw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpCckCVqw .nav-link.active {
  background: #232323;
}
.cid-vfpCckCVqw .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-vfpCckCVqw .nav-link:hover {
  background: #232323;
}
.cid-vfpCckCVqw .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-vfpCckCVqw .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vfpCckCVqw .nav-link.display-4 {
  font-size: 15px;
}
.cid-vfpCckCVqw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vfpCckCVqw .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vfpCckCVqw .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vfpCckCVqw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vfpCckCVqw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vfpCckCVqw .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vfpCckCVqw .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-vfpCckCVqw .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-vfpCckCVqw .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vfpCckCVqw .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-vfpCckCVqw .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vfpCckCVqw .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-vfpCckCVqw .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpCckCVqw .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpCckCVqw .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpCckCVqw .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCckCVqw .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vfpCckCVqw .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vfpCckCVqw .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vfpCckCVqw .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vfpCckCVqw .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vfpCckCVqw .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vfpCckCVqw .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vfpCckCVqw .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-vfpCckCVqw .mbr-text,
  .cid-vfpCckCVqw .nav-link,
  .cid-vfpCckCVqw .mbr-card-title,
  .cid-vfpCckCVqw .mbr-section-title {
    text-align: left;
  }
  .cid-vfpCckCVqw .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpCckCVqw .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vfpCckCVqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCckCVqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCckCVqw .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vfpCckCVqw .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vfpCckCVqw .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vfpCclvAYR .google-map {
  height: 700px;
  position: relative;
}
.cid-vfpCclvAYR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfpCclvAYR .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-vfpCclvAYR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCclvAYR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqIuufCi7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqIuufCi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqIuufCi7 .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-vfqIuufCi7 .container-fluid {
    padding: 0;
  }
}
.cid-vfqIuufCi7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqIuufCi7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqIuufCi7 .embla__button--next,
.cid-vfqIuufCi7 .embla__button--prev {
  display: flex;
}
.cid-vfqIuufCi7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqIuufCi7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqIuufCi7 .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-vfqIuufCi7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqIuufCi7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqIuufCi7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqIuufCi7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqIuufCi7 .embla {
  position: relative;
  width: 100%;
}
.cid-vfqIuufCi7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqIuufCi7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqIuufCi7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqIuufCi7 .embla__slide a {
  cursor: grab;
}
.cid-vfqIuufCi7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqIuufCi7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqIuufCi7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqIuufCi7 .mbr-section-title {
  color: #232323;
}
.cid-vfqIuufCi7 .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqIuufCi7 .mbr-box {
  color: #ffffff;
}
.cid-vfqIuufCi7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqIuufCi7 img,
.cid-vfqIuufCi7 .item-img {
  width: 100%;
}
.cid-vfqIuufCi7 .item-wrapper {
  position: relative;
}
.cid-vfqIuufCi7 .content-head {
  max-width: 800px;
}
.cid-vfpCclVbk9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCclVbk9 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCeESXOO {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .dropdown-menu {
  padding: 0;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCeESXOO .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCeESXOO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCeESXOO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCeESXOO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCeESXOO .nav-link {
  position: relative;
}
.cid-vfpCeESXOO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCeESXOO .dropdown-menu,
.cid-vfpCeESXOO .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCeESXOO .nav-item:focus,
.cid-vfpCeESXOO .nav-link:focus {
  outline: none;
}
.cid-vfpCeESXOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCeESXOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCeESXOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCeESXOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCeESXOO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCeESXOO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCeESXOO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCeESXOO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCeESXOO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCeESXOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCeESXOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCeESXOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCeESXOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCeESXOO .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-vfpCeESXOO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCeESXOO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCeESXOO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCeESXOO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCeESXOO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCeESXOO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCeESXOO .navbar {
    min-height: 80px;
  }
}
.cid-vfpCeESXOO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCeESXOO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCeESXOO .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCeESXOO .dropdown-item.active,
.cid-vfpCeESXOO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCeESXOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCeESXOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCeESXOO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCeESXOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCeESXOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCeESXOO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCeESXOO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCeESXOO 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-vfpCeESXOO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCeESXOO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCeESXOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCeESXOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCeESXOO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCeESXOO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCeESXOO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCeESXOO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCeESXOO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCeESXOO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCeESXOO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCeESXOO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCeESXOO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .navbar {
    height: 70px;
  }
  .cid-vfpCeESXOO .navbar.opened {
    height: auto;
  }
  .cid-vfpCeESXOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCeESXOO .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-vfpCeESXOO .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCeESXOO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCeESXOO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCeESXOO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCeESXOO .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCeESXOO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCeESXOO .navbar-nav {
  display: flex !important;
}
.cid-vfpCeESXOO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCeESXOO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCeESXOO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCeESXOO .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCeESXOO .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCeESXOO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCeESXOO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCeESXOO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCeESXOO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCeESXOO 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-vfpCeESXOO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCeESXOO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCeESXOO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCeESXOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCeESXOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCeESXOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCeESXOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCeESXOO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCeESXOO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCeESXOO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCeESXOO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCeESXOO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCeESXOO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCeESXOO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCeESXOO .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCeESXOO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCeESXOO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCeESXOO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCeESXOO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCeESXOO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCeESXOO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCeESXOO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCeESXOO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCeESXOO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCeESXOO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCeESXOO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCeESXOO ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCeESXOO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCeESXOO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCeESXOO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCeESXOO .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCeESXOO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCeESXOO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCeESXOO .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-vfpCeESXOO .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-vfpCeESXOO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCeESXOO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCeESXOO .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCeESXOO .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCeESXOO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCeESXOO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCeF41Zb {
  background-image: url("../../../assets/images/muscatineia-sinnettoctagonhouse.webp");
}
.cid-vfpCeF41Zb img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vfpCeF41Zb .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vfpCeF41Zb .images {
    display: none;
  }
}
.cid-vfpCeF41Zb .image-wrapper-1,
.cid-vfpCeF41Zb .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vfpCeF41Zb .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vfpCeF41Zb .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vfpCeF41Zb .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vfpCeF41Zb .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vfpCeF41Zb .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vfpCeF41Zb .image-wrapper-2 img {
  width: 90%;
}
.cid-vfpCeF41Zb .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vfpCeF41Zb .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vfpCeF41Zb .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vfpCeF41Zb .text-wrapper {
  width: 100%;
}
.cid-vfpCeF41Zb .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCeF41Zb .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCeF41Zb .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vfpCeF41Zb .mbr-section-btn {
    margin: 0;
  }
}
.cid-vfpCeF41Zb .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vfpCeF41Zb .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vfpCeF41Zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCeF41Zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCeF41Zb .text {
  display: flex;
  align-items: center;
}
.cid-vfqJVzljN1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqJVzljN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqJVzljN1 .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-vfqJVzljN1 .container-fluid {
    padding: 0;
  }
}
.cid-vfqJVzljN1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqJVzljN1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqJVzljN1 .embla__button--next,
.cid-vfqJVzljN1 .embla__button--prev {
  display: flex;
}
.cid-vfqJVzljN1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqJVzljN1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqJVzljN1 .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-vfqJVzljN1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqJVzljN1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqJVzljN1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqJVzljN1 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqJVzljN1 .embla {
  position: relative;
  width: 100%;
}
.cid-vfqJVzljN1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqJVzljN1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqJVzljN1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqJVzljN1 .embla__slide a {
  cursor: grab;
}
.cid-vfqJVzljN1 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqJVzljN1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqJVzljN1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqJVzljN1 .mbr-section-title {
  color: #232323;
}
.cid-vfqJVzljN1 .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqJVzljN1 .mbr-box {
  color: #ffffff;
}
.cid-vfqJVzljN1 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqJVzljN1 img,
.cid-vfqJVzljN1 .item-img {
  width: 100%;
}
.cid-vfqJVzljN1 .item-wrapper {
  position: relative;
}
.cid-vfqJVzljN1 .content-head {
  max-width: 800px;
}
.cid-vfpCeFdvhT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfpCeFdvhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCeFdvhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCeFdvhT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCeFdvhT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCeFdvhT .container {
    padding: 0 16px;
  }
}
.cid-vfpCeFdvhT .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vfpCeFdvhT .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .row {
    padding: 25px 9px;
  }
}
.cid-vfpCeFdvhT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfpCeFdvhT .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vfpCeFdvhT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .image-wrapper img {
    height: 350px;
  }
}
.cid-vfpCeFdvhT .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vfpCeFdvhT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vfpCeFdvhT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vfpCeFdvhT .items-wrapper {
    display: block;
  }
}
.cid-vfpCeFdvhT .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vfpCeFdvhT .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vfpCeFdvhT .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vfpCeFdvhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vfpCeFdvhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vfpCeFdvhT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vfpCeFdvhT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfpCeFdvhT .card {
  justify-content: center;
}
.cid-vfpCeFdvhT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpCeFdvhT .mbr-text {
  color: #000000;
}
.cid-vfpCeFdvhT .card-title {
  color: #000000;
}
.cid-vfpCeFdvhT .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCeFdvhT .card-title,
.cid-vfpCeFdvhT .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vfpCeFovFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vfpCeFovFY .mbr-section-head {
  padding: 0 1rem;
}
.cid-vfpCeFovFY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vfpCeFovFY .team-card:hover {
  transform: translateY(-10px);
}
.cid-vfpCeFovFY .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vfpCeFovFY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vfpCeFovFY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vfpCeFovFY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCeFovFY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vfpCeFovFY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vfpCeFovFY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vfpCeFovFY .embla__button--next,
.cid-vfpCeFovFY .embla__button--prev {
  display: flex;
}
.cid-vfpCeFovFY .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-vfpCeFovFY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpCeFovFY .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vfpCeFovFY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpCeFovFY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vfpCeFovFY .embla__button {
    top: -10%;
  }
}
.cid-vfpCeFovFY .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfpCeFovFY .embla {
    margin-top: 80px;
  }
}
.cid-vfpCeFovFY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpCeFovFY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpCeFovFY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpCeFovFY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpCeFovFY .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCeFovFY .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCeFovFY .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vfpCeFovFY .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfpCeFovFY .mbr-text ul {
    display: block;
  }
}
.cid-vfpCeFovFY .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vfpCeFovFY .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vfpCeFovFY .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vfpCeFovFY .item-wrapper {
  height: 100%;
}
.cid-vfpCeFovFY .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vfpCeFovFY .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfpCeFovFY .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vfqJULRSNK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqJULRSNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqJULRSNK .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-vfqJULRSNK .container-fluid {
    padding: 0;
  }
}
.cid-vfqJULRSNK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqJULRSNK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqJULRSNK .embla__button--next,
.cid-vfqJULRSNK .embla__button--prev {
  display: flex;
}
.cid-vfqJULRSNK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqJULRSNK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqJULRSNK .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-vfqJULRSNK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqJULRSNK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqJULRSNK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqJULRSNK .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqJULRSNK .embla {
  position: relative;
  width: 100%;
}
.cid-vfqJULRSNK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqJULRSNK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqJULRSNK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqJULRSNK .embla__slide a {
  cursor: grab;
}
.cid-vfqJULRSNK .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqJULRSNK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqJULRSNK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqJULRSNK .mbr-section-title {
  color: #232323;
}
.cid-vfqJULRSNK .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqJULRSNK .mbr-box {
  color: #ffffff;
}
.cid-vfqJULRSNK .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqJULRSNK img,
.cid-vfqJULRSNK .item-img {
  width: 100%;
}
.cid-vfqJULRSNK .item-wrapper {
  position: relative;
}
.cid-vfqJULRSNK .content-head {
  max-width: 800px;
}
#custom-html-no {
  /* Type valid CSS here */
}
#custom-html-no div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-no p {
  font-size: 60px;
  color: #777;
}
.cid-vfpCeFzhKL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vfpCeFzhKL h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vfpCeFzhKL .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpCeFzhKL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpCeFzhKL .nav-link.active {
  background: #232323;
}
.cid-vfpCeFzhKL .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-vfpCeFzhKL .nav-link:hover {
  background: #232323;
}
.cid-vfpCeFzhKL .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-vfpCeFzhKL .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vfpCeFzhKL .nav-link.display-4 {
  font-size: 15px;
}
.cid-vfpCeFzhKL .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vfpCeFzhKL .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vfpCeFzhKL .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vfpCeFzhKL .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vfpCeFzhKL .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vfpCeFzhKL .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vfpCeFzhKL .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-vfpCeFzhKL .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-vfpCeFzhKL .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vfpCeFzhKL .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-vfpCeFzhKL .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vfpCeFzhKL .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-vfpCeFzhKL .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpCeFzhKL .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpCeFzhKL .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpCeFzhKL .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCeFzhKL .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vfpCeFzhKL .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vfpCeFzhKL .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vfpCeFzhKL .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vfpCeFzhKL .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vfpCeFzhKL .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vfpCeFzhKL .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vfpCeFzhKL .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-vfpCeFzhKL .mbr-text,
  .cid-vfpCeFzhKL .nav-link,
  .cid-vfpCeFzhKL .mbr-card-title,
  .cid-vfpCeFzhKL .mbr-section-title {
    text-align: left;
  }
  .cid-vfpCeFzhKL .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpCeFzhKL .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vfpCeFzhKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCeFzhKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCeFzhKL .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vfpCeFzhKL .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vfpCeFzhKL .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vfpCeGqZGT .google-map {
  height: 700px;
  position: relative;
}
.cid-vfpCeGqZGT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfpCeGqZGT .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-vfpCeGqZGT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCeGqZGT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCeGBPtF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfpCeGBPtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCeGBPtF .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-vfpCeGBPtF .container-fluid {
    padding: 0;
  }
}
.cid-vfpCeGBPtF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfpCeGBPtF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfpCeGBPtF .embla__button--next,
.cid-vfpCeGBPtF .embla__button--prev {
  display: flex;
}
.cid-vfpCeGBPtF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfpCeGBPtF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfpCeGBPtF .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-vfpCeGBPtF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpCeGBPtF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpCeGBPtF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfpCeGBPtF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfpCeGBPtF .embla {
  position: relative;
  width: 100%;
}
.cid-vfpCeGBPtF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpCeGBPtF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpCeGBPtF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpCeGBPtF .embla__slide a {
  cursor: grab;
}
.cid-vfpCeGBPtF .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfpCeGBPtF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpCeGBPtF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfpCeGBPtF .mbr-section-title {
  color: #232323;
}
.cid-vfpCeGBPtF .mbr-section-subtitle {
  color: #232323;
}
.cid-vfpCeGBPtF .mbr-box {
  color: #ffffff;
}
.cid-vfpCeGBPtF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfpCeGBPtF img,
.cid-vfpCeGBPtF .item-img {
  width: 100%;
}
.cid-vfpCeGBPtF .item-wrapper {
  position: relative;
}
.cid-vfpCeGBPtF .content-head {
  max-width: 800px;
}
.cid-vfpCeGNxLJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCeGNxLJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCiqohHA {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .dropdown-menu {
  padding: 0;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCiqohHA .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCiqohHA .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCiqohHA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCiqohHA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCiqohHA .nav-link {
  position: relative;
}
.cid-vfpCiqohHA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCiqohHA .dropdown-menu,
.cid-vfpCiqohHA .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCiqohHA .nav-item:focus,
.cid-vfpCiqohHA .nav-link:focus {
  outline: none;
}
.cid-vfpCiqohHA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCiqohHA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCiqohHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCiqohHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCiqohHA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCiqohHA .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCiqohHA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCiqohHA .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCiqohHA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCiqohHA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCiqohHA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCiqohHA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCiqohHA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCiqohHA .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-vfpCiqohHA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCiqohHA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCiqohHA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCiqohHA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCiqohHA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCiqohHA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCiqohHA .navbar {
    min-height: 80px;
  }
}
.cid-vfpCiqohHA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCiqohHA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCiqohHA .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCiqohHA .dropdown-item.active,
.cid-vfpCiqohHA .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCiqohHA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCiqohHA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCiqohHA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCiqohHA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCiqohHA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCiqohHA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCiqohHA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCiqohHA 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-vfpCiqohHA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCiqohHA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCiqohHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCiqohHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCiqohHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCiqohHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCiqohHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCiqohHA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCiqohHA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCiqohHA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCiqohHA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCiqohHA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCiqohHA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .navbar {
    height: 70px;
  }
  .cid-vfpCiqohHA .navbar.opened {
    height: auto;
  }
  .cid-vfpCiqohHA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCiqohHA .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-vfpCiqohHA .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCiqohHA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCiqohHA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCiqohHA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCiqohHA .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCiqohHA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCiqohHA .navbar-nav {
  display: flex !important;
}
.cid-vfpCiqohHA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCiqohHA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCiqohHA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCiqohHA .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCiqohHA .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCiqohHA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCiqohHA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCiqohHA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCiqohHA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCiqohHA 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-vfpCiqohHA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCiqohHA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCiqohHA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCiqohHA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCiqohHA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCiqohHA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCiqohHA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCiqohHA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCiqohHA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCiqohHA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCiqohHA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCiqohHA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCiqohHA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCiqohHA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCiqohHA .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCiqohHA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCiqohHA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCiqohHA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCiqohHA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCiqohHA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCiqohHA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCiqohHA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCiqohHA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCiqohHA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCiqohHA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCiqohHA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCiqohHA ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCiqohHA ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCiqohHA ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCiqohHA .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCiqohHA .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCiqohHA .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCiqohHA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCiqohHA .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-vfpCiqohHA .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-vfpCiqohHA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCiqohHA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCiqohHA .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCiqohHA .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCiqohHA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCiqohHA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCiqBm7V {
  background-image: url("../../../assets/images/poi-10.webp");
}
.cid-vfpCiqBm7V img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vfpCiqBm7V .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vfpCiqBm7V .images {
    display: none;
  }
}
.cid-vfpCiqBm7V .image-wrapper-1,
.cid-vfpCiqBm7V .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vfpCiqBm7V .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vfpCiqBm7V .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vfpCiqBm7V .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vfpCiqBm7V .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vfpCiqBm7V .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vfpCiqBm7V .image-wrapper-2 img {
  width: 90%;
}
.cid-vfpCiqBm7V .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vfpCiqBm7V .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vfpCiqBm7V .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vfpCiqBm7V .text-wrapper {
  width: 100%;
}
.cid-vfpCiqBm7V .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCiqBm7V .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCiqBm7V .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vfpCiqBm7V .mbr-section-btn {
    margin: 0;
  }
}
.cid-vfpCiqBm7V .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vfpCiqBm7V .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vfpCiqBm7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCiqBm7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCiqBm7V .text {
  display: flex;
  align-items: center;
}
.cid-vfqNcFgS1k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqNcFgS1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqNcFgS1k .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-vfqNcFgS1k .container-fluid {
    padding: 0;
  }
}
.cid-vfqNcFgS1k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqNcFgS1k .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqNcFgS1k .embla__button--next,
.cid-vfqNcFgS1k .embla__button--prev {
  display: flex;
}
.cid-vfqNcFgS1k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqNcFgS1k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqNcFgS1k .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-vfqNcFgS1k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqNcFgS1k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqNcFgS1k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqNcFgS1k .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqNcFgS1k .embla {
  position: relative;
  width: 100%;
}
.cid-vfqNcFgS1k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqNcFgS1k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqNcFgS1k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqNcFgS1k .embla__slide a {
  cursor: grab;
}
.cid-vfqNcFgS1k .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqNcFgS1k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqNcFgS1k .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqNcFgS1k .mbr-section-title {
  color: #232323;
}
.cid-vfqNcFgS1k .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqNcFgS1k .mbr-box {
  color: #ffffff;
}
.cid-vfqNcFgS1k .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqNcFgS1k img,
.cid-vfqNcFgS1k .item-img {
  width: 100%;
}
.cid-vfqNcFgS1k .item-wrapper {
  position: relative;
}
.cid-vfqNcFgS1k .content-head {
  max-width: 800px;
}
.cid-vfpCiqJG84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfpCiqJG84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCiqJG84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCiqJG84 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCiqJG84 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vfpCiqJG84 .container {
    padding: 0 16px;
  }
}
.cid-vfpCiqJG84 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vfpCiqJG84 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .row {
    padding: 25px 9px;
  }
}
.cid-vfpCiqJG84 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfpCiqJG84 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vfpCiqJG84 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .image-wrapper img {
    height: 350px;
  }
}
.cid-vfpCiqJG84 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vfpCiqJG84 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vfpCiqJG84 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vfpCiqJG84 .items-wrapper {
    display: block;
  }
}
.cid-vfpCiqJG84 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vfpCiqJG84 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vfpCiqJG84 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vfpCiqJG84 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vfpCiqJG84 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vfpCiqJG84 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vfpCiqJG84 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfpCiqJG84 .card {
  justify-content: center;
}
.cid-vfpCiqJG84 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpCiqJG84 .mbr-text {
  color: #000000;
}
.cid-vfpCiqJG84 .card-title {
  color: #000000;
}
.cid-vfpCiqJG84 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCiqJG84 .card-title,
.cid-vfpCiqJG84 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vfpCiqUFQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vfpCiqUFQX .mbr-section-head {
  padding: 0 1rem;
}
.cid-vfpCiqUFQX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vfpCiqUFQX .team-card:hover {
  transform: translateY(-10px);
}
.cid-vfpCiqUFQX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vfpCiqUFQX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vfpCiqUFQX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vfpCiqUFQX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCiqUFQX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vfpCiqUFQX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vfpCiqUFQX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vfpCiqUFQX .embla__button--next,
.cid-vfpCiqUFQX .embla__button--prev {
  display: flex;
}
.cid-vfpCiqUFQX .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-vfpCiqUFQX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpCiqUFQX .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vfpCiqUFQX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpCiqUFQX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vfpCiqUFQX .embla__button {
    top: -10%;
  }
}
.cid-vfpCiqUFQX .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfpCiqUFQX .embla {
    margin-top: 80px;
  }
}
.cid-vfpCiqUFQX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpCiqUFQX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpCiqUFQX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpCiqUFQX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpCiqUFQX .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vfpCiqUFQX .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vfpCiqUFQX .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vfpCiqUFQX .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfpCiqUFQX .mbr-text ul {
    display: block;
  }
}
.cid-vfpCiqUFQX .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vfpCiqUFQX .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vfpCiqUFQX .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vfpCiqUFQX .item-wrapper {
  height: 100%;
}
.cid-vfpCiqUFQX .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vfpCiqUFQX .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfpCiqUFQX .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vfpCir8sso {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vfpCir8sso h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vfpCir8sso .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpCir8sso .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpCir8sso .nav-link.active {
  background: #232323;
}
.cid-vfpCir8sso .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-vfpCir8sso .nav-link:hover {
  background: #232323;
}
.cid-vfpCir8sso .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-vfpCir8sso .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vfpCir8sso .nav-link.display-4 {
  font-size: 15px;
}
.cid-vfpCir8sso .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vfpCir8sso .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vfpCir8sso .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vfpCir8sso .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vfpCir8sso .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vfpCir8sso .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vfpCir8sso .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-vfpCir8sso .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-vfpCir8sso .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vfpCir8sso .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-vfpCir8sso .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vfpCir8sso .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-vfpCir8sso .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpCir8sso .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpCir8sso .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpCir8sso .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vfpCir8sso .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vfpCir8sso .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vfpCir8sso .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vfpCir8sso .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vfpCir8sso .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vfpCir8sso .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vfpCir8sso .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vfpCir8sso .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-vfpCir8sso .mbr-text,
  .cid-vfpCir8sso .nav-link,
  .cid-vfpCir8sso .mbr-card-title,
  .cid-vfpCir8sso .mbr-section-title {
    text-align: left;
  }
  .cid-vfpCir8sso .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpCir8sso .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vfpCir8sso .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCir8sso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCir8sso .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vfpCir8sso .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vfpCir8sso .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vfqNbJLLPq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfqNbJLLPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqNbJLLPq .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-vfqNbJLLPq .container-fluid {
    padding: 0;
  }
}
.cid-vfqNbJLLPq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfqNbJLLPq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfqNbJLLPq .embla__button--next,
.cid-vfqNbJLLPq .embla__button--prev {
  display: flex;
}
.cid-vfqNbJLLPq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfqNbJLLPq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfqNbJLLPq .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-vfqNbJLLPq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfqNbJLLPq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfqNbJLLPq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfqNbJLLPq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfqNbJLLPq .embla {
  position: relative;
  width: 100%;
}
.cid-vfqNbJLLPq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfqNbJLLPq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfqNbJLLPq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfqNbJLLPq .embla__slide a {
  cursor: grab;
}
.cid-vfqNbJLLPq .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfqNbJLLPq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfqNbJLLPq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfqNbJLLPq .mbr-section-title {
  color: #232323;
}
.cid-vfqNbJLLPq .mbr-section-subtitle {
  color: #232323;
}
.cid-vfqNbJLLPq .mbr-box {
  color: #ffffff;
}
.cid-vfqNbJLLPq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfqNbJLLPq img,
.cid-vfqNbJLLPq .item-img {
  width: 100%;
}
.cid-vfqNbJLLPq .item-wrapper {
  position: relative;
}
.cid-vfqNbJLLPq .content-head {
  max-width: 800px;
}
.cid-vfpCirYCuk .google-map {
  height: 700px;
  position: relative;
}
.cid-vfpCirYCuk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfpCirYCuk .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-vfpCirYCuk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCirYCuk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCisbjRh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vfpCisbjRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCisbjRh .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-vfpCisbjRh .container-fluid {
    padding: 0;
  }
}
.cid-vfpCisbjRh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfpCisbjRh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfpCisbjRh .embla__button--next,
.cid-vfpCisbjRh .embla__button--prev {
  display: flex;
}
.cid-vfpCisbjRh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfpCisbjRh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfpCisbjRh .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-vfpCisbjRh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfpCisbjRh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfpCisbjRh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfpCisbjRh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfpCisbjRh .embla {
  position: relative;
  width: 100%;
}
.cid-vfpCisbjRh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfpCisbjRh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfpCisbjRh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfpCisbjRh .embla__slide a {
  cursor: grab;
}
.cid-vfpCisbjRh .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfpCisbjRh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfpCisbjRh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfpCisbjRh .mbr-section-title {
  color: #232323;
}
.cid-vfpCisbjRh .mbr-section-subtitle {
  color: #232323;
}
.cid-vfpCisbjRh .mbr-box {
  color: #ffffff;
}
.cid-vfpCisbjRh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfpCisbjRh img,
.cid-vfpCisbjRh .item-img {
  width: 100%;
}
.cid-vfpCisbjRh .item-wrapper {
  position: relative;
}
.cid-vfpCisbjRh .content-head {
  max-width: 800px;
}
.cid-vfpCisowGW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCisowGW .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCxkwYcm {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .dropdown-menu {
  padding: 0;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCxkwYcm .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCxkwYcm .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCxkwYcm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCxkwYcm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCxkwYcm .nav-link {
  position: relative;
}
.cid-vfpCxkwYcm .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCxkwYcm .dropdown-menu,
.cid-vfpCxkwYcm .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCxkwYcm .nav-item:focus,
.cid-vfpCxkwYcm .nav-link:focus {
  outline: none;
}
.cid-vfpCxkwYcm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCxkwYcm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCxkwYcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCxkwYcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCxkwYcm .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCxkwYcm .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCxkwYcm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCxkwYcm .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCxkwYcm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCxkwYcm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCxkwYcm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCxkwYcm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCxkwYcm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCxkwYcm .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-vfpCxkwYcm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCxkwYcm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCxkwYcm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCxkwYcm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCxkwYcm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCxkwYcm .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCxkwYcm .navbar {
    min-height: 80px;
  }
}
.cid-vfpCxkwYcm .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCxkwYcm .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCxkwYcm .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCxkwYcm .dropdown-item.active,
.cid-vfpCxkwYcm .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCxkwYcm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCxkwYcm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCxkwYcm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCxkwYcm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCxkwYcm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCxkwYcm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCxkwYcm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCxkwYcm 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-vfpCxkwYcm button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCxkwYcm button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCxkwYcm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCxkwYcm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCxkwYcm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCxkwYcm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCxkwYcm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCxkwYcm nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCxkwYcm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCxkwYcm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCxkwYcm nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCxkwYcm .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCxkwYcm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .navbar {
    height: 70px;
  }
  .cid-vfpCxkwYcm .navbar.opened {
    height: auto;
  }
  .cid-vfpCxkwYcm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCxkwYcm .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCxkwYcm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCxkwYcm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCxkwYcm .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCxkwYcm .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCxkwYcm .navbar-nav {
  display: flex !important;
}
.cid-vfpCxkwYcm .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCxkwYcm .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCxkwYcm .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCxkwYcm .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCxkwYcm .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCxkwYcm .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCxkwYcm .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCxkwYcm .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCxkwYcm .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCxkwYcm 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-vfpCxkwYcm button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCxkwYcm button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCxkwYcm button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCxkwYcm button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCxkwYcm button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCxkwYcm button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCxkwYcm button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCxkwYcm .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCxkwYcm .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCxkwYcm .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCxkwYcm .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCxkwYcm .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCxkwYcm .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCxkwYcm .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCxkwYcm .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCxkwYcm .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCxkwYcm .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCxkwYcm .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCxkwYcm .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCxkwYcm .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCxkwYcm .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCxkwYcm .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCxkwYcm .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCxkwYcm .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCxkwYcm .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCxkwYcm .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCxkwYcm ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCxkwYcm ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCxkwYcm ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCxkwYcm .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCxkwYcm .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCxkwYcm .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCxkwYcm .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCxkwYcm .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-vfpCxkwYcm .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-vfpCxkwYcm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCxkwYcm .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCxkwYcm .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCxkwYcm .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCxkwYcm .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCxkwYcm .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCxkI9kf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCxkI9kf .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCxkNtAK {
  display: flex;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-vfpCxkNtAK .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCxkNtAK {
    align-items: flex-end;
  }
  .cid-vfpCxkNtAK .row {
    justify-content: center;
  }
  .cid-vfpCxkNtAK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCxkNtAK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCxkNtAK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCxkNtAK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCxkNtAK .content-wrap {
    width: 100%;
  }
}
.cid-vfpCxkNtAK .mbr-section-title,
.cid-vfpCxkNtAK .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCxkNtAK .mbr-text,
.cid-vfpCxkNtAK .mbr-section-btn {
  text-align: center;
}
.cid-vfpCxkTQb1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCxkTQb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCxkTQb1 .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-vfpCxkTQb1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCxkTQb1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCxkTQb1 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCxkTQb1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCxkTQb1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCxkTQb1 .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-vfpCxkTQb1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCxkTQb1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCxkTQb1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCxkTQb1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCxkTQb1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCxkTQb1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCxkTQb1 .content-head {
  max-width: 800px;
}
.cid-vfpCxl3M76 {
  background-color: #102f62;
}
.cid-vfpCxl3M76 .mbr-section-title {
  margin: 0;
}
.cid-vfpCxl3M76 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCxl3M76 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCxl3M76 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCxl3M76 .team-item {
  transition: all 0.2s;
}
.cid-vfpCxl3M76 .team-item .item-image {
  position: relative !important;
}
.cid-vfpCxl3M76 .team-item .item-image img {
  width: 100%;
}
.cid-vfpCxl3M76 .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-vfpCxl3M76 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCxl3M76 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCxl3M76 .team-item .item-caption {
  background: #878787;
}
.cid-vfpCxl3M76 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCxl3M76 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCxl3M76 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCxl3M76 .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCxl3M76 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCxl3M76 .team-item:hover {
    transform: none;
  }
  .cid-vfpCxl3M76 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCxl3M76 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCxl3M76 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCxl3M76 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCxl3M76 .container-fluid {
  max-width: 1300px;
}
.cid-vfpCxlbRC0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCxlbRC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCxlbRC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCxlbRC0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCxlbRC0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCxlbRC0 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCxlbRC0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCxlbRC0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCxlbRC0 .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-vfpCxlbRC0 .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCxlbRC0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCxlbRC0 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCxlbRC0 .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCxlbRC0 .content-head {
  max-width: 800px;
}
.cid-vfqS65XemP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqS65XemP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqS65XemP .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-vfqS65XemP .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqS65XemP .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqS65XemP .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqS65XemP .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqS65XemP .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqS65XemP .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-vfqS65XemP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqS65XemP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqS65XemP .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqS65XemP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqS65XemP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqS65XemP ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqS65XemP .content-head {
  max-width: 800px;
}
.cid-vfpCxllIVH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCxllIVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCxllIVH .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-vfpCxllIVH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCxllIVH .row {
  flex-direction: row-reverse;
}
.cid-vfpCxllIVH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCxllIVH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCxllIVH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCxllIVH .mbr-section-title {
  color: #000000;
}
.cid-vfpCxllIVH .mbr-text,
.cid-vfpCxllIVH .mbr-section-btn {
  color: #000000;
}
.cid-vfqS7g2gRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqS7g2gRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqS7g2gRZ .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-vfqS7g2gRZ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqS7g2gRZ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqS7g2gRZ .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqS7g2gRZ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqS7g2gRZ .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqS7g2gRZ .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-vfqS7g2gRZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqS7g2gRZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqS7g2gRZ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqS7g2gRZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqS7g2gRZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqS7g2gRZ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqS7g2gRZ .content-head {
  max-width: 800px;
}
.cid-vfpCxltBye {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCxltBye .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCxltBye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCxltBye .mbr-section-title {
  text-align: center;
}
.cid-vfpCxltBye .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCGxiACG {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .dropdown-menu {
  padding: 0;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCGxiACG .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCGxiACG .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCGxiACG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCGxiACG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCGxiACG .nav-link {
  position: relative;
}
.cid-vfpCGxiACG .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCGxiACG .dropdown-menu,
.cid-vfpCGxiACG .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCGxiACG .nav-item:focus,
.cid-vfpCGxiACG .nav-link:focus {
  outline: none;
}
.cid-vfpCGxiACG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCGxiACG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCGxiACG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCGxiACG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCGxiACG .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCGxiACG .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCGxiACG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCGxiACG .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCGxiACG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCGxiACG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCGxiACG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCGxiACG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCGxiACG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCGxiACG .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-vfpCGxiACG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCGxiACG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCGxiACG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCGxiACG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCGxiACG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCGxiACG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCGxiACG .navbar {
    min-height: 80px;
  }
}
.cid-vfpCGxiACG .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCGxiACG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCGxiACG .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCGxiACG .dropdown-item.active,
.cid-vfpCGxiACG .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCGxiACG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCGxiACG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCGxiACG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCGxiACG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCGxiACG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCGxiACG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCGxiACG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCGxiACG 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-vfpCGxiACG button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCGxiACG button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCGxiACG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCGxiACG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCGxiACG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCGxiACG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCGxiACG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCGxiACG nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCGxiACG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCGxiACG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCGxiACG nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCGxiACG .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCGxiACG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .navbar {
    height: 70px;
  }
  .cid-vfpCGxiACG .navbar.opened {
    height: auto;
  }
  .cid-vfpCGxiACG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCGxiACG .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-vfpCGxiACG .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCGxiACG .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCGxiACG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCGxiACG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCGxiACG .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCGxiACG .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCGxiACG .navbar-nav {
  display: flex !important;
}
.cid-vfpCGxiACG .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCGxiACG .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCGxiACG .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCGxiACG .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCGxiACG .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCGxiACG .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCGxiACG .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCGxiACG .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCGxiACG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCGxiACG 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-vfpCGxiACG button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCGxiACG button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCGxiACG button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCGxiACG button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCGxiACG button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCGxiACG button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCGxiACG button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCGxiACG .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCGxiACG .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCGxiACG .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCGxiACG .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCGxiACG .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCGxiACG .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCGxiACG .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCGxiACG .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCGxiACG .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCGxiACG .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCGxiACG .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCGxiACG .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCGxiACG .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCGxiACG .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCGxiACG .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCGxiACG .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCGxiACG .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCGxiACG .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCGxiACG .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCGxiACG ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCGxiACG ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCGxiACG ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCGxiACG .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCGxiACG .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCGxiACG .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCGxiACG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCGxiACG .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-vfpCGxiACG .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-vfpCGxiACG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCGxiACG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCGxiACG .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCGxiACG .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCGxiACG .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCGxiACG .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCGxBKqK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCGxBKqK .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCGxLY0W {
  display: flex;
  background-image: url("../../../assets/images/bg-2.webp");
}
.cid-vfpCGxLY0W .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCGxLY0W {
    align-items: flex-end;
  }
  .cid-vfpCGxLY0W .row {
    justify-content: center;
  }
  .cid-vfpCGxLY0W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCGxLY0W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCGxLY0W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCGxLY0W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCGxLY0W .content-wrap {
    width: 100%;
  }
}
.cid-vfpCGxLY0W .mbr-section-title,
.cid-vfpCGxLY0W .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCGxLY0W .mbr-text,
.cid-vfpCGxLY0W .mbr-section-btn {
  text-align: center;
}
.cid-vfpCGxUYFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCGxUYFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCGxUYFr .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-vfpCGxUYFr .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCGxUYFr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCGxUYFr .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCGxUYFr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCGxUYFr .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCGxUYFr .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-vfpCGxUYFr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCGxUYFr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCGxUYFr .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCGxUYFr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCGxUYFr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCGxUYFr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCGxUYFr .content-head {
  max-width: 800px;
}
.cid-vfpCGy4u4I {
  background-color: #102f62;
}
.cid-vfpCGy4u4I .mbr-section-title {
  margin: 0;
}
.cid-vfpCGy4u4I .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCGy4u4I .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCGy4u4I .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCGy4u4I .team-item {
  transition: all 0.2s;
}
.cid-vfpCGy4u4I .team-item .item-image {
  position: relative !important;
}
.cid-vfpCGy4u4I .team-item .item-image img {
  width: 100%;
}
.cid-vfpCGy4u4I .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-vfpCGy4u4I .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCGy4u4I .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCGy4u4I .team-item .item-caption {
  background: #878787;
}
.cid-vfpCGy4u4I .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCGy4u4I .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCGy4u4I .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCGy4u4I .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCGy4u4I .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCGy4u4I .team-item:hover {
    transform: none;
  }
  .cid-vfpCGy4u4I .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCGy4u4I {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCGy4u4I {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCGy4u4I .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCGy4u4I .container-fluid {
  max-width: 1300px;
}
.cid-vfpCGyeXvq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCGyeXvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCGyeXvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCGyeXvq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCGyeXvq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCGyeXvq .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCGyeXvq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCGyeXvq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCGyeXvq .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-vfpCGyeXvq .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCGyeXvq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCGyeXvq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCGyeXvq .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCGyeXvq .content-head {
  max-width: 800px;
}
.cid-vfqSr3cvXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqSr3cvXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqSr3cvXo .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-vfqSr3cvXo .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSr3cvXo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqSr3cvXo .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqSr3cvXo .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqSr3cvXo .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqSr3cvXo .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-vfqSr3cvXo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqSr3cvXo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqSr3cvXo .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqSr3cvXo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSr3cvXo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqSr3cvXo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqSr3cvXo .content-head {
  max-width: 800px;
}
.cid-vfpCGyqX58 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCGyqX58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCGyqX58 .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-vfpCGyqX58 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCGyqX58 .row {
  flex-direction: row-reverse;
}
.cid-vfpCGyqX58 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCGyqX58 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCGyqX58 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCGyqX58 .mbr-section-title {
  color: #000000;
}
.cid-vfpCGyqX58 .mbr-text,
.cid-vfpCGyqX58 .mbr-section-btn {
  color: #000000;
}
.cid-vfqSs1Um2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqSs1Um2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqSs1Um2F .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-vfqSs1Um2F .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSs1Um2F .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqSs1Um2F .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqSs1Um2F .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqSs1Um2F .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqSs1Um2F .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-vfqSs1Um2F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqSs1Um2F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqSs1Um2F .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqSs1Um2F .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSs1Um2F .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqSs1Um2F ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqSs1Um2F .content-head {
  max-width: 800px;
}
.cid-vfpCGyAUFQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCGyAUFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCGyAUFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCGyAUFQ .mbr-section-title {
  text-align: center;
}
.cid-vfpCGyAUFQ .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCJe3A9p {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .dropdown-menu {
  padding: 0;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCJe3A9p .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCJe3A9p .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCJe3A9p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCJe3A9p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCJe3A9p .nav-link {
  position: relative;
}
.cid-vfpCJe3A9p .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCJe3A9p .dropdown-menu,
.cid-vfpCJe3A9p .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCJe3A9p .nav-item:focus,
.cid-vfpCJe3A9p .nav-link:focus {
  outline: none;
}
.cid-vfpCJe3A9p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCJe3A9p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCJe3A9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCJe3A9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCJe3A9p .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCJe3A9p .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCJe3A9p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCJe3A9p .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCJe3A9p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCJe3A9p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCJe3A9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCJe3A9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCJe3A9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCJe3A9p .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-vfpCJe3A9p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCJe3A9p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCJe3A9p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCJe3A9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCJe3A9p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCJe3A9p .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCJe3A9p .navbar {
    min-height: 80px;
  }
}
.cid-vfpCJe3A9p .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCJe3A9p .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCJe3A9p .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCJe3A9p .dropdown-item.active,
.cid-vfpCJe3A9p .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCJe3A9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCJe3A9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCJe3A9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCJe3A9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCJe3A9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCJe3A9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCJe3A9p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCJe3A9p 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-vfpCJe3A9p button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCJe3A9p button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCJe3A9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCJe3A9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCJe3A9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCJe3A9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCJe3A9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCJe3A9p nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCJe3A9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCJe3A9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCJe3A9p nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCJe3A9p .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCJe3A9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .navbar {
    height: 70px;
  }
  .cid-vfpCJe3A9p .navbar.opened {
    height: auto;
  }
  .cid-vfpCJe3A9p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCJe3A9p .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCJe3A9p .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCJe3A9p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCJe3A9p .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCJe3A9p .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCJe3A9p .navbar-nav {
  display: flex !important;
}
.cid-vfpCJe3A9p .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCJe3A9p .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCJe3A9p .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCJe3A9p .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCJe3A9p .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCJe3A9p .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCJe3A9p .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCJe3A9p .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCJe3A9p .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCJe3A9p 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-vfpCJe3A9p button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCJe3A9p button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCJe3A9p button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCJe3A9p button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCJe3A9p button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCJe3A9p button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCJe3A9p button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCJe3A9p .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCJe3A9p .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCJe3A9p .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCJe3A9p .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCJe3A9p .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCJe3A9p .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCJe3A9p .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCJe3A9p .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCJe3A9p .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCJe3A9p .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCJe3A9p .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCJe3A9p .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCJe3A9p .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCJe3A9p .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCJe3A9p .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCJe3A9p .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCJe3A9p .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCJe3A9p .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCJe3A9p .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCJe3A9p ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCJe3A9p ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCJe3A9p ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCJe3A9p .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCJe3A9p .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCJe3A9p .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCJe3A9p .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCJe3A9p .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-vfpCJe3A9p .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-vfpCJe3A9p .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCJe3A9p .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCJe3A9p .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCJe3A9p .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCJe3A9p .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCJe3A9p .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCJef4zs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCJef4zs .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCJemzuJ {
  display: flex;
  background-image: url("../../../assets/images/bg-3.webp");
}
.cid-vfpCJemzuJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCJemzuJ {
    align-items: flex-end;
  }
  .cid-vfpCJemzuJ .row {
    justify-content: center;
  }
  .cid-vfpCJemzuJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCJemzuJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCJemzuJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCJemzuJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCJemzuJ .content-wrap {
    width: 100%;
  }
}
.cid-vfpCJemzuJ .mbr-section-title,
.cid-vfpCJemzuJ .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCJemzuJ .mbr-text,
.cid-vfpCJemzuJ .mbr-section-btn {
  text-align: center;
}
.cid-vfpCJes4sz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCJes4sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCJes4sz .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-vfpCJes4sz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCJes4sz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCJes4sz .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCJes4sz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCJes4sz .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCJes4sz .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-vfpCJes4sz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCJes4sz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCJes4sz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCJes4sz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCJes4sz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCJes4sz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCJes4sz .content-head {
  max-width: 800px;
}
.cid-vfpCJeDqNS {
  background-color: #102f62;
}
.cid-vfpCJeDqNS .mbr-section-title {
  margin: 0;
}
.cid-vfpCJeDqNS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCJeDqNS .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCJeDqNS .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCJeDqNS .team-item {
  transition: all 0.2s;
}
.cid-vfpCJeDqNS .team-item .item-image {
  position: relative !important;
}
.cid-vfpCJeDqNS .team-item .item-image img {
  width: 100%;
}
.cid-vfpCJeDqNS .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-vfpCJeDqNS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCJeDqNS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCJeDqNS .team-item .item-caption {
  background: #878787;
}
.cid-vfpCJeDqNS .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCJeDqNS .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCJeDqNS .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCJeDqNS .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCJeDqNS .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCJeDqNS .team-item:hover {
    transform: none;
  }
  .cid-vfpCJeDqNS .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCJeDqNS {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCJeDqNS {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCJeDqNS .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCJeDqNS .container-fluid {
  max-width: 1300px;
}
.cid-vfpCJeMQkV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCJeMQkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCJeMQkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCJeMQkV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCJeMQkV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCJeMQkV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCJeMQkV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCJeMQkV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCJeMQkV .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-vfpCJeMQkV .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCJeMQkV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCJeMQkV .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCJeMQkV .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCJeMQkV .content-head {
  max-width: 800px;
}
.cid-vfqSKv59KG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqSKv59KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqSKv59KG .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-vfqSKv59KG .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSKv59KG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqSKv59KG .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqSKv59KG .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqSKv59KG .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqSKv59KG .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-vfqSKv59KG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqSKv59KG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqSKv59KG .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqSKv59KG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSKv59KG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqSKv59KG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqSKv59KG .content-head {
  max-width: 800px;
}
.cid-vfpCJeX0Jg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCJeX0Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCJeX0Jg .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-vfpCJeX0Jg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCJeX0Jg .row {
  flex-direction: row-reverse;
}
.cid-vfpCJeX0Jg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCJeX0Jg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCJeX0Jg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCJeX0Jg .mbr-section-title {
  color: #000000;
}
.cid-vfpCJeX0Jg .mbr-text,
.cid-vfpCJeX0Jg .mbr-section-btn {
  color: #000000;
}
.cid-vfqSL9GiHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqSL9GiHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqSL9GiHo .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-vfqSL9GiHo .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSL9GiHo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqSL9GiHo .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqSL9GiHo .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqSL9GiHo .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqSL9GiHo .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-vfqSL9GiHo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqSL9GiHo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqSL9GiHo .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqSL9GiHo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqSL9GiHo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqSL9GiHo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqSL9GiHo .content-head {
  max-width: 800px;
}
.cid-vfpCJf5EBb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCJf5EBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCJf5EBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCJf5EBb .mbr-section-title {
  text-align: center;
}
.cid-vfpCJf5EBb .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCKCQ2IO {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .dropdown-menu {
  padding: 0;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCKCQ2IO .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCKCQ2IO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCKCQ2IO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCKCQ2IO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCKCQ2IO .nav-link {
  position: relative;
}
.cid-vfpCKCQ2IO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCKCQ2IO .dropdown-menu,
.cid-vfpCKCQ2IO .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCKCQ2IO .nav-item:focus,
.cid-vfpCKCQ2IO .nav-link:focus {
  outline: none;
}
.cid-vfpCKCQ2IO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCKCQ2IO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCKCQ2IO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCKCQ2IO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCKCQ2IO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCKCQ2IO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCKCQ2IO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCKCQ2IO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCKCQ2IO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCKCQ2IO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCKCQ2IO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCKCQ2IO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCKCQ2IO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCKCQ2IO .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-vfpCKCQ2IO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCKCQ2IO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCKCQ2IO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCKCQ2IO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCKCQ2IO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCKCQ2IO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCKCQ2IO .navbar {
    min-height: 80px;
  }
}
.cid-vfpCKCQ2IO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCKCQ2IO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCKCQ2IO .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCKCQ2IO .dropdown-item.active,
.cid-vfpCKCQ2IO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCKCQ2IO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCKCQ2IO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCKCQ2IO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCKCQ2IO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCKCQ2IO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCKCQ2IO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCKCQ2IO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCKCQ2IO 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-vfpCKCQ2IO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCKCQ2IO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCKCQ2IO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCKCQ2IO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCKCQ2IO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCKCQ2IO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCKCQ2IO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCKCQ2IO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCKCQ2IO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCKCQ2IO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCKCQ2IO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCKCQ2IO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCKCQ2IO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .navbar {
    height: 70px;
  }
  .cid-vfpCKCQ2IO .navbar.opened {
    height: auto;
  }
  .cid-vfpCKCQ2IO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCKCQ2IO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCKCQ2IO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCKCQ2IO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCKCQ2IO .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCKCQ2IO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCKCQ2IO .navbar-nav {
  display: flex !important;
}
.cid-vfpCKCQ2IO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCKCQ2IO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCKCQ2IO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCKCQ2IO .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCKCQ2IO .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCKCQ2IO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCKCQ2IO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCKCQ2IO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCKCQ2IO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCKCQ2IO 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-vfpCKCQ2IO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCKCQ2IO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCKCQ2IO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCKCQ2IO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCKCQ2IO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCKCQ2IO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCKCQ2IO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCKCQ2IO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCKCQ2IO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCKCQ2IO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCKCQ2IO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCKCQ2IO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCKCQ2IO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCKCQ2IO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCKCQ2IO .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCKCQ2IO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCKCQ2IO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCKCQ2IO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCKCQ2IO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCKCQ2IO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCKCQ2IO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCKCQ2IO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCKCQ2IO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCKCQ2IO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCKCQ2IO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCKCQ2IO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCKCQ2IO ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCKCQ2IO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCKCQ2IO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCKCQ2IO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCKCQ2IO .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCKCQ2IO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCKCQ2IO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCKCQ2IO .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-vfpCKCQ2IO .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-vfpCKCQ2IO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCKCQ2IO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCKCQ2IO .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCKCQ2IO .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCKCQ2IO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCKCQ2IO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCKD2aQt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCKD2aQt .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCKD9RKI {
  display: flex;
  background-image: url("../../../assets/images/bg-4.webp");
}
.cid-vfpCKD9RKI .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCKD9RKI {
    align-items: flex-end;
  }
  .cid-vfpCKD9RKI .row {
    justify-content: center;
  }
  .cid-vfpCKD9RKI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCKD9RKI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCKD9RKI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCKD9RKI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCKD9RKI .content-wrap {
    width: 100%;
  }
}
.cid-vfpCKD9RKI .mbr-section-title,
.cid-vfpCKD9RKI .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCKD9RKI .mbr-text,
.cid-vfpCKD9RKI .mbr-section-btn {
  text-align: center;
}
.cid-vfpCKDgDOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCKDgDOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCKDgDOM .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-vfpCKDgDOM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCKDgDOM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCKDgDOM .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCKDgDOM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCKDgDOM .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCKDgDOM .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-vfpCKDgDOM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCKDgDOM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCKDgDOM .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCKDgDOM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCKDgDOM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCKDgDOM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCKDgDOM .content-head {
  max-width: 800px;
}
.cid-vfpCKDtsSy {
  background-color: #102f62;
}
.cid-vfpCKDtsSy .mbr-section-title {
  margin: 0;
}
.cid-vfpCKDtsSy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCKDtsSy .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCKDtsSy .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCKDtsSy .team-item {
  transition: all 0.2s;
}
.cid-vfpCKDtsSy .team-item .item-image {
  position: relative !important;
}
.cid-vfpCKDtsSy .team-item .item-image img {
  width: 100%;
}
.cid-vfpCKDtsSy .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-vfpCKDtsSy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCKDtsSy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCKDtsSy .team-item .item-caption {
  background: #878787;
}
.cid-vfpCKDtsSy .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCKDtsSy .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCKDtsSy .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCKDtsSy .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCKDtsSy .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCKDtsSy .team-item:hover {
    transform: none;
  }
  .cid-vfpCKDtsSy .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCKDtsSy {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCKDtsSy {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCKDtsSy .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCKDtsSy .container-fluid {
  max-width: 1300px;
}
.cid-vfpCKDBCdq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCKDBCdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCKDBCdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCKDBCdq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCKDBCdq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCKDBCdq .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCKDBCdq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCKDBCdq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCKDBCdq .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-vfpCKDBCdq .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCKDBCdq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCKDBCdq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCKDBCdq .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCKDBCdq .content-head {
  max-width: 800px;
}
.cid-vfqT3zwkiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqT3zwkiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqT3zwkiS .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-vfqT3zwkiS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqT3zwkiS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqT3zwkiS .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqT3zwkiS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqT3zwkiS .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqT3zwkiS .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-vfqT3zwkiS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqT3zwkiS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqT3zwkiS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqT3zwkiS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqT3zwkiS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqT3zwkiS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqT3zwkiS .content-head {
  max-width: 800px;
}
.cid-vfpCKDN7T7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCKDN7T7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCKDN7T7 .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-vfpCKDN7T7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCKDN7T7 .row {
  flex-direction: row-reverse;
}
.cid-vfpCKDN7T7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCKDN7T7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCKDN7T7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCKDN7T7 .mbr-section-title {
  color: #000000;
}
.cid-vfpCKDN7T7 .mbr-text,
.cid-vfpCKDN7T7 .mbr-section-btn {
  color: #000000;
}
.cid-vfqT4gccqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqT4gccqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqT4gccqh .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-vfqT4gccqh .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqT4gccqh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqT4gccqh .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqT4gccqh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqT4gccqh .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqT4gccqh .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-vfqT4gccqh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqT4gccqh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqT4gccqh .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqT4gccqh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqT4gccqh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqT4gccqh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqT4gccqh .content-head {
  max-width: 800px;
}
.cid-vfpCKDXSrK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCKDXSrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCKDXSrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCKDXSrK .mbr-section-title {
  text-align: center;
}
.cid-vfpCKDXSrK .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCLWabnG {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .dropdown-menu {
  padding: 0;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCLWabnG .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCLWabnG .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCLWabnG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCLWabnG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCLWabnG .nav-link {
  position: relative;
}
.cid-vfpCLWabnG .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCLWabnG .dropdown-menu,
.cid-vfpCLWabnG .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCLWabnG .nav-item:focus,
.cid-vfpCLWabnG .nav-link:focus {
  outline: none;
}
.cid-vfpCLWabnG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCLWabnG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCLWabnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCLWabnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCLWabnG .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCLWabnG .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCLWabnG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCLWabnG .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCLWabnG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCLWabnG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCLWabnG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCLWabnG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCLWabnG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCLWabnG .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-vfpCLWabnG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCLWabnG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCLWabnG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCLWabnG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCLWabnG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCLWabnG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCLWabnG .navbar {
    min-height: 80px;
  }
}
.cid-vfpCLWabnG .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCLWabnG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCLWabnG .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCLWabnG .dropdown-item.active,
.cid-vfpCLWabnG .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCLWabnG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCLWabnG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCLWabnG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCLWabnG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCLWabnG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCLWabnG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCLWabnG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCLWabnG 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-vfpCLWabnG button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCLWabnG button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCLWabnG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCLWabnG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCLWabnG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCLWabnG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCLWabnG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCLWabnG nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCLWabnG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCLWabnG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCLWabnG nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCLWabnG .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCLWabnG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .navbar {
    height: 70px;
  }
  .cid-vfpCLWabnG .navbar.opened {
    height: auto;
  }
  .cid-vfpCLWabnG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCLWabnG .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-vfpCLWabnG .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCLWabnG .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCLWabnG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCLWabnG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCLWabnG .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCLWabnG .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCLWabnG .navbar-nav {
  display: flex !important;
}
.cid-vfpCLWabnG .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCLWabnG .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCLWabnG .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCLWabnG .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCLWabnG .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCLWabnG .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCLWabnG .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCLWabnG .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCLWabnG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCLWabnG 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-vfpCLWabnG button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCLWabnG button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCLWabnG button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCLWabnG button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCLWabnG button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCLWabnG button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCLWabnG button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCLWabnG .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCLWabnG .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCLWabnG .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCLWabnG .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCLWabnG .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCLWabnG .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCLWabnG .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCLWabnG .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCLWabnG .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCLWabnG .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCLWabnG .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCLWabnG .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCLWabnG .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCLWabnG .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCLWabnG .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCLWabnG .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCLWabnG .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCLWabnG .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCLWabnG .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCLWabnG ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCLWabnG ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCLWabnG ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCLWabnG .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCLWabnG .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCLWabnG .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCLWabnG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCLWabnG .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-vfpCLWabnG .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-vfpCLWabnG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCLWabnG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCLWabnG .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCLWabnG .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCLWabnG .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCLWabnG .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCLWm7L5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCLWm7L5 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCLWsYvG {
  display: flex;
  background-image: url("../../../assets/images/bg-5.webp");
}
.cid-vfpCLWsYvG .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCLWsYvG {
    align-items: flex-end;
  }
  .cid-vfpCLWsYvG .row {
    justify-content: center;
  }
  .cid-vfpCLWsYvG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCLWsYvG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCLWsYvG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCLWsYvG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCLWsYvG .content-wrap {
    width: 100%;
  }
}
.cid-vfpCLWsYvG .mbr-section-title,
.cid-vfpCLWsYvG .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCLWsYvG .mbr-text,
.cid-vfpCLWsYvG .mbr-section-btn {
  text-align: center;
}
.cid-vfpCLWzU2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCLWzU2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCLWzU2N .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-vfpCLWzU2N .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCLWzU2N .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCLWzU2N .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCLWzU2N .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCLWzU2N .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCLWzU2N .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-vfpCLWzU2N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCLWzU2N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCLWzU2N .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCLWzU2N .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCLWzU2N .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCLWzU2N ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCLWzU2N .content-head {
  max-width: 800px;
}
.cid-vfpCLWKZFW {
  background-color: #102f62;
}
.cid-vfpCLWKZFW .mbr-section-title {
  margin: 0;
}
.cid-vfpCLWKZFW .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCLWKZFW .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCLWKZFW .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCLWKZFW .team-item {
  transition: all 0.2s;
}
.cid-vfpCLWKZFW .team-item .item-image {
  position: relative !important;
}
.cid-vfpCLWKZFW .team-item .item-image img {
  width: 100%;
}
.cid-vfpCLWKZFW .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-vfpCLWKZFW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCLWKZFW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCLWKZFW .team-item .item-caption {
  background: #878787;
}
.cid-vfpCLWKZFW .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCLWKZFW .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCLWKZFW .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCLWKZFW .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCLWKZFW .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCLWKZFW .team-item:hover {
    transform: none;
  }
  .cid-vfpCLWKZFW .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCLWKZFW {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCLWKZFW {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCLWKZFW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCLWKZFW .container-fluid {
  max-width: 1300px;
}
.cid-vfpCLWTZz7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCLWTZz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCLWTZz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCLWTZz7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCLWTZz7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCLWTZz7 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCLWTZz7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCLWTZz7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCLWTZz7 .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-vfpCLWTZz7 .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCLWTZz7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCLWTZz7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCLWTZz7 .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCLWTZz7 .content-head {
  max-width: 800px;
}
.cid-vfqTls94mY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqTls94mY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqTls94mY .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-vfqTls94mY .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTls94mY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqTls94mY .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqTls94mY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqTls94mY .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqTls94mY .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-vfqTls94mY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqTls94mY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqTls94mY .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqTls94mY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTls94mY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqTls94mY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqTls94mY .content-head {
  max-width: 800px;
}
.cid-vfpCLX4MT8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCLX4MT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCLX4MT8 .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-vfpCLX4MT8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCLX4MT8 .row {
  flex-direction: row-reverse;
}
.cid-vfpCLX4MT8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCLX4MT8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCLX4MT8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCLX4MT8 .mbr-section-title {
  color: #000000;
}
.cid-vfpCLX4MT8 .mbr-text,
.cid-vfpCLX4MT8 .mbr-section-btn {
  color: #000000;
}
.cid-vfqTm8pNxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqTm8pNxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqTm8pNxQ .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-vfqTm8pNxQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTm8pNxQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqTm8pNxQ .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqTm8pNxQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqTm8pNxQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqTm8pNxQ .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-vfqTm8pNxQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqTm8pNxQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqTm8pNxQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqTm8pNxQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTm8pNxQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqTm8pNxQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqTm8pNxQ .content-head {
  max-width: 800px;
}
.cid-vfpCLXc1jO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCLXc1jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCLXc1jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCLXc1jO .mbr-section-title {
  text-align: center;
}
.cid-vfpCLXc1jO .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCNoTD6C {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .dropdown-menu {
  padding: 0;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCNoTD6C .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCNoTD6C .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCNoTD6C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCNoTD6C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCNoTD6C .nav-link {
  position: relative;
}
.cid-vfpCNoTD6C .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCNoTD6C .dropdown-menu,
.cid-vfpCNoTD6C .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCNoTD6C .nav-item:focus,
.cid-vfpCNoTD6C .nav-link:focus {
  outline: none;
}
.cid-vfpCNoTD6C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCNoTD6C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCNoTD6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCNoTD6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCNoTD6C .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCNoTD6C .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCNoTD6C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCNoTD6C .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCNoTD6C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCNoTD6C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCNoTD6C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCNoTD6C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCNoTD6C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCNoTD6C .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-vfpCNoTD6C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCNoTD6C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCNoTD6C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCNoTD6C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCNoTD6C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCNoTD6C .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCNoTD6C .navbar {
    min-height: 80px;
  }
}
.cid-vfpCNoTD6C .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCNoTD6C .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCNoTD6C .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCNoTD6C .dropdown-item.active,
.cid-vfpCNoTD6C .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCNoTD6C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCNoTD6C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCNoTD6C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCNoTD6C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCNoTD6C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCNoTD6C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCNoTD6C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCNoTD6C 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-vfpCNoTD6C button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCNoTD6C button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCNoTD6C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCNoTD6C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCNoTD6C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCNoTD6C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCNoTD6C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCNoTD6C nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCNoTD6C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCNoTD6C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCNoTD6C nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCNoTD6C .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCNoTD6C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .navbar {
    height: 70px;
  }
  .cid-vfpCNoTD6C .navbar.opened {
    height: auto;
  }
  .cid-vfpCNoTD6C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCNoTD6C .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCNoTD6C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCNoTD6C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCNoTD6C .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCNoTD6C .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCNoTD6C .navbar-nav {
  display: flex !important;
}
.cid-vfpCNoTD6C .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCNoTD6C .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCNoTD6C .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCNoTD6C .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCNoTD6C .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCNoTD6C .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCNoTD6C .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCNoTD6C .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCNoTD6C .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCNoTD6C 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-vfpCNoTD6C button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCNoTD6C button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCNoTD6C button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCNoTD6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCNoTD6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCNoTD6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCNoTD6C button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCNoTD6C .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCNoTD6C .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCNoTD6C .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCNoTD6C .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCNoTD6C .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCNoTD6C .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCNoTD6C .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCNoTD6C .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCNoTD6C .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCNoTD6C .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCNoTD6C .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCNoTD6C .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCNoTD6C .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCNoTD6C .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCNoTD6C .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCNoTD6C .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCNoTD6C .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCNoTD6C .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCNoTD6C .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCNoTD6C ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCNoTD6C ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCNoTD6C ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCNoTD6C .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCNoTD6C .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCNoTD6C .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCNoTD6C .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCNoTD6C .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-vfpCNoTD6C .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-vfpCNoTD6C .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCNoTD6C .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCNoTD6C .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCNoTD6C .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCNoTD6C .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCNoTD6C .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCNp4tq0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCNp4tq0 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCNpaTq9 {
  display: flex;
  background-image: url("../../../assets/images/bg-6.webp");
}
.cid-vfpCNpaTq9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCNpaTq9 {
    align-items: flex-end;
  }
  .cid-vfpCNpaTq9 .row {
    justify-content: center;
  }
  .cid-vfpCNpaTq9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCNpaTq9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCNpaTq9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCNpaTq9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCNpaTq9 .content-wrap {
    width: 100%;
  }
}
.cid-vfpCNpaTq9 .mbr-section-title,
.cid-vfpCNpaTq9 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCNpaTq9 .mbr-text,
.cid-vfpCNpaTq9 .mbr-section-btn {
  text-align: center;
}
.cid-vfpCNphWDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCNphWDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCNphWDB .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-vfpCNphWDB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCNphWDB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCNphWDB .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCNphWDB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCNphWDB .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCNphWDB .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-vfpCNphWDB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCNphWDB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCNphWDB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCNphWDB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCNphWDB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCNphWDB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCNphWDB .content-head {
  max-width: 800px;
}
.cid-vfpCNpqvPd {
  background-color: #102f62;
}
.cid-vfpCNpqvPd .mbr-section-title {
  margin: 0;
}
.cid-vfpCNpqvPd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCNpqvPd .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCNpqvPd .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCNpqvPd .team-item {
  transition: all 0.2s;
}
.cid-vfpCNpqvPd .team-item .item-image {
  position: relative !important;
}
.cid-vfpCNpqvPd .team-item .item-image img {
  width: 100%;
}
.cid-vfpCNpqvPd .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-vfpCNpqvPd .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCNpqvPd .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCNpqvPd .team-item .item-caption {
  background: #878787;
}
.cid-vfpCNpqvPd .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCNpqvPd .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCNpqvPd .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCNpqvPd .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCNpqvPd .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCNpqvPd .team-item:hover {
    transform: none;
  }
  .cid-vfpCNpqvPd .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCNpqvPd {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCNpqvPd {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCNpqvPd .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCNpqvPd .container-fluid {
  max-width: 1300px;
}
.cid-vfpCNpy8tl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCNpy8tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCNpy8tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCNpy8tl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCNpy8tl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCNpy8tl .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCNpy8tl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCNpy8tl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCNpy8tl .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-vfpCNpy8tl .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCNpy8tl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCNpy8tl .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCNpy8tl .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCNpy8tl .content-head {
  max-width: 800px;
}
.cid-vfqTFAVTe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqTFAVTe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqTFAVTe8 .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-vfqTFAVTe8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTFAVTe8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqTFAVTe8 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqTFAVTe8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqTFAVTe8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqTFAVTe8 .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-vfqTFAVTe8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqTFAVTe8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqTFAVTe8 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqTFAVTe8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTFAVTe8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqTFAVTe8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqTFAVTe8 .content-head {
  max-width: 800px;
}
.cid-vfpCNpLtW8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCNpLtW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCNpLtW8 .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-vfpCNpLtW8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCNpLtW8 .row {
  flex-direction: row-reverse;
}
.cid-vfpCNpLtW8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCNpLtW8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCNpLtW8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCNpLtW8 .mbr-section-title {
  color: #000000;
}
.cid-vfpCNpLtW8 .mbr-text,
.cid-vfpCNpLtW8 .mbr-section-btn {
  color: #000000;
}
.cid-vfqTGaS0EX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqTGaS0EX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqTGaS0EX .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-vfqTGaS0EX .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTGaS0EX .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqTGaS0EX .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqTGaS0EX .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqTGaS0EX .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqTGaS0EX .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-vfqTGaS0EX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqTGaS0EX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqTGaS0EX .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqTGaS0EX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTGaS0EX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqTGaS0EX ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqTGaS0EX .content-head {
  max-width: 800px;
}
.cid-vfpCNpTJKE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCNpTJKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCNpTJKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCNpTJKE .mbr-section-title {
  text-align: center;
}
.cid-vfpCNpTJKE .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCQ44xXV {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .dropdown-menu {
  padding: 0;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCQ44xXV .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCQ44xXV .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCQ44xXV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCQ44xXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCQ44xXV .nav-link {
  position: relative;
}
.cid-vfpCQ44xXV .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCQ44xXV .dropdown-menu,
.cid-vfpCQ44xXV .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCQ44xXV .nav-item:focus,
.cid-vfpCQ44xXV .nav-link:focus {
  outline: none;
}
.cid-vfpCQ44xXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCQ44xXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCQ44xXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCQ44xXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCQ44xXV .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCQ44xXV .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCQ44xXV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCQ44xXV .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCQ44xXV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCQ44xXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCQ44xXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCQ44xXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCQ44xXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCQ44xXV .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-vfpCQ44xXV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCQ44xXV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCQ44xXV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCQ44xXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCQ44xXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCQ44xXV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCQ44xXV .navbar {
    min-height: 80px;
  }
}
.cid-vfpCQ44xXV .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCQ44xXV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCQ44xXV .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCQ44xXV .dropdown-item.active,
.cid-vfpCQ44xXV .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCQ44xXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCQ44xXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCQ44xXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCQ44xXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCQ44xXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCQ44xXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCQ44xXV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCQ44xXV 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-vfpCQ44xXV button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCQ44xXV button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCQ44xXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCQ44xXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCQ44xXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCQ44xXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCQ44xXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCQ44xXV nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCQ44xXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCQ44xXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCQ44xXV nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCQ44xXV .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCQ44xXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .navbar {
    height: 70px;
  }
  .cid-vfpCQ44xXV .navbar.opened {
    height: auto;
  }
  .cid-vfpCQ44xXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCQ44xXV .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCQ44xXV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCQ44xXV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCQ44xXV .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCQ44xXV .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCQ44xXV .navbar-nav {
  display: flex !important;
}
.cid-vfpCQ44xXV .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCQ44xXV .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCQ44xXV .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCQ44xXV .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCQ44xXV .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCQ44xXV .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCQ44xXV .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCQ44xXV .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCQ44xXV .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCQ44xXV 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-vfpCQ44xXV button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCQ44xXV button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCQ44xXV button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCQ44xXV button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCQ44xXV button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCQ44xXV button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCQ44xXV button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCQ44xXV .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCQ44xXV .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCQ44xXV .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCQ44xXV .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCQ44xXV .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCQ44xXV .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCQ44xXV .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCQ44xXV .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCQ44xXV .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCQ44xXV .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCQ44xXV .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCQ44xXV .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCQ44xXV .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCQ44xXV .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCQ44xXV .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCQ44xXV .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCQ44xXV .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCQ44xXV .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCQ44xXV .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCQ44xXV ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCQ44xXV ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCQ44xXV ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCQ44xXV .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCQ44xXV .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCQ44xXV .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCQ44xXV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCQ44xXV .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-vfpCQ44xXV .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-vfpCQ44xXV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCQ44xXV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCQ44xXV .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCQ44xXV .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCQ44xXV .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCQ44xXV .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCQ4gSSJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCQ4gSSJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCQ4ltup {
  display: flex;
  background-image: url("../../../assets/images/bg-8.webp");
}
.cid-vfpCQ4ltup .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCQ4ltup {
    align-items: flex-end;
  }
  .cid-vfpCQ4ltup .row {
    justify-content: center;
  }
  .cid-vfpCQ4ltup .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCQ4ltup .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCQ4ltup {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCQ4ltup .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCQ4ltup .content-wrap {
    width: 100%;
  }
}
.cid-vfpCQ4ltup .mbr-section-title,
.cid-vfpCQ4ltup .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCQ4ltup .mbr-text,
.cid-vfpCQ4ltup .mbr-section-btn {
  text-align: center;
}
.cid-vfpCQ4tQMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCQ4tQMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCQ4tQMy .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-vfpCQ4tQMy .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCQ4tQMy .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCQ4tQMy .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCQ4tQMy .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCQ4tQMy .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCQ4tQMy .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-vfpCQ4tQMy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCQ4tQMy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCQ4tQMy .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCQ4tQMy .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCQ4tQMy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCQ4tQMy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCQ4tQMy .content-head {
  max-width: 800px;
}
.cid-vfpCQ4BtjK {
  background-color: #102f62;
}
.cid-vfpCQ4BtjK .mbr-section-title {
  margin: 0;
}
.cid-vfpCQ4BtjK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCQ4BtjK .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCQ4BtjK .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCQ4BtjK .team-item {
  transition: all 0.2s;
}
.cid-vfpCQ4BtjK .team-item .item-image {
  position: relative !important;
}
.cid-vfpCQ4BtjK .team-item .item-image img {
  width: 100%;
}
.cid-vfpCQ4BtjK .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-vfpCQ4BtjK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCQ4BtjK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCQ4BtjK .team-item .item-caption {
  background: #878787;
}
.cid-vfpCQ4BtjK .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCQ4BtjK .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCQ4BtjK .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCQ4BtjK .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCQ4BtjK .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCQ4BtjK .team-item:hover {
    transform: none;
  }
  .cid-vfpCQ4BtjK .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCQ4BtjK {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCQ4BtjK {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCQ4BtjK .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCQ4BtjK .container-fluid {
  max-width: 1300px;
}
.cid-vfpCQ4Mkc5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCQ4Mkc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCQ4Mkc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCQ4Mkc5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCQ4Mkc5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCQ4Mkc5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCQ4Mkc5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCQ4Mkc5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCQ4Mkc5 .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-vfpCQ4Mkc5 .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCQ4Mkc5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCQ4Mkc5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCQ4Mkc5 .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCQ4Mkc5 .content-head {
  max-width: 800px;
}
.cid-vfqUle0aNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqUle0aNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqUle0aNh .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-vfqUle0aNh .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqUle0aNh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqUle0aNh .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqUle0aNh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqUle0aNh .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqUle0aNh .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-vfqUle0aNh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqUle0aNh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqUle0aNh .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqUle0aNh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqUle0aNh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqUle0aNh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqUle0aNh .content-head {
  max-width: 800px;
}
.cid-vfpCQ4WVHS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCQ4WVHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCQ4WVHS .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-vfpCQ4WVHS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCQ4WVHS .row {
  flex-direction: row-reverse;
}
.cid-vfpCQ4WVHS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCQ4WVHS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCQ4WVHS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCQ4WVHS .mbr-section-title {
  color: #000000;
}
.cid-vfpCQ4WVHS .mbr-text,
.cid-vfpCQ4WVHS .mbr-section-btn {
  color: #000000;
}
.cid-vfqUlY3lIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqUlY3lIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqUlY3lIz .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-vfqUlY3lIz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqUlY3lIz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqUlY3lIz .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqUlY3lIz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqUlY3lIz .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqUlY3lIz .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-vfqUlY3lIz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqUlY3lIz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqUlY3lIz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqUlY3lIz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqUlY3lIz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqUlY3lIz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqUlY3lIz .content-head {
  max-width: 800px;
}
.cid-vfpCQ541WW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCQ541WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCQ541WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCQ541WW .mbr-section-title {
  text-align: center;
}
.cid-vfpCQ541WW .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCRep5iL {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .dropdown-menu {
  padding: 0;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCRep5iL .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCRep5iL .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCRep5iL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCRep5iL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCRep5iL .nav-link {
  position: relative;
}
.cid-vfpCRep5iL .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCRep5iL .dropdown-menu,
.cid-vfpCRep5iL .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCRep5iL .nav-item:focus,
.cid-vfpCRep5iL .nav-link:focus {
  outline: none;
}
.cid-vfpCRep5iL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCRep5iL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCRep5iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCRep5iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCRep5iL .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCRep5iL .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCRep5iL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCRep5iL .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCRep5iL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCRep5iL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCRep5iL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCRep5iL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCRep5iL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCRep5iL .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-vfpCRep5iL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCRep5iL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCRep5iL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCRep5iL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCRep5iL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCRep5iL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCRep5iL .navbar {
    min-height: 80px;
  }
}
.cid-vfpCRep5iL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCRep5iL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCRep5iL .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCRep5iL .dropdown-item.active,
.cid-vfpCRep5iL .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCRep5iL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCRep5iL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCRep5iL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCRep5iL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCRep5iL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCRep5iL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCRep5iL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCRep5iL 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-vfpCRep5iL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCRep5iL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCRep5iL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCRep5iL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCRep5iL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCRep5iL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCRep5iL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCRep5iL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCRep5iL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCRep5iL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCRep5iL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCRep5iL .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCRep5iL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .navbar {
    height: 70px;
  }
  .cid-vfpCRep5iL .navbar.opened {
    height: auto;
  }
  .cid-vfpCRep5iL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCRep5iL .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-vfpCRep5iL .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCRep5iL .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCRep5iL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCRep5iL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCRep5iL .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCRep5iL .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCRep5iL .navbar-nav {
  display: flex !important;
}
.cid-vfpCRep5iL .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCRep5iL .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCRep5iL .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCRep5iL .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCRep5iL .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCRep5iL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCRep5iL .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCRep5iL .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCRep5iL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCRep5iL 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-vfpCRep5iL button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCRep5iL button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCRep5iL button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCRep5iL button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCRep5iL button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCRep5iL button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCRep5iL button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCRep5iL .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCRep5iL .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCRep5iL .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCRep5iL .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCRep5iL .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCRep5iL .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCRep5iL .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCRep5iL .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCRep5iL .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCRep5iL .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCRep5iL .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCRep5iL .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCRep5iL .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCRep5iL .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCRep5iL .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCRep5iL .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCRep5iL .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCRep5iL .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCRep5iL .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCRep5iL ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCRep5iL ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCRep5iL ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCRep5iL .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCRep5iL .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCRep5iL .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCRep5iL .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCRep5iL .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-vfpCRep5iL .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-vfpCRep5iL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCRep5iL .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCRep5iL .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCRep5iL .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCRep5iL .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCRep5iL .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCReBZqa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCReBZqa .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCReGZpj {
  display: flex;
  background-image: url("../../../assets/images/bg-9.webp");
}
.cid-vfpCReGZpj .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCReGZpj {
    align-items: flex-end;
  }
  .cid-vfpCReGZpj .row {
    justify-content: center;
  }
  .cid-vfpCReGZpj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCReGZpj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCReGZpj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCReGZpj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCReGZpj .content-wrap {
    width: 100%;
  }
}
.cid-vfpCReGZpj .mbr-section-title,
.cid-vfpCReGZpj .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCReGZpj .mbr-text,
.cid-vfpCReGZpj .mbr-section-btn {
  text-align: center;
}
.cid-vfpCReOcB0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCReOcB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCReOcB0 .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-vfpCReOcB0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCReOcB0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCReOcB0 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCReOcB0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCReOcB0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCReOcB0 .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-vfpCReOcB0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCReOcB0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCReOcB0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCReOcB0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCReOcB0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCReOcB0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCReOcB0 .content-head {
  max-width: 800px;
}
.cid-vfpCReZZi6 {
  background-color: #102f62;
}
.cid-vfpCReZZi6 .mbr-section-title {
  margin: 0;
}
.cid-vfpCReZZi6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCReZZi6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCReZZi6 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCReZZi6 .team-item {
  transition: all 0.2s;
}
.cid-vfpCReZZi6 .team-item .item-image {
  position: relative !important;
}
.cid-vfpCReZZi6 .team-item .item-image img {
  width: 100%;
}
.cid-vfpCReZZi6 .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-vfpCReZZi6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCReZZi6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCReZZi6 .team-item .item-caption {
  background: #878787;
}
.cid-vfpCReZZi6 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCReZZi6 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCReZZi6 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCReZZi6 .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCReZZi6 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCReZZi6 .team-item:hover {
    transform: none;
  }
  .cid-vfpCReZZi6 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCReZZi6 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCReZZi6 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCReZZi6 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCReZZi6 .container-fluid {
  max-width: 1300px;
}
.cid-vfpCRf8uNy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCRf8uNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCRf8uNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCRf8uNy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCRf8uNy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCRf8uNy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCRf8uNy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCRf8uNy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCRf8uNy .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-vfpCRf8uNy .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCRf8uNy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCRf8uNy .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCRf8uNy .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCRf8uNy .content-head {
  max-width: 800px;
}
.cid-vfqV7S23LH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqV7S23LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqV7S23LH .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-vfqV7S23LH .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqV7S23LH .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqV7S23LH .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqV7S23LH .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqV7S23LH .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqV7S23LH .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-vfqV7S23LH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqV7S23LH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqV7S23LH .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqV7S23LH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqV7S23LH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqV7S23LH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqV7S23LH .content-head {
  max-width: 800px;
}
.cid-vfpCRfiLfo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCRfiLfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCRfiLfo .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-vfpCRfiLfo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCRfiLfo .row {
  flex-direction: row-reverse;
}
.cid-vfpCRfiLfo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCRfiLfo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCRfiLfo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCRfiLfo .mbr-section-title {
  color: #000000;
}
.cid-vfpCRfiLfo .mbr-text,
.cid-vfpCRfiLfo .mbr-section-btn {
  color: #000000;
}
.cid-vfqV90kSBg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqV90kSBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqV90kSBg .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-vfqV90kSBg .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqV90kSBg .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqV90kSBg .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqV90kSBg .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqV90kSBg .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqV90kSBg .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-vfqV90kSBg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqV90kSBg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqV90kSBg .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqV90kSBg .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqV90kSBg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqV90kSBg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqV90kSBg .content-head {
  max-width: 800px;
}
.cid-vfpCRfqsOH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCRfqsOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCRfqsOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCRfqsOH .mbr-section-title {
  text-align: center;
}
.cid-vfpCRfqsOH .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCSmfokr {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .dropdown-menu {
  padding: 0;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCSmfokr .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCSmfokr .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCSmfokr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCSmfokr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCSmfokr .nav-link {
  position: relative;
}
.cid-vfpCSmfokr .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCSmfokr .dropdown-menu,
.cid-vfpCSmfokr .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCSmfokr .nav-item:focus,
.cid-vfpCSmfokr .nav-link:focus {
  outline: none;
}
.cid-vfpCSmfokr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCSmfokr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCSmfokr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCSmfokr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCSmfokr .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCSmfokr .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCSmfokr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCSmfokr .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCSmfokr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCSmfokr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCSmfokr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCSmfokr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCSmfokr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCSmfokr .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-vfpCSmfokr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCSmfokr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCSmfokr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCSmfokr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCSmfokr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCSmfokr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCSmfokr .navbar {
    min-height: 80px;
  }
}
.cid-vfpCSmfokr .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCSmfokr .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCSmfokr .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCSmfokr .dropdown-item.active,
.cid-vfpCSmfokr .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCSmfokr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCSmfokr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCSmfokr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCSmfokr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCSmfokr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCSmfokr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCSmfokr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCSmfokr 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-vfpCSmfokr button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCSmfokr button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCSmfokr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCSmfokr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCSmfokr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCSmfokr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCSmfokr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCSmfokr nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCSmfokr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCSmfokr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCSmfokr nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCSmfokr .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCSmfokr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .navbar {
    height: 70px;
  }
  .cid-vfpCSmfokr .navbar.opened {
    height: auto;
  }
  .cid-vfpCSmfokr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCSmfokr .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-vfpCSmfokr .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCSmfokr .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCSmfokr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCSmfokr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCSmfokr .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCSmfokr .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCSmfokr .navbar-nav {
  display: flex !important;
}
.cid-vfpCSmfokr .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCSmfokr .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCSmfokr .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCSmfokr .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCSmfokr .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCSmfokr .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCSmfokr .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCSmfokr .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCSmfokr .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCSmfokr 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-vfpCSmfokr button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCSmfokr button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCSmfokr button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCSmfokr button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCSmfokr button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCSmfokr button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCSmfokr button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCSmfokr .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCSmfokr .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCSmfokr .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCSmfokr .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCSmfokr .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCSmfokr .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCSmfokr .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCSmfokr .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCSmfokr .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCSmfokr .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCSmfokr .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCSmfokr .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCSmfokr .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCSmfokr .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCSmfokr .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCSmfokr .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCSmfokr .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCSmfokr .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCSmfokr .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCSmfokr ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCSmfokr ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCSmfokr ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCSmfokr .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCSmfokr .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCSmfokr .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCSmfokr .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCSmfokr .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-vfpCSmfokr .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-vfpCSmfokr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCSmfokr .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCSmfokr .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCSmfokr .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCSmfokr .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCSmfokr .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCSmxoLQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCSmxoLQ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCSmCBv4 {
  display: flex;
  background-image: url("../../../assets/images/bg-10.webp");
}
.cid-vfpCSmCBv4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCSmCBv4 {
    align-items: flex-end;
  }
  .cid-vfpCSmCBv4 .row {
    justify-content: center;
  }
  .cid-vfpCSmCBv4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCSmCBv4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCSmCBv4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCSmCBv4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCSmCBv4 .content-wrap {
    width: 100%;
  }
}
.cid-vfpCSmCBv4 .mbr-section-title,
.cid-vfpCSmCBv4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCSmCBv4 .mbr-text,
.cid-vfpCSmCBv4 .mbr-section-btn {
  text-align: center;
}
.cid-vfpCSmLBp0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCSmLBp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCSmLBp0 .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-vfpCSmLBp0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCSmLBp0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCSmLBp0 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCSmLBp0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCSmLBp0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCSmLBp0 .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-vfpCSmLBp0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCSmLBp0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCSmLBp0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCSmLBp0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCSmLBp0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCSmLBp0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCSmLBp0 .content-head {
  max-width: 800px;
}
.cid-vfpCSmTl7h {
  background-color: #102f62;
}
.cid-vfpCSmTl7h .mbr-section-title {
  margin: 0;
}
.cid-vfpCSmTl7h .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCSmTl7h .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCSmTl7h .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCSmTl7h .team-item {
  transition: all 0.2s;
}
.cid-vfpCSmTl7h .team-item .item-image {
  position: relative !important;
}
.cid-vfpCSmTl7h .team-item .item-image img {
  width: 100%;
}
.cid-vfpCSmTl7h .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-vfpCSmTl7h .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCSmTl7h .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCSmTl7h .team-item .item-caption {
  background: #878787;
}
.cid-vfpCSmTl7h .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCSmTl7h .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCSmTl7h .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCSmTl7h .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCSmTl7h .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCSmTl7h .team-item:hover {
    transform: none;
  }
  .cid-vfpCSmTl7h .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCSmTl7h {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCSmTl7h {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCSmTl7h .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCSmTl7h .container-fluid {
  max-width: 1300px;
}
.cid-vfpCSn4jeM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCSn4jeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCSn4jeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCSn4jeM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCSn4jeM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCSn4jeM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCSn4jeM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCSn4jeM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCSn4jeM .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-vfpCSn4jeM .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCSn4jeM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCSn4jeM .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCSn4jeM .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCSn4jeM .content-head {
  max-width: 800px;
}
.cid-vfqVlcFql5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqVlcFql5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqVlcFql5 .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-vfqVlcFql5 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVlcFql5 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqVlcFql5 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqVlcFql5 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqVlcFql5 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqVlcFql5 .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-vfqVlcFql5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqVlcFql5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqVlcFql5 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqVlcFql5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVlcFql5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqVlcFql5 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqVlcFql5 .content-head {
  max-width: 800px;
}
.cid-vfpCSnfD7n {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCSnfD7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCSnfD7n .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-vfpCSnfD7n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCSnfD7n .row {
  flex-direction: row-reverse;
}
.cid-vfpCSnfD7n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCSnfD7n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCSnfD7n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCSnfD7n .mbr-section-title {
  color: #000000;
}
.cid-vfpCSnfD7n .mbr-text,
.cid-vfpCSnfD7n .mbr-section-btn {
  color: #000000;
}
.cid-vfqVlJHpnD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqVlJHpnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqVlJHpnD .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-vfqVlJHpnD .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVlJHpnD .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqVlJHpnD .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqVlJHpnD .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqVlJHpnD .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqVlJHpnD .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-vfqVlJHpnD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqVlJHpnD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqVlJHpnD .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqVlJHpnD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVlJHpnD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqVlJHpnD ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqVlJHpnD .content-head {
  max-width: 800px;
}
.cid-vfpCSnnDIY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCSnnDIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCSnnDIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCSnnDIY .mbr-section-title {
  text-align: center;
}
.cid-vfpCSnnDIY .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCTI3Aoj {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .dropdown-menu {
  padding: 0;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCTI3Aoj .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCTI3Aoj .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCTI3Aoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCTI3Aoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCTI3Aoj .nav-link {
  position: relative;
}
.cid-vfpCTI3Aoj .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCTI3Aoj .dropdown-menu,
.cid-vfpCTI3Aoj .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCTI3Aoj .nav-item:focus,
.cid-vfpCTI3Aoj .nav-link:focus {
  outline: none;
}
.cid-vfpCTI3Aoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCTI3Aoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCTI3Aoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCTI3Aoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCTI3Aoj .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCTI3Aoj .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCTI3Aoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCTI3Aoj .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCTI3Aoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCTI3Aoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCTI3Aoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCTI3Aoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCTI3Aoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCTI3Aoj .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-vfpCTI3Aoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCTI3Aoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCTI3Aoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCTI3Aoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCTI3Aoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCTI3Aoj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCTI3Aoj .navbar {
    min-height: 80px;
  }
}
.cid-vfpCTI3Aoj .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCTI3Aoj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCTI3Aoj .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCTI3Aoj .dropdown-item.active,
.cid-vfpCTI3Aoj .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCTI3Aoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCTI3Aoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCTI3Aoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCTI3Aoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCTI3Aoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCTI3Aoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCTI3Aoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCTI3Aoj 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-vfpCTI3Aoj button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCTI3Aoj button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCTI3Aoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCTI3Aoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCTI3Aoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCTI3Aoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCTI3Aoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCTI3Aoj nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCTI3Aoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCTI3Aoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCTI3Aoj nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCTI3Aoj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCTI3Aoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .navbar {
    height: 70px;
  }
  .cid-vfpCTI3Aoj .navbar.opened {
    height: auto;
  }
  .cid-vfpCTI3Aoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCTI3Aoj .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCTI3Aoj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCTI3Aoj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCTI3Aoj .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCTI3Aoj .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCTI3Aoj .navbar-nav {
  display: flex !important;
}
.cid-vfpCTI3Aoj .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCTI3Aoj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCTI3Aoj .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCTI3Aoj .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCTI3Aoj .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCTI3Aoj .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCTI3Aoj .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCTI3Aoj .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCTI3Aoj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCTI3Aoj 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-vfpCTI3Aoj button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCTI3Aoj button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCTI3Aoj button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCTI3Aoj button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCTI3Aoj button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCTI3Aoj button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCTI3Aoj button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCTI3Aoj .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCTI3Aoj .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCTI3Aoj .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCTI3Aoj .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCTI3Aoj .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCTI3Aoj .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCTI3Aoj .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCTI3Aoj .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCTI3Aoj .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCTI3Aoj .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCTI3Aoj .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCTI3Aoj .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCTI3Aoj .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCTI3Aoj .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCTI3Aoj .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCTI3Aoj .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCTI3Aoj .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCTI3Aoj .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCTI3Aoj .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCTI3Aoj ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCTI3Aoj ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCTI3Aoj ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCTI3Aoj .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCTI3Aoj .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCTI3Aoj .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCTI3Aoj .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCTI3Aoj .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-vfpCTI3Aoj .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-vfpCTI3Aoj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCTI3Aoj .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCTI3Aoj .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCTI3Aoj .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCTI3Aoj .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCTI3Aoj .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCTIe3zL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCTIe3zL .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCTIkome {
  display: flex;
  background-image: url("../../../assets/images/bg-11.webp");
}
.cid-vfpCTIkome .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCTIkome {
    align-items: flex-end;
  }
  .cid-vfpCTIkome .row {
    justify-content: center;
  }
  .cid-vfpCTIkome .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCTIkome .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCTIkome {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCTIkome .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCTIkome .content-wrap {
    width: 100%;
  }
}
.cid-vfpCTIkome .mbr-section-title,
.cid-vfpCTIkome .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCTIkome .mbr-text,
.cid-vfpCTIkome .mbr-section-btn {
  text-align: center;
}
.cid-vfpCTIrlzj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCTIrlzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCTIrlzj .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-vfpCTIrlzj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCTIrlzj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCTIrlzj .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCTIrlzj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCTIrlzj .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCTIrlzj .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-vfpCTIrlzj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCTIrlzj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCTIrlzj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCTIrlzj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCTIrlzj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCTIrlzj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCTIrlzj .content-head {
  max-width: 800px;
}
.cid-vfpCTIATet {
  background-color: #102f62;
}
.cid-vfpCTIATet .mbr-section-title {
  margin: 0;
}
.cid-vfpCTIATet .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCTIATet .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCTIATet .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCTIATet .team-item {
  transition: all 0.2s;
}
.cid-vfpCTIATet .team-item .item-image {
  position: relative !important;
}
.cid-vfpCTIATet .team-item .item-image img {
  width: 100%;
}
.cid-vfpCTIATet .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-vfpCTIATet .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCTIATet .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCTIATet .team-item .item-caption {
  background: #878787;
}
.cid-vfpCTIATet .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCTIATet .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCTIATet .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCTIATet .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCTIATet .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCTIATet .team-item:hover {
    transform: none;
  }
  .cid-vfpCTIATet .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCTIATet {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCTIATet {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCTIATet .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCTIATet .container-fluid {
  max-width: 1300px;
}
.cid-vfpCTIIHuc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCTIIHuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCTIIHuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCTIIHuc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCTIIHuc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCTIIHuc .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCTIIHuc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCTIIHuc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCTIIHuc .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-vfpCTIIHuc .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCTIIHuc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCTIIHuc .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCTIIHuc .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCTIIHuc .content-head {
  max-width: 800px;
}
.cid-vfqVGuhnFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqVGuhnFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqVGuhnFA .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-vfqVGuhnFA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVGuhnFA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqVGuhnFA .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqVGuhnFA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqVGuhnFA .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqVGuhnFA .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-vfqVGuhnFA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqVGuhnFA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqVGuhnFA .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqVGuhnFA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVGuhnFA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqVGuhnFA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqVGuhnFA .content-head {
  max-width: 800px;
}
.cid-vfpCTIVQtQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCTIVQtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCTIVQtQ .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-vfpCTIVQtQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCTIVQtQ .row {
  flex-direction: row-reverse;
}
.cid-vfpCTIVQtQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCTIVQtQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCTIVQtQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCTIVQtQ .mbr-section-title {
  color: #000000;
}
.cid-vfpCTIVQtQ .mbr-text,
.cid-vfpCTIVQtQ .mbr-section-btn {
  color: #000000;
}
.cid-vfqVHrPfqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqVHrPfqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqVHrPfqo .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-vfqVHrPfqo .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVHrPfqo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqVHrPfqo .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqVHrPfqo .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqVHrPfqo .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqVHrPfqo .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-vfqVHrPfqo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqVHrPfqo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqVHrPfqo .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqVHrPfqo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqVHrPfqo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqVHrPfqo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqVHrPfqo .content-head {
  max-width: 800px;
}
.cid-vfpCTJ2Neh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCTJ2Neh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCTJ2Neh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCTJ2Neh .mbr-section-title {
  text-align: center;
}
.cid-vfpCTJ2Neh .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCV4WRDu {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .dropdown-menu {
  padding: 0;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCV4WRDu .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCV4WRDu .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCV4WRDu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCV4WRDu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCV4WRDu .nav-link {
  position: relative;
}
.cid-vfpCV4WRDu .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCV4WRDu .dropdown-menu,
.cid-vfpCV4WRDu .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCV4WRDu .nav-item:focus,
.cid-vfpCV4WRDu .nav-link:focus {
  outline: none;
}
.cid-vfpCV4WRDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCV4WRDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCV4WRDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCV4WRDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCV4WRDu .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCV4WRDu .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCV4WRDu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCV4WRDu .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCV4WRDu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCV4WRDu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCV4WRDu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCV4WRDu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCV4WRDu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCV4WRDu .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-vfpCV4WRDu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCV4WRDu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCV4WRDu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCV4WRDu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCV4WRDu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCV4WRDu .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCV4WRDu .navbar {
    min-height: 80px;
  }
}
.cid-vfpCV4WRDu .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCV4WRDu .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCV4WRDu .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCV4WRDu .dropdown-item.active,
.cid-vfpCV4WRDu .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCV4WRDu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCV4WRDu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCV4WRDu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCV4WRDu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCV4WRDu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCV4WRDu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCV4WRDu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCV4WRDu 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-vfpCV4WRDu button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCV4WRDu button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCV4WRDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCV4WRDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCV4WRDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCV4WRDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCV4WRDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCV4WRDu nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCV4WRDu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCV4WRDu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCV4WRDu nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCV4WRDu .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCV4WRDu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .navbar {
    height: 70px;
  }
  .cid-vfpCV4WRDu .navbar.opened {
    height: auto;
  }
  .cid-vfpCV4WRDu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCV4WRDu .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCV4WRDu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCV4WRDu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCV4WRDu .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCV4WRDu .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCV4WRDu .navbar-nav {
  display: flex !important;
}
.cid-vfpCV4WRDu .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCV4WRDu .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCV4WRDu .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCV4WRDu .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCV4WRDu .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCV4WRDu .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCV4WRDu .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCV4WRDu .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCV4WRDu .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCV4WRDu 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-vfpCV4WRDu button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCV4WRDu button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCV4WRDu button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCV4WRDu button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCV4WRDu button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCV4WRDu button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCV4WRDu button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCV4WRDu .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCV4WRDu .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCV4WRDu .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCV4WRDu .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCV4WRDu .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCV4WRDu .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCV4WRDu .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCV4WRDu .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCV4WRDu .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCV4WRDu .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCV4WRDu .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCV4WRDu .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCV4WRDu .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCV4WRDu .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCV4WRDu .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCV4WRDu .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCV4WRDu .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCV4WRDu .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCV4WRDu .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCV4WRDu ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCV4WRDu ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCV4WRDu ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCV4WRDu .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCV4WRDu .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCV4WRDu .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCV4WRDu .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCV4WRDu .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-vfpCV4WRDu .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-vfpCV4WRDu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCV4WRDu .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCV4WRDu .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCV4WRDu .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCV4WRDu .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCV4WRDu .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCV58zOZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCV58zOZ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCV5eCxY {
  display: flex;
  background-image: url("../../../assets/images/bg-12.webp");
}
.cid-vfpCV5eCxY .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCV5eCxY {
    align-items: flex-end;
  }
  .cid-vfpCV5eCxY .row {
    justify-content: center;
  }
  .cid-vfpCV5eCxY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCV5eCxY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCV5eCxY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCV5eCxY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCV5eCxY .content-wrap {
    width: 100%;
  }
}
.cid-vfpCV5eCxY .mbr-section-title,
.cid-vfpCV5eCxY .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCV5eCxY .mbr-text,
.cid-vfpCV5eCxY .mbr-section-btn {
  text-align: center;
}
.cid-vfpCV5lCe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCV5lCe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCV5lCe2 .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-vfpCV5lCe2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCV5lCe2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCV5lCe2 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCV5lCe2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCV5lCe2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCV5lCe2 .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-vfpCV5lCe2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCV5lCe2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCV5lCe2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCV5lCe2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCV5lCe2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCV5lCe2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCV5lCe2 .content-head {
  max-width: 800px;
}
.cid-vfpCV5ufmV {
  background-color: #102f62;
}
.cid-vfpCV5ufmV .mbr-section-title {
  margin: 0;
}
.cid-vfpCV5ufmV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCV5ufmV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCV5ufmV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCV5ufmV .team-item {
  transition: all 0.2s;
}
.cid-vfpCV5ufmV .team-item .item-image {
  position: relative !important;
}
.cid-vfpCV5ufmV .team-item .item-image img {
  width: 100%;
}
.cid-vfpCV5ufmV .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-vfpCV5ufmV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCV5ufmV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCV5ufmV .team-item .item-caption {
  background: #878787;
}
.cid-vfpCV5ufmV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCV5ufmV .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCV5ufmV .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCV5ufmV .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCV5ufmV .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCV5ufmV .team-item:hover {
    transform: none;
  }
  .cid-vfpCV5ufmV .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCV5ufmV {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCV5ufmV {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCV5ufmV .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCV5ufmV .container-fluid {
  max-width: 1300px;
}
.cid-vfpCV5CLaa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCV5CLaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCV5CLaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCV5CLaa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCV5CLaa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCV5CLaa .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCV5CLaa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCV5CLaa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCV5CLaa .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-vfpCV5CLaa .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCV5CLaa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCV5CLaa .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCV5CLaa .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCV5CLaa .content-head {
  max-width: 800px;
}
.cid-vfqW9d8Y56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqW9d8Y56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqW9d8Y56 .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-vfqW9d8Y56 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqW9d8Y56 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqW9d8Y56 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqW9d8Y56 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqW9d8Y56 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqW9d8Y56 .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-vfqW9d8Y56 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqW9d8Y56 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqW9d8Y56 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqW9d8Y56 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqW9d8Y56 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqW9d8Y56 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqW9d8Y56 .content-head {
  max-width: 800px;
}
.cid-vfpCV5PAYK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCV5PAYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCV5PAYK .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-vfpCV5PAYK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCV5PAYK .row {
  flex-direction: row-reverse;
}
.cid-vfpCV5PAYK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCV5PAYK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCV5PAYK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCV5PAYK .mbr-section-title {
  color: #000000;
}
.cid-vfpCV5PAYK .mbr-text,
.cid-vfpCV5PAYK .mbr-section-btn {
  color: #000000;
}
.cid-vfqWasIyWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqWasIyWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqWasIyWA .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-vfqWasIyWA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWasIyWA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqWasIyWA .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqWasIyWA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqWasIyWA .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqWasIyWA .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-vfqWasIyWA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqWasIyWA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqWasIyWA .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqWasIyWA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWasIyWA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqWasIyWA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqWasIyWA .content-head {
  max-width: 800px;
}
.cid-vfpCV5XUpu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCV5XUpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCV5XUpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCV5XUpu .mbr-section-title {
  text-align: center;
}
.cid-vfpCV5XUpu .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCWsFA8v {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .dropdown-menu {
  padding: 0;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCWsFA8v .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCWsFA8v .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCWsFA8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCWsFA8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCWsFA8v .nav-link {
  position: relative;
}
.cid-vfpCWsFA8v .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCWsFA8v .dropdown-menu,
.cid-vfpCWsFA8v .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCWsFA8v .nav-item:focus,
.cid-vfpCWsFA8v .nav-link:focus {
  outline: none;
}
.cid-vfpCWsFA8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCWsFA8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCWsFA8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCWsFA8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCWsFA8v .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCWsFA8v .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCWsFA8v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCWsFA8v .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCWsFA8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCWsFA8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCWsFA8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCWsFA8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCWsFA8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCWsFA8v .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-vfpCWsFA8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCWsFA8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCWsFA8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCWsFA8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCWsFA8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCWsFA8v .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCWsFA8v .navbar {
    min-height: 80px;
  }
}
.cid-vfpCWsFA8v .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCWsFA8v .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCWsFA8v .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCWsFA8v .dropdown-item.active,
.cid-vfpCWsFA8v .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCWsFA8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCWsFA8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCWsFA8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCWsFA8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCWsFA8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCWsFA8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCWsFA8v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCWsFA8v 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-vfpCWsFA8v button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCWsFA8v button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCWsFA8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCWsFA8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCWsFA8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCWsFA8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCWsFA8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCWsFA8v nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCWsFA8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCWsFA8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCWsFA8v nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCWsFA8v .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCWsFA8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .navbar {
    height: 70px;
  }
  .cid-vfpCWsFA8v .navbar.opened {
    height: auto;
  }
  .cid-vfpCWsFA8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCWsFA8v .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCWsFA8v .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCWsFA8v .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCWsFA8v .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCWsFA8v .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCWsFA8v .navbar-nav {
  display: flex !important;
}
.cid-vfpCWsFA8v .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCWsFA8v .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCWsFA8v .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCWsFA8v .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCWsFA8v .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCWsFA8v .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCWsFA8v .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCWsFA8v .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCWsFA8v .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCWsFA8v 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-vfpCWsFA8v button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCWsFA8v button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCWsFA8v button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCWsFA8v button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCWsFA8v button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCWsFA8v button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCWsFA8v button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCWsFA8v .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCWsFA8v .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCWsFA8v .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCWsFA8v .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCWsFA8v .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCWsFA8v .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCWsFA8v .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCWsFA8v .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCWsFA8v .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCWsFA8v .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCWsFA8v .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCWsFA8v .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCWsFA8v .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCWsFA8v .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCWsFA8v .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCWsFA8v .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCWsFA8v .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCWsFA8v .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCWsFA8v .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCWsFA8v ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCWsFA8v ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCWsFA8v ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCWsFA8v .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCWsFA8v .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCWsFA8v .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCWsFA8v .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCWsFA8v .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-vfpCWsFA8v .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-vfpCWsFA8v .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCWsFA8v .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCWsFA8v .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCWsFA8v .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCWsFA8v .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCWsFA8v .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCWsRAF1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCWsRAF1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCWsWWwk {
  display: flex;
  background-image: url("../../../assets/images/bg-13.webp");
}
.cid-vfpCWsWWwk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCWsWWwk {
    align-items: flex-end;
  }
  .cid-vfpCWsWWwk .row {
    justify-content: center;
  }
  .cid-vfpCWsWWwk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCWsWWwk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCWsWWwk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCWsWWwk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCWsWWwk .content-wrap {
    width: 100%;
  }
}
.cid-vfpCWsWWwk .mbr-section-title,
.cid-vfpCWsWWwk .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCWsWWwk .mbr-text,
.cid-vfpCWsWWwk .mbr-section-btn {
  text-align: center;
}
.cid-vfpCWt3A28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCWt3A28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCWt3A28 .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-vfpCWt3A28 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCWt3A28 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCWt3A28 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCWt3A28 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCWt3A28 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCWt3A28 .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-vfpCWt3A28 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCWt3A28 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCWt3A28 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCWt3A28 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCWt3A28 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCWt3A28 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCWt3A28 .content-head {
  max-width: 800px;
}
.cid-vfpCWtcceb {
  background-color: #102f62;
}
.cid-vfpCWtcceb .mbr-section-title {
  margin: 0;
}
.cid-vfpCWtcceb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCWtcceb .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCWtcceb .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCWtcceb .team-item {
  transition: all 0.2s;
}
.cid-vfpCWtcceb .team-item .item-image {
  position: relative !important;
}
.cid-vfpCWtcceb .team-item .item-image img {
  width: 100%;
}
.cid-vfpCWtcceb .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-vfpCWtcceb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCWtcceb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCWtcceb .team-item .item-caption {
  background: #878787;
}
.cid-vfpCWtcceb .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCWtcceb .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCWtcceb .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCWtcceb .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCWtcceb .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCWtcceb .team-item:hover {
    transform: none;
  }
  .cid-vfpCWtcceb .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCWtcceb {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCWtcceb {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCWtcceb .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCWtcceb .container-fluid {
  max-width: 1300px;
}
.cid-vfpCWtk7CC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCWtk7CC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCWtk7CC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCWtk7CC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCWtk7CC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCWtk7CC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCWtk7CC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCWtk7CC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCWtk7CC .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-vfpCWtk7CC .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCWtk7CC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCWtk7CC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCWtk7CC .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCWtk7CC .content-head {
  max-width: 800px;
}
.cid-vfqWjZ5XiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqWjZ5XiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqWjZ5XiA .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-vfqWjZ5XiA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWjZ5XiA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqWjZ5XiA .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqWjZ5XiA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqWjZ5XiA .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqWjZ5XiA .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-vfqWjZ5XiA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqWjZ5XiA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqWjZ5XiA .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqWjZ5XiA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWjZ5XiA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqWjZ5XiA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqWjZ5XiA .content-head {
  max-width: 800px;
}
.cid-vfpCWtxKrL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCWtxKrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCWtxKrL .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-vfpCWtxKrL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCWtxKrL .row {
  flex-direction: row-reverse;
}
.cid-vfpCWtxKrL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCWtxKrL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCWtxKrL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCWtxKrL .mbr-section-title {
  color: #000000;
}
.cid-vfpCWtxKrL .mbr-text,
.cid-vfpCWtxKrL .mbr-section-btn {
  color: #000000;
}
.cid-vfqWkEHbpD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqWkEHbpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqWkEHbpD .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-vfqWkEHbpD .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWkEHbpD .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqWkEHbpD .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqWkEHbpD .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqWkEHbpD .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqWkEHbpD .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-vfqWkEHbpD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqWkEHbpD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqWkEHbpD .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqWkEHbpD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWkEHbpD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqWkEHbpD ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqWkEHbpD .content-head {
  max-width: 800px;
}
.cid-vfpCWtFs1j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCWtFs1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCWtFs1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCWtFs1j .mbr-section-title {
  text-align: center;
}
.cid-vfpCWtFs1j .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCXEHbgg {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .dropdown-menu {
  padding: 0;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCXEHbgg .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCXEHbgg .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCXEHbgg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCXEHbgg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCXEHbgg .nav-link {
  position: relative;
}
.cid-vfpCXEHbgg .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCXEHbgg .dropdown-menu,
.cid-vfpCXEHbgg .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCXEHbgg .nav-item:focus,
.cid-vfpCXEHbgg .nav-link:focus {
  outline: none;
}
.cid-vfpCXEHbgg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCXEHbgg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCXEHbgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCXEHbgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCXEHbgg .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCXEHbgg .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCXEHbgg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCXEHbgg .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCXEHbgg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCXEHbgg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCXEHbgg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCXEHbgg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCXEHbgg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCXEHbgg .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-vfpCXEHbgg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCXEHbgg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCXEHbgg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCXEHbgg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCXEHbgg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCXEHbgg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCXEHbgg .navbar {
    min-height: 80px;
  }
}
.cid-vfpCXEHbgg .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCXEHbgg .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCXEHbgg .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCXEHbgg .dropdown-item.active,
.cid-vfpCXEHbgg .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCXEHbgg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCXEHbgg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCXEHbgg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCXEHbgg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCXEHbgg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCXEHbgg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCXEHbgg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCXEHbgg 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-vfpCXEHbgg button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCXEHbgg button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCXEHbgg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCXEHbgg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCXEHbgg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCXEHbgg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCXEHbgg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCXEHbgg nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCXEHbgg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCXEHbgg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCXEHbgg nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCXEHbgg .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCXEHbgg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .navbar {
    height: 70px;
  }
  .cid-vfpCXEHbgg .navbar.opened {
    height: auto;
  }
  .cid-vfpCXEHbgg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCXEHbgg .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCXEHbgg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCXEHbgg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCXEHbgg .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCXEHbgg .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCXEHbgg .navbar-nav {
  display: flex !important;
}
.cid-vfpCXEHbgg .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCXEHbgg .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCXEHbgg .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCXEHbgg .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCXEHbgg .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCXEHbgg .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCXEHbgg .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCXEHbgg .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCXEHbgg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCXEHbgg 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-vfpCXEHbgg button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCXEHbgg button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCXEHbgg button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCXEHbgg button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCXEHbgg button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCXEHbgg button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCXEHbgg button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCXEHbgg .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCXEHbgg .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCXEHbgg .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCXEHbgg .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCXEHbgg .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCXEHbgg .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCXEHbgg .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCXEHbgg .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCXEHbgg .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCXEHbgg .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCXEHbgg .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCXEHbgg .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCXEHbgg .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCXEHbgg .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCXEHbgg .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCXEHbgg .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCXEHbgg .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCXEHbgg .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCXEHbgg .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCXEHbgg ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCXEHbgg ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCXEHbgg ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCXEHbgg .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCXEHbgg .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCXEHbgg .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCXEHbgg .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCXEHbgg .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-vfpCXEHbgg .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-vfpCXEHbgg .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCXEHbgg .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCXEHbgg .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCXEHbgg .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCXEHbgg .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCXEHbgg .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCXESPCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCXESPCn .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCXEYAiE {
  display: flex;
  background-image: url("../../../assets/images/bg-14.webp");
}
.cid-vfpCXEYAiE .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCXEYAiE {
    align-items: flex-end;
  }
  .cid-vfpCXEYAiE .row {
    justify-content: center;
  }
  .cid-vfpCXEYAiE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCXEYAiE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCXEYAiE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCXEYAiE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCXEYAiE .content-wrap {
    width: 100%;
  }
}
.cid-vfpCXEYAiE .mbr-section-title,
.cid-vfpCXEYAiE .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCXEYAiE .mbr-text,
.cid-vfpCXEYAiE .mbr-section-btn {
  text-align: center;
}
.cid-vfpCXF4Neb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCXF4Neb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCXF4Neb .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-vfpCXF4Neb .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCXF4Neb .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCXF4Neb .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCXF4Neb .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCXF4Neb .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCXF4Neb .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-vfpCXF4Neb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCXF4Neb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCXF4Neb .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCXF4Neb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCXF4Neb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCXF4Neb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCXF4Neb .content-head {
  max-width: 800px;
}
.cid-vfpCXFeWon {
  background-color: #102f62;
}
.cid-vfpCXFeWon .mbr-section-title {
  margin: 0;
}
.cid-vfpCXFeWon .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCXFeWon .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCXFeWon .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCXFeWon .team-item {
  transition: all 0.2s;
}
.cid-vfpCXFeWon .team-item .item-image {
  position: relative !important;
}
.cid-vfpCXFeWon .team-item .item-image img {
  width: 100%;
}
.cid-vfpCXFeWon .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-vfpCXFeWon .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCXFeWon .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCXFeWon .team-item .item-caption {
  background: #878787;
}
.cid-vfpCXFeWon .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCXFeWon .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCXFeWon .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCXFeWon .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCXFeWon .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCXFeWon .team-item:hover {
    transform: none;
  }
  .cid-vfpCXFeWon .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCXFeWon {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCXFeWon {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCXFeWon .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCXFeWon .container-fluid {
  max-width: 1300px;
}
.cid-vfpCXFlzlT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCXFlzlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCXFlzlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCXFlzlT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCXFlzlT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCXFlzlT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCXFlzlT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCXFlzlT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCXFlzlT .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-vfpCXFlzlT .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCXFlzlT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCXFlzlT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCXFlzlT .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCXFlzlT .content-head {
  max-width: 800px;
}
.cid-vfqWKz9xGl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqWKz9xGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqWKz9xGl .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-vfqWKz9xGl .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWKz9xGl .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqWKz9xGl .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqWKz9xGl .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqWKz9xGl .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqWKz9xGl .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-vfqWKz9xGl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqWKz9xGl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqWKz9xGl .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqWKz9xGl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWKz9xGl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqWKz9xGl ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqWKz9xGl .content-head {
  max-width: 800px;
}
.cid-vfpCXFzMLw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCXFzMLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCXFzMLw .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-vfpCXFzMLw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCXFzMLw .row {
  flex-direction: row-reverse;
}
.cid-vfpCXFzMLw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCXFzMLw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCXFzMLw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCXFzMLw .mbr-section-title {
  color: #000000;
}
.cid-vfpCXFzMLw .mbr-text,
.cid-vfpCXFzMLw .mbr-section-btn {
  color: #000000;
}
.cid-vfqWL5RdU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqWL5RdU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqWL5RdU1 .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-vfqWL5RdU1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWL5RdU1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqWL5RdU1 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqWL5RdU1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqWL5RdU1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqWL5RdU1 .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-vfqWL5RdU1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqWL5RdU1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqWL5RdU1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqWL5RdU1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWL5RdU1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqWL5RdU1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqWL5RdU1 .content-head {
  max-width: 800px;
}
.cid-vfpCXFGkHX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCXFGkHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCXFGkHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCXFGkHX .mbr-section-title {
  text-align: center;
}
.cid-vfpCXFGkHX .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCYW17YJ {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .dropdown-menu {
  padding: 0;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCYW17YJ .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCYW17YJ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCYW17YJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCYW17YJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCYW17YJ .nav-link {
  position: relative;
}
.cid-vfpCYW17YJ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCYW17YJ .dropdown-menu,
.cid-vfpCYW17YJ .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCYW17YJ .nav-item:focus,
.cid-vfpCYW17YJ .nav-link:focus {
  outline: none;
}
.cid-vfpCYW17YJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCYW17YJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCYW17YJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCYW17YJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCYW17YJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCYW17YJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCYW17YJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCYW17YJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCYW17YJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCYW17YJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCYW17YJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCYW17YJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCYW17YJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCYW17YJ .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-vfpCYW17YJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCYW17YJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCYW17YJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCYW17YJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCYW17YJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCYW17YJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCYW17YJ .navbar {
    min-height: 80px;
  }
}
.cid-vfpCYW17YJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCYW17YJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCYW17YJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCYW17YJ .dropdown-item.active,
.cid-vfpCYW17YJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCYW17YJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCYW17YJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCYW17YJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCYW17YJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCYW17YJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCYW17YJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCYW17YJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCYW17YJ 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-vfpCYW17YJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCYW17YJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCYW17YJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCYW17YJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCYW17YJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCYW17YJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCYW17YJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCYW17YJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCYW17YJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCYW17YJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCYW17YJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCYW17YJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCYW17YJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .navbar {
    height: 70px;
  }
  .cid-vfpCYW17YJ .navbar.opened {
    height: auto;
  }
  .cid-vfpCYW17YJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCYW17YJ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCYW17YJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCYW17YJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCYW17YJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCYW17YJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCYW17YJ .navbar-nav {
  display: flex !important;
}
.cid-vfpCYW17YJ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCYW17YJ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCYW17YJ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCYW17YJ .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCYW17YJ .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCYW17YJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCYW17YJ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCYW17YJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCYW17YJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCYW17YJ 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-vfpCYW17YJ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCYW17YJ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCYW17YJ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCYW17YJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCYW17YJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCYW17YJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCYW17YJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCYW17YJ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCYW17YJ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCYW17YJ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCYW17YJ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCYW17YJ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCYW17YJ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCYW17YJ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCYW17YJ .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCYW17YJ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCYW17YJ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCYW17YJ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCYW17YJ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCYW17YJ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCYW17YJ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCYW17YJ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCYW17YJ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCYW17YJ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCYW17YJ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCYW17YJ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCYW17YJ ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCYW17YJ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCYW17YJ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCYW17YJ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCYW17YJ .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCYW17YJ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCYW17YJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCYW17YJ .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-vfpCYW17YJ .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-vfpCYW17YJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCYW17YJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCYW17YJ .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCYW17YJ .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCYW17YJ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCYW17YJ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCYWdTUk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCYWdTUk .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCYWj5XG {
  display: flex;
  background-image: url("../../../assets/images/bg-15.webp");
}
.cid-vfpCYWj5XG .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCYWj5XG {
    align-items: flex-end;
  }
  .cid-vfpCYWj5XG .row {
    justify-content: center;
  }
  .cid-vfpCYWj5XG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCYWj5XG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCYWj5XG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCYWj5XG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCYWj5XG .content-wrap {
    width: 100%;
  }
}
.cid-vfpCYWj5XG .mbr-section-title,
.cid-vfpCYWj5XG .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCYWj5XG .mbr-text,
.cid-vfpCYWj5XG .mbr-section-btn {
  text-align: center;
}
.cid-vfpCYWpG57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCYWpG57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCYWpG57 .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-vfpCYWpG57 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCYWpG57 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCYWpG57 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCYWpG57 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCYWpG57 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCYWpG57 .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-vfpCYWpG57 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCYWpG57 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCYWpG57 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCYWpG57 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCYWpG57 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCYWpG57 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCYWpG57 .content-head {
  max-width: 800px;
}
.cid-vfpCYWBAGe {
  background-color: #102f62;
}
.cid-vfpCYWBAGe .mbr-section-title {
  margin: 0;
}
.cid-vfpCYWBAGe .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCYWBAGe .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCYWBAGe .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCYWBAGe .team-item {
  transition: all 0.2s;
}
.cid-vfpCYWBAGe .team-item .item-image {
  position: relative !important;
}
.cid-vfpCYWBAGe .team-item .item-image img {
  width: 100%;
}
.cid-vfpCYWBAGe .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-vfpCYWBAGe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCYWBAGe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCYWBAGe .team-item .item-caption {
  background: #878787;
}
.cid-vfpCYWBAGe .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCYWBAGe .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCYWBAGe .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCYWBAGe .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCYWBAGe .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCYWBAGe .team-item:hover {
    transform: none;
  }
  .cid-vfpCYWBAGe .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCYWBAGe {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCYWBAGe {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCYWBAGe .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCYWBAGe .container-fluid {
  max-width: 1300px;
}
.cid-vfpCYWJk3e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCYWJk3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCYWJk3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCYWJk3e .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCYWJk3e .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCYWJk3e .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCYWJk3e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCYWJk3e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCYWJk3e .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-vfpCYWJk3e .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCYWJk3e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCYWJk3e .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCYWJk3e .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCYWJk3e .content-head {
  max-width: 800px;
}
.cid-vfqXi2z6T1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqXi2z6T1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqXi2z6T1 .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-vfqXi2z6T1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqXi2z6T1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqXi2z6T1 .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqXi2z6T1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqXi2z6T1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqXi2z6T1 .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-vfqXi2z6T1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqXi2z6T1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqXi2z6T1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqXi2z6T1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqXi2z6T1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqXi2z6T1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqXi2z6T1 .content-head {
  max-width: 800px;
}
.cid-vfpCYWUyB4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCYWUyB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCYWUyB4 .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-vfpCYWUyB4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCYWUyB4 .row {
  flex-direction: row-reverse;
}
.cid-vfpCYWUyB4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCYWUyB4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCYWUyB4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCYWUyB4 .mbr-section-title {
  color: #000000;
}
.cid-vfpCYWUyB4 .mbr-text,
.cid-vfpCYWUyB4 .mbr-section-btn {
  color: #000000;
}
.cid-vfqXiHekRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqXiHekRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqXiHekRu .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-vfqXiHekRu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqXiHekRu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqXiHekRu .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqXiHekRu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqXiHekRu .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqXiHekRu .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-vfqXiHekRu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqXiHekRu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqXiHekRu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqXiHekRu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqXiHekRu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqXiHekRu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqXiHekRu .content-head {
  max-width: 800px;
}
.cid-vfpCYX2Utg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCYX2Utg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCYX2Utg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCYX2Utg .mbr-section-title {
  text-align: center;
}
.cid-vfpCYX2Utg .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCOBJrqU {
  z-index: 1000;
  width: 100%;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .dropdown-menu {
  padding: 0;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfpCOBJrqU .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfpCOBJrqU .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vfpCOBJrqU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfpCOBJrqU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfpCOBJrqU .nav-link {
  position: relative;
}
.cid-vfpCOBJrqU .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vfpCOBJrqU .dropdown-menu,
.cid-vfpCOBJrqU .navbar.opened {
  background: #212428 !important;
}
.cid-vfpCOBJrqU .nav-item:focus,
.cid-vfpCOBJrqU .nav-link:focus {
  outline: none;
}
.cid-vfpCOBJrqU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfpCOBJrqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfpCOBJrqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfpCOBJrqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfpCOBJrqU .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vfpCOBJrqU .navbar.opened {
  transition: all 0.3s;
}
.cid-vfpCOBJrqU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfpCOBJrqU .navbar .navbar-logo img {
  width: auto;
}
.cid-vfpCOBJrqU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfpCOBJrqU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfpCOBJrqU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfpCOBJrqU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfpCOBJrqU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfpCOBJrqU .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-vfpCOBJrqU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfpCOBJrqU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfpCOBJrqU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfpCOBJrqU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfpCOBJrqU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfpCOBJrqU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vfpCOBJrqU .navbar {
    min-height: 80px;
  }
}
.cid-vfpCOBJrqU .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfpCOBJrqU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vfpCOBJrqU .navbar-brand {
    min-height: 69px;
  }
}
.cid-vfpCOBJrqU .dropdown-item.active,
.cid-vfpCOBJrqU .dropdown-item:active {
  background-color: transparent;
}
.cid-vfpCOBJrqU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfpCOBJrqU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfpCOBJrqU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfpCOBJrqU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vfpCOBJrqU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfpCOBJrqU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfpCOBJrqU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfpCOBJrqU 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-vfpCOBJrqU button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vfpCOBJrqU button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCOBJrqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCOBJrqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCOBJrqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCOBJrqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCOBJrqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCOBJrqU nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCOBJrqU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCOBJrqU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCOBJrqU nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfpCOBJrqU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vfpCOBJrqU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .navbar {
    height: 70px;
  }
  .cid-vfpCOBJrqU .navbar.opened {
    height: auto;
  }
  .cid-vfpCOBJrqU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .navbar-short {
    min-height: 70px;
  }
}
.cid-vfpCOBJrqU .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vfpCOBJrqU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfpCOBJrqU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vfpCOBJrqU .container-fluid {
    padding: 0 3px;
  }
}
.cid-vfpCOBJrqU .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vfpCOBJrqU .navbar-nav {
  display: flex !important;
}
.cid-vfpCOBJrqU .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vfpCOBJrqU .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vfpCOBJrqU .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCOBJrqU .navbar-nav .nav-item .nav-link:hover,
.cid-vfpCOBJrqU .navbar-nav .nav-item .nav-link:focus,
.cid-vfpCOBJrqU .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vfpCOBJrqU .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vfpCOBJrqU .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vfpCOBJrqU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vfpCOBJrqU 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-vfpCOBJrqU button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vfpCOBJrqU button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCOBJrqU button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCOBJrqU button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vfpCOBJrqU button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCOBJrqU button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vfpCOBJrqU button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vfpCOBJrqU .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vfpCOBJrqU .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vfpCOBJrqU .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vfpCOBJrqU .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfpCOBJrqU .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfpCOBJrqU .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vfpCOBJrqU .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vfpCOBJrqU .offcanvas.show {
  transform: translateX(0);
}
.cid-vfpCOBJrqU .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vfpCOBJrqU .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vfpCOBJrqU .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vfpCOBJrqU .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpCOBJrqU .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vfpCOBJrqU .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vfpCOBJrqU .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vfpCOBJrqU .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vfpCOBJrqU .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vfpCOBJrqU .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vfpCOBJrqU .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vfpCOBJrqU ::-webkit-scrollbar {
  width: 1em;
}
.cid-vfpCOBJrqU ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vfpCOBJrqU ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vfpCOBJrqU .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vfpCOBJrqU .social-container {
    padding-top: 40px;
  }
}
.cid-vfpCOBJrqU .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vfpCOBJrqU .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vfpCOBJrqU .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-vfpCOBJrqU .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-vfpCOBJrqU .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vfpCOBJrqU .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfpCOBJrqU .soc-item:hover:before {
  opacity: 1;
}
.cid-vfpCOBJrqU .offcanvas_btn {
  margin-top: auto;
}
.cid-vfpCOBJrqU .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vfpCOBJrqU .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfpCOBWoV0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfpCOBWoV0 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vfpCOC1BXC {
  display: flex;
  background-image: url("../../../assets/images/bg-7.webp");
}
.cid-vfpCOC1BXC .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vfpCOC1BXC {
    align-items: flex-end;
  }
  .cid-vfpCOC1BXC .row {
    justify-content: center;
  }
  .cid-vfpCOC1BXC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfpCOC1BXC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfpCOC1BXC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vfpCOC1BXC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfpCOC1BXC .content-wrap {
    width: 100%;
  }
}
.cid-vfpCOC1BXC .mbr-section-title,
.cid-vfpCOC1BXC .mbr-section-subtitle {
  text-align: center;
}
.cid-vfpCOC1BXC .mbr-text,
.cid-vfpCOC1BXC .mbr-section-btn {
  text-align: center;
}
.cid-vfpCOC8Bkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfpCOC8Bkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCOC8Bkl .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-vfpCOC8Bkl .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCOC8Bkl .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfpCOC8Bkl .google-map {
  height: 100%;
  position: relative;
}
.cid-vfpCOC8Bkl .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfpCOC8Bkl .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfpCOC8Bkl .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-vfpCOC8Bkl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfpCOC8Bkl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfpCOC8Bkl .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCOC8Bkl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCOC8Bkl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfpCOC8Bkl ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfpCOC8Bkl .content-head {
  max-width: 800px;
}
.cid-vfpCOChrQA {
  background-color: #102f62;
}
.cid-vfpCOChrQA .mbr-section-title {
  margin: 0;
}
.cid-vfpCOChrQA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfpCOChrQA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfpCOChrQA .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vfpCOChrQA .team-item {
  transition: all 0.2s;
}
.cid-vfpCOChrQA .team-item .item-image {
  position: relative !important;
}
.cid-vfpCOChrQA .team-item .item-image img {
  width: 100%;
}
.cid-vfpCOChrQA .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-vfpCOChrQA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vfpCOChrQA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vfpCOChrQA .team-item .item-caption {
  background: #878787;
}
.cid-vfpCOChrQA .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vfpCOChrQA .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vfpCOChrQA .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vfpCOChrQA .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vfpCOChrQA .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vfpCOChrQA .team-item:hover {
    transform: none;
  }
  .cid-vfpCOChrQA .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vfpCOChrQA {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vfpCOChrQA {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vfpCOChrQA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vfpCOChrQA .container-fluid {
  max-width: 1300px;
}
.cid-vfpCOCpjob {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vfpCOCpjob .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCOCpjob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCOCpjob .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpCOCpjob .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfpCOCpjob .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpCOCpjob .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfpCOCpjob .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfpCOCpjob .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-vfpCOCpjob .mbr-section-title {
  color: #ffffff;
}
.cid-vfpCOCpjob .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfpCOCpjob .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfpCOCpjob .card-box .item-footer {
  margin-top: auto;
}
.cid-vfpCOCpjob .content-head {
  max-width: 800px;
}
.cid-vfqTYXWGyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqTYXWGyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqTYXWGyC .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-vfqTYXWGyC .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTYXWGyC .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqTYXWGyC .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqTYXWGyC .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqTYXWGyC .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqTYXWGyC .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-vfqTYXWGyC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqTYXWGyC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqTYXWGyC .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqTYXWGyC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTYXWGyC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqTYXWGyC ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqTYXWGyC .content-head {
  max-width: 800px;
}
.cid-vfpCOCBHI0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfpCOCBHI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCOCBHI0 .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-vfpCOCBHI0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfpCOCBHI0 .row {
  flex-direction: row-reverse;
}
.cid-vfpCOCBHI0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfpCOCBHI0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfpCOCBHI0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfpCOCBHI0 .mbr-section-title {
  color: #000000;
}
.cid-vfpCOCBHI0 .mbr-text,
.cid-vfpCOCBHI0 .mbr-section-btn {
  color: #000000;
}
.cid-vfqTZI6DUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vfqTZI6DUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqTZI6DUK .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-vfqTZI6DUK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTZI6DUK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vfqTZI6DUK .google-map {
  height: 100%;
  position: relative;
}
.cid-vfqTZI6DUK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfqTZI6DUK .google-map iframe {
    min-height: 350px;
  }
}
.cid-vfqTZI6DUK .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-vfqTZI6DUK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqTZI6DUK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfqTZI6DUK .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfqTZI6DUK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqTZI6DUK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfqTZI6DUK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vfqTZI6DUK .content-head {
  max-width: 800px;
}
.cid-vfpCOCJJbG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfpCOCJJbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpCOCJJbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpCOCJJbG .mbr-section-title {
  text-align: center;
}
.cid-vfpCOCJJbG .mbr-section-subtitle {
  text-align: center;
}
