.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vctxuLqzgj .nav-item:focus,
.cid-vctxuLqzgj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vctxuLqzgj .nav-item {
    position: relative;
  }
}
.cid-vctxuLqzgj .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #000000;
}
.cid-vctxuLqzgj .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #000000;
}
.cid-vctxuLqzgj .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vctxuLqzgj .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vctxuLqzgj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vctxuLqzgj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vctxuLqzgj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vctxuLqzgj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vctxuLqzgj .navbar.collapsed .navbar-collapse.show,
.cid-vctxuLqzgj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vctxuLqzgj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vctxuLqzgj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vctxuLqzgj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vctxuLqzgj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vctxuLqzgj .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vctxuLqzgj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vctxuLqzgj .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-vctxuLqzgj .navbar.collapsed .right-menu,
.cid-vctxuLqzgj .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vctxuLqzgj .navbar .navbar-collapse.show,
  .cid-vctxuLqzgj .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vctxuLqzgj .navbar .navbar-collapse.show .brand-container,
  .cid-vctxuLqzgj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vctxuLqzgj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vctxuLqzgj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vctxuLqzgj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vctxuLqzgj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vctxuLqzgj .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vctxuLqzgj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vctxuLqzgj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vctxuLqzgj .navbar .right-menu,
  .cid-vctxuLqzgj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vctxuLqzgj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vctxuLqzgj .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-vctxuLqzgj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vctxuLqzgj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-vctxuLqzgj .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-vctxuLqzgj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vctxuLqzgj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vctxuLqzgj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vctxuLqzgj .dropdown-item.active,
