body {
  font-family: 'Dosis', sans-serif;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1935fa !important;
}
.bg-success {
  background-color: #64ff54 !important;
}
.bg-info {
  background-color: #56f1ff !important;
}
.bg-warning {
  background-color: #ed0832 !important;
}
.bg-danger {
  background-color: #282d15 !important;
}
.btn-primary .btn-overlay {
  background-color: #2b3cb5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1935fa !important;
  border-color: #1935fa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b3cb5 !important;
  border-color: #2b3cb5 !important;
}
.btn-secondary .btn-overlay {
  background-color: #8e9d51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
  color: #181c06 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #181c06 !important;
  background-color: #8e9d51 !important;
  border-color: #8e9d51 !important;
}
.btn-info .btn-overlay {
  background-color: #48ceda !important;
}
.btn-info,
.btn-info:active {
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
  color: #004f56 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #004f56 !important;
  background-color: #48ceda !important;
  border-color: #48ceda !important;
}
.btn-success .btn-overlay {
  background-color: #54d947 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
  color: #085400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #085400 !important;
  background-color: #54d947 !important;
  border-color: #54d947 !important;
}
.btn-warning .btn-overlay {
  background-color: #9b273c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed0832 !important;
  border-color: #ed0832 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b273c !important;
  border-color: #9b273c !important;
}
.btn-danger .btn-overlay {
  background-color: #080807 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #282d15 !important;
  border-color: #282d15 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #080807 !important;
  border-color: #080807 !important;
}
.btn-white .btn-overlay {
  background-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black .btn-overlay {
  background-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1935fa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #041ab8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1935fa !important;
  border-color: #1935fa !important;
}
.btn-secondary-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bcd948;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8da823 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #181c06 !important;
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
}
.btn-info-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56f1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00e9fe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #004f56 !important;
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
}
.btn-success-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #64ff54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #085400 !important;
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
}
.btn-warning-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed0832;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #990520 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed0832 !important;
  border-color: #ed0832 !important;
}
.btn-danger-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #282d15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #282d15 !important;
  border-color: #282d15 !important;
}
.btn-black-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1f0a;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
}
.btn-white-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: #1935fa !important;
}
.text-secondary {
  color: #bcd948 !important;
}
.text-success {
  color: #64ff54 !important;
}
.text-info {
  color: #56f1ff !important;
}
.text-warning {
  color: #ed0832 !important;
}
.text-danger {
  color: #282d15 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1B1F0A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0418a9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #829b20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16ed00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00dbef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8a051d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #1935fa;
}
.nav-tabs .nav-link:not(.active) {
  color: #1B1F0A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #56f1ff;
}
.alert-warning {
  background-color: #ed0832;
}
.alert-danger {
  background-color: #282d15;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1935fa;
  border-color: #1935fa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1935fa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1e4fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdc4ce;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dde3c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1935fa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1935fa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1935fa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1935fa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1935fa;
  border-bottom-color: #1935fa;
}
.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: #ffffff !important;
  background-color: #1935fa !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: #bcd948 !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='%231935fa' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn {
  transition: 0.3s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-vdo9iviQHx .nav-item:focus,
