.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Luckiest Guy', display;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Luckiest Guy', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #86dc51 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #e43f3f !important;
}
.bg-danger {
  background-color: #41a85f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #86dc51 !important;
  border-color: #86dc51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5ab224 !important;
  border-color: #5ab224 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5ab224 !important;
  border-color: #5ab224 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #86dc51 !important;
  border-color: #86dc51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5ab224 !important;
  border-color: #5ab224 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5ab224 !important;
  border-color: #5ab224 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #688cff !important;
  border-color: #688cff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #688cff !important;
  border-color: #688cff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #41a85f !important;
  border-color: #41a85f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #29693c !important;
  border-color: #29693c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #29693c !important;
  border-color: #29693c !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:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #86dc51;
  color: #86dc51;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5ab224 !important;
  background-color: transparent!important;
  border-color: #5ab224 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #86dc51 !important;
  border-color: #86dc51 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #86dc51;
  color: #86dc51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5ab224 !important;
  background-color: transparent!important;
  border-color: #5ab224 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #86dc51 !important;
  border-color: #86dc51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bfceff;
  color: #bfceff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #688cff !important;
  background-color: transparent!important;
  border-color: #688cff !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #41a85f;
  color: #41a85f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #29693c !important;
  background-color: transparent!important;
  border-color: #29693c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !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: #86dc51 !important;
}
.text-secondary {
  color: #86dc51 !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #e43f3f !important;
}
.text-danger {
  color: #41a85f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #54a621 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #54a621 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5980ff !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: #a61717 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #255e35 !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: #86dc51;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #e43f3f;
}
.alert-danger {
  background-color: #41a85f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #86dc51;
  border-color: #86dc51;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #86dc51;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcfefb;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #93d5a6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #86dc51 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #86dc51;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #86dc51;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #86dc51;
}
.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: #86dc51;
  border-bottom-color: #86dc51;
}
.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: #86dc51 !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: #86dc51 !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='%2386dc51' %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;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNAbG9c4d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNAbG9c4d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNAbG9c4d #e2_shape {
  fill: #232323 !important;
}
.cid-uaNAbG9c4d .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNAbG9c4d .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNAbG9c4d .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNAbG9c4d .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-sFHOVAMIn0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sFHOVAMIn0 .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFHOVAMIn0 .mbr-text {
  color: #86dc51;
}
.cid-sFHOVAMIn0 .mbr-section-title,
.cid-sFHOVAMIn0 .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-sFHOVAMIn0 h1 {
  padding: 20px;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNA8IKNTD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNA8IKNTD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNA8IKNTD #e2_shape {
  fill: #232323 !important;
}
.cid-uaNA8IKNTD .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNA8IKNTD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNA8IKNTD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNA8IKNTD .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-sFV8rVs72B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8rVs72B P {
  color: #767676;
}
.cid-sFV8rVs72B H1 {
  color: #86dc51;
}
.cid-sFV8rVs72B .mbr-text,
.cid-sFV8rVs72B .mbr-section-btn {
  color: #ffffff;
}
.cid-sFV8rVs72B .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFV8ttAKum {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8ttAKum P {
  color: #767676;
}
.cid-sFV8ttAKum H1 {
  color: #86dc51;
}
.cid-sFV8t0fMVt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8t0fMVt .card-img {
  background-color: #fff;
}
.cid-sFV8t0fMVt .card {
  align-self: stretch;
}
.cid-sFV8t0fMVt .card-box {
  padding: 2rem;
}
.cid-sFV8t0fMVt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sFV8t0fMVt p {
  text-align: left;
}
.cid-sFV8t0fMVt .mbr-text {
  color: #767676;
}
.cid-sFV8t0fMVt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFV8t0fMVt .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-sFV8t0fMVt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sFV8CyGyAS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8CyGyAS P {
  color: #767676;
}
.cid-sFV8CyGyAS H1 {
  color: #86dc51;
}
.cid-sFV8DHJccN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8DHJccN .card-img {
  background-color: #fff;
}
.cid-sFV8DHJccN .card {
  align-self: stretch;
}
.cid-sFV8DHJccN .card-box {
  padding: 2rem;
}
.cid-sFV8DHJccN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sFV8DHJccN p {
  text-align: left;
}
.cid-sFV8DHJccN .mbr-text {
  color: #767676;
}
.cid-sFV8DHJccN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFV8DHJccN .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-sFV8DHJccN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sFV8EzCNaA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8EzCNaA P {
  color: #767676;
}
.cid-sFV8EzCNaA H1 {
  color: #86dc51;
}
.cid-sFV8KA3Wdb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8KA3Wdb .card-img {
  background-color: #fff;
}
.cid-sFV8KA3Wdb .card {
  align-self: stretch;
}
.cid-sFV8KA3Wdb .card-box {
  padding: 2rem;
}
.cid-sFV8KA3Wdb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sFV8KA3Wdb p {
  text-align: left;
}
.cid-sFV8KA3Wdb .mbr-text {
  color: #767676;
}
.cid-sFV8KA3Wdb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFV8KA3Wdb .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-sFV8KA3Wdb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sFV8LjtCgr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8LjtCgr P {
  color: #767676;
}
.cid-sFV8LjtCgr H1 {
  color: #86dc51;
}
.cid-sFV8M7f1S1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8M7f1S1 .card-img {
  background-color: #fff;
}
.cid-sFV8M7f1S1 .card {
  align-self: stretch;
}
.cid-sFV8M7f1S1 .card-box {
  padding: 2rem;
}
.cid-sFV8M7f1S1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sFV8M7f1S1 p {
  text-align: left;
}
.cid-sFV8M7f1S1 .mbr-text {
  color: #767676;
}
.cid-sFV8M7f1S1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFV8M7f1S1 .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-sFV8M7f1S1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sFV8MCColr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8MCColr P {
  color: #767676;
}
.cid-sFV8MCColr H1 {
  color: #86dc51;
}
.cid-sFV8Nrq2dB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8Nrq2dB .card-img {
  background-color: #fff;
}
.cid-sFV8Nrq2dB .card {
  align-self: stretch;
}
.cid-sFV8Nrq2dB .card-box {
  padding: 2rem;
}
.cid-sFV8Nrq2dB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sFV8Nrq2dB p {
  text-align: left;
}
.cid-sFV8Nrq2dB .mbr-text {
  color: #767676;
}
.cid-sFV8Nrq2dB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFV8Nrq2dB .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-sFV8Nrq2dB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sFV8OcAmLI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sFV8OcAmLI P {
  color: #767676;
}
.cid-sFV8OcAmLI H1 {
  color: #86dc51;
}
.cid-sFV8OUTSy0 {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #232323;
}
.cid-sFV8OUTSy0 .card-img {
  background-color: #fff;
}
.cid-sFV8OUTSy0 .card {
  align-self: stretch;
}
.cid-sFV8OUTSy0 .card-box {
  padding: 2rem;
}
.cid-sFV8OUTSy0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sFV8OUTSy0 p {
  text-align: left;
}
.cid-sFV8OUTSy0 .mbr-text {
  color: #767676;
}
.cid-sFV8OUTSy0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFV8OUTSy0 .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-sFV8OUTSy0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sFV8OUTSy0 .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIqFlelum1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-sIqFlelum1 .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sIqFlelum1 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sIqFlelum1 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #41a85f;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #232323;
  border-radius: 10px;
}
.cid-sIqFlelum1 .mbr-form {
  width: 100%;
}
.cid-sIqFlelum1 .form-group {
  margin-bottom: 0;
}
.cid-sIqFlelum1 .dragArea .form-control {
  color: #b1a374;
  font-size: 17px;
  background-color: #232323 !important;
  border-radius: 5;
  border: none;
  border-bottom: 1px solid #41a85f;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sIqFlelum1 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #41a85f;
}
.cid-sIqFlelum1 .dragArea input::-webkit-input-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIqFlelum1 .dragArea input::-moz-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIqFlelum1 .dragArea textarea::-webkit-input-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIqFlelum1 .dragArea textarea::-moz-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIqFlelum1 .dragArea .input-group-btn .btn {
  min-width: 100%;
  border-radius: 0;
  line-height: 20px;
}
.cid-sIqFlelum1 .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-sIqFlelum1 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #41a85f;
}
.cid-sIqFlelum1 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
  text-align: right;
}
.cid-sIqFlelum1 .mbr-text {
  margin-bottom: 10px;
  color: #232323;
  text-align: left;
}
.cid-sIqFlelum1 .phone {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIqFlelum1 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sIqFlelum1 .form__wrap {
    position: static;
  }
  .cid-sIqFlelum1 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sIqFlelum1 .subscribe__form {
    order: 1;
  }
  .cid-sIqFlelum1 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sIqFlelum1 .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIqFlelum1 .mbr-section-title,
.cid-sIqFlelum1 .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-sIqFlelum1 h1 {
  margin-bottom: -15px;
}
.cid-sIqFlelum1 .title {
  margin-top: 80px;
  margin-bottom: 50px;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIr1FNTBmW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-sIr1FNTBmW .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sIr1FNTBmW .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sIr1FNTBmW .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #41a85f;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #232323;
  border-radius: 10px;
}
.cid-sIr1FNTBmW .mbr-form {
  width: 100%;
}
.cid-sIr1FNTBmW .form-group {
  margin-bottom: 0;
}
.cid-sIr1FNTBmW .dragArea .form-control {
  color: #b1a374;
  font-size: 17px;
  background-color: #232323 !important;
  border-radius: 5;
  border: none;
  border-bottom: 1px solid #41a85f;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sIr1FNTBmW .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #41a85f;
}
.cid-sIr1FNTBmW .dragArea input::-webkit-input-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIr1FNTBmW .dragArea input::-moz-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIr1FNTBmW .dragArea textarea::-webkit-input-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIr1FNTBmW .dragArea textarea::-moz-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIr1FNTBmW .dragArea .input-group-btn .btn {
  min-width: 100%;
  border-radius: 0;
  line-height: 20px;
}
.cid-sIr1FNTBmW .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-sIr1FNTBmW .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #41a85f;
}
.cid-sIr1FNTBmW .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
  text-align: right;
}
.cid-sIr1FNTBmW .mbr-text {
  margin-bottom: 10px;
  color: #232323;
  text-align: left;
}
.cid-sIr1FNTBmW .phone {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIr1FNTBmW .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sIr1FNTBmW .form__wrap {
    position: static;
  }
  .cid-sIr1FNTBmW .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sIr1FNTBmW .subscribe__form {
    order: 1;
  }
  .cid-sIr1FNTBmW .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sIr1FNTBmW .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: -20px auto 0px;
  width: 90%;
}
.cid-sIr1FNTBmW .mbr-section-title,
.cid-sIr1FNTBmW .icon-wrap {
  color: #41a85f;
  text-align: center;
}
.cid-sIr1FNTBmW h1 {
  margin-bottom: -20px;
  margin-top: 10px;
}
.cid-sIr1FNTBmW .title {
  margin-top: 100px;
  margin-bottom: 50px;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNzkoA8p0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNzkoA8p0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNzkoA8p0 #e2_shape {
  fill: #232323 !important;
}
.cid-uaNzkoA8p0 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNzkoA8p0 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNzkoA8p0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNzkoA8p0 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-sLy5MyQZxz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sLy5MyQZxz .mbr-section-title {
  color: #86dc51;
  text-align: center;
}
.cid-ua1zS06Iku {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ua1zS06Iku .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1zS06Iku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1zS06Iku .row {
  flex-direction: row-reverse;
}
.cid-ua1zS06Iku .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ua1zS06Iku .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ua1zS06Iku .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ua1zS06Iku .mbr-section-title {
  color: #86dc51;
}
.cid-ua1zS06Iku .mbr-text,
.cid-ua1zS06Iku .mbr-section-btn {
  color: #ffffff;
}
.cid-ua1zS06Iku .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ueEdm2eg3F {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ueEdm2eg3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEdm2eg3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEdm2eg3F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ueEdm2eg3F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ueEdm2eg3F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueEdm2eg3F .mbr-section-title {
  color: #86dc51;
}
.cid-ueEdm2eg3F .mbr-text,
.cid-ueEdm2eg3F .mbr-section-btn {
  color: #ffffff;
}
.cid-ueEdm2eg3F .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ua23CcS9oX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ua23CcS9oX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua23CcS9oX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua23CcS9oX .row {
  flex-direction: row-reverse;
}
.cid-ua23CcS9oX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ua23CcS9oX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ua23CcS9oX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ua23CcS9oX .mbr-section-title {
  color: #86dc51;
}
.cid-ua23CcS9oX .mbr-text,
.cid-ua23CcS9oX .mbr-section-btn {
  color: #ffffff;
}
.cid-ua23CcS9oX .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ua8v8wcKjz {
  background-color: #41a85f;
}
.cid-ua8v8wcKjz .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ua8v8wcKjz .modal-dialog {
  height: auto;
}
.cid-ua8v8wcKjz .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #86dc51;
  box-shadow: 0 12px 20px 0 rgba(134, 220, 81, 0.78);
}
.cid-ua8v8wcKjz .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #86dc51;
}
.cid-ua8v8wcKjz .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ua8v8wcKjz .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ua8v8wcKjz .modal-footer {
  padding: 1rem;
  justify-content: center;
}
.cid-ua8v8wcKjz .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-ua8v8wcKjz .close:focus {
  outline: 0;
}
.cid-ua8v8wcKjz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ua8v8wcKjz LABEL {
  color: #ffffff;
}
.cid-ua8v8wcKjz .btn {
  border-radius: 5rem !important;
}
.cid-ua8v8wcKjz .select-style {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIrRziRjcn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-sIrRziRjcn .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sIrRziRjcn .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sIrRziRjcn .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #41a85f;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #232323;
  border-radius: 10px;
}
.cid-sIrRziRjcn .mbr-form {
  width: 100%;
}
.cid-sIrRziRjcn .form-group {
  margin-bottom: 0;
}
.cid-sIrRziRjcn .dragArea .form-control {
  color: #b1a374;
  font-size: 17px;
  background-color: #232323 !important;
  border-radius: 5;
  border: none;
  border-bottom: 1px solid #41a85f;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sIrRziRjcn .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #41a85f;
}
.cid-sIrRziRjcn .dragArea input::-webkit-input-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIrRziRjcn .dragArea input::-moz-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIrRziRjcn .dragArea textarea::-webkit-input-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIrRziRjcn .dragArea textarea::-moz-placeholder {
  color: #b1a374;
  opacity: 0.8;
}
.cid-sIrRziRjcn .dragArea .input-group-btn .btn {
  min-width: 100%;
  border-radius: 0;
  line-height: 20px;
}
.cid-sIrRziRjcn .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-sIrRziRjcn .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #41a85f;
}
.cid-sIrRziRjcn .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
  text-align: right;
}
.cid-sIrRziRjcn .mbr-text {
  margin-bottom: 10px;
  color: #232323;
  text-align: left;
}
.cid-sIrRziRjcn .phone {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIrRziRjcn .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sIrRziRjcn .form__wrap {
    position: static;
  }
  .cid-sIrRziRjcn .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sIrRziRjcn .subscribe__form {
    order: 1;
  }
  .cid-sIrRziRjcn .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sIrRziRjcn .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIrRziRjcn .mbr-section-title,
.cid-sIrRziRjcn .icon-wrap {
  color: #41a85f;
  text-align: center;
}
.cid-sIrRziRjcn h1 {
  margin-bottom: -15px;
}
.cid-sIrRziRjcn .title {
  margin-top: 80px;
  margin-bottom: 50px;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-uaNFgkM1UY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNFgkM1UY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNFgkM1UY #e2_shape {
  fill: #232323 !important;
}
.cid-uaNFgkM1UY .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNFgkM1UY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNFgkM1UY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNFgkM1UY .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-sFlSLPJxcn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sFlSLPJxcn .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFlSLPJxcn .mbr-text {
  color: #232323;
}
.cid-sFlSLPJxcn .mbr-section-title,
.cid-sFlSLPJxcn .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-sFlSLPJxcn h1 {
  margin-bottom: -15px;
}
.cid-sIrCDBuSZ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sIrCDBuSZ8 .mbr-section-title {
  text-align: center;
}
.cid-sIrCDBuSZ8 .mbr-text,
.cid-sIrCDBuSZ8 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-sIrCDBuSZ8 .line {
  background-color: #41a85f;
  justify-content: center;
  height: 2px;
  width: 95% !important;
  margin: 0px auto;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaN4rLquhp {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaN4rLquhp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaN4rLquhp #e2_shape {
  fill: #232323 !important;
}
.cid-uaN4rLquhp .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaN4rLquhp .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaN4rLquhp img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.cid-uaN4rLquhp span {
  background-image: url("../../../assets/images/stockvault-green-smoke-on-black-background252336-2000x1500.webp");
  background-size: 750px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 10s infinite linear;
  pointer-events: none;
  margin-bottom: -25px;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uaN4rLquhp .mbr-section-title,
.cid-uaN4rLquhp .icon-wrap {
  text-align: center;
}
.cid-uaN4rLquhp .mbr-text,
.cid-uaN4rLquhp .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNZKrxk0e {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNZKrxk0e svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNZKrxk0e #e2_shape {
  fill: #232323 !important;
}
.cid-uaNZKrxk0e .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNZKrxk0e .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNZKrxk0e img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.cid-uaNZKrxk0e span {
  background-image: url("../../../assets/images/stockvault-green-smoke-on-black-background252336-2000x1500.webp");
  background-size: 750px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 10s infinite linear;
  pointer-events: none;
  margin-bottom: -25px;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uaNZKrxk0e .mbr-section-title,
.cid-uaNZKrxk0e .icon-wrap {
  text-align: center;
}
.cid-uaNZKrxk0e .mbr-text,
.cid-uaNZKrxk0e .mbr-section-btn {
  color: #ffffff;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaO02PYSjN {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaO02PYSjN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaO02PYSjN #e2_shape {
  fill: #232323 !important;
}
.cid-uaO02PYSjN .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaO02PYSjN .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaO02PYSjN img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.cid-uaO02PYSjN span {
  background-image: url("../../../assets/images/stockvault-green-smoke-on-black-background252336-2000x1500.webp");
  background-size: 750px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 10s infinite linear;
  pointer-events: none;
  margin-bottom: -25px;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uaO02PYSjN .mbr-section-title,
.cid-uaO02PYSjN .icon-wrap {
  text-align: center;
}
.cid-uaO02PYSjN .mbr-text,
.cid-uaO02PYSjN .mbr-section-btn {
  color: #ffffff;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNApsdmaC {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNApsdmaC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNApsdmaC #e2_shape {
  fill: #232323 !important;
}
.cid-uaNApsdmaC .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNApsdmaC .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNApsdmaC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNApsdmaC .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-sIrZmE6Plp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sIrZmE6Plp .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIrZmE6Plp .mbr-text {
  color: #232323;
}
.cid-sIrZmE6Plp .mbr-section-title,
.cid-sIrZmE6Plp .icon-wrap {
  color: #41a85f;
  text-align: center;
}
.cid-sIrZmE6Plp h1 {
  margin-bottom: -15px;
}
.cid-sIrZmFpWYc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sIrZmFpWYc .mbr-section-subtitle {
  color: #41a85f;
  text-align: center;
}
.cid-sIrZmFpWYc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIrZmFpWYc .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIs0LzKY6f {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-sIs0LzKY6f .mbr-section-title {
  text-align: center;
}
.cid-sIs0LzKY6f .mbr-text,
.cid-sIs0LzKY6f .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNArWyclO {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNArWyclO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNArWyclO #e2_shape {
  fill: #232323 !important;
}
.cid-uaNArWyclO .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNArWyclO .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNArWyclO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNArWyclO .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-sIr7ZdunXU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sIr7ZdunXU .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIr7ZdunXU .mbr-text {
  color: #232323;
}
.cid-sIr7ZdunXU .mbr-section-title,
.cid-sIr7ZdunXU .icon-wrap {
  color: #41a85f;
  text-align: center;
}
.cid-sIr7ZdunXU h1 {
  margin-bottom: -15px;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-sIr7psBrGo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sIr7psBrGo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIr7psBrGo .mbr-section-subtitle {
  color: #41a85f;
  text-align: center;
}
.cid-sIr7psBrGo .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIr7q5oem0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sIr7q5oem0 .mbr-section-subtitle {
  color: #41a85f;
  text-align: center;
}
.cid-sIr7q5oem0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIr7q5oem0 .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIr7qNQYBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sIr7qNQYBH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIr7qNQYBH .mbr-section-subtitle {
  color: #41a85f;
  text-align: center;
}
.cid-sIr7qNQYBH .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNZn6BGtt {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNZn6BGtt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNZn6BGtt #e2_shape {
  fill: #232323 !important;
}
.cid-uaNZn6BGtt .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNZn6BGtt .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNZn6BGtt img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.cid-uaNZn6BGtt span {
  background-image: url("../../../assets/images/stockvault-green-smoke-on-black-background252336-2000x1500.webp");
  background-size: 750px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 10s infinite linear;
  pointer-events: none;
  margin-bottom: -25px;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uaNZn6BGtt .mbr-section-title,
.cid-uaNZn6BGtt .icon-wrap {
  text-align: center;
}
.cid-uaNZn6BGtt .mbr-text,
.cid-uaNZn6BGtt .mbr-section-btn {
  color: #ffffff;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub4IDpNyeb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ub4IDpNyeb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ub4IDpNyeb #e2_shape {
  fill: #232323 !important;
}
.cid-ub4IDpNyeb .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ub4IDpNyeb .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ub4IDpNyeb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub4IDpNyeb .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-ub4Jwhyd7q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub4Jwhyd7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4Jwhyd7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4Jwhyd7q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub4Jwhyd7q .mbr-section-title {
  color: #86dc51;
}
.cid-ub4Jwhyd7q H4 {
  color: #ffffff !important;
  text-align: center;
}
.cid-ub4PpRAHS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-ub4PpRAHS5 .carousel {
    min-height: 700px;
  }
  .cid-ub4PpRAHS5 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub4PpRAHS5 .carousel {
    min-height: 455px;
  }
  .cid-ub4PpRAHS5 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ub4PpRAHS5 .carousel {
    min-height: 385px;
  }
  .cid-ub4PpRAHS5 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-ub4PpRAHS5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ub4PpRAHS5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ub4PpRAHS5 .carousel,
.cid-ub4PpRAHS5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ub4PpRAHS5 .item-wrapper {
  width: 100%;
}
.cid-ub4PpRAHS5 .carousel-caption {
  bottom: 40px;
}
.cid-ub4PpRAHS5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ub4PpRAHS5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ub4PpRAHS5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ub4PpRAHS5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ub4PpRAHS5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ub4PpRAHS5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ub4PpRAHS5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ub4PpRAHS5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ub4PpRAHS5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ub4PpRAHS5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ub4PpRAHS5 .carousel-indicators li.active,
.cid-ub4PpRAHS5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ub4PpRAHS5 .carousel-indicators li::after,
.cid-ub4PpRAHS5 .carousel-indicators li::before {
  content: none;
}
.cid-ub4PpRAHS5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ub4PpRAHS5 .carousel-indicators {
    display: none !important;
  }
}
.cid-ub4PpRAHS5 H5 {
  color: #86dc51;
}
.cid-ub4PpRAHS5 P {
  color: #ffffff;
}
.cid-ub4Irq8B7C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-ub4Irq8B7C .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-ub4Irq8B7C input,
.cid-ub4Irq8B7C textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-ub4Irq8B7C .col-auto {
  width: 100%;
  text-align: center;
}
.cid-ub4Irq8B7C img {
  width: 90%;
  border-radius: 8px;
}
.cid-ub4Irq8B7C .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-ub4Irq8B7C textarea {
  min-height: 160px;
}
.cid-ub4Irq8B7C .form-control,
.cid-ub4Irq8B7C .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #86dc51;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ub4Irq8B7C .form-control:hover,
.cid-ub4Irq8B7C .field-input:hover,
.cid-ub4Irq8B7C .form-control:focus,
.cid-ub4Irq8B7C .field-input:focus {
  background-color: #f5f6ff;
  border-color: #86dc51;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ub4Irq8B7C input::-webkit-input-placeholder,
.cid-ub4Irq8B7C textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ub4Irq8B7C input:-moz-placeholder,
.cid-ub4Irq8B7C textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ub4Irq8B7C .jq-selectbox li,
.cid-ub4Irq8B7C .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-ub4Irq8B7C .jq-selectbox li:hover,
.cid-ub4Irq8B7C .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-ub4Irq8B7C .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-ub4Irq8B7C .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-ub4Irq8B7C H5 {
  color: #86dc51;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ub4Irq8B7C img {
    width: 100%;
  }
}
.cid-ub4Irq8B7C LABEL {
  color: #86dc51;
  text-align: left;
}
.cid-ub4Irq8B7C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub4Irq8B7C .btn-primary-outline {
  border-radius: 5rem;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ublJXlURjg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ublJXlURjg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ublJXlURjg #e2_shape {
  fill: #232323 !important;
}
.cid-ublJXlURjg .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ublJXlURjg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ublJXlURjg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ublJXlURjg .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-ublJXm3mha {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ublJXm3mha .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ublJXm3mha .mbr-text {
  color: #86dc51;
}
.cid-ublJXm3mha .mbr-section-title,
.cid-ublJXm3mha .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-ublJXm3mha h1 {
  padding: 20px;
}
.cid-ucMqmUBQXt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ucMqmUBQXt img,
.cid-ucMqmUBQXt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucMqmUBQXt .item:focus,
.cid-ucMqmUBQXt span:focus {
  outline: none;
}
.cid-ucMqmUBQXt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucMqmUBQXt .item-wrapper {
  position: relative;
  border-radius: 1rem;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucMqmUBQXt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ucMqmUBQXt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucMqmUBQXt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ucMqmUBQXt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ucMqmUBQXt .mbr-section-title {
  color: #232323;
}
.cid-ucMqmUBQXt .mbr-text,
.cid-ucMqmUBQXt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucMqmUBQXt .item-title {
  text-align: center;
  color: #86dc51;
}
.cid-ucMqmUBQXt .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ucMqmUBQXt .btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  border-radius: 2rem;
  margin: auto !important;
  width: 90%;
  margin-right: 5% !important;
  margin-left: 5% !important;
}
.cid-ucMqmUBQXt .player {
  margin: auto !important;
  width: 90%;
  margin-right: 5% !important;
  margin-left: 5% !important;
}
.cid-ucMqmUBQXt .form-group {
  padding: auto;
}
.cid-ucMqmUBQXt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ublKJVUucC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ublKJVUucC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ublKJVUucC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ublKJVUucC form .mbr-section-btn .btn {
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5rem !important;
}
@media (max-width: 991px) {
  .cid-ublKJVUucC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ublKJVUucC .mbr-section-title {
  color: #ffffff;
}
.cid-ublKJVUucC LABEL {
  color: #ffffff;
  text-align: center;
}
.cid-ublKJVUucC .player {
  padding-top: 0px !important;
  margin-top: 0px !important;
  background-color: #232323 !important;
}
.cid-ublKJVUucC .btn {
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  border-radius: 5rem !important;
}
.cid-ublKJVUucC P {
  color: #ffffff;
  text-align: center;
}
.cid-ublKJVUucC H4 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
}
.cid-ublKJVUucC .select-style {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cid-ublKJVUucC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #FFF;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ublKJVUucC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ublKJVUucC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXmsmC3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ublJXmsmC3 .container {
  max-width: 1400px;
}
.cid-ublJXmsmC3 .card-img2 span {
  padding-top: 6px;
}
.cid-ublJXmsmC3 .soc-item a {
  padding-top: 5px;
}
.cid-ublJXmsmC3 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ublJXmsmC3 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ublJXmsmC3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ublJXmsmC3 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ublJXmsmC3 #e2_shape {
  fill: #232323 !important;
}
.cid-ublJXmsmC3 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmsmC3 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ublJXmsmC3 .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ublJXmsmC3 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ublJXmsmC3 .soc-item span {
  font-size: 1.4rem;
}
.cid-ublJXmsmC3 .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ublJXmsmC3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ublJXmsmC3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ublJXmsmC3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-ublJXmsmC3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ublJXmsmC3 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ublJXmsmC3 .item {
    justify-content: center;
  }
  .cid-ublJXmsmC3 .quote::after {
    left: 60px;
  }
}
.cid-ublJXmsmC3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ublJXmsmC3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ublJXmsmC3 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmsmC3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmsmC3 H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ublJXmsmC3 .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ublJXmsmC3 .copyright > p {
  color: #ff3366;
}
.cid-ublJXmsmC3 .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ublP9Dv9KH {
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ublP9Dv9KH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ublP9Dv9KH #e2_shape {
  fill: #232323 !important;
}
.cid-ublP9Dv9KH .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ublP9Dv9KH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ublP9Dv9KH img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.cid-ublP9Dv9KH span {
  background-image: url("../../../assets/images/stockvault-green-smoke-on-black-background252336-2000x1500.webp");
  background-size: 750px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 10s infinite linear;
  pointer-events: none;
  margin-bottom: -25px;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-ublP9Dv9KH .mbr-section-title,
.cid-ublP9Dv9KH .icon-wrap {
  text-align: center;
}
.cid-ublP9Dv9KH .mbr-text,
.cid-ublP9Dv9KH .mbr-section-btn {
  color: #ffffff;
}
.cid-ublP9DFMT7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ublP9DFMT7 .container {
  max-width: 1400px;
}
.cid-ublP9DFMT7 .card-img2 span {
  padding-top: 6px;
}
.cid-ublP9DFMT7 .soc-item a {
  padding-top: 5px;
}
.cid-ublP9DFMT7 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ublP9DFMT7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ublP9DFMT7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ublP9DFMT7 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ublP9DFMT7 #e2_shape {
  fill: #232323 !important;
}
.cid-ublP9DFMT7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ublP9DFMT7 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ublP9DFMT7 .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ublP9DFMT7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ublP9DFMT7 .soc-item span {
  font-size: 1.4rem;
}
.cid-ublP9DFMT7 .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ublP9DFMT7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ublP9DFMT7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ublP9DFMT7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-ublP9DFMT7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ublP9DFMT7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ublP9DFMT7 .item {
    justify-content: center;
  }
  .cid-ublP9DFMT7 .quote::after {
    left: 60px;
  }
}
.cid-ublP9DFMT7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ublP9DFMT7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ublP9DFMT7 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ublP9DFMT7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ublP9DFMT7 H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ublP9DFMT7 .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ublP9DFMT7 .copyright > p {
  color: #ff3366;
}
.cid-ublP9DFMT7 .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaNAlKjS90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-uaNAlKjS90 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uaNAlKjS90 #e2_shape {
  fill: #232323 !important;
}
.cid-uaNAlKjS90 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uaNAlKjS90 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uaNAlKjS90 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaNAlKjS90 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uap5rAyqSR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uap5rAyqSR .mbr-section-title {
  color: #86dc51;
  text-align: center;
}
.cid-uap6dNDnR6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uap6dNDnR6 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-uap6dNDnR6 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-uap6dNDnR6 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-uap6dNDnR6 .img-big {
  transition: all 1s;
}
.cid-uap6dNDnR6 .item-wrapper {
  background: #0e0e0e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uap6dNDnR6 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-uap6dNDnR6 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-uap6dNDnR6 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-uap6dNDnR6 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-uap6dNDnR6 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-uap6dNDnR6 .item-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uap6dNDnR6 .item:focus,
.cid-uap6dNDnR6 span:focus {
  outline: none;
}
.cid-uap6dNDnR6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uap6dNDnR6 .mbr-section-title {
  color: #ffffff;
}
.cid-uap6dNDnR6 .mbr-text,
.cid-uap6dNDnR6 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uap6dNDnR6 .item-title {
  text-align: center;
  color: #86dc51;
}
.cid-uap6dNDnR6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uap6dNDnR6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uaMU9olK3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uaMU9olK3S .container {
  max-width: 1400px;
}
.cid-uaMU9olK3S .card-img2 span {
  padding-top: 6px;
}
.cid-uaMU9olK3S .soc-item a {
  padding-top: 5px;
}
.cid-uaMU9olK3S .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uaMU9olK3S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uaMU9olK3S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaMU9olK3S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uaMU9olK3S #e2_shape {
  fill: #232323 !important;
}
.cid-uaMU9olK3S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uaMU9olK3S .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMU9olK3S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uaMU9olK3S .soc-item span {
  font-size: 1.4rem;
}
.cid-uaMU9olK3S .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-uaMU9olK3S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uaMU9olK3S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uaMU9olK3S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uaMU9olK3S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .item {
    justify-content: center;
  }
  .cid-uaMU9olK3S .quote::after {
    left: 60px;
  }
}
.cid-uaMU9olK3S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uaMU9olK3S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMU9olK3S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaMU9olK3S H5 {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .theme {
  color: #86dc51;
  text-align: center;
}
.cid-uaMU9olK3S .copyright > p {
  color: #ff3366;
}
.cid-uaMU9olK3S .text2 {
  color: #ffffff;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-uapBYUnq7n {
  background-color: #41a85f;
}
.cid-uapBYUnq7n .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-uapBYUnq7n .modal-dialog {
  height: auto;
}
.cid-uapBYUnq7n .modal-content {
  background-color: #232323;
  border-radius: 2.5rem;
  border: 5px solid #86dc51;
}
.cid-uapBYUnq7n .modal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #86dc51;
}
.cid-uapBYUnq7n .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-uapBYUnq7n .modal-body {
  padding: 0rem;
  min-height: 100%;
}
.cid-uapBYUnq7n .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #86dc51;
}
.cid-uapBYUnq7n .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-uapBYUnq7n .close:focus {
  outline: 0;
}
.cid-uapBYUnq7n .mbr-text {
  color: #fafafa;
  text-align: center;
  padding-top: 1rem;
}
.cid-uapEBXBaa1 {
  background-color: #41a85f;
}
.cid-uapEBXBaa1 .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-uapEBXBaa1 .modal-dialog {
  height: auto;
}
.cid-uapEBXBaa1 .modal-content {
  background-color: #232323;
  border-radius: 2.5rem;
  border: 5px solid #86dc51;
  box-shadow: 0 12px 20px 0 #86dc51;
}
.cid-uapEBXBaa1 .modal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #86dc51;
}
.cid-uapEBXBaa1 .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-uapEBXBaa1 .modal-body {
  padding: 0rem;
  min-height: 100%;
}
.cid-uapEBXBaa1 .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #86dc51;
}
.cid-uapEBXBaa1 .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-uapEBXBaa1 .close:focus {
  outline: 0;
}
.cid-uapEBXBaa1 .mbr-text {
  color: #fafafa;
  text-align: center;
  padding-top: 1rem;
}
.cid-uapEVjEvQh {
  background-color: #41a85f;
}
.cid-uapEVjEvQh .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-uapEVjEvQh .modal-dialog {
  height: auto;
}
.cid-uapEVjEvQh .modal-content {
  background-color: #232323;
  border-radius: 2.5rem;
  border: 5px solid #86dc51;
  box-shadow: 0 12px 20px 0 #86dc51;
}
.cid-uapEVjEvQh .modal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #86dc51;
}
.cid-uapEVjEvQh .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-uapEVjEvQh .modal-body {
  padding: 0rem;
  min-height: 100%;
}
.cid-uapEVjEvQh .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #86dc51;
}
.cid-uapEVjEvQh .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-uapEVjEvQh .close:focus {
  outline: 0;
}
.cid-uapEVjEvQh .mbr-text {
  color: #fafafa;
  text-align: center;
  padding-top: 1rem;
}
.cid-uapFaChaaK {
  background-color: #41a85f;
}
.cid-uapFaChaaK .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-uapFaChaaK .modal-dialog {
  height: auto;
}
.cid-uapFaChaaK .modal-content {
  background-color: #232323;
  border-radius: 2.5rem;
  border: 5px solid #86dc51;
  box-shadow: 0 12px 20px 0 #86dc51;
}
.cid-uapFaChaaK .modal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #86dc51;
}
.cid-uapFaChaaK .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-uapFaChaaK .modal-body {
  padding: 0rem;
  min-height: 100%;
}
.cid-uapFaChaaK .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #86dc51;
}
.cid-uapFaChaaK .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-uapFaChaaK .close:focus {
  outline: 0;
}
.cid-uapFaChaaK .mbr-text {
  color: #fafafa;
  text-align: center;
  padding-top: 1rem;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ue5JWAUt7A .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ue5JWAUt7A .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ue5JWAUt7A .nav-item:focus,
.cid-ue5JWAUt7A .nav-link:focus {
  outline: none;
}
.cid-ue5JWAUt7A .text-white:hover,
.cid-ue5JWAUt7A .text-white:active,
.cid-ue5JWAUt7A .text-white:focus {
  color: white!important;
}
.cid-ue5JWAUt7A .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ue5JWAUt7A .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ue5JWAUt7A .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ue5JWAUt7A .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ue5JWAUt7A .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ue5JWAUt7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5JWAUt7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue5JWAUt7A .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ue5JWAUt7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5JWAUt7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5JWAUt7A .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-ue5JWAUt7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5JWAUt7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ue5JWAUt7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ue5JWAUt7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5JWAUt7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5JWAUt7A .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ue5JWAUt7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5JWAUt7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5JWAUt7A .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-ue5JWAUt7A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue5JWAUt7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue5JWAUt7A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue5JWAUt7A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ue5JWAUt7A .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue5JWAUt7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ue5JWAUt7A .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue5JWAUt7A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue5JWAUt7A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue5JWAUt7A .section {
  position: relative;
  overflow: visible!important;
}
.cid-ue5JWAUt7A .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ue5JWAUt7A .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ue5JWAUt7A .dropdown-menu {
  background-color: #232323!important;
}
.cid-ue5JWAUt7A .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ue5JWAUt7A .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ue5JWAUt7A .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ue5JWAUt7A .nav-item .nav-link {
    position: relative;
  }
}
.cid-ue5JWAUt7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue5JWAUt7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5JWAUt7A .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ue5JWAUt7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue5JWAUt7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue5JWAUt7A .collapsed {
  flex-direction: row!important;
}
.cid-ue5JWAUt7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5JWAUt7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5JWAUt7A .navbar-caption {
  font-weight: 600!important;
}
.cid-ue5JWAUt7A .navbar-brand {
  -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-ue5JWAUt7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue5JWAUt7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5JWAUt7A .dropdown-item.active,
.cid-ue5JWAUt7A .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5JWAUt7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5JWAUt7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5JWAUt7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5JWAUt7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue5JWAUt7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5JWAUt7A ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue5JWAUt7A .navbar-buttons {
  text-align: center;
}
.cid-ue5JWAUt7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue5JWAUt7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ue5JWAUt7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ue5JWAUt7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ue5JWAUt7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ue5JWAUt7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ue5JWAUt7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ue5JWAUt7A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ue5JWAUt7A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ue5JWAUt7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ue5JWAUt7A .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ue5JWAUt7A .nav-link {
  font-weight: 600!important;
}
.cid-ue5JWAUt7A a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue5JWAUt7A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ue5JWAUt7A .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-ue5JWAUt7A .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5JWAUt7A .navbar {
    height: 77px;
  }
  .cid-ue5JWAUt7A .navbar.opened {
    height: auto;
  }
  .cid-ue5JWAUt7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue5JWB7YEx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ue5JWB7YEx svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ue5JWB7YEx #e2_shape {
  fill: #232323 !important;
}
.cid-ue5JWB7YEx .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ue5JWB7YEx .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ue5JWB7YEx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ue5JWB7YEx .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uhu1XN7IHt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uhu1XN7IHt img,
.cid-uhu1XN7IHt .item-img {
  width: 100%;
}
.cid-uhu1XN7IHt .item:focus,
.cid-uhu1XN7IHt span:focus {
  outline: none;
}
.cid-uhu1XN7IHt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uhu1XN7IHt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhu1XN7IHt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhu1XN7IHt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhu1XN7IHt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhu1XN7IHt .mbr-section-title {
  color: #ffffff;
}
.cid-uhu1XN7IHt .mbr-text,
.cid-uhu1XN7IHt .mbr-section-btn {
  text-align: center;
}
.cid-uhu1XN7IHt .item-title {
  text-align: center;
}
.cid-uhu1XN7IHt .item-subtitle {
  text-align: left;
}
.cid-ue5JWBgmkn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ue5JWBgmkn .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ue5JWBgmkn .mbr-text {
  color: #86dc51;
}
.cid-ue5JWBgmkn .mbr-section-title,
.cid-ue5JWBgmkn .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-ue5JWBgmkn h1 {
  padding: 20px;
}
.cid-ue5JWBobXW {
  background-color: #ffffff;
}
.cid-ue5JWBobXW .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-ue5JWBobXW .container-nopadding {
  padding: 0px;
}
.cid-ue5JWBobXW .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-ue5JWBobXW .contactBtnFixed {
  position: fixed;
}
.cid-ue5JWBobXW .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-ue5JWBobXW .btnIconcol {
  color: #ffffff;
}
.cid-ue5JWBobXW .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-ue5JWBobXW .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-ue5JWBobXW .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-ue5JWBobXW .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-ue5JWBobXW .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-ue5JWBobXW .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-ue5JWBobXW .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-ue5JWBobXW .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-ue5JWBobXW .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-ue5JWBobXW .windowBar,
  .cid-ue5JWBobXW .contentwindow,
  .cid-ue5JWBobXW .contactwindow {
    border-radius: 0;
  }
}
.cid-ue5JWBobXW .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-ue5JWBobXW .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-ue5JWBobXW .btn-form {
  display: revert !important;
}
.cid-ue5JWBobXW .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ue5JWBobXW .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ue5JWBobXW .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ue5JWBobXW .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ue5JWBobXW .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-ue5JWBobXW .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ue5JWBobXW .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ue5JWBobXW .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ue5JWBobXW .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ue5JWBobXW .mbr-alert-success {
  text-align: center;
}
.cid-ue5JWBobXW .mbr-alert-danger {
  text-align: center;
}
.cid-ue5JWBobXW .message-div {
  margin-bottom: 5px;
}
.cid-ue5JWBobXW .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-ue5JWBobXW .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-ue5JWBobXW .showAlerts {
  display: block !important;
}
.cid-ue5JWBobXW .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-ue5JWBobXW .hidden {
  display: none;
}
.cid-ue5JWBobXW .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-ue5JWBobXW .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-ue5JWBobXW .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-ue5JWBobXW .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-ue5JWBobXW .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-ue5JWBobXW .mbr-section-alerterror {
  text-align: left;
}
.cid-ue5JWBobXW .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-ue5JWBobXW .mbr-section-labels {
  color: #ffffff;
}
.cid-ue5JWBobXW .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ue5JWBEl2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ue5JWBEl2H .container {
  max-width: 1400px;
}
.cid-ue5JWBEl2H .card-img2 span {
  padding-top: 6px;
}
.cid-ue5JWBEl2H .soc-item a {
  padding-top: 5px;
}
.cid-ue5JWBEl2H .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ue5JWBEl2H .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ue5JWBEl2H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ue5JWBEl2H svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ue5JWBEl2H #e2_shape {
  fill: #232323 !important;
}
.cid-ue5JWBEl2H .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ue5JWBEl2H .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ue5JWBEl2H .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ue5JWBEl2H .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ue5JWBEl2H .soc-item span {
  font-size: 1.4rem;
}
.cid-ue5JWBEl2H .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ue5JWBEl2H .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ue5JWBEl2H .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ue5JWBEl2H .media-wrap {
  margin-bottom: 1rem;
}
.cid-ue5JWBEl2H .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ue5JWBEl2H img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ue5JWBEl2H .item {
    justify-content: center;
  }
  .cid-ue5JWBEl2H .quote::after {
    left: 60px;
  }
}
.cid-ue5JWBEl2H .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ue5JWBEl2H .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ue5JWBEl2H .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ue5JWBEl2H .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5JWBEl2H H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ue5JWBEl2H .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ue5JWBEl2H .copyright > p {
  color: #ff3366;
}
.cid-ue5JWBEl2H .text2 {
  color: #ffffff;
}
.cid-ue5JWBSl2i {
  background-color: #41a85f;
}
.cid-ue5JWBSl2i .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ue5JWBSl2i .modal-dialog {
  height: auto;
}
.cid-ue5JWBSl2i .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ue5JWBSl2i .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ue5JWBSl2i .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ue5JWBSl2i .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ue5JWBSl2i .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ue5JWBSl2i .close {
  color: #41a85f;
}
.cid-ue5JWBSl2i .close:focus {
  outline: 0;
}
.cid-ue5JWBSl2i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue5JWBSl2i .mbr-section-btn {
  margin: auto !important;
}
.cid-ublJXlGNnU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ublJXlGNnU .nav-item:focus,
.cid-ublJXlGNnU .nav-link:focus {
  outline: none;
}
.cid-ublJXlGNnU .text-white:hover,
.cid-ublJXlGNnU .text-white:active,
.cid-ublJXlGNnU .text-white:focus {
  color: white!important;
}
.cid-ublJXlGNnU .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ublJXlGNnU .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ublJXlGNnU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ublJXlGNnU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ublJXlGNnU .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ublJXlGNnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublJXlGNnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublJXlGNnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ublJXlGNnU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ublJXlGNnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublJXlGNnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublJXlGNnU .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-ublJXlGNnU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ublJXlGNnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublJXlGNnU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublJXlGNnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ublJXlGNnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ublJXlGNnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ublJXlGNnU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ublJXlGNnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ublJXlGNnU .section {
  position: relative;
  overflow: visible!important;
}
.cid-ublJXlGNnU .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ublJXlGNnU .dropdown-menu {
  background-color: #232323!important;
}
.cid-ublJXlGNnU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ublJXlGNnU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ublJXlGNnU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ublJXlGNnU .nav-item .nav-link {
    position: relative;
  }
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ublJXlGNnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ublJXlGNnU .collapsed {
  flex-direction: row!important;
}
.cid-ublJXlGNnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublJXlGNnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublJXlGNnU .navbar-caption {
  font-weight: 600!important;
}
.cid-ublJXlGNnU .navbar-brand {
  -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-ublJXlGNnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublJXlGNnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublJXlGNnU .dropdown-item.active,
.cid-ublJXlGNnU .dropdown-item:active {
  background-color: transparent;
}
.cid-ublJXlGNnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublJXlGNnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ublJXlGNnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublJXlGNnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ublJXlGNnU .navbar-buttons {
  text-align: center;
}
.cid-ublJXlGNnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ublJXlGNnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ublJXlGNnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ublJXlGNnU .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ublJXlGNnU .nav-link {
  font-weight: 600!important;
}
.cid-ublJXlGNnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ublJXlGNnU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ublJXlGNnU .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-ublJXlGNnU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublJXlGNnU .navbar {
    height: 77px;
  }
  .cid-ublJXlGNnU .navbar.opened {
    height: auto;
  }
  .cid-ublJXlGNnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub3FHV8U7f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ub3FHV8U7f svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ub3FHV8U7f #e2_shape {
  fill: #232323 !important;
}
.cid-ub3FHV8U7f .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ub3FHV8U7f .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ub3FHV8U7f .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub3FHV8U7f .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-ub3FHVgMZc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub3FHVgMZc .mbr-section-title {
  color: #86dc51;
  text-align: center;
}
.cid-uk7sLHITCi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uk7sLHITCi img,
.cid-uk7sLHITCi .item-img {
  width: 100%;
}
.cid-uk7sLHITCi .item:focus,
.cid-uk7sLHITCi span:focus {
  outline: none;
}
.cid-uk7sLHITCi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uk7sLHITCi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uk7sLHITCi .item {
  padding: 0;
  margin: 0;
}
.cid-uk7sLHITCi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uk7sLHITCi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk7sLHITCi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uk7sLHITCi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uk7sLHITCi .mbr-section-title {
  color: #232323;
}
.cid-uk7sLHITCi .mbr-text,
.cid-uk7sLHITCi .mbr-section-btn {
  text-align: left;
}
.cid-uk7sLHITCi .item-title {
  text-align: left;
}
.cid-uk7sLHITCi .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-bBSmSfCNG4 {
  background-color: #232323;
}
.cid-bBSmSfCNG4 .show {
  visibility: visible;
}
.cid-bBSmSfCNG4 video {
  visibility: hidden;
}
.cid-bBSmSfCNG4 .hide {
  visibility: hidden;
}
.cid-ub3FHVJmkF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ub3FHVJmkF .container {
  max-width: 1400px;
}
.cid-ub3FHVJmkF .card-img2 span {
  padding-top: 6px;
}
.cid-ub3FHVJmkF .soc-item a {
  padding-top: 5px;
}
.cid-ub3FHVJmkF .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ub3FHVJmkF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ub3FHVJmkF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ub3FHVJmkF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ub3FHVJmkF #e2_shape {
  fill: #232323 !important;
}
.cid-ub3FHVJmkF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ub3FHVJmkF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ub3FHVJmkF .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ub3FHVJmkF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ub3FHVJmkF .soc-item span {
  font-size: 1.4rem;
}
.cid-ub3FHVJmkF .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ub3FHVJmkF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ub3FHVJmkF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ub3FHVJmkF .media-wrap {
  margin-bottom: 1rem;
}
.cid-ub3FHVJmkF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ub3FHVJmkF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ub3FHVJmkF .item {
    justify-content: center;
  }
  .cid-ub3FHVJmkF .quote::after {
    left: 60px;
  }
}
.cid-ub3FHVJmkF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ub3FHVJmkF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub3FHVJmkF .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ub3FHVJmkF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ub3FHVJmkF H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ub3FHVJmkF .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ub3FHVJmkF .copyright > p {
  color: #ff3366;
}
.cid-ub3FHVJmkF .text2 {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 {
  background-color: #ffffff;
}
.cid-sFNpkB7Yg3 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sFNpkB7Yg3 .container-nopadding {
  padding: 0px;
}
.cid-sFNpkB7Yg3 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-sFNpkB7Yg3 .contactBtnFixed {
  position: fixed;
}
.cid-sFNpkB7Yg3 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-sFNpkB7Yg3 .btnIconcol {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-sFNpkB7Yg3 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-sFNpkB7Yg3 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-sFNpkB7Yg3 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-sFNpkB7Yg3 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-sFNpkB7Yg3 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sFNpkB7Yg3 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sFNpkB7Yg3 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-sFNpkB7Yg3 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sFNpkB7Yg3 .windowBar,
  .cid-sFNpkB7Yg3 .contentwindow,
  .cid-sFNpkB7Yg3 .contactwindow {
    border-radius: 0;
  }
}
.cid-sFNpkB7Yg3 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sFNpkB7Yg3 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .btn-form {
  display: revert !important;
}
.cid-sFNpkB7Yg3 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sFNpkB7Yg3 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-sFNpkB7Yg3 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-sFNpkB7Yg3 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-sFNpkB7Yg3 .mbr-alert-success {
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-alert-danger {
  text-align: center;
}
.cid-sFNpkB7Yg3 .message-div {
  margin-bottom: 5px;
}
.cid-sFNpkB7Yg3 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sFNpkB7Yg3 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-sFNpkB7Yg3 .showAlerts {
  display: block !important;
}
.cid-sFNpkB7Yg3 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-sFNpkB7Yg3 .hidden {
  display: none;
}
.cid-sFNpkB7Yg3 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-sFNpkB7Yg3 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-sFNpkB7Yg3 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror {
  text-align: left;
}
.cid-sFNpkB7Yg3 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sFNpkB7Yg3 .mbr-section-labels {
  color: #ffffff;
}
.cid-sFNpkB7Yg3 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ub3FHWxzp4 {
  background-color: #41a85f;
}
.cid-ub3FHWxzp4 .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ub3FHWxzp4 .modal-dialog {
  height: auto;
}
.cid-ub3FHWxzp4 .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #86dc51;
  box-shadow: 0 12px 20px 0 rgba(134, 220, 81, 0.78);
}
.cid-ub3FHWxzp4 .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #86dc51;
}
.cid-ub3FHWxzp4 .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ub3FHWxzp4 .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ub3FHWxzp4 .modal-footer {
  padding: 1rem;
  justify-content: center;
}
.cid-ub3FHWxzp4 .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-ub3FHWxzp4 .close:focus {
  outline: 0;
}
.cid-ub3FHWxzp4 LABEL {
  color: #ffffff;
}
.cid-ub3FHWxzp4 .btn {
  border-radius: 5rem !important;
}
.cid-ub3FHWxzp4 .mbr-text {
  color: #86dc51;
  text-align: center;
}
.cid-ub3FHWxzp4 .mbr-text-1 {
  color: #ffffff;
  text-align: center;
}
.cid-ub3FHWxzp4 P {
  color: #ffffff;
}
.cid-ub3FHWxzp4 .select-style {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.cid-ublJXmIlOD {
  background-color: #41a85f;
}
.cid-ublJXmIlOD .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ublJXmIlOD .modal-dialog {
  height: auto;
}
.cid-ublJXmIlOD .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ublJXmIlOD .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ublJXmIlOD .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ublJXmIlOD .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ublJXmIlOD .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ublJXmIlOD .close {
  color: #41a85f;
}
.cid-ublJXmIlOD .close:focus {
  outline: 0;
}
.cid-ublJXmIlOD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ublJXmIlOD .mbr-section-btn {
  margin: auto !important;
}
.cid-ujER6MN4Gg .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ujER6MN4Gg .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ujER6MN4Gg .nav-item:focus,
.cid-ujER6MN4Gg .nav-link:focus {
  outline: none;
}
.cid-ujER6MN4Gg .text-white:hover,
.cid-ujER6MN4Gg .text-white:active,
.cid-ujER6MN4Gg .text-white:focus {
  color: white!important;
}
.cid-ujER6MN4Gg .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ujER6MN4Gg .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ujER6MN4Gg .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ujER6MN4Gg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ujER6MN4Gg .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ujER6MN4Gg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujER6MN4Gg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujER6MN4Gg .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ujER6MN4Gg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujER6MN4Gg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujER6MN4Gg .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-ujER6MN4Gg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujER6MN4Gg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujER6MN4Gg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujER6MN4Gg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujER6MN4Gg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujER6MN4Gg .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ujER6MN4Gg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujER6MN4Gg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujER6MN4Gg .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-ujER6MN4Gg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujER6MN4Gg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujER6MN4Gg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujER6MN4Gg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ujER6MN4Gg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujER6MN4Gg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujER6MN4Gg .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ujER6MN4Gg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujER6MN4Gg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujER6MN4Gg .section {
  position: relative;
  overflow: visible!important;
}
.cid-ujER6MN4Gg .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ujER6MN4Gg .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ujER6MN4Gg .dropdown-menu {
  background-color: #232323!important;
}
.cid-ujER6MN4Gg .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ujER6MN4Gg .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ujER6MN4Gg .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ujER6MN4Gg .nav-item .nav-link {
    position: relative;
  }
}
.cid-ujER6MN4Gg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujER6MN4Gg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujER6MN4Gg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujER6MN4Gg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujER6MN4Gg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujER6MN4Gg .collapsed {
  flex-direction: row!important;
}
.cid-ujER6MN4Gg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujER6MN4Gg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujER6MN4Gg .navbar-caption {
  font-weight: 600!important;
}
.cid-ujER6MN4Gg .navbar-brand {
  -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-ujER6MN4Gg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujER6MN4Gg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujER6MN4Gg .dropdown-item.active,
.cid-ujER6MN4Gg .dropdown-item:active {
  background-color: transparent;
}
.cid-ujER6MN4Gg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujER6MN4Gg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujER6MN4Gg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujER6MN4Gg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujER6MN4Gg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujER6MN4Gg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujER6MN4Gg .navbar-buttons {
  text-align: center;
}
.cid-ujER6MN4Gg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujER6MN4Gg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ujER6MN4Gg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujER6MN4Gg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujER6MN4Gg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujER6MN4Gg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujER6MN4Gg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujER6MN4Gg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujER6MN4Gg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujER6MN4Gg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujER6MN4Gg .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujER6MN4Gg .nav-link {
  font-weight: 600!important;
}
.cid-ujER6MN4Gg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ujER6MN4Gg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujER6MN4Gg .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-ujER6MN4Gg .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujER6MN4Gg .navbar {
    height: 77px;
  }
  .cid-ujER6MN4Gg .navbar.opened {
    height: auto;
  }
  .cid-ujER6MN4Gg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujER6N0N0B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ujER6N0N0B svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ujER6N0N0B #e2_shape {
  fill: #232323 !important;
}
.cid-ujER6N0N0B .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ujER6N0N0B .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ujER6N0N0B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujER6N0N0B .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-ujER6N6kkS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ujER6N6kkS .mbr-section-title {
  color: #86dc51;
  text-align: center;
}
.cid-ujERFUCKcs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ujERFUCKcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujERFUCKcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujERFUCKcs .row {
  flex-direction: row-reverse;
}
.cid-ujERFUCKcs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujERFUCKcs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujERFUCKcs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujERFUCKcs .mbr-section-title {
  color: #86dc51;
}
.cid-ujERFUCKcs .mbr-text,
.cid-ujERFUCKcs .mbr-section-btn {
  color: #ffffff;
}
.cid-ujERFUCKcs .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujER6NDJjR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ujER6NDJjR .container {
  max-width: 1400px;
}
.cid-ujER6NDJjR .card-img2 span {
  padding-top: 6px;
}
.cid-ujER6NDJjR .soc-item a {
  padding-top: 5px;
}
.cid-ujER6NDJjR .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ujER6NDJjR .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ujER6NDJjR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujER6NDJjR svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ujER6NDJjR #e2_shape {
  fill: #232323 !important;
}
.cid-ujER6NDJjR .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ujER6NDJjR .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ujER6NDJjR .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujER6NDJjR .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ujER6NDJjR .soc-item span {
  font-size: 1.4rem;
}
.cid-ujER6NDJjR .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ujER6NDJjR .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ujER6NDJjR .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ujER6NDJjR .media-wrap {
  margin-bottom: 1rem;
}
.cid-ujER6NDJjR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujER6NDJjR img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ujER6NDJjR .item {
    justify-content: center;
  }
  .cid-ujER6NDJjR .quote::after {
    left: 60px;
  }
}
.cid-ujER6NDJjR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ujER6NDJjR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujER6NDJjR .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ujER6NDJjR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujER6NDJjR H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ujER6NDJjR .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ujER6NDJjR .copyright > p {
  color: #ff3366;
}
.cid-ujER6NDJjR .text2 {
  color: #ffffff;
}
.cid-ujER6NRUKh {
  background-color: #ffffff;
}
.cid-ujER6NRUKh .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-ujER6NRUKh .container-nopadding {
  padding: 0px;
}
.cid-ujER6NRUKh .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-ujER6NRUKh .contactBtnFixed {
  position: fixed;
}
.cid-ujER6NRUKh .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-ujER6NRUKh .btnIconcol {
  color: #ffffff;
}
.cid-ujER6NRUKh .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-ujER6NRUKh .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-ujER6NRUKh .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-ujER6NRUKh .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-ujER6NRUKh .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-ujER6NRUKh .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-ujER6NRUKh .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-ujER6NRUKh .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-ujER6NRUKh .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-ujER6NRUKh .windowBar,
  .cid-ujER6NRUKh .contentwindow,
  .cid-ujER6NRUKh .contactwindow {
    border-radius: 0;
  }
}
.cid-ujER6NRUKh .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-ujER6NRUKh .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-ujER6NRUKh .btn-form {
  display: revert !important;
}
.cid-ujER6NRUKh .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ujER6NRUKh .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ujER6NRUKh .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ujER6NRUKh .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ujER6NRUKh .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-ujER6NRUKh .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ujER6NRUKh .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ujER6NRUKh .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ujER6NRUKh .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ujER6NRUKh .mbr-alert-success {
  text-align: center;
}
.cid-ujER6NRUKh .mbr-alert-danger {
  text-align: center;
}
.cid-ujER6NRUKh .message-div {
  margin-bottom: 5px;
}
.cid-ujER6NRUKh .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-ujER6NRUKh .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-ujER6NRUKh .showAlerts {
  display: block !important;
}
.cid-ujER6NRUKh .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-ujER6NRUKh .hidden {
  display: none;
}
.cid-ujER6NRUKh .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-ujER6NRUKh .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-ujER6NRUKh .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-ujER6NRUKh .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-ujER6NRUKh .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-ujER6NRUKh .mbr-section-alerterror {
  text-align: left;
}
.cid-ujER6NRUKh .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-ujER6NRUKh .mbr-section-labels {
  color: #ffffff;
}
.cid-ujER6NRUKh .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ujER6O8v0u {
  background-color: #41a85f;
}
.cid-ujER6O8v0u .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ujER6O8v0u .modal-dialog {
  height: auto;
}
.cid-ujER6O8v0u .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #86dc51;
  box-shadow: 0 12px 20px 0 rgba(134, 220, 81, 0.78);
}
.cid-ujER6O8v0u .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #86dc51;
}
.cid-ujER6O8v0u .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ujER6O8v0u .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ujER6O8v0u .modal-footer {
  padding: 1rem;
  justify-content: center;
}
.cid-ujER6O8v0u .close {
  color: #86dc51;
  position: absolute;
  right: 15px;
}
.cid-ujER6O8v0u .close:focus {
  outline: 0;
}
.cid-ujER6O8v0u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujER6O8v0u LABEL {
  color: #ffffff;
}
.cid-ujER6O8v0u .btn {
  border-radius: 5rem !important;
}
.cid-ujER6O8v0u .select-style {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.cid-ujER6OqnwX {
  background-color: #41a85f;
}
.cid-ujER6OqnwX .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ujER6OqnwX .modal-dialog {
  height: auto;
}
.cid-ujER6OqnwX .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ujER6OqnwX .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ujER6OqnwX .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ujER6OqnwX .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ujER6OqnwX .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ujER6OqnwX .close {
  color: #41a85f;
}
.cid-ujER6OqnwX .close:focus {
  outline: 0;
}
.cid-ujER6OqnwX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujER6OqnwX .mbr-section-btn {
  margin: auto !important;
}
.cid-ue5a98dScL .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ue5a98dScL .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ue5a98dScL .nav-item:focus,
.cid-ue5a98dScL .nav-link:focus {
  outline: none;
}
.cid-ue5a98dScL .text-white:hover,
.cid-ue5a98dScL .text-white:active,
.cid-ue5a98dScL .text-white:focus {
  color: white!important;
}
.cid-ue5a98dScL .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ue5a98dScL .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ue5a98dScL .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ue5a98dScL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ue5a98dScL .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ue5a98dScL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5a98dScL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue5a98dScL .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ue5a98dScL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5a98dScL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5a98dScL .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-ue5a98dScL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5a98dScL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ue5a98dScL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ue5a98dScL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5a98dScL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5a98dScL .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ue5a98dScL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5a98dScL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5a98dScL .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-ue5a98dScL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue5a98dScL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue5a98dScL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue5a98dScL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ue5a98dScL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue5a98dScL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ue5a98dScL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue5a98dScL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue5a98dScL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue5a98dScL .section {
  position: relative;
  overflow: visible!important;
}
.cid-ue5a98dScL .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ue5a98dScL .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ue5a98dScL .dropdown-menu {
  background-color: #232323!important;
}
.cid-ue5a98dScL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ue5a98dScL .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ue5a98dScL .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ue5a98dScL .nav-item .nav-link {
    position: relative;
  }
}
.cid-ue5a98dScL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue5a98dScL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5a98dScL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ue5a98dScL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue5a98dScL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue5a98dScL .collapsed {
  flex-direction: row!important;
}
.cid-ue5a98dScL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5a98dScL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5a98dScL .navbar-caption {
  font-weight: 600!important;
}
.cid-ue5a98dScL .navbar-brand {
  -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-ue5a98dScL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue5a98dScL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5a98dScL .dropdown-item.active,
.cid-ue5a98dScL .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5a98dScL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5a98dScL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5a98dScL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5a98dScL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue5a98dScL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5a98dScL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue5a98dScL .navbar-buttons {
  text-align: center;
}
.cid-ue5a98dScL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue5a98dScL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ue5a98dScL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ue5a98dScL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ue5a98dScL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ue5a98dScL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ue5a98dScL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ue5a98dScL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ue5a98dScL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ue5a98dScL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ue5a98dScL .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ue5a98dScL .nav-link {
  font-weight: 600!important;
}
.cid-ue5a98dScL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue5a98dScL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ue5a98dScL .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-ue5a98dScL .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5a98dScL .navbar {
    height: 77px;
  }
  .cid-ue5a98dScL .navbar.opened {
    height: auto;
  }
  .cid-ue5a98dScL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue5a98p0c9 {
  background-color: #41a85f;
}
.cid-ue5a98p0c9 .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ue5a98p0c9 .modal-dialog {
  height: auto;
}
.cid-ue5a98p0c9 .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ue5a98p0c9 .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ue5a98p0c9 .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ue5a98p0c9 .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ue5a98p0c9 .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ue5a98p0c9 .close {
  color: #41a85f;
}
.cid-ue5a98p0c9 .close:focus {
  outline: 0;
}
.cid-ue5a98p0c9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a98p0c9 .mbr-section-btn {
  margin: auto !important;
}
.cid-ue5a98B6DD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ue5a98B6DD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ue5a98B6DD #e2_shape {
  fill: #232323 !important;
}
.cid-ue5a98B6DD .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ue5a98B6DD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ue5a98B6DD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ue5a98B6DD .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uhu09Rcoi4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uhu09Rcoi4 img,
.cid-uhu09Rcoi4 .item-img {
  width: 100%;
}
.cid-uhu09Rcoi4 .item:focus,
.cid-uhu09Rcoi4 span:focus {
  outline: none;
}
.cid-uhu09Rcoi4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uhu09Rcoi4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhu09Rcoi4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhu09Rcoi4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhu09Rcoi4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhu09Rcoi4 .mbr-section-title {
  color: #ffffff;
}
.cid-uhu09Rcoi4 .mbr-text,
.cid-uhu09Rcoi4 .mbr-section-btn {
  text-align: center;
}
.cid-uhu09Rcoi4 .item-title {
  text-align: center;
}
.cid-uhu09Rcoi4 .item-subtitle {
  text-align: left;
}
.cid-ue5a98JGao {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ue5a98JGao .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ue5a98JGao .mbr-text {
  color: #232323;
}
.cid-ue5a98JGao .mbr-section-title,
.cid-ue5a98JGao .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-ue5a98JGao h1 {
  margin-bottom: -15px;
}
.cid-ue5a98P2bi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ue5a98P2bi .mbr-section-title {
  text-align: center;
}
.cid-ue5a98P2bi .mbr-text,
.cid-ue5a98P2bi .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ue5a98P2bi .line {
  background-color: #41a85f;
  justify-content: center;
  height: 2px;
  width: 95% !important;
  margin: 0px auto;
}
.cid-ue5a98P2bi .tawk-chat-panel {
  background-color: #232323;
}
.cid-ue5a98P2bi .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
}
.cid-ue5a98P2bi .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.cid-ue5a98WQbx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ue5a98WQbx .container {
  max-width: 1400px;
}
.cid-ue5a98WQbx .card-img2 span {
  padding-top: 6px;
}
.cid-ue5a98WQbx .soc-item a {
  padding-top: 5px;
}
.cid-ue5a98WQbx .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ue5a98WQbx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ue5a98WQbx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ue5a98WQbx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ue5a98WQbx #e2_shape {
  fill: #232323 !important;
}
.cid-ue5a98WQbx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ue5a98WQbx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ue5a98WQbx .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ue5a98WQbx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ue5a98WQbx .soc-item span {
  font-size: 1.4rem;
}
.cid-ue5a98WQbx .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ue5a98WQbx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ue5a98WQbx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ue5a98WQbx .media-wrap {
  margin-bottom: 1rem;
}
.cid-ue5a98WQbx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ue5a98WQbx img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ue5a98WQbx .item {
    justify-content: center;
  }
  .cid-ue5a98WQbx .quote::after {
    left: 60px;
  }
}
.cid-ue5a98WQbx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ue5a98WQbx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ue5a98WQbx .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a98WQbx .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a98WQbx H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ue5a98WQbx .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ue5a98WQbx .copyright > p {
  color: #ff3366;
}
.cid-ue5a98WQbx .text2 {
  color: #ffffff;
}
.cid-ue5a99cA8y {
  background-color: #ffffff;
}
.cid-ue5a99cA8y .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-ue5a99cA8y .container-nopadding {
  padding: 0px;
}
.cid-ue5a99cA8y .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-ue5a99cA8y .contactBtnFixed {
  position: fixed;
}
.cid-ue5a99cA8y .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-ue5a99cA8y .btnIconcol {
  color: #ffffff;
}
.cid-ue5a99cA8y .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-ue5a99cA8y .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-ue5a99cA8y .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-ue5a99cA8y .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-ue5a99cA8y .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-ue5a99cA8y .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-ue5a99cA8y .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-ue5a99cA8y .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-ue5a99cA8y .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-ue5a99cA8y .windowBar,
  .cid-ue5a99cA8y .contentwindow,
  .cid-ue5a99cA8y .contactwindow {
    border-radius: 0;
  }
}
.cid-ue5a99cA8y .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-ue5a99cA8y .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-ue5a99cA8y .btn-form {
  display: revert !important;
}
.cid-ue5a99cA8y .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ue5a99cA8y .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ue5a99cA8y .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ue5a99cA8y .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ue5a99cA8y .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-ue5a99cA8y .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ue5a99cA8y .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ue5a99cA8y .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ue5a99cA8y .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ue5a99cA8y .mbr-alert-success {
  text-align: center;
}
.cid-ue5a99cA8y .mbr-alert-danger {
  text-align: center;
}
.cid-ue5a99cA8y .message-div {
  margin-bottom: 5px;
}
.cid-ue5a99cA8y .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-ue5a99cA8y .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-ue5a99cA8y .showAlerts {
  display: block !important;
}
.cid-ue5a99cA8y .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-ue5a99cA8y .hidden {
  display: none;
}
.cid-ue5a99cA8y .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a99cA8y .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a99cA8y .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-ue5a99cA8y .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-ue5a99cA8y .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-ue5a99cA8y .mbr-section-alerterror {
  text-align: left;
}
.cid-ue5a99cA8y .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-ue5a99cA8y .mbr-section-labels {
  color: #ffffff;
}
.cid-ue5a99cA8y .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ujF2AM3670 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ujF2AM3670 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ujF2AM3670 .nav-item:focus,
.cid-ujF2AM3670 .nav-link:focus {
  outline: none;
}
.cid-ujF2AM3670 .text-white:hover,
.cid-ujF2AM3670 .text-white:active,
.cid-ujF2AM3670 .text-white:focus {
  color: white!important;
}
.cid-ujF2AM3670 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  opacity: 0.75;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ujF2AM3670 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ujF2AM3670 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ujF2AM3670 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ujF2AM3670 .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-ujF2AM3670 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujF2AM3670 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujF2AM3670 .navbar.collapsed .dropdown-menu {
  background: #232323 !important;
}
.cid-ujF2AM3670 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujF2AM3670 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujF2AM3670 .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-ujF2AM3670 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujF2AM3670 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujF2AM3670 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujF2AM3670 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujF2AM3670 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujF2AM3670 .navbar .dropdown-menu {
    background: #232323 !important;
  }
  .cid-ujF2AM3670 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujF2AM3670 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujF2AM3670 .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-ujF2AM3670 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujF2AM3670 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujF2AM3670 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujF2AM3670 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ujF2AM3670 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujF2AM3670 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujF2AM3670 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ujF2AM3670 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujF2AM3670 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujF2AM3670 .section {
  position: relative;
  overflow: visible!important;
}
.cid-ujF2AM3670 .dropdown-item {
  font-weight: 400!important;
  color: #41a85f!important;
}
.cid-ujF2AM3670 .dropdown-item:hover {
  color: #41a85f!important;
}
.cid-ujF2AM3670 .dropdown-menu {
  background-color: #232323!important;
}
.cid-ujF2AM3670 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(100, 100, 100, 0.35);
  display: block;
}
.cid-ujF2AM3670 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #41a85f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ujF2AM3670 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ujF2AM3670 .nav-item .nav-link {
    position: relative;
  }
}
.cid-ujF2AM3670 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujF2AM3670 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujF2AM3670 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujF2AM3670 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujF2AM3670 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujF2AM3670 .collapsed {
  flex-direction: row!important;
}
.cid-ujF2AM3670 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujF2AM3670 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujF2AM3670 .navbar-caption {
  font-weight: 600!important;
}
.cid-ujF2AM3670 .navbar-brand {
  -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-ujF2AM3670 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujF2AM3670 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujF2AM3670 .dropdown-item.active,
.cid-ujF2AM3670 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujF2AM3670 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujF2AM3670 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujF2AM3670 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujF2AM3670 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujF2AM3670 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujF2AM3670 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujF2AM3670 .navbar-buttons {
  text-align: center;
}
.cid-ujF2AM3670 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujF2AM3670 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #86dc51;
}
.cid-ujF2AM3670 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujF2AM3670 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujF2AM3670 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujF2AM3670 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujF2AM3670 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujF2AM3670 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujF2AM3670 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujF2AM3670 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujF2AM3670 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujF2AM3670 .nav-link {
  font-weight: 600!important;
}
.cid-ujF2AM3670 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ujF2AM3670 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujF2AM3670 .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-ujF2AM3670 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujF2AM3670 .navbar {
    height: 77px;
  }
  .cid-ujF2AM3670 .navbar.opened {
    height: auto;
  }
  .cid-ujF2AM3670 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujF2AMfzti {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x720.webp");
  overflow: hidden;
}
.cid-ujF2AMfzti svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ujF2AMfzti #e2_shape {
  fill: #232323 !important;
}
.cid-ujF2AMfzti .mbr-text.display-5 {
  font-size: 26px;
}
.cid-ujF2AMfzti .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ujF2AMfzti .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujF2AMfzti .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-ujF2AMmOVA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ujF2AMmOVA .line {
  background-color: #41a85f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujF2AMmOVA .mbr-text {
  color: #86dc51;
}
.cid-ujF2AMmOVA .mbr-section-title,
.cid-ujF2AMmOVA .icon-wrap {
  color: #86dc51;
  text-align: center;
}
.cid-ujF2AMmOVA h1 {
  padding: 20px;
}
.cid-ujF2AMs6Z1 {
  background-color: #ffffff;
}
.cid-ujF2AMs6Z1 .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-ujF2AMs6Z1 .container-nopadding {
  padding: 0px;
}
.cid-ujF2AMs6Z1 .contactBtn {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 5001;
}
.cid-ujF2AMs6Z1 .contactBtnFixed {
  position: fixed;
}
.cid-ujF2AMs6Z1 .btn-circle {
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.cid-ujF2AMs6Z1 .btnIconcol {
  color: #ffffff;
}
.cid-ujF2AMs6Z1 .btn-circle:hover {
  background-color: rgba(35, 35, 35, 0.5);
}
.cid-ujF2AMs6Z1 .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .cid-ujF2AMs6Z1 .btn-iconsize .btn {
    font-size: 1.9rem !important;
  }
  .cid-ujF2AMs6Z1 .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.9rem !important;
  }
}
.cid-ujF2AMs6Z1 .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #232323;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5002;
}
.cid-ujF2AMs6Z1 .windowFixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 25px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-ujF2AMs6Z1 .windowBar {
  width: 100%;
  background-color: #86dc51 !important;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-ujF2AMs6Z1 .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 550px) {
  .cid-ujF2AMs6Z1 .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-ujF2AMs6Z1 .windowBar,
  .cid-ujF2AMs6Z1 .contentwindow,
  .cid-ujF2AMs6Z1 .contactwindow {
    border-radius: 0;
  }
}
.cid-ujF2AMs6Z1 .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-ujF2AMs6Z1 .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-ujF2AMs6Z1 .btn-form {
  display: revert !important;
}
.cid-ujF2AMs6Z1 .recaptcha-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ujF2AMs6Z1 .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ujF2AMs6Z1 .gdpr-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ujF2AMs6Z1 .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ujF2AMs6Z1 .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-ujF2AMs6Z1 .send-copy-div {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cid-ujF2AMs6Z1 .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.cid-ujF2AMs6Z1 .alert-success {
  background-color: #86dc51;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ujF2AMs6Z1 .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-ujF2AMs6Z1 .mbr-alert-success {
  text-align: center;
}
.cid-ujF2AMs6Z1 .mbr-alert-danger {
  text-align: center;
}
.cid-ujF2AMs6Z1 .message-div {
  margin-bottom: 5px;
}
.cid-ujF2AMs6Z1 .form-control {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-ujF2AMs6Z1 .form-control {
  border: 1px solid #86dc51 !important;
}
.cid-ujF2AMs6Z1 .showAlerts {
  display: block !important;
}
.cid-ujF2AMs6Z1 .sendBtnCornerRadius {
  border-radius: 5px;
}
.cid-ujF2AMs6Z1 .hidden {
  display: none;
}
.cid-ujF2AMs6Z1 .mbr-section-terms {
  color: #ffffff;
  text-align: center;
}
.cid-ujF2AMs6Z1 .mbr-section-autorespond {
  color: #ffffff;
  text-align: center;
}
.cid-ujF2AMs6Z1 .mbr-section-gdpr {
  color: #ffffff;
  text-align: left;
}
.cid-ujF2AMs6Z1 .mbr-section-alertsuccess {
  text-align: left;
  color: #232323;
}
.cid-ujF2AMs6Z1 .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-ujF2AMs6Z1 .mbr-section-alerterror {
  text-align: left;
}
.cid-ujF2AMs6Z1 .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-ujF2AMs6Z1 .mbr-section-labels {
  color: #ffffff;
}
.cid-ujF2AMs6Z1 .sub-btn-config {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.cid-ujF2AMGCh4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ujF2AMGCh4 .container {
  max-width: 1400px;
}
.cid-ujF2AMGCh4 .card-img2 span {
  padding-top: 6px;
}
.cid-ujF2AMGCh4 .soc-item a {
  padding-top: 5px;
}
.cid-ujF2AMGCh4 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ujF2AMGCh4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ujF2AMGCh4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF2AMGCh4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ujF2AMGCh4 #e2_shape {
  fill: #232323 !important;
}
.cid-ujF2AMGCh4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-ujF2AMGCh4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ujF2AMGCh4 .card-img2 {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujF2AMGCh4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ujF2AMGCh4 .soc-item span {
  font-size: 1.4rem;
}
.cid-ujF2AMGCh4 .soc-item:hover span {
  color: #86dc51 !important;
}
.cid-ujF2AMGCh4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ujF2AMGCh4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ujF2AMGCh4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-ujF2AMGCh4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF2AMGCh4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ujF2AMGCh4 .item {
    justify-content: center;
  }
  .cid-ujF2AMGCh4 .quote::after {
    left: 60px;
  }
}
.cid-ujF2AMGCh4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ujF2AMGCh4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF2AMGCh4 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ujF2AMGCh4 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujF2AMGCh4 H5 {
  color: #86dc51;
  text-align: center;
}
.cid-ujF2AMGCh4 .theme {
  color: #86dc51;
  text-align: center;
}
.cid-ujF2AMGCh4 .copyright > p {
  color: #ff3366;
}
.cid-ujF2AMGCh4 .text2 {
  color: #ffffff;
}
.cid-ujF2AMU95T {
  background-color: #41a85f;
}
.cid-ujF2AMU95T .editor {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 100;
  padding-top: 50px;
}
.cid-ujF2AMU95T .modal-dialog {
  height: auto;
}
.cid-ujF2AMU95T .modal-content {
  background-color: #232323;
  border-radius: 2rem;
  border: 5px solid #41a85f;
  box-shadow: 0 12px 20px 0 rgba(65, 168, 95, 0.78);
}
.cid-ujF2AMU95T .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b1a374;
}
.cid-ujF2AMU95T .modal-title {
  text-align: center;
  width: 100%;
  color: #86dc51;
}
.cid-ujF2AMU95T .modal-body {
  padding: 1rem;
  min-height: 100%;
}
.cid-ujF2AMU95T .modal-footer {
  padding: 0.5rem;
  justify-content: center;
  border-top: 1px solid #41a85f;
}
.cid-ujF2AMU95T .close {
  color: #41a85f;
}
.cid-ujF2AMU95T .close:focus {
  outline: 0;
}
.cid-ujF2AMU95T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujF2AMU95T .mbr-section-btn {
  margin: auto !important;
}