.cid-vctxuLqzgj .dropdown-item:active {
  background-color: transparent;
}
.cid-vctxuLqzgj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vctxuLqzgj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vctxuLqzgj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vctxuLqzgj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vctxuLqzgj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vctxuLqzgj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vctxuLqzgj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vctxuLqzgj .navbar-buttons {
  margin-left: auto;
}
.cid-vctxuLqzgj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-vctxuLqzgj button.navbar-toggler:hover {
  outline: none;
}
.cid-vctxuLqzgj button.navbar-toggler:active {
  outline: none;
}
.cid-vctxuLqzgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vctxuLqzgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vctxuLqzgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vctxuLqzgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vctxuLqzgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vctxuLqzgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vctxuLqzgj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vctxuLqzgj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vctxuLqzgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vctxuLqzgj a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vctxuLqzgj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vctxuLqzgj .right-menu,
.cid-vctxuLqzgj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vctxuLqzgj .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vctxuLqzgj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vctxuLqzgj .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vctxuLqzgj .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vctxuLqzgj .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vctxuLqzgj .card-wrapper {
  z-index: 3;
}
.cid-vctxuLqzgj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vctxuLqzgj .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vctxuLqzgj .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-vctxuLqzgj .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-vctxuLqzgj .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-vctxuLqzgj .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-vctxuLqzgj .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-vctxuLqzgj .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-vctxuLqzgj .link {
  padding: 0;
  margin: 0;
}
.cid-vctxuLqzgj .dropdown-menu {
  margin-top: 0px;
}
.cid-vctxuLqzgj .navbar-caption {
  color: #ffffff;
}
.cid-vctxuLqzgj .navbar-caption:hover {
  color: #ffffff;
}
.cid-vctxuLqzgj .dropdown-item:hover {
  color: #9fe870 !important;
}
.cid-vctxuLqzgj .dropdown-toggle:after {
  display: none;
}
.cid-vctxuLqzgj a:hover .line-animation {
  opacity: 1;
}
.cid-vctxuLqzgj .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-vctxuLqzgj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vctxuLqzgj .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-vey4vDOoHR .modal-body .close {
  background: #1b1b1b;
}
.cid-vey4vDOoHR .modal-body .close span {
  font-style: normal;
}
.cid-vey4vDOoHR .carousel-inner > .active,
.cid-vey4vDOoHR .carousel-inner > .next,
.cid-vey4vDOoHR .carousel-inner > .prev {
  display: flex;
}
.cid-vey4vDOoHR .carousel-control .icon-next,
.cid-vey4vDOoHR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vey4vDOoHR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vey4vDOoHR .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vey4vDOoHR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vey4vDOoHR .boxed-slider > div {
  position: relative;
}
.cid-vey4vDOoHR .container img {
  width: 100%;
}
.cid-vey4vDOoHR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vey4vDOoHR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vey4vDOoHR .mbr-table-cell {
  padding: 0;
}
.cid-vey4vDOoHR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vey4vDOoHR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-vey4vDOoHR .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vey4vDOoHR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vey4vDOoHR .carousel-item.active.right,
.cid-vey4vDOoHR .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vey4vDOoHR .carousel-item.active.left,
.cid-vey4vDOoHR .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vey4vDOoHR .carousel-item.active,
.cid-vey4vDOoHR .carousel-item.next.left,
.cid-vey4vDOoHR .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vey4vDOoHR .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-vey4vDOoHR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vey4vDOoHR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vey4vDOoHR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vey4vDOoHR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vey4vDOoHR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vey4vDOoHR .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vey4vDOoHR .mbr-slider .carousel-indicators li.active,
.cid-vey4vDOoHR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vey4vDOoHR .mbr-slider .carousel-indicators li::after,
.cid-vey4vDOoHR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vey4vDOoHR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vey4vDOoHR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vey4vDOoHR .mbr-slider > .container img {
  width: 100%;
}
.cid-vey4vDOoHR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vey4vDOoHR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vey4vDOoHR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vey4vDOoHR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vey4vDOoHR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vey4vDOoHR .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vey4vDOoHR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vey4vDOoHR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vey4vDOoHR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vey4vDOoHR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vey4vDOoHR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vey4vDOoHR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vey4vDOoHR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vctzjQtVfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vctzjQtVfc img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-vctzjQtVfc img:hover {
  transform: scale(1.1);
}
.cid-vctzjQtVfc .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vctzjQtVfc h2 {
  padding: 0;
  margin: 0;
}
.cid-vctzjQtVfc .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vctzjQtVfc .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-vctzjQtVfc .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-vctzjQtVfc .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-vctzjQtVfc .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-vctzjQtVfc .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-vctzjQtVfc .mbr-iconfont {
  margin: 0!important;
}
.cid-vctzjQtVfc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vctzjQtVfc .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vctzjQtVfc .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-vctzjQtVfc .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-vctzjQtVfc .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vctzjQtVfc H2 {
  color: #333333;
}
.cid-vctzjQtVfc .mbr-text {
  color: #edefeb;
}
.cid-vctzjQtVfc H1 {
  color: #ffffff;
}
.cid-vctEW38H4y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vctEW38H4y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vctEW38H4y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vctEW38H4y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vctEW38H4y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vctEW38H4y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vctEW38H4y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vctEW38H4y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vctEW38H4y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vctEW38H4y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vctAdgigCF {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-vctAdgigCF ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vctAdgigCF ul li {
  padding: 1rem 0;
}
.cid-vctAdgigCF ul li:hover {
  color: #9fe870;
}
.cid-vctAdgigCF .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-vctAdgigCF .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vctAdgigCF .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-vctAdgigCF .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vctAdgigCF .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-vctAdgigCF .map {
    height: auto;
  }
}
.cid-vctAdgigCF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vctAdgigCF .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-vctAdgigCF .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vctAdgigCF .social-list a:hover {
  opacity: 1;
}
.cid-vctAdgigCF .row-element,
.cid-vctAdgigCF .image-element {
  padding: 0;
}
.cid-vctAdgigCF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vctAdgigCF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #9fe870, #ffd7ef);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vctAdgigCF .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vctAdgigCF .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vctAdgigCF .text-content {
    padding: 2rem 1rem;
  }
  .cid-vctAdgigCF .underline .line {
    height: 2px;
  }
  .cid-vctAdgigCF .mbr-title,
  .cid-vctAdgigCF .underline,
  .cid-vctAdgigCF .mbr-text,
  .cid-vctAdgigCF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vctAdgigCF .mbr-title,