.cid-vdo9iviQHx .nav-link:focus {
  outline: none;
}
.cid-vdo9iviQHx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdo9iviQHx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdo9iviQHx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdo9iviQHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdo9iviQHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdo9iviQHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdo9iviQHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdo9iviQHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdo9iviQHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdo9iviQHx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vdo9iviQHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdo9iviQHx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdo9iviQHx .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdo9iviQHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdo9iviQHx .dropdown-item.active,
.cid-vdo9iviQHx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdo9iviQHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdo9iviQHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdo9iviQHx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdo9iviQHx .navbar-buttons {
  text-align: center;
}
.cid-vdo9iviQHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdo9iviQHx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdo9iviQHx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdo9iviQHx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdo9iviQHx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdo9iviQHx .nav-link:hover,
.cid-vdo9iviQHx .dropdown-item:hover,
.cid-vdo9iviQHx .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-vdnNepnw5m {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #282d15;
}
.cid-vdnNepnw5m .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdnNepnw5m .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vdnNepnw5m .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdnNepnw5m .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.cid-vdnNepnw5m .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vdnNepnw5m .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vdnNepnw5m .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  pointer-events: none;
}
.cid-vdnNepnw5m .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vdnNepnw5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnNepnw5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnNepnw5m .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vdnNepnw5m .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vdnNepnw5m .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vdnNepnw5m .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vdnNepnw5m .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdnNepnw5m .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdnNepnw5m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdnNepnw5m .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vdnNepnw5m .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vdnNepnw5m .mbr-section-title {
  color: #323432;
}
.cid-vdnNepnw5m .mbr-text,
.cid-vdnNepnw5m .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdnNepnw5m .mbr-section-title,
.cid-vdnNepnw5m .mbr-section-btn,
.cid-vdnNepnw5m .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vdmnojJfS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4ef;
}
.cid-vdmnojJfS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnojJfS3 .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-vdmnojJfS3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vdmnojJfS3 .container {
    padding: 0 12px;
  }
}
.cid-vdmnojJfS3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmnojJfS3 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-vdmnojJfS3 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vdmnojJfS3 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #282d15;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vdmnojJfS3 .mbr-section-title {
  color: #000000;
}
.cid-vdmnujJ2ST {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdmnujJ2ST .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282d15;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-vdmnujJ2ST .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdmnujJ2ST .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-vdmnujJ2ST .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdmnujJ2ST .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-vdmnujJ2ST .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdmnujJ2ST .items-container {
    padding-left: 6.66vw;
  }
}
.cid-vdmnujJ2ST .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-vdmnujJ2ST .item {
    margin-bottom: 3.2vw;
  }
}
.cid-vdmnujJ2ST .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vdmnujJ2ST .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-vdmnujJ2ST .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-vdmnujJ2ST .mbr-text {
  color: #000000;
}
.cid-t2YrRMp191 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2YrRMp191 .row {
  align-items: center;
  width: 100%;
}
.cid-t2YrRMp191 .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-t2YrRMp191 .mbr-section-title {
  color: #f3f4ef;
}
.cid-t2YrRMp191 .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-t2YrRMp191 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t2YrRMp191 .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-t2YrRMp191 .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t2YrRMp191 .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #2c3117;
}
@media (max-width: 991px) {
  .cid-t2YrRMp191 .text-container {
    padding: 24px;
  }
}
.cid-t2YrRMp191 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2YrRMp191 .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-t2YrRMp191 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ddff55;
}
.cid-t2YrRMp191 .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-t2YrRMp191 .mbr-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-t2Ysitd0Ln {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/collaboration-4-people-around-table-1024x658.jpg");
}
.cid-t2Ysitd0Ln .mbr-overlay {
  background: #1b1f0a;
  opacity: 0.8;
}
.cid-t2Ysitd0Ln .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-t2Ysitd0Ln .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t2Ysitd0Ln .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-t2Ysitd0Ln .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdnVVOvmXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdnVVOvmXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnVVOvmXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnVVOvmXb .row {
  margin: 0 -32px;
}
.cid-vdnVVOvmXb .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-vdnVVOvmXb .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdnVVOvmXb .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdnVVOvmXb .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vdnVVOvmXb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdnVVOvmXb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdnVVOvmXb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdnVVOvmXb .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdnVVOvmXb .image-wrapper {
  padding: 12px;
  border: 1px solid #2c3117;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vdnVVOvmXb .image-wrapper {
    padding: 6px;
  }
}
.cid-vdnVVOvmXb .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #282d15;
  border: 1px solid #2c3117;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #282d15;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdnVVOvmXb .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vdnVVOvmXb .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdnVVOvmXb .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vdnVVOvmXb .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vdnVVOvmXb .mbr-label {
  color: #49496d;
}
.cid-vdnVVOvmXb .mbr-section-title {
  color: #181824;
}
.cid-vdnVVOvmXb .mbr-text,
.cid-vdnVVOvmXb .text-wrapper {
  color: #000000;
}
.cid-vdnVVOvmXb .mbr-section-title,
.cid-vdnVVOvmXb .mbr-section-btn {
  color: #000000;
}
.cid-vdowBIBvPN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282d15;
}
.cid-vdowBIBvPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdowBIBvPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdowBIBvPN .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-vdowBIBvPN .container-fluid {
    padding: 0 12px;
  }
}
.cid-vdowBIBvPN .container-fluid .row {
  padding: 0;
}
.cid-vdowBIBvPN .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-vdowBIBvPN .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdowBIBvPN .card {
    padding: 48px 20px;
  }
}
.cid-vdowBIBvPN .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-vdowBIBvPN .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdowBIBvPN .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdowBIBvPN .card .google-map {
    height: 250px;
  }
}
.cid-vdowBIBvPN .card .google-map iframe {
  height: 100%;
}
.cid-vdowBIBvPN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t2YECnlTtZ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2YECnlTtZ .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-t2YECnlTtZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t2YECnlTtZ .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-t2YECnlTtZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdnIpsI4OH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282d15;
}
.cid-vdnIpsI4OH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnIpsI4OH .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-vdnIpsI4OH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdnIpsI4OH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdnIpsI4OH .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #282d15;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdnIpsI4OH .panel-group .card {
    padding: 16px;
  }
}
.cid-vdnIpsI4OH .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdnIpsI4OH .panel-group .card:hover,
.cid-vdnIpsI4OH .panel-group .card:focus {
  border: 1px solid #ffffff;
}
.cid-vdnIpsI4OH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdnIpsI4OH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vdnIpsI4OH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdnIpsI4OH .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #282d15;
}
.cid-vdnIpsI4OH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdnIpsI4OH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vdnIpsI4OH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vdnIpsI4OH .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-vdnIpsI4OH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdnIpsI4OH .mbr-section-title {
  color: #ffffff;
}
.cid-vdnIpsI4OH .panel-title-edit {
  color: #fdfde1;
}
.cid-vdnIpsI4OH .panel-text {
  color: #a5a5a5;
}
.cid-vdnIpsI4OH .mbr-section-title,
.cid-vdnIpsI4OH .mbr-section-btn {
  color: #fdfde1;
}
.cid-vdnJH2t5MS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdnJH2t5MS .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-vdnJH2t5MS .card-wrapper:hover .card-title {
  color: #bcd948;
}
.cid-vdnJH2t5MS img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-vdnJH2t5MS .main-sub-title {
  background: #000000;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-vdnJH2t5MS .wrapper {
  background: #282d15;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-vdnJH2t5MS .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdnJH2t5MS .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vdnJH2t5MS .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #bcd948;
}
.cid-vdnJH2t5MS .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-vdnJH2t5MS .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdnJH2t5MS span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-vdnJH2t5MS .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vdnJH2t5MS .main-text {
  color: #ffffff;
}
.cid-vdnJH2t5MS .card-text {
  color: #c8c8c8;
}
.cid-vdnJH2t5MS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnJH2t5MS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnMMEckN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdnMMEckN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnMMEckN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnMMEckN9 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdnMMEckN9 .card {
    margin-bottom: 40px;
  }
}
.cid-vdnMMEckN9 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vdnMMEckN9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdnMMEckN9 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdnMMEckN9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdnMMEckN9 .mbr-label {
  color: #be0000;
}
.cid-vdnMMEckN9 .mbr-section-title {
  color: #000000;
}
.cid-vdnMMEckN9 .mbr-text {
  color: #000000;
}
.cid-vdnJLMAdkX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdnJLMAdkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnJLMAdkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnJLMAdkX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdnJLMAdkX .container-fluid {
    padding: 0 25px;
  }
}
.cid-vdnJLMAdkX .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vdnJLMAdkX .container {
    padding: 0 25px;
  }
}
.cid-vdnJLMAdkX .row {
  border: 1px solid #282d15;
}
.cid-vdnJLMAdkX .card {
  padding: 0;
}
.cid-vdnJLMAdkX .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdnJLMAdkX .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-vdnJLMAdkX .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-vdnJLMAdkX .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #282d15;
}
@media (max-width: 992px) {
  .cid-vdnJLMAdkX .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-vdnJLMAdkX .title-wrapper .title-wrap {
  width: 100%;
}
.cid-vdnJLMAdkX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdnJLMAdkX .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-vdnJLMAdkX .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-vdnJLMAdkX .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-vdnJLMAdkX .mbr-section-title {
  color: #ffffff;
}
.cid-vdnJLMAdkX .mbr-text {
  color: #ffffff;
}
.cid-vdnJLMAdkX .mbr-desc {
  color: #ffffff;
}
.cid-vdnJLMAdkX .mbr-section-title,
.cid-vdnJLMAdkX .mbr-section-btn {
  color: #ffffff;
}
.cid-vdmrFdwE45 {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vdmrFdwE45 {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vdmrFdwE45 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vdmrFdwE45 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vdmrFdwE45 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdmrFdwE45 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmrFdwE45 .row .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-vdmrFdwE45 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdmrFdwE45 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdmrFdwE45 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdmrFdwE45 .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdmrFdwE45 .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-vdmrFdwE45 .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdmrFdwE45 .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vdmrFdwE45 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-vdmrFdwE45 .mbr-section-title {
  color: #ed2c03;
}
.cid-vdmrFdwE45 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vdmrFdwE45 .mbr-section-title,
.cid-vdmrFdwE45 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdnJESbj9r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-vdnJESbj9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnJESbj9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnJESbj9r .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdnJESbj9r .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdnJESbj9r .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vdnJESbj9r .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdnJESbj9r .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdnJESbj9r .google-map {
  height: 100%;
  position: relative;
}
.cid-vdnJESbj9r .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdnJESbj9r .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdnJESbj9r .google-map [data-state-details] {
  color: #4b4b4b;
  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-vdnJESbj9r .google-map[data-state] {
  background: #ffffff;
}
.cid-vdnJESbj9r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdnJESbj9r ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdnJESbj9r .content-head {
  max-width: 800px;
}
.cid-vdnJESbj9r .mbr-section-title {
  color: #000000;
}
.cid-vdnJESbj9r .cardTitle {
  color: #000000;
}
.cid-vdnJESbj9r .list,
.cid-vdnJESbj9r .item-wrap {
  color: #000000;
}
.cid-vdnLieKCi7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdnLieKCi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnLieKCi7 .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-vdnLieKCi7 .container {
    padding: 0 16px;
  }
}
.cid-vdnLieKCi7 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdnLieKCi7 .card {
    margin-bottom: 40px;
  }
}
.cid-vdnLieKCi7 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdnLieKCi7 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdnLieKCi7 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vdnLieKCi7 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdnLieKCi7 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdnLieKCi7 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vdnLieKCi7 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdnLieKCi7 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vdnLieKCi7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdnLieKCi7 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vdnLieKCi7 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vdnLieKCi7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdnLieKCi7 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdnLieKCi7 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vdnLieKCi7 .mbr-section-title {
  color: #ffffff;
}
.cid-vdnLieKCi7 .copyright {
  color: #ffffff;
}
.cid-vdnLieKCi7 .mbr-card-title {
  color: #ffffff;
}
.cid-vdnLieKCi7 .list {
  color: #ffffff;
}
.cid-vdo9iviQHx .nav-item:focus,
.cid-vdo9iviQHx .nav-link:focus {
  outline: none;
}
.cid-vdo9iviQHx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdo9iviQHx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdo9iviQHx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdo9iviQHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdo9iviQHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdo9iviQHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdo9iviQHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdo9iviQHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdo9iviQHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdo9iviQHx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vdo9iviQHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdo9iviQHx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdo9iviQHx .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdo9iviQHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdo9iviQHx .dropdown-item.active,
.cid-vdo9iviQHx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdo9iviQHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdo9iviQHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdo9iviQHx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdo9iviQHx .navbar-buttons {
  text-align: center;
}
.cid-vdo9iviQHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdo9iviQHx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdo9iviQHx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdo9iviQHx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdo9iviQHx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdo9iviQHx .nav-link:hover,
.cid-vdo9iviQHx .dropdown-item:hover,
.cid-vdo9iviQHx .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-vdo078V3ga {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #282d15;
}
.cid-vdo078V3ga .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdo078V3ga .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vdo078V3ga .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdo078V3ga .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.cid-vdo078V3ga .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vdo078V3ga .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vdo078V3ga .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  pointer-events: none;
}
.cid-vdo078V3ga .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vdo078V3ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo078V3ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo078V3ga .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vdo078V3ga .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vdo078V3ga .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vdo078V3ga .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vdo078V3ga .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdo078V3ga .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdo078V3ga .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdo078V3ga .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vdo078V3ga .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vdo078V3ga .mbr-section-title {
  color: #323432;
}
.cid-vdo078V3ga .mbr-text,
.cid-vdo078V3ga .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdo078V3ga .mbr-section-title,
.cid-vdo078V3ga .mbr-section-btn,
.cid-vdo078V3ga .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vdo07bc2g1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4ef;
}
.cid-vdo07bc2g1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07bc2g1 .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-vdo07bc2g1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vdo07bc2g1 .container {
    padding: 0 12px;
  }
}
.cid-vdo07bc2g1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo07bc2g1 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-vdo07bc2g1 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vdo07bc2g1 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #282d15;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vdo07bc2g1 .mbr-section-title {
  color: #000000;
}
.cid-vdo07cktNQ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdo07cktNQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282d15;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-vdo07cktNQ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo07cktNQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-vdo07cktNQ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo07cktNQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-vdo07cktNQ .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo07cktNQ .items-container {
    padding-left: 6.66vw;
  }
}
.cid-vdo07cktNQ .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-vdo07cktNQ .item {
    margin-bottom: 3.2vw;
  }
}
.cid-vdo07cktNQ .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vdo07cktNQ .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-vdo07cktNQ .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-vdo07cktNQ .mbr-text {
  color: #000000;
}
.cid-vdo07dqEAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo07dqEAX .row {
  align-items: center;
  width: 100%;
}
.cid-vdo07dqEAX .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-vdo07dqEAX .mbr-section-title {
  color: #f3f4ef;
}
.cid-vdo07dqEAX .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-vdo07dqEAX .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdo07dqEAX .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-vdo07dqEAX .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vdo07dqEAX .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #2c3117;
}
@media (max-width: 991px) {
  .cid-vdo07dqEAX .text-container {
    padding: 24px;
  }
}
.cid-vdo07dqEAX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vdo07dqEAX .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-vdo07dqEAX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ddff55;
}
.cid-vdo07dqEAX .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vdo07dqEAX .mbr-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-vdo07fam3q {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/trunking-2000x1333.jpg");
}
.cid-vdo07fam3q .mbr-overlay {
  background: #1b1f0a;
  opacity: 0.8;
}
.cid-vdo07fam3q .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vdo07fam3q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdo07fam3q .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-vdo07fam3q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdo07g71zo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo07g71zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07g71zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo07g71zo .row {
  margin: 0 -32px;
}
.cid-vdo07g71zo .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-vdo07g71zo .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdo07g71zo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdo07g71zo .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vdo07g71zo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo07g71zo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdo07g71zo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdo07g71zo .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdo07g71zo .image-wrapper {
  padding: 12px;
  border: 1px solid #2c3117;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vdo07g71zo .image-wrapper {
    padding: 6px;
  }
}
.cid-vdo07g71zo .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #282d15;
  border: 1px solid #2c3117;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #282d15;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdo07g71zo .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vdo07g71zo .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdo07g71zo .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vdo07g71zo .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vdo07g71zo .mbr-label {
  color: #49496d;
}
.cid-vdo07g71zo .mbr-section-title {
  color: #181824;
}
.cid-vdo07g71zo .mbr-text,
.cid-vdo07g71zo .text-wrapper {
  color: #000000;
}
.cid-vdo07g71zo .mbr-section-title,
.cid-vdo07g71zo .mbr-section-btn {
  color: #000000;
}
.cid-vdox01eO0N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282d15;
}
.cid-vdox01eO0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdox01eO0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdox01eO0N .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-vdox01eO0N .container-fluid {
    padding: 0 12px;
  }
}
.cid-vdox01eO0N .container-fluid .row {
  padding: 0;
}
.cid-vdox01eO0N .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-vdox01eO0N .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdox01eO0N .card {
    padding: 48px 20px;
  }
}
.cid-vdox01eO0N .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-vdox01eO0N .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdox01eO0N .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdox01eO0N .card .google-map {
    height: 250px;
  }
}
.cid-vdox01eO0N .card .google-map iframe {
  height: 100%;
}
.cid-vdox01eO0N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdo07hfEl5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo07hfEl5 .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vdo07hfEl5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdo07hfEl5 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-vdo07hfEl5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdo07iilMX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282d15;
}
.cid-vdo07iilMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07iilMX .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-vdo07iilMX .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdo07iilMX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo07iilMX .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #282d15;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdo07iilMX .panel-group .card {
    padding: 16px;
  }
}
.cid-vdo07iilMX .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdo07iilMX .panel-group .card:hover,
.cid-vdo07iilMX .panel-group .card:focus {
  border: 1px solid #ffffff;
}
.cid-vdo07iilMX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdo07iilMX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vdo07iilMX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdo07iilMX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #282d15;
}
.cid-vdo07iilMX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdo07iilMX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vdo07iilMX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vdo07iilMX .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-vdo07iilMX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdo07iilMX .mbr-section-title {
  color: #ffffff;
}
.cid-vdo07iilMX .panel-title-edit {
  color: #fdfde1;
}
.cid-vdo07iilMX .panel-text {
  color: #a5a5a5;
}
.cid-vdo07iilMX .mbr-section-title,
.cid-vdo07iilMX .mbr-section-btn {
  color: #fdfde1;
}
.cid-vdo07m16EN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdo07m16EN .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-vdo07m16EN .card-wrapper:hover .card-title {
  color: #bcd948;
}
.cid-vdo07m16EN img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-vdo07m16EN .main-sub-title {
  background: #000000;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-vdo07m16EN .wrapper {
  background: #282d15;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-vdo07m16EN .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo07m16EN .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vdo07m16EN .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #bcd948;
}
.cid-vdo07m16EN .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-vdo07m16EN .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdo07m16EN span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-vdo07m16EN .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vdo07m16EN .main-text {
  color: #ffffff;
}
.cid-vdo07m16EN .card-text {
  color: #c8c8c8;
}
.cid-vdo07m16EN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07m16EN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo07vRVmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo07vRVmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07vRVmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo07vRVmF .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdo07vRVmF .card {
    margin-bottom: 40px;
  }
}
.cid-vdo07vRVmF .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vdo07vRVmF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdo07vRVmF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdo07vRVmF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo07vRVmF .mbr-label {
  color: #be0000;
}
.cid-vdo07vRVmF .mbr-section-title {
  color: #000000;
}
.cid-vdo07vRVmF .mbr-text {
  color: #000000;
}
.cid-vdo07Au60A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdo07Au60A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07Au60A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo07Au60A .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdo07Au60A .container-fluid {
    padding: 0 25px;
  }
}
.cid-vdo07Au60A .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vdo07Au60A .container {
    padding: 0 25px;
  }
}
.cid-vdo07Au60A .row {
  border: 1px solid #282d15;
}
.cid-vdo07Au60A .card {
  padding: 0;
}
.cid-vdo07Au60A .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdo07Au60A .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-vdo07Au60A .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-vdo07Au60A .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #282d15;
}
@media (max-width: 992px) {
  .cid-vdo07Au60A .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-vdo07Au60A .title-wrapper .title-wrap {
  width: 100%;
}
.cid-vdo07Au60A .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdo07Au60A .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-vdo07Au60A .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-vdo07Au60A .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-vdo07Au60A .mbr-section-title {
  color: #ffffff;
}
.cid-vdo07Au60A .mbr-text {
  color: #ffffff;
}
.cid-vdo07Au60A .mbr-desc {
  color: #ffffff;
}
.cid-vdo07Au60A .mbr-section-title,
.cid-vdo07Au60A .mbr-section-btn {
  color: #ffffff;
}
.cid-vdo07EB8xK {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vdo07EB8xK {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vdo07EB8xK .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vdo07EB8xK section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vdo07EB8xK .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdo07EB8xK .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07EB8xK .row .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-vdo07EB8xK .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdo07EB8xK .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdo07EB8xK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo07EB8xK .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdo07EB8xK .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-vdo07EB8xK .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdo07EB8xK .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vdo07EB8xK .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-vdo07EB8xK .mbr-section-title {
  color: #ed2c03;
}
.cid-vdo07EB8xK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vdo07EB8xK .mbr-section-title,
.cid-vdo07EB8xK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdobcp58vU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdobcp58vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdobcp58vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdobcp58vU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdobcp58vU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdobcp58vU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdobcp58vU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdobcp58vU .container {
    padding: 0 16px;
  }
}
.cid-vdobcp58vU .row {
  justify-content: center;
}
.cid-vdobcp58vU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdobcp58vU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdobcp58vU .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-vdobcp58vU .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vdobcp58vU .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-vdobcp58vU .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vdobcp58vU .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-vdobcp58vU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdobcp58vU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vdobcp58vU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdobcp58vU .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-vdobcp58vU .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdobcp58vU .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-vdobcp58vU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdobcp58vU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdobcp58vU .panel-title {
  color: #000000;
}
.cid-vdobcp58vU .panel-text {
  color: #000000;
}
.cid-vdo07IOg5v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-vdo07IOg5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07IOg5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo07IOg5v .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdo07IOg5v .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo07IOg5v .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vdo07IOg5v .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo07IOg5v .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdo07IOg5v .google-map {
  height: 100%;
  position: relative;
}
.cid-vdo07IOg5v .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdo07IOg5v .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdo07IOg5v .google-map [data-state-details] {
  color: #4b4b4b;
  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-vdo07IOg5v .google-map[data-state] {
  background: #ffffff;
}
.cid-vdo07IOg5v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdo07IOg5v ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdo07IOg5v .content-head {
  max-width: 800px;
}
.cid-vdo07IOg5v .mbr-section-title {
  color: #000000;
}
.cid-vdo07IOg5v .cardTitle {
  color: #000000;
}
.cid-vdo07IOg5v .list,
.cid-vdo07IOg5v .item-wrap {
  color: #000000;
}
.cid-vdo07SGrYm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdo07SGrYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo07SGrYm .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-vdo07SGrYm .container {
    padding: 0 16px;
  }
}
.cid-vdo07SGrYm .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdo07SGrYm .card {
    margin-bottom: 40px;
  }
}
.cid-vdo07SGrYm .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdo07SGrYm .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdo07SGrYm .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vdo07SGrYm .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdo07SGrYm .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdo07SGrYm .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vdo07SGrYm .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdo07SGrYm .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vdo07SGrYm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdo07SGrYm .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vdo07SGrYm .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vdo07SGrYm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdo07SGrYm .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdo07SGrYm .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vdo07SGrYm .mbr-section-title {
  color: #ffffff;
}
.cid-vdo07SGrYm .copyright {
  color: #ffffff;
}
.cid-vdo07SGrYm .mbr-card-title {
  color: #ffffff;
}
.cid-vdo07SGrYm .list {
  color: #ffffff;
}
.cid-vdo9iviQHx .nav-item:focus,
.cid-vdo9iviQHx .nav-link:focus {
  outline: none;
}
.cid-vdo9iviQHx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdo9iviQHx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdo9iviQHx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdo9iviQHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdo9iviQHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdo9iviQHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdo9iviQHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdo9iviQHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdo9iviQHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdo9iviQHx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vdo9iviQHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdo9iviQHx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdo9iviQHx .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdo9iviQHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdo9iviQHx .dropdown-item.active,
.cid-vdo9iviQHx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdo9iviQHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdo9iviQHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdo9iviQHx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdo9iviQHx .navbar-buttons {
  text-align: center;
}
.cid-vdo9iviQHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdo9iviQHx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdo9iviQHx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdo9iviQHx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdo9iviQHx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdo9iviQHx .nav-link:hover,
.cid-vdo9iviQHx .dropdown-item:hover,
.cid-vdo9iviQHx .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-vdo2oo7U3N {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #282d15;
}
.cid-vdo2oo7U3N .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdo2oo7U3N .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vdo2oo7U3N .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdo2oo7U3N .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.cid-vdo2oo7U3N .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vdo2oo7U3N .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vdo2oo7U3N .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  pointer-events: none;
}
.cid-vdo2oo7U3N .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vdo2oo7U3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oo7U3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo2oo7U3N .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vdo2oo7U3N .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vdo2oo7U3N .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vdo2oo7U3N .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vdo2oo7U3N .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdo2oo7U3N .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdo2oo7U3N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdo2oo7U3N .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vdo2oo7U3N .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vdo2oo7U3N .mbr-section-title {
  color: #323432;
}
.cid-vdo2oo7U3N .mbr-text,
.cid-vdo2oo7U3N .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdo2oo7U3N .mbr-section-title,
.cid-vdo2oo7U3N .mbr-section-btn,
.cid-vdo2oo7U3N .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vdo2oq50zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4ef;
}
.cid-vdo2oq50zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oq50zw .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-vdo2oq50zw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vdo2oq50zw .container {
    padding: 0 12px;
  }
}
.cid-vdo2oq50zw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo2oq50zw .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
  text-align: justify;
}
.cid-vdo2oq50zw .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vdo2oq50zw .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #282d15;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vdo2oq50zw .mbr-section-title {
  color: #000000;
}
.cid-vdo2orK0Wf {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdo2orK0Wf .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282d15;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-vdo2orK0Wf .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo2orK0Wf .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-vdo2orK0Wf .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo2orK0Wf .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-vdo2orK0Wf .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo2orK0Wf .items-container {
    padding-left: 6.66vw;
  }
}
.cid-vdo2orK0Wf .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-vdo2orK0Wf .item {
    margin-bottom: 3.2vw;
  }
}
.cid-vdo2orK0Wf .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vdo2orK0Wf .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-vdo2orK0Wf .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-vdo2orK0Wf .mbr-text {
  color: #000000;
}
.cid-vdo2otdTmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo2otdTmu .row {
  align-items: center;
  width: 100%;
}
.cid-vdo2otdTmu .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-vdo2otdTmu .mbr-section-title {
  color: #f3f4ef;
}
.cid-vdo2otdTmu .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-vdo2otdTmu .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdo2otdTmu .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-vdo2otdTmu .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vdo2otdTmu .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #2c3117;
}
@media (max-width: 991px) {
  .cid-vdo2otdTmu .text-container {
    padding: 24px;
  }
}
.cid-vdo2otdTmu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vdo2otdTmu .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-vdo2otdTmu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ddff55;
}
.cid-vdo2otdTmu .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vdo2otdTmu .mbr-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-vdo2ovp57K {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/adobestock-516309943-scaled-2000x1334.jpg");
}
.cid-vdo2ovp57K .mbr-overlay {
  background: #1b1f0a;
  opacity: 0.8;
}
.cid-vdo2ovp57K .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vdo2ovp57K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdo2ovp57K .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-vdo2ovp57K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdo2owmZ4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo2owmZ4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2owmZ4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo2owmZ4a .row {
  margin: 0 -32px;
}
.cid-vdo2owmZ4a .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-vdo2owmZ4a .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdo2owmZ4a .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdo2owmZ4a .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vdo2owmZ4a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo2owmZ4a .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdo2owmZ4a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdo2owmZ4a .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdo2owmZ4a .image-wrapper {
  padding: 12px;
  border: 1px solid #2c3117;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vdo2owmZ4a .image-wrapper {
    padding: 6px;
  }
}
.cid-vdo2owmZ4a .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #282d15;
  border: 1px solid #2c3117;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #282d15;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdo2owmZ4a .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vdo2owmZ4a .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdo2owmZ4a .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vdo2owmZ4a .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vdo2owmZ4a .mbr-label {
  color: #49496d;
}
.cid-vdo2owmZ4a .mbr-section-title {
  color: #181824;
}
.cid-vdo2owmZ4a .mbr-text,
.cid-vdo2owmZ4a .text-wrapper {
  color: #000000;
}
.cid-vdo2owmZ4a .mbr-section-title,
.cid-vdo2owmZ4a .mbr-section-btn {
  color: #000000;
}
.cid-vdox3EfvQk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282d15;
}
.cid-vdox3EfvQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdox3EfvQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdox3EfvQk .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-vdox3EfvQk .container-fluid {
    padding: 0 12px;
  }
}
.cid-vdox3EfvQk .container-fluid .row {
  padding: 0;
}
.cid-vdox3EfvQk .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-vdox3EfvQk .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdox3EfvQk .card {
    padding: 48px 20px;
  }
}
.cid-vdox3EfvQk .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-vdox3EfvQk .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdox3EfvQk .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdox3EfvQk .card .google-map {
    height: 250px;
  }
}
.cid-vdox3EfvQk .card .google-map iframe {
  height: 100%;
}
.cid-vdox3EfvQk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdo2oxrONT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo2oxrONT .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vdo2oxrONT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdo2oxrONT .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-vdo2oxrONT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdo2oyAQqE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282d15;
}
.cid-vdo2oyAQqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oyAQqE .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-vdo2oyAQqE .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdo2oyAQqE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo2oyAQqE .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #282d15;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdo2oyAQqE .panel-group .card {
    padding: 16px;
  }
}
.cid-vdo2oyAQqE .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdo2oyAQqE .panel-group .card:hover,
.cid-vdo2oyAQqE .panel-group .card:focus {
  border: 1px solid #ffffff;
}
.cid-vdo2oyAQqE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdo2oyAQqE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vdo2oyAQqE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdo2oyAQqE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #282d15;
}
.cid-vdo2oyAQqE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdo2oyAQqE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vdo2oyAQqE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vdo2oyAQqE .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-vdo2oyAQqE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdo2oyAQqE .mbr-section-title {
  color: #ffffff;
}
.cid-vdo2oyAQqE .panel-title-edit {
  color: #fdfde1;
}
.cid-vdo2oyAQqE .panel-text {
  color: #a5a5a5;
}
.cid-vdo2oyAQqE .mbr-section-title,
.cid-vdo2oyAQqE .mbr-section-btn {
  color: #fdfde1;
}
.cid-vdo2oAupru {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdo2oAupru .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-vdo2oAupru .card-wrapper:hover .card-title {
  color: #bcd948;
}
.cid-vdo2oAupru img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-vdo2oAupru .main-sub-title {
  background: #000000;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-vdo2oAupru .wrapper {
  background: #282d15;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-vdo2oAupru .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo2oAupru .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vdo2oAupru .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #bcd948;
}
.cid-vdo2oAupru .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-vdo2oAupru .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdo2oAupru span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-vdo2oAupru .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vdo2oAupru .main-text {
  color: #ffffff;
}
.cid-vdo2oAupru .card-text {
  color: #c8c8c8;
}
.cid-vdo2oAupru .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oAupru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo5cf2Zql {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo5cf2Zql .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo5cf2Zql .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-vdo5cf2Zql .container {
    padding: 0 20px;
  }
}
.cid-vdo5cf2Zql .row {
  margin: 0;
}
.cid-vdo5cf2Zql .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdo5cf2Zql .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdo5cf2Zql .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-vdo5cf2Zql .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-vdo5cf2Zql .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdo5cf2Zql .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-vdo5cf2Zql .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdo2oCwfb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo2oCwfb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oCwfb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo2oCwfb0 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdo2oCwfb0 .card {
    margin-bottom: 40px;
  }
}
.cid-vdo2oCwfb0 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vdo2oCwfb0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdo2oCwfb0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdo2oCwfb0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo2oCwfb0 .mbr-label {
  color: #be0000;
}
.cid-vdo2oCwfb0 .mbr-section-title {
  color: #000000;
}
.cid-vdo2oCwfb0 .mbr-text {
  color: #000000;
}
.cid-vdo2oDTlO6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdo2oDTlO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oDTlO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo2oDTlO6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdo2oDTlO6 .container-fluid {
    padding: 0 25px;
  }
}
.cid-vdo2oDTlO6 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vdo2oDTlO6 .container {
    padding: 0 25px;
  }
}
.cid-vdo2oDTlO6 .row {
  border: 1px solid #282d15;
}
.cid-vdo2oDTlO6 .card {
  padding: 0;
}
.cid-vdo2oDTlO6 .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdo2oDTlO6 .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-vdo2oDTlO6 .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-vdo2oDTlO6 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #282d15;
}
@media (max-width: 992px) {
  .cid-vdo2oDTlO6 .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-vdo2oDTlO6 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-vdo2oDTlO6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdo2oDTlO6 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-vdo2oDTlO6 .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-vdo2oDTlO6 .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-vdo2oDTlO6 .mbr-section-title {
  color: #ffffff;
}
.cid-vdo2oDTlO6 .mbr-text {
  color: #ffffff;
}
.cid-vdo2oDTlO6 .mbr-desc {
  color: #ffffff;
}
.cid-vdo2oDTlO6 .mbr-section-title,
.cid-vdo2oDTlO6 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdo2oFfBDa {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vdo2oFfBDa {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vdo2oFfBDa .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vdo2oFfBDa section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vdo2oFfBDa .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdo2oFfBDa .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oFfBDa .row .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-vdo2oFfBDa .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdo2oFfBDa .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdo2oFfBDa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo2oFfBDa .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdo2oFfBDa .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-vdo2oFfBDa .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdo2oFfBDa .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vdo2oFfBDa .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-vdo2oFfBDa .mbr-section-title {
  color: #ed2c03;
}
.cid-vdo2oFfBDa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vdo2oFfBDa .mbr-section-title,
.cid-vdo2oFfBDa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdoaHiNSkA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdoaHiNSkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdoaHiNSkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdoaHiNSkA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdoaHiNSkA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdoaHiNSkA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdoaHiNSkA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdoaHiNSkA .container {
    padding: 0 16px;
  }
}
.cid-vdoaHiNSkA .row {
  justify-content: center;
}
.cid-vdoaHiNSkA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdoaHiNSkA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdoaHiNSkA .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-vdoaHiNSkA .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vdoaHiNSkA .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-vdoaHiNSkA .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vdoaHiNSkA .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-vdoaHiNSkA .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdoaHiNSkA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vdoaHiNSkA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdoaHiNSkA .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-vdoaHiNSkA .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdoaHiNSkA .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-vdoaHiNSkA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdoaHiNSkA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdoaHiNSkA .panel-title {
  color: #000000;
}
.cid-vdoaHiNSkA .panel-text {
  color: #000000;
}
.cid-vdo2oGvXQT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-vdo2oGvXQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oGvXQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo2oGvXQT .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdo2oGvXQT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo2oGvXQT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vdo2oGvXQT .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo2oGvXQT .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdo2oGvXQT .google-map {
  height: 100%;
  position: relative;
}
.cid-vdo2oGvXQT .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdo2oGvXQT .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdo2oGvXQT .google-map [data-state-details] {
  color: #4b4b4b;
  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-vdo2oGvXQT .google-map[data-state] {
  background: #ffffff;
}
.cid-vdo2oGvXQT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdo2oGvXQT ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdo2oGvXQT .content-head {
  max-width: 800px;
}
.cid-vdo2oGvXQT .mbr-section-title {
  color: #000000;
}
.cid-vdo2oGvXQT .cardTitle {
  color: #000000;
}
.cid-vdo2oGvXQT .list,
.cid-vdo2oGvXQT .item-wrap {
  color: #000000;
}
.cid-vdo2oHRb59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdo2oHRb59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo2oHRb59 .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-vdo2oHRb59 .container {
    padding: 0 16px;
  }
}
.cid-vdo2oHRb59 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdo2oHRb59 .card {
    margin-bottom: 40px;
  }
}
.cid-vdo2oHRb59 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdo2oHRb59 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdo2oHRb59 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vdo2oHRb59 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdo2oHRb59 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdo2oHRb59 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vdo2oHRb59 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdo2oHRb59 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vdo2oHRb59 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdo2oHRb59 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vdo2oHRb59 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vdo2oHRb59 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdo2oHRb59 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdo2oHRb59 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vdo2oHRb59 .mbr-section-title {
  color: #ffffff;
}
.cid-vdo2oHRb59 .copyright {
  color: #ffffff;
}
.cid-vdo2oHRb59 .mbr-card-title {
  color: #ffffff;
}
.cid-vdo2oHRb59 .list {
  color: #ffffff;
}
.cid-vdo9iviQHx .nav-item:focus,
.cid-vdo9iviQHx .nav-link:focus {
  outline: none;
}
.cid-vdo9iviQHx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdo9iviQHx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdo9iviQHx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdo9iviQHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdo9iviQHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdo9iviQHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdo9iviQHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdo9iviQHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdo9iviQHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdo9iviQHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdo9iviQHx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdo9iviQHx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vdo9iviQHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdo9iviQHx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdo9iviQHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdo9iviQHx .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdo9iviQHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdo9iviQHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdo9iviQHx .dropdown-item.active,
.cid-vdo9iviQHx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdo9iviQHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdo9iviQHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdo9iviQHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdo9iviQHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdo9iviQHx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdo9iviQHx .navbar-buttons {
  text-align: center;
}
.cid-vdo9iviQHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdo9iviQHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdo9iviQHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdo9iviQHx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdo9iviQHx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdo9iviQHx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdo9iviQHx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdo9iviQHx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdo9iviQHx .nav-link:hover,
.cid-vdo9iviQHx .dropdown-item:hover,
.cid-vdo9iviQHx .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-vdo53LVV8Y {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #282d15;
}
.cid-vdo53LVV8Y .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdo53LVV8Y .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vdo53LVV8Y .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdo53LVV8Y .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.cid-vdo53LVV8Y .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vdo53LVV8Y .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vdo53LVV8Y .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  pointer-events: none;
}
.cid-vdo53LVV8Y .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vdo53LVV8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53LVV8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo53LVV8Y .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vdo53LVV8Y .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vdo53LVV8Y .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vdo53LVV8Y .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vdo53LVV8Y .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdo53LVV8Y .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdo53LVV8Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdo53LVV8Y .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vdo53LVV8Y .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vdo53LVV8Y .mbr-section-title {
  color: #323432;
}
.cid-vdo53LVV8Y .mbr-text,
.cid-vdo53LVV8Y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdo53LVV8Y .mbr-section-title,
.cid-vdo53LVV8Y .mbr-section-btn,
.cid-vdo53LVV8Y .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vdo53NnH1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4ef;
}
.cid-vdo53NnH1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53NnH1h .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-vdo53NnH1h .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vdo53NnH1h .container {
    padding: 0 12px;
  }
}
.cid-vdo53NnH1h .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo53NnH1h .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
  text-align: justify;
}
.cid-vdo53NnH1h .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vdo53NnH1h .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #282d15;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vdo53NnH1h .mbr-section-title {
  color: #000000;
}
.cid-vdo53OasZ3 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdo53OasZ3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282d15;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-vdo53OasZ3 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo53OasZ3 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-vdo53OasZ3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo53OasZ3 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-vdo53OasZ3 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-vdo53OasZ3 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-vdo53OasZ3 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-vdo53OasZ3 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-vdo53OasZ3 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vdo53OasZ3 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-vdo53OasZ3 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-vdo53OasZ3 .mbr-text {
  color: #000000;
}
.cid-vdo53P5XOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo53P5XOO .row {
  align-items: center;
  width: 100%;
}
.cid-vdo53P5XOO .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-vdo53P5XOO .mbr-section-title {
  color: #f3f4ef;
}
.cid-vdo53P5XOO .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-vdo53P5XOO .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdo53P5XOO .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-vdo53P5XOO .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vdo53P5XOO .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #2c3117;
}
@media (max-width: 991px) {
  .cid-vdo53P5XOO .text-container {
    padding: 24px;
  }
}
.cid-vdo53P5XOO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vdo53P5XOO .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-vdo53P5XOO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ddff55;
}
.cid-vdo53P5XOO .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vdo53P5XOO .mbr-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-vdo53Qjn1a {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/avaya-aura-cm-scaled-2000x988.jpg");
}
.cid-vdo53Qjn1a .mbr-overlay {
  background: #1b1f0a;
  opacity: 0.8;
}
.cid-vdo53Qjn1a .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vdo53Qjn1a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdo53Qjn1a .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-vdo53Qjn1a .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdo53R1CwP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo53R1CwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53R1CwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo53R1CwP .row {
  margin: 0 -32px;
}
.cid-vdo53R1CwP .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-vdo53R1CwP .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdo53R1CwP .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdo53R1CwP .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vdo53R1CwP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo53R1CwP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdo53R1CwP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdo53R1CwP .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdo53R1CwP .image-wrapper {
  padding: 12px;
  border: 1px solid #2c3117;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vdo53R1CwP .image-wrapper {
    padding: 6px;
  }
}
.cid-vdo53R1CwP .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #282d15;
  border: 1px solid #2c3117;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #282d15;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdo53R1CwP .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vdo53R1CwP .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdo53R1CwP .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vdo53R1CwP .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vdo53R1CwP .mbr-label {
  color: #49496d;
}
.cid-vdo53R1CwP .mbr-section-title {
  color: #181824;
}
.cid-vdo53R1CwP .mbr-text,
.cid-vdo53R1CwP .text-wrapper {
  color: #000000;
}
.cid-vdo53R1CwP .mbr-section-title,
.cid-vdo53R1CwP .mbr-section-btn {
  color: #000000;
}
.cid-vdox7rzpDY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282d15;
}
.cid-vdox7rzpDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdox7rzpDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdox7rzpDY .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-vdox7rzpDY .container-fluid {
    padding: 0 12px;
  }
}
.cid-vdox7rzpDY .container-fluid .row {
  padding: 0;
}
.cid-vdox7rzpDY .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-vdox7rzpDY .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdox7rzpDY .card {
    padding: 48px 20px;
  }
}
.cid-vdox7rzpDY .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-vdox7rzpDY .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdox7rzpDY .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdox7rzpDY .card .google-map {
    height: 250px;
  }
}
.cid-vdox7rzpDY .card .google-map iframe {
  height: 100%;
}
.cid-vdox7rzpDY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdo53RX9CG {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo53RX9CG .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vdo53RX9CG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdo53RX9CG .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-vdo53RX9CG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdo53SG5SW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282d15;
}
.cid-vdo53SG5SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53SG5SW .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-vdo53SG5SW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdo53SG5SW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdo53SG5SW .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #282d15;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdo53SG5SW .panel-group .card {
    padding: 16px;
  }
}
.cid-vdo53SG5SW .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdo53SG5SW .panel-group .card:hover,
.cid-vdo53SG5SW .panel-group .card:focus {
  border: 1px solid #ffffff;
}
.cid-vdo53SG5SW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdo53SG5SW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vdo53SG5SW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdo53SG5SW .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #282d15;
}
.cid-vdo53SG5SW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdo53SG5SW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vdo53SG5SW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vdo53SG5SW .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-vdo53SG5SW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdo53SG5SW .mbr-section-title {
  color: #ffffff;
}
.cid-vdo53SG5SW .panel-title-edit {
  color: #fdfde1;
}
.cid-vdo53SG5SW .panel-text {
  color: #a5a5a5;
}
.cid-vdo53SG5SW .mbr-section-title,
.cid-vdo53SG5SW .mbr-section-btn {
  color: #fdfde1;
}
.cid-vdo53TQqZB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdo53TQqZB .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-vdo53TQqZB .card-wrapper:hover .card-title {
  color: #bcd948;
}
.cid-vdo53TQqZB img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-vdo53TQqZB .main-sub-title {
  background: #000000;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-vdo53TQqZB .wrapper {
  background: #282d15;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-vdo53TQqZB .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo53TQqZB .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vdo53TQqZB .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #bcd948;
}
.cid-vdo53TQqZB .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-vdo53TQqZB .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdo53TQqZB span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-vdo53TQqZB .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vdo53TQqZB .main-text {
  color: #ffffff;
}
.cid-vdo53TQqZB .card-text {
  color: #c8c8c8;
}
.cid-vdo53TQqZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53TQqZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo53Ve66R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo53Ve66R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53Ve66R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo53Ve66R .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdo53Ve66R .card {
    margin-bottom: 40px;
  }
}
.cid-vdo53Ve66R .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vdo53Ve66R .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdo53Ve66R .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdo53Ve66R .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo53Ve66R .mbr-label {
  color: #be0000;
}
.cid-vdo53Ve66R .mbr-section-title {
  color: #000000;
}
.cid-vdo53Ve66R .mbr-text {
  color: #000000;
}
.cid-vdo53WaHu1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdo53WaHu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53WaHu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo53WaHu1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdo53WaHu1 .container-fluid {
    padding: 0 25px;
  }
}
.cid-vdo53WaHu1 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vdo53WaHu1 .container {
    padding: 0 25px;
  }
}
.cid-vdo53WaHu1 .row {
  border: 1px solid #282d15;
}
.cid-vdo53WaHu1 .card {
  padding: 0;
}
.cid-vdo53WaHu1 .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdo53WaHu1 .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-vdo53WaHu1 .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-vdo53WaHu1 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #282d15;
}
@media (max-width: 992px) {
  .cid-vdo53WaHu1 .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-vdo53WaHu1 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-vdo53WaHu1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdo53WaHu1 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-vdo53WaHu1 .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-vdo53WaHu1 .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-vdo53WaHu1 .mbr-section-title {
  color: #ffffff;
}
.cid-vdo53WaHu1 .mbr-text {
  color: #ffffff;
}
.cid-vdo53WaHu1 .mbr-desc {
  color: #ffffff;
}
.cid-vdo53WaHu1 .mbr-section-title,
.cid-vdo53WaHu1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdo53X5DZR {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vdo53X5DZR {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vdo53X5DZR .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vdo53X5DZR section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vdo53X5DZR .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdo53X5DZR .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53X5DZR .row .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-vdo53X5DZR .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdo53X5DZR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdo53X5DZR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo53X5DZR .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdo53X5DZR .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-vdo53X5DZR .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdo53X5DZR .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vdo53X5DZR .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-vdo53X5DZR .mbr-section-title {
  color: #ed2c03;
}
.cid-vdo53X5DZR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vdo53X5DZR .mbr-section-title,
.cid-vdo53X5DZR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdo8hBj30J {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdo8hBj30J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo8hBj30J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo8hBj30J .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdo8hBj30J .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdo8hBj30J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vdo8hBj30J .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vdo8hBj30J .container {
    padding: 0 16px;
  }
}
.cid-vdo8hBj30J .row {
  justify-content: center;
}
.cid-vdo8hBj30J .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdo8hBj30J .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdo8hBj30J .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-vdo8hBj30J .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vdo8hBj30J .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-vdo8hBj30J .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vdo8hBj30J .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-vdo8hBj30J .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdo8hBj30J .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vdo8hBj30J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdo8hBj30J .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-vdo8hBj30J .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdo8hBj30J .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-vdo8hBj30J .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdo8hBj30J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdo8hBj30J .panel-title {
  color: #000000;
}
.cid-vdo8hBj30J .panel-text {
  color: #000000;
}
.cid-vdo53Y1Vfo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-vdo53Y1Vfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53Y1Vfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo53Y1Vfo .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdo53Y1Vfo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo53Y1Vfo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vdo53Y1Vfo .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdo53Y1Vfo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdo53Y1Vfo .google-map {
  height: 100%;
  position: relative;
}
.cid-vdo53Y1Vfo .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdo53Y1Vfo .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdo53Y1Vfo .google-map [data-state-details] {
  color: #4b4b4b;
  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-vdo53Y1Vfo .google-map[data-state] {
  background: #ffffff;
}
.cid-vdo53Y1Vfo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdo53Y1Vfo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdo53Y1Vfo .content-head {
  max-width: 800px;
}
.cid-vdo53Y1Vfo .mbr-section-title {
  color: #000000;
}
.cid-vdo53Y1Vfo .cardTitle {
  color: #000000;
}
.cid-vdo53Y1Vfo .list,
.cid-vdo53Y1Vfo .item-wrap {
  color: #000000;
}
.cid-vdo53Z9pDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdo53Z9pDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo53Z9pDY .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-vdo53Z9pDY .container {
    padding: 0 16px;
  }
}
.cid-vdo53Z9pDY .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdo53Z9pDY .card {
    margin-bottom: 40px;
  }
}
.cid-vdo53Z9pDY .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdo53Z9pDY .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdo53Z9pDY .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vdo53Z9pDY .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdo53Z9pDY .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdo53Z9pDY .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vdo53Z9pDY .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdo53Z9pDY .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vdo53Z9pDY .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdo53Z9pDY .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vdo53Z9pDY .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vdo53Z9pDY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdo53Z9pDY .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdo53Z9pDY .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vdo53Z9pDY .mbr-section-title {
  color: #ffffff;
}
.cid-vdo53Z9pDY .copyright {
  color: #ffffff;
}
.cid-vdo53Z9pDY .mbr-card-title {
  color: #ffffff;
}
.cid-vdo53Z9pDY .list {
  color: #ffffff;
}
.cid-vdol0ZJ7s0 .nav-item:focus,
.cid-vdol0ZJ7s0 .nav-link:focus {
  outline: none;
}
.cid-vdol0ZJ7s0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdol0ZJ7s0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdol0ZJ7s0 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdol0ZJ7s0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdol0ZJ7s0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdol0ZJ7s0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdol0ZJ7s0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdol0ZJ7s0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdol0ZJ7s0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdol0ZJ7s0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdol0ZJ7s0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdol0ZJ7s0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdol0ZJ7s0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdol0ZJ7s0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdol0ZJ7s0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdol0ZJ7s0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdol0ZJ7s0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdol0ZJ7s0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdol0ZJ7s0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdol0ZJ7s0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdol0ZJ7s0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdol0ZJ7s0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vdol0ZJ7s0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdol0ZJ7s0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdol0ZJ7s0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdol0ZJ7s0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdol0ZJ7s0 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdol0ZJ7s0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdol0ZJ7s0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdol0ZJ7s0 .dropdown-item.active,
.cid-vdol0ZJ7s0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdol0ZJ7s0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdol0ZJ7s0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdol0ZJ7s0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdol0ZJ7s0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdol0ZJ7s0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdol0ZJ7s0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdol0ZJ7s0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdol0ZJ7s0 .navbar-buttons {
  text-align: center;
}
.cid-vdol0ZJ7s0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdol0ZJ7s0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdol0ZJ7s0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdol0ZJ7s0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdol0ZJ7s0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdol0ZJ7s0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdol0ZJ7s0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdol0ZJ7s0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdol0ZJ7s0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdol0ZJ7s0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdol0ZJ7s0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdol0ZJ7s0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdol0ZJ7s0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdol0ZJ7s0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdol0ZJ7s0 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdol0ZJ7s0 .nav-link:hover,
.cid-vdol0ZJ7s0 .dropdown-item:hover,
.cid-vdol0ZJ7s0 .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-vdol0K4MAN {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #282d15;
}
.cid-vdol0K4MAN .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdol0K4MAN .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vdol0K4MAN .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdol0K4MAN .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.cid-vdol0K4MAN .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vdol0K4MAN .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vdol0K4MAN .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  pointer-events: none;
}
.cid-vdol0K4MAN .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vdol0K4MAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdol0K4MAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdol0K4MAN .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vdol0K4MAN .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vdol0K4MAN .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vdol0K4MAN .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vdol0K4MAN .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdol0K4MAN .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdol0K4MAN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdol0K4MAN .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vdol0K4MAN .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vdol0K4MAN .mbr-section-title {
  color: #323432;
}
.cid-vdol0K4MAN .mbr-text,
.cid-vdol0K4MAN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdol0K4MAN .mbr-section-title,
.cid-vdol0K4MAN .mbr-section-btn,
.cid-vdol0K4MAN .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vdol0VRIqD {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vdol0VRIqD {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vdol0VRIqD .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vdol0VRIqD section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vdol0VRIqD .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdol0VRIqD .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdol0VRIqD .row .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-vdol0VRIqD .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdol0VRIqD .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdol0VRIqD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdol0VRIqD .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdol0VRIqD .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-vdol0VRIqD .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdol0VRIqD .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vdol0VRIqD .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-vdol0VRIqD .mbr-section-title {
  color: #ed2c03;
}
.cid-vdol0VRIqD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vdol0VRIqD .mbr-section-title,
.cid-vdol0VRIqD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdol0Xwy6B {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-vdol0Xwy6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdol0Xwy6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdol0Xwy6B .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdol0Xwy6B .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdol0Xwy6B .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vdol0Xwy6B .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdol0Xwy6B .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdol0Xwy6B .google-map {
  height: 100%;
  position: relative;
}
.cid-vdol0Xwy6B .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdol0Xwy6B .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdol0Xwy6B .google-map [data-state-details] {
  color: #4b4b4b;
  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-vdol0Xwy6B .google-map[data-state] {
  background: #ffffff;
}
.cid-vdol0Xwy6B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdol0Xwy6B ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdol0Xwy6B .content-head {
  max-width: 800px;
}
.cid-vdol0Xwy6B .mbr-section-title {
  color: #000000;
}
.cid-vdol0Xwy6B .cardTitle {
  color: #000000;
}
.cid-vdol0Xwy6B .list,
.cid-vdol0Xwy6B .item-wrap {
  color: #000000;
}
.cid-vdol0YGavl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdol0YGavl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdol0YGavl .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-vdol0YGavl .container {
    padding: 0 16px;
  }
}
.cid-vdol0YGavl .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdol0YGavl .card {
    margin-bottom: 40px;
  }
}
.cid-vdol0YGavl .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdol0YGavl .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdol0YGavl .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vdol0YGavl .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdol0YGavl .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdol0YGavl .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vdol0YGavl .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdol0YGavl .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vdol0YGavl .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdol0YGavl .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vdol0YGavl .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vdol0YGavl .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdol0YGavl .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdol0YGavl .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vdol0YGavl .mbr-section-title {
  color: #ffffff;
}
.cid-vdol0YGavl .copyright {
  color: #ffffff;
}
.cid-vdol0YGavl .mbr-card-title {
  color: #ffffff;
}
.cid-vdol0YGavl .list {
  color: #ffffff;
}
.cid-vdolTHeqwW .nav-item:focus,
.cid-vdolTHeqwW .nav-link:focus {
  outline: none;
}
.cid-vdolTHeqwW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdolTHeqwW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdolTHeqwW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdolTHeqwW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdolTHeqwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdolTHeqwW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdolTHeqwW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdolTHeqwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdolTHeqwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdolTHeqwW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdolTHeqwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdolTHeqwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdolTHeqwW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdolTHeqwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdolTHeqwW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdolTHeqwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdolTHeqwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdolTHeqwW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdolTHeqwW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdolTHeqwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdolTHeqwW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdolTHeqwW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vdolTHeqwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdolTHeqwW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdolTHeqwW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdolTHeqwW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdolTHeqwW .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdolTHeqwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdolTHeqwW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdolTHeqwW .dropdown-item.active,
.cid-vdolTHeqwW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdolTHeqwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdolTHeqwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdolTHeqwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdolTHeqwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdolTHeqwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdolTHeqwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdolTHeqwW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdolTHeqwW .navbar-buttons {
  text-align: center;
}
.cid-vdolTHeqwW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdolTHeqwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdolTHeqwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdolTHeqwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdolTHeqwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdolTHeqwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdolTHeqwW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdolTHeqwW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdolTHeqwW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdolTHeqwW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdolTHeqwW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdolTHeqwW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdolTHeqwW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdolTHeqwW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdolTHeqwW .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdolTHeqwW .nav-link:hover,
.cid-vdolTHeqwW .dropdown-item:hover,
.cid-vdolTHeqwW .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-vdolTCAgAe {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #282d15;
}
.cid-vdolTCAgAe .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdolTCAgAe .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vdolTCAgAe .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdolTCAgAe .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.cid-vdolTCAgAe .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vdolTCAgAe .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vdolTCAgAe .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  pointer-events: none;
}
.cid-vdolTCAgAe .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2c3117;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vdolTCAgAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdolTCAgAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdolTCAgAe .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vdolTCAgAe .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vdolTCAgAe .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vdolTCAgAe .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vdolTCAgAe .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdolTCAgAe .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdolTCAgAe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdolTCAgAe .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vdolTCAgAe .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vdolTCAgAe .mbr-section-title {
  color: #323432;
}
.cid-vdolTCAgAe .mbr-text,
.cid-vdolTCAgAe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdolTCAgAe .mbr-section-title,
.cid-vdolTCAgAe .mbr-section-btn,
.cid-vdolTCAgAe .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vdolTE5lPb {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vdolTE5lPb {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vdolTE5lPb .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vdolTE5lPb section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vdolTE5lPb .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdolTE5lPb .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdolTE5lPb .row .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-vdolTE5lPb .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdolTE5lPb .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdolTE5lPb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdolTE5lPb .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdolTE5lPb .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-vdolTE5lPb .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vdolTE5lPb .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vdolTE5lPb .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-vdolTE5lPb .mbr-section-title {
  color: #ed2c03;
}
.cid-vdolTE5lPb .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vdolTE5lPb .mbr-section-title,
.cid-vdolTE5lPb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdolTF5KGp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-vdolTF5KGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdolTF5KGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdolTF5KGp .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdolTF5KGp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdolTF5KGp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vdolTF5KGp .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdolTF5KGp .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vdolTF5KGp .google-map {
  height: 100%;
  position: relative;
}
.cid-vdolTF5KGp .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdolTF5KGp .google-map iframe {
    min-height: 350px;
  }
}
.cid-vdolTF5KGp .google-map [data-state-details] {
  color: #4b4b4b;
  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-vdolTF5KGp .google-map[data-state] {
  background: #ffffff;
}
.cid-vdolTF5KGp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdolTF5KGp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vdolTF5KGp .content-head {
  max-width: 800px;
}
.cid-vdolTF5KGp .mbr-section-title {
  color: #000000;
}
.cid-vdolTF5KGp .cardTitle {
  color: #000000;
}
.cid-vdolTF5KGp .list,
.cid-vdolTF5KGp .item-wrap {
  color: #000000;
}
.cid-vdolTG9tkI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282d15;
}
.cid-vdolTG9tkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdolTG9tkI .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-vdolTG9tkI .container {
    padding: 0 16px;
  }
}
.cid-vdolTG9tkI .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdolTG9tkI .card {
    margin-bottom: 40px;
  }
}
.cid-vdolTG9tkI .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdolTG9tkI .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdolTG9tkI .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vdolTG9tkI .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdolTG9tkI .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdolTG9tkI .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vdolTG9tkI .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdolTG9tkI .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vdolTG9tkI .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdolTG9tkI .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vdolTG9tkI .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vdolTG9tkI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdolTG9tkI .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdolTG9tkI .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vdolTG9tkI .mbr-section-title {
  color: #ffffff;
}
.cid-vdolTG9tkI .copyright {
  color: #ffffff;
}
.cid-vdolTG9tkI .mbr-card-title {
  color: #ffffff;
}
.cid-vdolTG9tkI .list {
  color: #ffffff;
}