.cid-vctAdgigCF .underline {
  color: #ffffff;
}
.cid-vctAdgigCF .mbr-text,
.cid-vctAdgigCF .mbr-section-btn {
  color: #ffffff;
}
.cid-vctAdgigCF mbr-list LI {
  color: #ffffff;
}
.cid-vctAdgigCF mbr-list {
  text-align: center;
}
.cid-vctAdgigCF .mbr-list,
.cid-vctAdgigCF .social-list mbr-list {
  color: #ffffff;
}
.cid-vctDBb8Zif {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vctE1lJWrz .nav-item:focus,
.cid-vctE1lJWrz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vctE1lJWrz .nav-item {
    position: relative;
  }
}
.cid-vctE1lJWrz .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #000000;
}
.cid-vctE1lJWrz .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #000000;
}
.cid-vctE1lJWrz .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vctE1lJWrz .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vctE1lJWrz .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vctE1lJWrz .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vctE1lJWrz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vctE1lJWrz .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vctE1lJWrz .navbar.collapsed .navbar-collapse.show,
.cid-vctE1lJWrz .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vctE1lJWrz .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vctE1lJWrz .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vctE1lJWrz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vctE1lJWrz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vctE1lJWrz .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vctE1lJWrz .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vctE1lJWrz .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-vctE1lJWrz .navbar.collapsed .right-menu,
.cid-vctE1lJWrz .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vctE1lJWrz .navbar .navbar-collapse.show,
  .cid-vctE1lJWrz .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vctE1lJWrz .navbar .navbar-collapse.show .brand-container,
  .cid-vctE1lJWrz .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vctE1lJWrz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vctE1lJWrz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vctE1lJWrz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vctE1lJWrz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vctE1lJWrz .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vctE1lJWrz .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vctE1lJWrz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vctE1lJWrz .navbar .right-menu,
  .cid-vctE1lJWrz .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vctE1lJWrz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vctE1lJWrz .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-vctE1lJWrz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vctE1lJWrz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-vctE1lJWrz .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-vctE1lJWrz .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vctE1lJWrz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vctE1lJWrz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vctE1lJWrz .dropdown-item.active,
.cid-vctE1lJWrz .dropdown-item:active {
  background-color: transparent;
}
.cid-vctE1lJWrz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vctE1lJWrz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vctE1lJWrz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vctE1lJWrz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vctE1lJWrz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vctE1lJWrz ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vctE1lJWrz ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vctE1lJWrz .navbar-buttons {
  margin-left: auto;
}
.cid-vctE1lJWrz button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-vctE1lJWrz button.navbar-toggler:hover {
  outline: none;
}
.cid-vctE1lJWrz button.navbar-toggler:active {
  outline: none;
}
.cid-vctE1lJWrz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vctE1lJWrz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vctE1lJWrz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vctE1lJWrz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vctE1lJWrz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vctE1lJWrz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vctE1lJWrz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vctE1lJWrz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vctE1lJWrz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vctE1lJWrz a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vctE1lJWrz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vctE1lJWrz .right-menu,
.cid-vctE1lJWrz .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vctE1lJWrz .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vctE1lJWrz .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vctE1lJWrz .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vctE1lJWrz .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vctE1lJWrz .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vctE1lJWrz .card-wrapper {
  z-index: 3;
}
.cid-vctE1lJWrz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vctE1lJWrz .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vctE1lJWrz .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-vctE1lJWrz .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-vctE1lJWrz .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-vctE1lJWrz .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-vctE1lJWrz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-vctE1lJWrz .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-vctE1lJWrz .link {
  padding: 0;
  margin: 0;
}
.cid-vctE1lJWrz .dropdown-menu {
  margin-top: 0px;
}
.cid-vctE1lJWrz .navbar-caption {
  color: #ffffff;
}
.cid-vctE1lJWrz .navbar-caption:hover {
  color: #ffffff;
}
.cid-vctE1lJWrz .dropdown-item:hover {
  color: #9fe870 !important;
}
.cid-vctE1lJWrz .dropdown-toggle:after {
  display: none;
}
.cid-vctE1lJWrz a:hover .line-animation {
  opacity: 1;
}
.cid-vctE1lJWrz .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-vctE1lJWrz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vctE1lJWrz .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-vcLkseogjG {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLkseogjG .mbr-text,
.cid-vcLkseogjG .ornament {
  color: #ffffff;
}
.cid-vcLlfO4NKb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vcLlfO4NKb .card-img {
  background-color: #fff;
}
.cid-vcLlfO4NKb .card {
  align-self: stretch;
}
.cid-vcLlfO4NKb .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLlfO4NKb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLlfO4NKb p {
  text-align: left;
}
.cid-vcLlfO4NKb .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLlfO4NKb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLlfO4NKb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLlfO4NKb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLlfO4NKb .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLvEx4OrW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLvEx4OrW .card-img {
  background-color: #fff;
}
.cid-vcLvEx4OrW .card {
  align-self: stretch;
}
.cid-vcLvEx4OrW .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLvEx4OrW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLvEx4OrW p {
  text-align: left;
}
.cid-vcLvEx4OrW .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLvEx4OrW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLvEx4OrW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLvEx4OrW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLvEx4OrW .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLxFf6NmE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLxFf6NmE .card-img {
  background-color: #fff;
}
.cid-vcLxFf6NmE .card {
  align-self: stretch;
}
.cid-vcLxFf6NmE .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLxFf6NmE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLxFf6NmE p {
  text-align: left;
}
.cid-vcLxFf6NmE .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLxFf6NmE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLxFf6NmE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLxFf6NmE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLxFf6NmE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLyZ3pdjS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLyZ3pdjS .card-img {
  background-color: #fff;
}
.cid-vcLyZ3pdjS .card {
  align-self: stretch;
}
.cid-vcLyZ3pdjS .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLyZ3pdjS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLyZ3pdjS p {
  text-align: left;
}
.cid-vcLyZ3pdjS .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLyZ3pdjS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLyZ3pdjS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLyZ3pdjS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLyZ3pdjS .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veyaqQTvno {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-veyaqQTvno .card-img {
  background-color: #fff;
}
.cid-veyaqQTvno .card {
  align-self: stretch;
}
.cid-veyaqQTvno .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-veyaqQTvno h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-veyaqQTvno p {
  text-align: left;
}
.cid-veyaqQTvno .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-veyaqQTvno .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veyaqQTvno .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-veyaqQTvno .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-veyaqQTvno .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLAzcnorV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLAzcnorV .mbr-text,
.cid-vcLAzcnorV .ornament {
  color: #ffffff;
}
.cid-vcLA9NyNYB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLA9NyNYB .card-img {
  background-color: #fff;
}
.cid-vcLA9NyNYB .card {
  align-self: stretch;
}
.cid-vcLA9NyNYB .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLA9NyNYB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLA9NyNYB p {
  text-align: left;
}
.cid-vcLA9NyNYB .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLA9NyNYB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLA9NyNYB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLA9NyNYB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLA9NyNYB .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLBVhTZFI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLBVhTZFI .mbr-text,
.cid-vcLBVhTZFI .ornament {
  color: #ffffff;
}
.cid-vcLC9iNaPT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLC9iNaPT .card-img {
  background-color: #fff;
}
.cid-vcLC9iNaPT .card {
  align-self: stretch;
}
.cid-vcLC9iNaPT .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLC9iNaPT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLC9iNaPT p {
  text-align: left;
}
.cid-vcLC9iNaPT .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLC9iNaPT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLC9iNaPT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLC9iNaPT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLC9iNaPT .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLEa8h08c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-vcLEa8h08c .mbr-text,
.cid-vcLEa8h08c .ornament {
  color: #ffffff;
}
.cid-vcLEtvOkbe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLEtvOkbe .mbr-text,
.cid-vcLEtvOkbe .ornament {
  color: #ffffff;
}
.cid-vcLEAPMYCI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLEAPMYCI .card-img {
  background-color: #fff;
}
.cid-vcLEAPMYCI .card {
  align-self: stretch;
}
.cid-vcLEAPMYCI .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLEAPMYCI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLEAPMYCI p {
  text-align: left;
}
.cid-vcLEAPMYCI .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLEAPMYCI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLEAPMYCI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLEAPMYCI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLEAPMYCI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLGLNPq4G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLGLNPq4G .card-img {
  background-color: #fff;
}
.cid-vcLGLNPq4G .card {
  align-self: stretch;
}
.cid-vcLGLNPq4G .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLGLNPq4G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLGLNPq4G p {
  text-align: left;
}
.cid-vcLGLNPq4G .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLGLNPq4G .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLGLNPq4G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLGLNPq4G .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLGLNPq4G .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLIkrw8vx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLIkrw8vx .mbr-text,
.cid-vcLIkrw8vx .ornament {
  color: #ffffff;
}
.cid-vcLIq3ObaH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLIq3ObaH .card-img {
  background-color: #fff;
}
.cid-vcLIq3ObaH .card {
  align-self: stretch;
}
.cid-vcLIq3ObaH .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLIq3ObaH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLIq3ObaH p {
  text-align: left;
}
.cid-vcLIq3ObaH .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLIq3ObaH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLIq3ObaH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLIq3ObaH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLIq3ObaH .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vey84R79Ne {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vey84R79Ne .card-img {
  background-color: #fff;
}
.cid-vey84R79Ne .card {
  align-self: stretch;
}
.cid-vey84R79Ne .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vey84R79Ne h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vey84R79Ne p {
  text-align: left;
}
.cid-vey84R79Ne .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vey84R79Ne .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vey84R79Ne .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vey84R79Ne .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vey84R79Ne .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLJpwreYm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-vcLJpwreYm .mbr-text,
.cid-vcLJpwreYm .ornament {
  color: #ffffff;
}
.cid-vcLJwN9CwY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLJwN9CwY .mbr-text,
.cid-vcLJwN9CwY .ornament {
  color: #ffffff;
}
.cid-vcLKxkBuBU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-vcLKxkBuBU .mbr-text,
.cid-vcLKxkBuBU .ornament {
  color: #ffffff;
}
.cid-vcLJBhXo76 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLJBhXo76 .card-img {
  background-color: #fff;
}
.cid-vcLJBhXo76 .card {
  align-self: stretch;
}
.cid-vcLJBhXo76 .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLJBhXo76 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLJBhXo76 p {
  text-align: left;
}
.cid-vcLJBhXo76 .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLJBhXo76 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLJBhXo76 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLJBhXo76 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLJBhXo76 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veydVCKMOU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-veydVCKMOU .card-img {
  background-color: #fff;
}
.cid-veydVCKMOU .card {
  align-self: stretch;
}
.cid-veydVCKMOU .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-veydVCKMOU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-veydVCKMOU p {
  text-align: left;
}
.cid-veydVCKMOU .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-veydVCKMOU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veydVCKMOU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-veydVCKMOU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-veydVCKMOU .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLKHcbAXR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLKHcbAXR .mbr-text,
.cid-vcLKHcbAXR .ornament {
  color: #ffffff;
}
.cid-vcLKLH5CaA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLKLH5CaA .card-img {
  background-color: #fff;
}
.cid-vcLKLH5CaA .card {
  align-self: stretch;
}
.cid-vcLKLH5CaA .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLKLH5CaA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLKLH5CaA p {
  text-align: left;
}
.cid-vcLKLH5CaA .mbr-text {
  color: #edefeb;
  text-align: center;
}
.cid-vcLKLH5CaA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLKLH5CaA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLKLH5CaA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLKLH5CaA .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLLDTCZd8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLLDTCZd8 .mbr-text,
.cid-vcLLDTCZd8 .ornament {
  color: #ffffff;
}
.cid-vcLLLWxaZj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLLLWxaZj .card-img {
  background-color: #fff;
}
.cid-vcLLLWxaZj .card {
  align-self: stretch;
}
.cid-vcLLLWxaZj .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLLLWxaZj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLLLWxaZj p {
  text-align: left;
}
.cid-vcLLLWxaZj .mbr-text {
  color: #edefeb;
}
.cid-vcLLLWxaZj .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLLLWxaZj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLLLWxaZj .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLLLWxaZj .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcLMsziepi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcLMsziepi .mbr-text,
.cid-vcLMsziepi .ornament {
  color: #ffffff;
}
.cid-vcLMylTz6U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcLMylTz6U .card-img {
  background-color: #fff;
}
.cid-vcLMylTz6U .card {
  align-self: stretch;
}
.cid-vcLMylTz6U .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-vcLMylTz6U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vcLMylTz6U p {
  text-align: left;
}
.cid-vcLMylTz6U .mbr-text {
  color: #edefeb;
}
.cid-vcLMylTz6U .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vcLMylTz6U .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vcLMylTz6U .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vcLMylTz6U .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veDfVAhpoY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-veDfVAhpoY .mbr-text,
.cid-veDfVAhpoY .ornament {
  color: #ffffff;
}
.cid-vctE1nQRxd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
