.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 6rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 2.8rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Caveat', handwriting;
  font-size: 1.8rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !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: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !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: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.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: #f2ac2b !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: #ec8c39 !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='%23f2ac2b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tROHsKd3mI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROHsKd3mI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROHsKd3mI .menu_box .navbar.opened,
  .cid-tROHsKd3mI .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROHsKd3mI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tROHsKd3mI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROHsKd3mI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROHsKd3mI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROHsKd3mI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROHsKd3mI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROHsKd3mI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-body .mbr-text,
  .cid-tROHsKd3mI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROHsKd3mI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROHsKd3mI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROHsKd3mI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tROHsKd3mI .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROHsKd3mI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROHsKd3mI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 0 !important;
  }
}
.cid-tROHsKd3mI .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .nav-item .nav-link:hover,
.cid-tROHsKd3mI .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHsKd3mI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tROHsKd3mI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROHsKd3mI .offcanvas_box {
    display: none;
  }
}
.cid-tROHsKd3mI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROHsKd3mI .container {
  display: flex;
  margin: auto;
}
.cid-tROHsKd3mI .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tROHsKd3mI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROHsKd3mI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROHsKd3mI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .navbar-nav {
    margin: 0;
  }
}
.cid-tROHsKd3mI .dropdown-menu,
.cid-tROHsKd3mI .navbar.opened {
  background-color: true !important;
}
.cid-tROHsKd3mI .nav-item:focus,
.cid-tROHsKd3mI .nav-link:focus {
  outline: none;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROHsKd3mI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROHsKd3mI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROHsKd3mI .navbar.opened {
  transition: all 0.3s;
}
.cid-tROHsKd3mI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROHsKd3mI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROHsKd3mI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar.collapsed {
  justify-content: center;
}
.cid-tROHsKd3mI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROHsKd3mI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROHsKd3mI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROHsKd3mI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROHsKd3mI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROHsKd3mI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROHsKd3mI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROHsKd3mI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROHsKd3mI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROHsKd3mI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROHsKd3mI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROHsKd3mI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROHsKd3mI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROHsKd3mI .dropdown-item.active,
.cid-tROHsKd3mI .dropdown-item:active {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROHsKd3mI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROHsKd3mI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROHsKd3mI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROHsKd3mI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tROHsKd3mI .navbar {
    height: 70px;
  }
  .cid-tROHsKd3mI .navbar.opened {
    height: auto;
  }
  .cid-tROHsKd3mI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROHsKd3mI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROHsKd3mI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROHsKd3mI .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROHsKd3mI .text_widget {
  margin-bottom: 32px;
}
.cid-tROHsKd3mI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .text_widget a:hover,
.cid-tROHsKd3mI .text_widget a:focus {
  opacity: .6;
}
.cid-tROHsKd3mI .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHsKd3mI .navbar-caption {
  color: #f2ac2b;
}
.cid-tROHsKd3mI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROHsKd3mI .mbr-section-subtitle,
.cid-tROHsKd3mI .text_widget,
.cid-tROHsKd3mI .mbr-section-btn {
  text-align: center;
}
.cid-tROHsKd3mI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vkXlKnI6Xd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vkXlKnI6Xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkXlKnI6Xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkXlKnI6Xd .row {
  justify-content: center;
}
.cid-vkXlKnI6Xd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vkXlKnI6Xd .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vkXlKnI6Xd .container {
    padding: 0 15px;
  }
}
.cid-vkXlKnI6Xd .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkXlKnI6Xd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vkXlKnI6Xd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vkXlKnI6Xd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkXlKnI6Xd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkXlKnI6Xd .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkXlKnI6Xd .mbr-section-btn {
    text-align: left;
  }
}
.cid-vkXlKnI6Xd .mbr-section-title {
  color: #ffffff;
}
.cid-vkXlKnI6Xd .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vkXlKnI6Xd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vkXlKnI6Xd .mbr-section-title,
.cid-vkXlKnI6Xd .mbr-section-btn {
  text-align: center;
}
.cid-vkXlKnI6Xd .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vkXlKnI6Xd .card {
  justify-content: flex-end;
}
.cid-vkXlKnI6Xd .title-wrapper {
  margin-bottom: 20px;
}
.cid-vkXlKnI6Xd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkXlKnI6Xd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkXlKnI6Xd .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkXlKnI6Xd .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vkXgYTYabt {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vkXgYTYabt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkXgYTYabt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkXgYTYabt .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vkXgYTYabt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkXgYTYabt .card {
  justify-content: flex-end;
}
.cid-vkXgYTYabt .title-wrapper {
  margin-bottom: 20px;
}
.cid-vkXgYTYabt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkXgYTYabt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkXgYTYabt .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkXgYTYabt .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vkXgYTYabt .mbr-section-title {
  color: #ffffff;
}
.cid-vkXgYTYabt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkXgYTYabt .mbr-text {
  color: #ffffff;
}
.cid-vkXgYTYabt .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkXgYTYabt .mbr-section-btn {
    text-align: left;
  }
}
.cid-vkXgYTYabt .mbr-text,
.cid-vkXgYTYabt .text-wrapper {
  text-align: center;
}
.cid-vkXgYTYabt .mbr-section-title,
.cid-vkXgYTYabt .mbr-section-btn {
  text-align: center;
}
.cid-vlSjkdY2he {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlSjkdY2he .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vlSjkdY2he .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vlSjkdY2he .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vlSjkdY2he .label-text {
    text-align: center !important;
  }
}
.cid-vlSjkdY2he .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlSjkdY2he .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vlSjkdY2he .mbr-section-title,
.cid-vlSjkdY2he .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vl2Px4f0I9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vl2Px4f0I9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2Px4f0I9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2Px4f0I9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .container {
    padding: 0 15px;
  }
}
.cid-vl2Px4f0I9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vl2Px4f0I9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vl2Px4f0I9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .items-wrapper {
    display: block;
  }
}
.cid-vl2Px4f0I9 .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-vl2Px4f0I9 .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-vl2Px4f0I9 .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #0a2606;
  font-size: 52px;
  border: 1px solid #0a2606;
  border-radius: 100%;
}
.cid-vl2Px4f0I9 .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vl2Px4f0I9 .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-vl2Px4f0I9 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-vl2Px4f0I9 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vl2Px4f0I9 .text-wrapper {
    margin-top: 40px;
  }
}
.cid-vl2Px4f0I9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vl2Px4f0I9 .mbr-section-title {
  color: #d2d2df;
  text-align: center;
}
.cid-vl2Px4f0I9 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vl2Px4f0I9 .item-text {
  color: #d2d2df;
}
.cid-vl2Px4f0I9 .item-text,
.cid-vl2Px4f0I9 .icon-wrapper {
  text-align: center;
}
.cid-vkXmRERSPD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpeg");
}
.cid-vkXmRERSPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkXmRERSPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkXmRERSPD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkXmRERSPD .row {
  flex-direction: row-reverse;
}
.cid-vkXmRERSPD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vkXmRERSPD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vkXmRERSPD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vkXmRERSPD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vkXmRERSPD .mbr-text,
.cid-vkXmRERSPD .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-tROHwunccu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-tROHwunccu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHwunccu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHwunccu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .container {
    padding: 0 15px;
  }
}
.cid-tROHwunccu .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHwunccu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHwunccu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-tROHwunccu .items-wrapper .item:hover .item-wrapper::before,
.cid-tROHwunccu .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tROHwunccu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROHwunccu .item-title {
  color: #f2ac2b;
}
.cid-tROHwunccu .item-text {
  color: #ffffff;
}
.cid-tROHwunccu .item-title,
.cid-tROHwunccu .icon-wrapper,
.cid-tROHwunccu .mbr-section-btn {
  color: #cd890b;
}
.cid-vl33l5Mncm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vl33l5Mncm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl33l5Mncm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl33l5Mncm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vl33l5Mncm .container {
    padding: 0 15px;
  }
}
.cid-vl33l5Mncm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vl33l5Mncm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vl33l5Mncm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vl33l5Mncm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vl33l5Mncm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vl33l5Mncm .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vl33l5Mncm .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vl33l5Mncm .items-wrapper .item:hover .item-wrapper::before,
.cid-vl33l5Mncm .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vl33l5Mncm .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vl33l5Mncm .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vl33l5Mncm .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vl33l5Mncm .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vl33l5Mncm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vl33l5Mncm .item-title {
  color: #f2ac2b;
}
.cid-vl33l5Mncm .item-text {
  color: #ffffff;
}
.cid-tROHM6USBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1200.jpeg");
}
.cid-tROHM6USBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHM6USBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHM6USBC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHM6USBC .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap:hover,
.cid-tROHM6USBC .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tROHM6USBC .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tROHM6USBC .mbr-section-title {
  color: #cd890b;
}
.cid-tROHM6USBC .mbr-text {
  color: #d2d2df;
}
.cid-tROHM6USBC .list {
  color: #d2d2df;
}
.cid-vlKD8DK2wn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpeg");
}
.cid-vlKD8DK2wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKD8DK2wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlKD8DK2wn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlKD8DK2wn .container {
    padding: 0 12px;
  }
}
.cid-vlKD8DK2wn .row {
  justify-content: center;
}
.cid-vlKD8DK2wn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlKD8DK2wn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlKD8DK2wn .card {
    margin-bottom: 32px;
  }
}
.cid-vlKD8DK2wn .card:hover .card-wrapper .mbr-card-title,
.cid-vlKD8DK2wn .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlKD8DK2wn .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlKD8DK2wn .card .card-wrapper {
    display: block;
  }
}
.cid-vlKD8DK2wn .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlKD8DK2wn .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlKD8DK2wn .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlKD8DK2wn .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlKD8DK2wn .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlKD8DK2wn .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlKD8DK2wn .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlKD8DK2wn .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlKD8DK2wn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlKD8DK2wn .mbr-card-title {
  color: #ffffff;
}
.cid-tROI4QT8h2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1200.jpeg");
}
.cid-tROI4QT8h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROI4QT8h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .container {
    padding: 0 15px;
  }
}
.cid-tROI4QT8h2 .row {
  justify-content: center;
}
.cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-tROI4QT8h2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROI4QT8h2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROI4QT8h2 .list {
  color: #ffffff;
}
.cid-vmJ1fDhD1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1200.jpeg");
}
.cid-vmJ1fDhD1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmJ1fDhD1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmJ1fDhD1w .row {
  margin: 0 -15px;
}
.cid-vmJ1fDhD1w .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vmJ1fDhD1w .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmJ1fDhD1w .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vmJ1fDhD1w .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmJ1fDhD1w .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmJ1fDhD1w .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmJ1fDhD1w .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmJ1fDhD1w .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-vmJ1fDhD1w .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #994412;
}
.cid-vmJ1fDhD1w .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-vmJ1fDhD1w .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-vmJ1fDhD1w .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmJ1fDhD1w .mbr-section-title {
  color: #fefff5;
}
.cid-vmJ1fDhD1w .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vmJ1fDhD1w .mbr-text {
  color: #fefff5;
}
.cid-vmJ1fDhD1w .panel-title-edit {
  color: #fefff5;
}
.cid-vmJ1fDhD1w .panel-text {
  color: #fefff5;
}
.cid-vldpAhO7vx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vldpAhO7vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldpAhO7vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldpAhO7vx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vldpAhO7vx .container {
    padding: 0 15px;
  }
}
.cid-vldpAhO7vx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vldpAhO7vx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vldpAhO7vx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vldpAhO7vx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vldpAhO7vx .mbr-section-btn {
  margin-top: 40px;
}
.cid-vldpAhO7vx .mbr-section-title {
  color: #ffffff;
}
.cid-vldpAhO7vx .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vldpAhO7vx .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vldpAhO7vx .mbr-section-title,
.cid-vldpAhO7vx .mbr-section-btn {
  text-align: center;
}
.cid-tROHVnJZlc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tROHVnJZlc .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tROHVnJZlc .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-tROHVnJZlc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tROHVnJZlc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHVnJZlc .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-tROHVnJZlc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-tROHVnJZlc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tROHVnJZlc .embla__slide .slide-content {
  width: 100%;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-tROHVnJZlc .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-tROHVnJZlc .embla__button--next,
.cid-tROHVnJZlc .embla__button--prev {
  display: flex;
}
.cid-tROHVnJZlc .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tROHVnJZlc .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-tROHVnJZlc .embla__button span {
  z-index: 1;
}
.cid-tROHVnJZlc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tROHVnJZlc .embla__button:hover::before {
  opacity: 0;
}
.cid-tROHVnJZlc .embla__button.embla__button--prev {
  left: 0;
}
.cid-tROHVnJZlc .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-tROHVnJZlc .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-tROHVnJZlc .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tROHVnJZlc .embla {
    display: block;
  }
}
.cid-tROHVnJZlc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tROHVnJZlc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tROHVnJZlc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tROHVnJZlc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tROHVnJZlc .mbr-section-title {
  color: #ffffff;
}
.cid-tROHVnJZlc .mbr-text {
  color: #d2d2df;
}
.cid-tROHVnJZlc .mbr-name {
  color: #f2ac2b;
}
.cid-tROHVnJZlc .mbr-role {
  color: #d2d2df;
}
.cid-tROHVnJZlc .mbr-rating {
  color: #f2ac2b;
}
.cid-vlKW0qlml0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlKW0qlml0 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlKW0qlml0 .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlKW0qlml0 .navbar-logo {
  width: 110px;
}
.cid-vlKW0qlml0 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlKW0qlml0 .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlKW0qlml0 .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlKW0qlml0 .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlKW0qlml0 .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlKW0qlml0 .list-item .item-image,
.cid-vlKW0qlml0 .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlKW0qlml0 .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlKW0qlml0 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlKW0qlml0 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlKW0qlml0 .socion1 {
  background: #ec8c39;
}
.cid-vlKW0qlml0 .socion2 {
  background-color: #ffffff;
}
.cid-vlKW0qlml0 .socion3 {
  background-color: #7c47ef;
}
.cid-vlKW0qlml0 .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlKW0qlml0 .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlKW0qlml0 .social-list a {
  transition: .2s linear;
}
.cid-vlKW0qlml0 .social-list a:hover {
  opacity: .4;
}
.cid-vlKW0qlml0 .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlKW0qlml0 .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlKW0qlml0 .svg-1 path {
  fill: #000000;
}
.cid-vlKW0qlml0 .item-image {
  margin-right: 2rem;
}
.cid-vlKW0qlml0 [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlKW0qlml0 .soc-item::after {
  display: none;
}
.cid-vlKW0qlml0 .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlKW0qlml0 .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlKW0qlml0 .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlKW0qlml0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlKW0qlml0 .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlKW0qlml0 .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlKW0qlml0 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlKW0qlml0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlKW0qlml0 .wrapper {
    padding: 1rem;
  }
}
.cid-vlKW0qlml0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKW0qlml0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vleKQ6wa0o {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vleKQ6wa0o .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vleKQ6wa0o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vleKQ6wa0o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vleKQ6wa0o .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vleKQ6wa0o .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vleKQ6wa0o .menu_box .navbar.opened,
  .cid-vleKQ6wa0o .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vleKQ6wa0o nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vleKQ6wa0o .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vleKQ6wa0o .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vleKQ6wa0o .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vleKQ6wa0o .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vleKQ6wa0o .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vleKQ6wa0o .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vleKQ6wa0o .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vleKQ6wa0o .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vleKQ6wa0o .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vleKQ6wa0o .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vleKQ6wa0o .offcanvas-body .mbr-text,
  .cid-vleKQ6wa0o .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vleKQ6wa0o .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vleKQ6wa0o .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vleKQ6wa0o .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vleKQ6wa0o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vleKQ6wa0o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vleKQ6wa0o .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vleKQ6wa0o .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vleKQ6wa0o ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vleKQ6wa0o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vleKQ6wa0o .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vleKQ6wa0o .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vleKQ6wa0o li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vleKQ6wa0o .lg_brand {
    margin: 0 1rem;
  }
  .cid-vleKQ6wa0o .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vleKQ6wa0o .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vleKQ6wa0o .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vleKQ6wa0o .nav-item {
    margin: 0 !important;
  }
}
.cid-vleKQ6wa0o .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vleKQ6wa0o .nav-item .nav-link:hover,
.cid-vleKQ6wa0o .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vleKQ6wa0o .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vleKQ6wa0o .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vleKQ6wa0o .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vleKQ6wa0o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vleKQ6wa0o .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vleKQ6wa0o .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vleKQ6wa0o .offcanvas_box {
    display: none;
  }
}
.cid-vleKQ6wa0o .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vleKQ6wa0o .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vleKQ6wa0o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vleKQ6wa0o .container {
  display: flex;
  margin: auto;
}
.cid-vleKQ6wa0o .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vleKQ6wa0o .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vleKQ6wa0o .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vleKQ6wa0o .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vleKQ6wa0o .navbar-nav {
    margin: 0;
  }
}
.cid-vleKQ6wa0o .dropdown-menu,
.cid-vleKQ6wa0o .navbar.opened {
  background-color: true !important;
}
.cid-vleKQ6wa0o .nav-item:focus,
.cid-vleKQ6wa0o .nav-link:focus {
  outline: none;
}
.cid-vleKQ6wa0o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vleKQ6wa0o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vleKQ6wa0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vleKQ6wa0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vleKQ6wa0o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vleKQ6wa0o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vleKQ6wa0o .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vleKQ6wa0o .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vleKQ6wa0o .navbar.opened {
  transition: all 0.3s;
}
.cid-vleKQ6wa0o .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vleKQ6wa0o .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vleKQ6wa0o .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vleKQ6wa0o .navbar.collapsed {
  justify-content: center;
}
.cid-vleKQ6wa0o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vleKQ6wa0o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vleKQ6wa0o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vleKQ6wa0o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vleKQ6wa0o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vleKQ6wa0o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vleKQ6wa0o .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vleKQ6wa0o .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vleKQ6wa0o .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vleKQ6wa0o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vleKQ6wa0o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vleKQ6wa0o .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vleKQ6wa0o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vleKQ6wa0o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vleKQ6wa0o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vleKQ6wa0o .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vleKQ6wa0o .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vleKQ6wa0o .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vleKQ6wa0o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vleKQ6wa0o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vleKQ6wa0o .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vleKQ6wa0o .navbar.navbar-short {
  min-height: 60px;
}
.cid-vleKQ6wa0o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vleKQ6wa0o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vleKQ6wa0o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vleKQ6wa0o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vleKQ6wa0o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vleKQ6wa0o .dropdown-item.active,
.cid-vleKQ6wa0o .dropdown-item:active {
  background-color: transparent;
}
.cid-vleKQ6wa0o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vleKQ6wa0o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vleKQ6wa0o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vleKQ6wa0o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vleKQ6wa0o ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vleKQ6wa0o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vleKQ6wa0o button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vleKQ6wa0o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vleKQ6wa0o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vleKQ6wa0o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vleKQ6wa0o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vleKQ6wa0o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vleKQ6wa0o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vleKQ6wa0o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vleKQ6wa0o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vleKQ6wa0o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vleKQ6wa0o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vleKQ6wa0o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vleKQ6wa0o .navbar {
    height: 70px;
  }
  .cid-vleKQ6wa0o .navbar.opened {
    height: auto;
  }
  .cid-vleKQ6wa0o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vleKQ6wa0o .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vleKQ6wa0o .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vleKQ6wa0o .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vleKQ6wa0o .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vleKQ6wa0o .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vleKQ6wa0o .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vleKQ6wa0o .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vleKQ6wa0o .text_widget {
  margin-bottom: 32px;
}
.cid-vleKQ6wa0o .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vleKQ6wa0o .text_widget a:hover,
.cid-vleKQ6wa0o .text_widget a:focus {
  opacity: .6;
}
.cid-vleKQ6wa0o .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vleKQ6wa0o .navbar-caption {
  color: #f2ac2b;
}
.cid-vleKQ6wa0o .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vleKQ6wa0o .mbr-section-subtitle,
.cid-vleKQ6wa0o .text_widget,
.cid-vleKQ6wa0o .mbr-section-btn {
  text-align: center;
}
.cid-vleKQ6wa0o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vleKQ7w1gE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vleKQ7w1gE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleKQ7w1gE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleKQ7w1gE .row {
  justify-content: center;
}
.cid-vleKQ7w1gE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vleKQ7w1gE .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vleKQ7w1gE .container {
    padding: 0 15px;
  }
}
.cid-vleKQ7w1gE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vleKQ7w1gE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vleKQ7w1gE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleKQ7w1gE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleKQ7w1gE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleKQ7w1gE .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vleKQ7w1gE .mbr-section-btn {
    text-align: left;
  }
}
.cid-vleKQ7w1gE .mbr-section-title {
  color: #ffffff;
}
.cid-vleKQ7w1gE .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vleKQ7w1gE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vleKQ7w1gE .mbr-section-title,
.cid-vleKQ7w1gE .mbr-section-btn {
  text-align: center;
}
.cid-vleKQ7w1gE .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vleKQ7w1gE .card {
  justify-content: flex-end;
}
.cid-vleKQ7w1gE .title-wrapper {
  margin-bottom: 20px;
}
.cid-vleKQ7w1gE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vleKQ7w1gE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vleKQ7w1gE .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vleKQ7w1gE .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vleKQ86KTh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vleKQ86KTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleKQ86KTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleKQ86KTh .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vleKQ86KTh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vleKQ86KTh .card {
  justify-content: flex-end;
}
.cid-vleKQ86KTh .title-wrapper {
  margin-bottom: 20px;
}
.cid-vleKQ86KTh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vleKQ86KTh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vleKQ86KTh .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vleKQ86KTh .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vleKQ86KTh .mbr-section-title {
  color: #ffffff;
}
.cid-vleKQ86KTh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vleKQ86KTh .mbr-text {
  color: #ffffff;
}
.cid-vleKQ86KTh .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vleKQ86KTh .mbr-section-btn {
    text-align: left;
  }
}
.cid-vleKQ86KTh .mbr-text,
.cid-vleKQ86KTh .text-wrapper {
  text-align: center;
}
.cid-vleKQ86KTh .mbr-section-title,
.cid-vleKQ86KTh .mbr-section-btn {
  text-align: center;
}
.cid-vlL1tv6u8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlL1tv6u8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL1tv6u8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlL1tv6u8I .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlL1tv6u8I .container {
    padding: 0 12px;
  }
}
.cid-vlL1tv6u8I .row {
  justify-content: center;
}
.cid-vlL1tv6u8I .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlL1tv6u8I .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlL1tv6u8I .card {
    margin-bottom: 32px;
  }
}
.cid-vlL1tv6u8I .card:hover .card-wrapper .mbr-card-title,
.cid-vlL1tv6u8I .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlL1tv6u8I .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlL1tv6u8I .card .card-wrapper {
    display: block;
  }
}
.cid-vlL1tv6u8I .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlL1tv6u8I .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlL1tv6u8I .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlL1tv6u8I .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlL1tv6u8I .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlL1tv6u8I .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlL1tv6u8I .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlL1tv6u8I .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlL1tv6u8I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlL1tv6u8I .mbr-card-title {
  color: #ffffff;
}
.cid-vlkqJv118p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlkqJv118p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlkqJv118p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlkqJv118p .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vlkqJv118p .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlkqJv118p .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vlkqJv118p .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlkqJv118p .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vlkqJv118p .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vlkqJv118p .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vlkqJv118p .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vlkqJv118p .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vlkqJv118p .mbr-label {
  color: #ffffff;
}
.cid-vlkqJv118p .mbr-section-title {
  color: #ffffff;
}
.cid-vlkqJv118p label {
  color: #ffffff;
}
.cid-vleKQ9Ygmr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vleKQ9Ygmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleKQ9Ygmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleKQ9Ygmr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vleKQ9Ygmr .container {
    padding: 0 15px;
  }
}
.cid-vleKQ9Ygmr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vleKQ9Ygmr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleKQ9Ygmr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleKQ9Ygmr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleKQ9Ygmr .mbr-section-btn {
  margin-top: 40px;
}
.cid-vleKQ9Ygmr .mbr-section-title {
  color: #ffffff;
}
.cid-vleKQ9Ygmr .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vleKQ9Ygmr .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vleKQ9Ygmr .mbr-section-title,
.cid-vleKQ9Ygmr .mbr-section-btn {
  text-align: center;
}
.cid-vlL1D7S7xp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlL1D7S7xp .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlL1D7S7xp .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL1D7S7xp .navbar-logo {
  width: 110px;
}
.cid-vlL1D7S7xp .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL1D7S7xp .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL1D7S7xp .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL1D7S7xp .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlL1D7S7xp .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlL1D7S7xp .list-item .item-image,
.cid-vlL1D7S7xp .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlL1D7S7xp .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlL1D7S7xp .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlL1D7S7xp .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlL1D7S7xp .socion1 {
  background: #ec8c39;
}
.cid-vlL1D7S7xp .socion2 {
  background-color: #ffffff;
}
.cid-vlL1D7S7xp .socion3 {
  background-color: #7c47ef;
}
.cid-vlL1D7S7xp .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlL1D7S7xp .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlL1D7S7xp .social-list a {
  transition: .2s linear;
}
.cid-vlL1D7S7xp .social-list a:hover {
  opacity: .4;
}
.cid-vlL1D7S7xp .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlL1D7S7xp .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlL1D7S7xp .svg-1 path {
  fill: #000000;
}
.cid-vlL1D7S7xp .item-image {
  margin-right: 2rem;
}
.cid-vlL1D7S7xp [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlL1D7S7xp .soc-item::after {
  display: none;
}
.cid-vlL1D7S7xp .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlL1D7S7xp .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlL1D7S7xp .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlL1D7S7xp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlL1D7S7xp .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlL1D7S7xp .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlL1D7S7xp {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlL1D7S7xp .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlL1D7S7xp .wrapper {
    padding: 1rem;
  }
}
.cid-vlL1D7S7xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL1D7S7xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vleTvw8OUr {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vleTvw8OUr .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vleTvw8OUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vleTvw8OUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vleTvw8OUr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vleTvw8OUr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vleTvw8OUr .menu_box .navbar.opened,
  .cid-vleTvw8OUr .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vleTvw8OUr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vleTvw8OUr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vleTvw8OUr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vleTvw8OUr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vleTvw8OUr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vleTvw8OUr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vleTvw8OUr .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vleTvw8OUr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vleTvw8OUr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vleTvw8OUr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vleTvw8OUr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vleTvw8OUr .offcanvas-body .mbr-text,
  .cid-vleTvw8OUr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vleTvw8OUr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vleTvw8OUr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vleTvw8OUr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vleTvw8OUr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vleTvw8OUr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vleTvw8OUr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vleTvw8OUr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vleTvw8OUr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vleTvw8OUr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vleTvw8OUr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vleTvw8OUr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vleTvw8OUr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vleTvw8OUr .lg_brand {
    margin: 0 1rem;
  }
  .cid-vleTvw8OUr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vleTvw8OUr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vleTvw8OUr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vleTvw8OUr .nav-item {
    margin: 0 !important;
  }
}
.cid-vleTvw8OUr .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vleTvw8OUr .nav-item .nav-link:hover,
.cid-vleTvw8OUr .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vleTvw8OUr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vleTvw8OUr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vleTvw8OUr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vleTvw8OUr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vleTvw8OUr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vleTvw8OUr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vleTvw8OUr .offcanvas_box {
    display: none;
  }
}
.cid-vleTvw8OUr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vleTvw8OUr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vleTvw8OUr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vleTvw8OUr .container {
  display: flex;
  margin: auto;
}
.cid-vleTvw8OUr .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vleTvw8OUr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vleTvw8OUr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vleTvw8OUr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vleTvw8OUr .navbar-nav {
    margin: 0;
  }
}
.cid-vleTvw8OUr .dropdown-menu,
.cid-vleTvw8OUr .navbar.opened {
  background-color: true !important;
}
.cid-vleTvw8OUr .nav-item:focus,
.cid-vleTvw8OUr .nav-link:focus {
  outline: none;
}
.cid-vleTvw8OUr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vleTvw8OUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vleTvw8OUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vleTvw8OUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vleTvw8OUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vleTvw8OUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vleTvw8OUr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vleTvw8OUr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vleTvw8OUr .navbar.opened {
  transition: all 0.3s;
}
.cid-vleTvw8OUr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vleTvw8OUr .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vleTvw8OUr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vleTvw8OUr .navbar.collapsed {
  justify-content: center;
}
.cid-vleTvw8OUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vleTvw8OUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vleTvw8OUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vleTvw8OUr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vleTvw8OUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vleTvw8OUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vleTvw8OUr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vleTvw8OUr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vleTvw8OUr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vleTvw8OUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vleTvw8OUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vleTvw8OUr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vleTvw8OUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vleTvw8OUr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vleTvw8OUr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vleTvw8OUr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vleTvw8OUr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vleTvw8OUr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vleTvw8OUr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vleTvw8OUr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vleTvw8OUr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vleTvw8OUr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vleTvw8OUr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vleTvw8OUr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vleTvw8OUr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vleTvw8OUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vleTvw8OUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vleTvw8OUr .dropdown-item.active,
.cid-vleTvw8OUr .dropdown-item:active {
  background-color: transparent;
}
.cid-vleTvw8OUr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vleTvw8OUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vleTvw8OUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vleTvw8OUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vleTvw8OUr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vleTvw8OUr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vleTvw8OUr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vleTvw8OUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vleTvw8OUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vleTvw8OUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vleTvw8OUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vleTvw8OUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vleTvw8OUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vleTvw8OUr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vleTvw8OUr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vleTvw8OUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vleTvw8OUr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vleTvw8OUr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vleTvw8OUr .navbar {
    height: 70px;
  }
  .cid-vleTvw8OUr .navbar.opened {
    height: auto;
  }
  .cid-vleTvw8OUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vleTvw8OUr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vleTvw8OUr .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vleTvw8OUr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vleTvw8OUr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vleTvw8OUr .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vleTvw8OUr .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vleTvw8OUr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vleTvw8OUr .text_widget {
  margin-bottom: 32px;
}
.cid-vleTvw8OUr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vleTvw8OUr .text_widget a:hover,
.cid-vleTvw8OUr .text_widget a:focus {
  opacity: .6;
}
.cid-vleTvw8OUr .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vleTvw8OUr .navbar-caption {
  color: #f2ac2b;
}
.cid-vleTvw8OUr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vleTvw8OUr .mbr-section-subtitle,
.cid-vleTvw8OUr .text_widget,
.cid-vleTvw8OUr .mbr-section-btn {
  text-align: center;
}
.cid-vleTvw8OUr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vleTvwSCBu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vleTvwSCBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleTvwSCBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleTvwSCBu .row {
  justify-content: center;
}
.cid-vleTvwSCBu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vleTvwSCBu .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vleTvwSCBu .container {
    padding: 0 15px;
  }
}
.cid-vleTvwSCBu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vleTvwSCBu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vleTvwSCBu .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleTvwSCBu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleTvwSCBu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleTvwSCBu .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vleTvwSCBu .mbr-section-btn {
    text-align: left;
  }
}
.cid-vleTvwSCBu .mbr-section-title {
  color: #ffffff;
}
.cid-vleTvwSCBu .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vleTvwSCBu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vleTvwSCBu .mbr-section-title,
.cid-vleTvwSCBu .mbr-section-btn {
  text-align: center;
}
.cid-vleTvwSCBu .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vleTvwSCBu .card {
  justify-content: flex-end;
}
.cid-vleTvwSCBu .title-wrapper {
  margin-bottom: 20px;
}
.cid-vleTvwSCBu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vleTvwSCBu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vleTvwSCBu .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vleTvwSCBu .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vleTvxpbSP {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vleTvxpbSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleTvxpbSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleTvxpbSP .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vleTvxpbSP .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vleTvxpbSP .card {
  justify-content: flex-end;
}
.cid-vleTvxpbSP .title-wrapper {
  margin-bottom: 20px;
}
.cid-vleTvxpbSP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vleTvxpbSP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vleTvxpbSP .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vleTvxpbSP .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vleTvxpbSP .mbr-section-title {
  color: #ffffff;
}
.cid-vleTvxpbSP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vleTvxpbSP .mbr-text {
  color: #ffffff;
}
.cid-vleTvxpbSP .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vleTvxpbSP .mbr-section-btn {
    text-align: left;
  }
}
.cid-vleTvxpbSP .mbr-text,
.cid-vleTvxpbSP .text-wrapper {
  text-align: center;
}
.cid-vleTvxpbSP .mbr-section-title,
.cid-vleTvxpbSP .mbr-section-btn {
  text-align: center;
}
.cid-vlC2FbdecB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlC2FbdecB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC2FbdecB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC2FbdecB .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vlC2FbdecB .items-wrapper .card-wrapper {
  height: 100%;
  margin: 0 -12px;
  -webkit-flex: inherit;
  z-index: 1;
  background-color: #cd890b;
  padding: 8px;
}
.cid-vlC2FbdecB .items-wrapper .card-wrapper .image-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vlC2FbdecB .items-wrapper .card_1 {
  transform: rotate(-15deg) translateY(10px);
}
.cid-vlC2FbdecB .items-wrapper .card_2 {
  transform: rotate(11deg) translateY(10px);
  z-index: 2;
}
.cid-vlC2gqAmyA {
  padding-top: 5rem;
  background-color: #000000;
}
.cid-vlC2gqAmyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC2gqAmyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC2gqAmyA .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vlC2gqAmyA .items-wrapper {
  margin: 0 -10px;
  margin: 0 -20px;
}
.cid-vlC2gqAmyA .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vlC2gqAmyA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlC2gqAmyA .items-wrapper .item .item-wrapper .item-img {
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-vlC2gqAmyA .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vlC2gqAmyA .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-vleTvyqS1l {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vleTvyqS1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleTvyqS1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleTvyqS1l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vleTvyqS1l .container {
    padding: 0 15px;
  }
}
.cid-vleTvyqS1l .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vleTvyqS1l .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleTvyqS1l .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleTvyqS1l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleTvyqS1l .mbr-section-btn {
  margin-top: 40px;
}
.cid-vleTvyqS1l .mbr-section-title {
  color: #ffffff;
}
.cid-vleTvyqS1l .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vleTvyqS1l .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vleTvyqS1l .mbr-section-title,
.cid-vleTvyqS1l .mbr-section-btn {
  text-align: center;
}
.cid-vlL1f00RXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlL1f00RXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL1f00RXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlL1f00RXF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlL1f00RXF .container {
    padding: 0 12px;
  }
}
.cid-vlL1f00RXF .row {
  justify-content: center;
}
.cid-vlL1f00RXF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlL1f00RXF .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlL1f00RXF .card {
    margin-bottom: 32px;
  }
}
.cid-vlL1f00RXF .card:hover .card-wrapper .mbr-card-title,
.cid-vlL1f00RXF .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlL1f00RXF .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlL1f00RXF .card .card-wrapper {
    display: block;
  }
}
.cid-vlL1f00RXF .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlL1f00RXF .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlL1f00RXF .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlL1f00RXF .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlL1f00RXF .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlL1f00RXF .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlL1f00RXF .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlL1f00RXF .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlL1f00RXF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlL1f00RXF .mbr-card-title {
  color: #ffffff;
}
.cid-vlL0W8bVkH {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlL0W8bVkH .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlL0W8bVkH .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL0W8bVkH .navbar-logo {
  width: 110px;
}
.cid-vlL0W8bVkH .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL0W8bVkH .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL0W8bVkH .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL0W8bVkH .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlL0W8bVkH .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlL0W8bVkH .list-item .item-image,
.cid-vlL0W8bVkH .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlL0W8bVkH .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlL0W8bVkH .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlL0W8bVkH .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlL0W8bVkH .socion1 {
  background: #ec8c39;
}
.cid-vlL0W8bVkH .socion2 {
  background-color: #ffffff;
}
.cid-vlL0W8bVkH .socion3 {
  background-color: #7c47ef;
}
.cid-vlL0W8bVkH .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlL0W8bVkH .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlL0W8bVkH .social-list a {
  transition: .2s linear;
}
.cid-vlL0W8bVkH .social-list a:hover {
  opacity: .4;
}
.cid-vlL0W8bVkH .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlL0W8bVkH .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlL0W8bVkH .svg-1 path {
  fill: #000000;
}
.cid-vlL0W8bVkH .item-image {
  margin-right: 2rem;
}
.cid-vlL0W8bVkH [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlL0W8bVkH .soc-item::after {
  display: none;
}
.cid-vlL0W8bVkH .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlL0W8bVkH .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlL0W8bVkH .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlL0W8bVkH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlL0W8bVkH .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlL0W8bVkH .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlL0W8bVkH {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlL0W8bVkH .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlL0W8bVkH .wrapper {
    padding: 1rem;
  }
}
.cid-vlL0W8bVkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL0W8bVkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vleWsngqIZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vleWsngqIZ .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vleWsngqIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vleWsngqIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vleWsngqIZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vleWsngqIZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vleWsngqIZ .menu_box .navbar.opened,
  .cid-vleWsngqIZ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vleWsngqIZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vleWsngqIZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vleWsngqIZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vleWsngqIZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vleWsngqIZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vleWsngqIZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vleWsngqIZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vleWsngqIZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vleWsngqIZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vleWsngqIZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vleWsngqIZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vleWsngqIZ .offcanvas-body .mbr-text,
  .cid-vleWsngqIZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vleWsngqIZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vleWsngqIZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vleWsngqIZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vleWsngqIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vleWsngqIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vleWsngqIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vleWsngqIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vleWsngqIZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vleWsngqIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vleWsngqIZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vleWsngqIZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vleWsngqIZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vleWsngqIZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vleWsngqIZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vleWsngqIZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vleWsngqIZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vleWsngqIZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vleWsngqIZ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vleWsngqIZ .nav-item .nav-link:hover,
.cid-vleWsngqIZ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vleWsngqIZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vleWsngqIZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vleWsngqIZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vleWsngqIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vleWsngqIZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vleWsngqIZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vleWsngqIZ .offcanvas_box {
    display: none;
  }
}
.cid-vleWsngqIZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vleWsngqIZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vleWsngqIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vleWsngqIZ .container {
  display: flex;
  margin: auto;
}
.cid-vleWsngqIZ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vleWsngqIZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vleWsngqIZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vleWsngqIZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vleWsngqIZ .navbar-nav {
    margin: 0;
  }
}
.cid-vleWsngqIZ .dropdown-menu,
.cid-vleWsngqIZ .navbar.opened {
  background-color: true !important;
}
.cid-vleWsngqIZ .nav-item:focus,
.cid-vleWsngqIZ .nav-link:focus {
  outline: none;
}
.cid-vleWsngqIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vleWsngqIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vleWsngqIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vleWsngqIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vleWsngqIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vleWsngqIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vleWsngqIZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vleWsngqIZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vleWsngqIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vleWsngqIZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vleWsngqIZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vleWsngqIZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vleWsngqIZ .navbar.collapsed {
  justify-content: center;
}
.cid-vleWsngqIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vleWsngqIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vleWsngqIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vleWsngqIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vleWsngqIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vleWsngqIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vleWsngqIZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vleWsngqIZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vleWsngqIZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vleWsngqIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vleWsngqIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vleWsngqIZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vleWsngqIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vleWsngqIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vleWsngqIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vleWsngqIZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vleWsngqIZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vleWsngqIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vleWsngqIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vleWsngqIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vleWsngqIZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vleWsngqIZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vleWsngqIZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vleWsngqIZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vleWsngqIZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vleWsngqIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vleWsngqIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vleWsngqIZ .dropdown-item.active,
.cid-vleWsngqIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vleWsngqIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vleWsngqIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vleWsngqIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vleWsngqIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vleWsngqIZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vleWsngqIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vleWsngqIZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vleWsngqIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vleWsngqIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vleWsngqIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vleWsngqIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vleWsngqIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vleWsngqIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vleWsngqIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vleWsngqIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vleWsngqIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vleWsngqIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vleWsngqIZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vleWsngqIZ .navbar {
    height: 70px;
  }
  .cid-vleWsngqIZ .navbar.opened {
    height: auto;
  }
  .cid-vleWsngqIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vleWsngqIZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vleWsngqIZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vleWsngqIZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vleWsngqIZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vleWsngqIZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vleWsngqIZ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vleWsngqIZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vleWsngqIZ .text_widget {
  margin-bottom: 32px;
}
.cid-vleWsngqIZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vleWsngqIZ .text_widget a:hover,
.cid-vleWsngqIZ .text_widget a:focus {
  opacity: .6;
}
.cid-vleWsngqIZ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vleWsngqIZ .navbar-caption {
  color: #f2ac2b;
}
.cid-vleWsngqIZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vleWsngqIZ .mbr-section-subtitle,
.cid-vleWsngqIZ .text_widget,
.cid-vleWsngqIZ .mbr-section-btn {
  text-align: center;
}
.cid-vleWsngqIZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vleWsoePMl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vleWsoePMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleWsoePMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleWsoePMl .row {
  justify-content: center;
}
.cid-vleWsoePMl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vleWsoePMl .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vleWsoePMl .container {
    padding: 0 15px;
  }
}
.cid-vleWsoePMl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vleWsoePMl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vleWsoePMl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleWsoePMl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleWsoePMl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleWsoePMl .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vleWsoePMl .mbr-section-btn {
    text-align: left;
  }
}
.cid-vleWsoePMl .mbr-section-title {
  color: #ffffff;
}
.cid-vleWsoePMl .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vleWsoePMl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vleWsoePMl .mbr-section-title,
.cid-vleWsoePMl .mbr-section-btn {
  text-align: center;
}
.cid-vleWsoePMl .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vleWsoePMl .card {
  justify-content: flex-end;
}
.cid-vleWsoePMl .title-wrapper {
  margin-bottom: 20px;
}
.cid-vleWsoePMl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vleWsoePMl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vleWsoePMl .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vleWsoePMl .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vleWsoV6MN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vleWsoV6MN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleWsoV6MN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleWsoV6MN .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vleWsoV6MN .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vleWsoV6MN .card {
  justify-content: flex-end;
}
.cid-vleWsoV6MN .title-wrapper {
  margin-bottom: 20px;
}
.cid-vleWsoV6MN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vleWsoV6MN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vleWsoV6MN .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vleWsoV6MN .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vleWsoV6MN .mbr-section-title {
  color: #ffffff;
}
.cid-vleWsoV6MN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vleWsoV6MN .mbr-text {
  color: #ffffff;
}
.cid-vleWsoV6MN .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vleWsoV6MN .mbr-section-btn {
    text-align: left;
  }
}
.cid-vleWsoV6MN .mbr-text,
.cid-vleWsoV6MN .text-wrapper {
  text-align: center;
}
.cid-vleWsoV6MN .mbr-section-title,
.cid-vleWsoV6MN .mbr-section-btn {
  text-align: center;
}
.cid-vleY9IFpmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1200.jpeg");
}
.cid-vleY9IFpmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleY9IFpmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleY9IFpmH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vleY9IFpmH .container {
    padding: 0 15px;
  }
}
.cid-vleY9IFpmH .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vleY9IFpmH .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-vleY9IFpmH .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vleY9IFpmH .image-wrapper img {
    height: 400px;
  }
}
.cid-vleY9IFpmH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleY9IFpmH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleY9IFpmH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vleY9IFpmH .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vleY9IFpmH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vleY9IFpmH .mbr-section-title {
  color: #ffffff;
}
.cid-vleY9IFpmH .mbr-section-subtitle {
  color: #ffc354;
}
.cid-vleY9IFpmH .mbr-text {
  color: #d2d2df;
}
.cid-vleY9IFpmH .mbr-section-title,
.cid-vleY9IFpmH .mbr-section-btn {
  color: #cd890b;
}
.cid-vleZdHYw2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1200.jpeg");
}
.cid-vleZdHYw2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleZdHYw2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleZdHYw2m .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vleZdHYw2m .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vleZdHYw2m .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vleZdHYw2m .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vleZdHYw2m .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vleZdHYw2m .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleZdHYw2m .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vleZdHYw2m .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vleZdHYw2m .content-wrapper .list .item-wrap:hover,
.cid-vleZdHYw2m .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vleZdHYw2m .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vleZdHYw2m .mbr-section-title {
  color: #cd890b;
}
.cid-vleZdHYw2m .mbr-text {
  color: #d2d2df;
}
.cid-vleZdHYw2m .list {
  color: #d2d2df;
}
.cid-vleWsqXNlI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vleWsqXNlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleWsqXNlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleWsqXNlI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vleWsqXNlI .container {
    padding: 0 15px;
  }
}
.cid-vleWsqXNlI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vleWsqXNlI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vleWsqXNlI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vleWsqXNlI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vleWsqXNlI .mbr-section-btn {
  margin-top: 40px;
}
.cid-vleWsqXNlI .mbr-section-title {
  color: #ffffff;
}
.cid-vleWsqXNlI .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vleWsqXNlI .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vleWsqXNlI .mbr-section-title,
.cid-vleWsqXNlI .mbr-section-btn {
  text-align: center;
}
.cid-vlL1Kzav9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpeg");
}
.cid-vlL1Kzav9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL1Kzav9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlL1Kzav9T .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlL1Kzav9T .container {
    padding: 0 12px;
  }
}
.cid-vlL1Kzav9T .row {
  justify-content: center;
}
.cid-vlL1Kzav9T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlL1Kzav9T .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlL1Kzav9T .card {
    margin-bottom: 32px;
  }
}
.cid-vlL1Kzav9T .card:hover .card-wrapper .mbr-card-title,
.cid-vlL1Kzav9T .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlL1Kzav9T .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlL1Kzav9T .card .card-wrapper {
    display: block;
  }
}
.cid-vlL1Kzav9T .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlL1Kzav9T .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlL1Kzav9T .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlL1Kzav9T .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlL1Kzav9T .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlL1Kzav9T .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlL1Kzav9T .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlL1Kzav9T .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlL1Kzav9T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlL1Kzav9T .mbr-card-title {
  color: #ffffff;
}
.cid-vlL1H4UgTx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlL1H4UgTx .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlL1H4UgTx .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL1H4UgTx .navbar-logo {
  width: 110px;
}
.cid-vlL1H4UgTx .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL1H4UgTx .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL1H4UgTx .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL1H4UgTx .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlL1H4UgTx .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlL1H4UgTx .list-item .item-image,
.cid-vlL1H4UgTx .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlL1H4UgTx .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlL1H4UgTx .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlL1H4UgTx .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlL1H4UgTx .socion1 {
  background: #ec8c39;
}
.cid-vlL1H4UgTx .socion2 {
  background-color: #ffffff;
}
.cid-vlL1H4UgTx .socion3 {
  background-color: #7c47ef;
}
.cid-vlL1H4UgTx .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlL1H4UgTx .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlL1H4UgTx .social-list a {
  transition: .2s linear;
}
.cid-vlL1H4UgTx .social-list a:hover {
  opacity: .4;
}
.cid-vlL1H4UgTx .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlL1H4UgTx .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlL1H4UgTx .svg-1 path {
  fill: #000000;
}
.cid-vlL1H4UgTx .item-image {
  margin-right: 2rem;
}
.cid-vlL1H4UgTx [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlL1H4UgTx .soc-item::after {
  display: none;
}
.cid-vlL1H4UgTx .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlL1H4UgTx .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlL1H4UgTx .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlL1H4UgTx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlL1H4UgTx .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlL1H4UgTx .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlL1H4UgTx {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlL1H4UgTx .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlL1H4UgTx .wrapper {
    padding: 1rem;
  }
}
.cid-vlL1H4UgTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL1H4UgTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vlkrje1p9s {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vlkrje1p9s .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vlkrje1p9s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vlkrje1p9s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlkrje1p9s .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlkrje1p9s .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vlkrje1p9s .menu_box .navbar.opened,
  .cid-vlkrje1p9s .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vlkrje1p9s nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vlkrje1p9s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vlkrje1p9s .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vlkrje1p9s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vlkrje1p9s .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vlkrje1p9s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vlkrje1p9s .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vlkrje1p9s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vlkrje1p9s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vlkrje1p9s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vlkrje1p9s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vlkrje1p9s .offcanvas-body .mbr-text,
  .cid-vlkrje1p9s .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vlkrje1p9s .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vlkrje1p9s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vlkrje1p9s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vlkrje1p9s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vlkrje1p9s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vlkrje1p9s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vlkrje1p9s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vlkrje1p9s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vlkrje1p9s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlkrje1p9s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vlkrje1p9s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vlkrje1p9s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vlkrje1p9s .lg_brand {
    margin: 0 1rem;
  }
  .cid-vlkrje1p9s .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vlkrje1p9s .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vlkrje1p9s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vlkrje1p9s .nav-item {
    margin: 0 !important;
  }
}
.cid-vlkrje1p9s .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vlkrje1p9s .nav-item .nav-link:hover,
.cid-vlkrje1p9s .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vlkrje1p9s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vlkrje1p9s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vlkrje1p9s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vlkrje1p9s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlkrje1p9s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vlkrje1p9s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vlkrje1p9s .offcanvas_box {
    display: none;
  }
}
.cid-vlkrje1p9s .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vlkrje1p9s .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vlkrje1p9s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vlkrje1p9s .container {
  display: flex;
  margin: auto;
}
.cid-vlkrje1p9s .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vlkrje1p9s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vlkrje1p9s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlkrje1p9s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vlkrje1p9s .navbar-nav {
    margin: 0;
  }
}
.cid-vlkrje1p9s .dropdown-menu,
.cid-vlkrje1p9s .navbar.opened {
  background-color: true !important;
}
.cid-vlkrje1p9s .nav-item:focus,
.cid-vlkrje1p9s .nav-link:focus {
  outline: none;
}
.cid-vlkrje1p9s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlkrje1p9s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlkrje1p9s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlkrje1p9s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlkrje1p9s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlkrje1p9s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlkrje1p9s .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vlkrje1p9s .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vlkrje1p9s .navbar.opened {
  transition: all 0.3s;
}
.cid-vlkrje1p9s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vlkrje1p9s .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vlkrje1p9s .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vlkrje1p9s .navbar.collapsed {
  justify-content: center;
}
.cid-vlkrje1p9s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlkrje1p9s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlkrje1p9s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlkrje1p9s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlkrje1p9s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlkrje1p9s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vlkrje1p9s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlkrje1p9s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vlkrje1p9s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vlkrje1p9s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlkrje1p9s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlkrje1p9s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vlkrje1p9s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlkrje1p9s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vlkrje1p9s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlkrje1p9s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vlkrje1p9s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vlkrje1p9s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vlkrje1p9s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vlkrje1p9s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlkrje1p9s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vlkrje1p9s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlkrje1p9s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlkrje1p9s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlkrje1p9s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlkrje1p9s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vlkrje1p9s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlkrje1p9s .dropdown-item.active,
.cid-vlkrje1p9s .dropdown-item:active {
  background-color: transparent;
}
.cid-vlkrje1p9s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vlkrje1p9s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlkrje1p9s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlkrje1p9s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlkrje1p9s ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vlkrje1p9s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlkrje1p9s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vlkrje1p9s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vlkrje1p9s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlkrje1p9s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlkrje1p9s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlkrje1p9s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlkrje1p9s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlkrje1p9s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlkrje1p9s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlkrje1p9s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlkrje1p9s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vlkrje1p9s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlkrje1p9s .navbar {
    height: 70px;
  }
  .cid-vlkrje1p9s .navbar.opened {
    height: auto;
  }
  .cid-vlkrje1p9s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlkrje1p9s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vlkrje1p9s .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vlkrje1p9s .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vlkrje1p9s .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vlkrje1p9s .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vlkrje1p9s .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vlkrje1p9s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vlkrje1p9s .text_widget {
  margin-bottom: 32px;
}
.cid-vlkrje1p9s .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vlkrje1p9s .text_widget a:hover,
.cid-vlkrje1p9s .text_widget a:focus {
  opacity: .6;
}
.cid-vlkrje1p9s .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlkrje1p9s .navbar-caption {
  color: #f2ac2b;
}
.cid-vlkrje1p9s .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlkrje1p9s .mbr-section-subtitle,
.cid-vlkrje1p9s .text_widget,
.cid-vlkrje1p9s .mbr-section-btn {
  text-align: center;
}
.cid-vlkrje1p9s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vlkrjeI2Sg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlkrjeI2Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlkrjeI2Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlkrjeI2Sg .row {
  justify-content: center;
}
.cid-vlkrjeI2Sg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vlkrjeI2Sg .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vlkrjeI2Sg .container {
    padding: 0 15px;
  }
}
.cid-vlkrjeI2Sg .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlkrjeI2Sg .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlkrjeI2Sg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlkrjeI2Sg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlkrjeI2Sg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlkrjeI2Sg .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlkrjeI2Sg .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlkrjeI2Sg .mbr-section-title {
  color: #ffffff;
}
.cid-vlkrjeI2Sg .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vlkrjeI2Sg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlkrjeI2Sg .mbr-section-title,
.cid-vlkrjeI2Sg .mbr-section-btn {
  text-align: center;
}
.cid-vlkrjeI2Sg .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlkrjeI2Sg .card {
  justify-content: flex-end;
}
.cid-vlkrjeI2Sg .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlkrjeI2Sg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlkrjeI2Sg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlkrjeI2Sg .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlkrjeI2Sg .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlkrjfb0Sa {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlkrjfb0Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlkrjfb0Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlkrjfb0Sa .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlkrjfb0Sa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlkrjfb0Sa .card {
  justify-content: flex-end;
}
.cid-vlkrjfb0Sa .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlkrjfb0Sa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlkrjfb0Sa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlkrjfb0Sa .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlkrjfb0Sa .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlkrjfb0Sa .mbr-section-title {
  color: #ffffff;
}
.cid-vlkrjfb0Sa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlkrjfb0Sa .mbr-text {
  color: #ffffff;
}
.cid-vlkrjfb0Sa .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlkrjfb0Sa .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlkrjfb0Sa .mbr-text,
.cid-vlkrjfb0Sa .text-wrapper {
  text-align: center;
}
.cid-vlkrjfb0Sa .mbr-section-title,
.cid-vlkrjfb0Sa .mbr-section-btn {
  text-align: center;
}
.cid-vlksUQPfoQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vlksUQPfoQ .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #4b4b4b;
}
.cid-vlksUQPfoQ .card {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-vlksUQPfoQ .card:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #f2ac2b;
}
.cid-vlksUQPfoQ .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-vlksUQPfoQ .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-vlksUQPfoQ .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-vlksUQPfoQ .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-vlksUQPfoQ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-vlksUQPfoQ img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-vlksUQPfoQ .mbr-iconfont::before {
  font-size: 25px;
}
.cid-vlksUQPfoQ .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-vlksUQPfoQ .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-vlksUQPfoQ .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-vlksUQPfoQ .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-vlksUQPfoQ .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-vlksUQPfoQ .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vlksUQPfoQ .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-vlksUQPfoQ .align {
  display: flex;
  align-items: center;
}
.cid-vlksUQPfoQ .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-vlksUQPfoQ .card-text,
.cid-vlksUQPfoQ .iconfont-wrapper {
  color: #4b4b4b;
}
.cid-vlksUQPfoQ .mbr-section-title {
  color: #ffffff;
}
.cid-vlksTsvkG0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vlksTsvkG0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vlksTsvkG0 H4 {
  color: #ffc354;
}
.cid-vlksTsvkG0 LABEL {
  color: #ffffff;
}
.cid-vlkulXH4JA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060608;
}
.cid-vlkulXH4JA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vlkulXH4JA .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vlkulXH4JA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vlkulXH4JA .label-text {
    text-align: center !important;
  }
}
.cid-vlkulXH4JA .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlkulXH4JA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vlkulXH4JA .mbr-section-title,
.cid-vlkulXH4JA .mbr-section-btn {
  text-align: center;
  color: #e6c63b;
}
.cid-vlktpUCx1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vlktpUCx1h .col-title {
    margin-bottom: 20px;
  }
}
.cid-vlktpUCx1h .mbr-section-title {
  color: #f2ac2b;
}
.cid-vlktpUCx1h .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vlktpUCx1h .mbr-text {
  color: #f2ac2b;
}
.cid-vlktpUCx1h P {
  color: #ffffff;
}
.cid-vlkrjgJmdL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlkrjgJmdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlkrjgJmdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlkrjgJmdL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlkrjgJmdL .container {
    padding: 0 15px;
  }
}
.cid-vlkrjgJmdL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlkrjgJmdL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlkrjgJmdL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlkrjgJmdL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlkrjgJmdL .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlkrjgJmdL .mbr-section-title {
  color: #ffffff;
}
.cid-vlkrjgJmdL .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlkrjgJmdL .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlkrjgJmdL .mbr-section-title,
.cid-vlkrjgJmdL .mbr-section-btn {
  text-align: center;
}
.cid-vlL16bG9ty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlL16bG9ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL16bG9ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlL16bG9ty .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlL16bG9ty .container {
    padding: 0 12px;
  }
}
.cid-vlL16bG9ty .row {
  justify-content: center;
}
.cid-vlL16bG9ty .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlL16bG9ty .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlL16bG9ty .card {
    margin-bottom: 32px;
  }
}
.cid-vlL16bG9ty .card:hover .card-wrapper .mbr-card-title,
.cid-vlL16bG9ty .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlL16bG9ty .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlL16bG9ty .card .card-wrapper {
    display: block;
  }
}
.cid-vlL16bG9ty .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlL16bG9ty .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlL16bG9ty .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlL16bG9ty .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlL16bG9ty .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlL16bG9ty .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlL16bG9ty .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlL16bG9ty .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlL16bG9ty .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlL16bG9ty .mbr-card-title {
  color: #ffffff;
}
.cid-vlL0ZIUnNK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlL0ZIUnNK .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlL0ZIUnNK .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL0ZIUnNK .navbar-logo {
  width: 110px;
}
.cid-vlL0ZIUnNK .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL0ZIUnNK .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL0ZIUnNK .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL0ZIUnNK .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlL0ZIUnNK .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlL0ZIUnNK .list-item .item-image,
.cid-vlL0ZIUnNK .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlL0ZIUnNK .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlL0ZIUnNK .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlL0ZIUnNK .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlL0ZIUnNK .socion1 {
  background: #ec8c39;
}
.cid-vlL0ZIUnNK .socion2 {
  background-color: #ffffff;
}
.cid-vlL0ZIUnNK .socion3 {
  background-color: #7c47ef;
}
.cid-vlL0ZIUnNK .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlL0ZIUnNK .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlL0ZIUnNK .social-list a {
  transition: .2s linear;
}
.cid-vlL0ZIUnNK .social-list a:hover {
  opacity: .4;
}
.cid-vlL0ZIUnNK .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlL0ZIUnNK .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlL0ZIUnNK .svg-1 path {
  fill: #000000;
}
.cid-vlL0ZIUnNK .item-image {
  margin-right: 2rem;
}
.cid-vlL0ZIUnNK [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlL0ZIUnNK .soc-item::after {
  display: none;
}
.cid-vlL0ZIUnNK .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlL0ZIUnNK .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlL0ZIUnNK .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlL0ZIUnNK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlL0ZIUnNK .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlL0ZIUnNK .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlL0ZIUnNK {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlL0ZIUnNK .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlL0ZIUnNK .wrapper {
    padding: 1rem;
  }
}
.cid-vlL0ZIUnNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL0ZIUnNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vlC53cu2Vl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vlC53cu2Vl .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vlC53cu2Vl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vlC53cu2Vl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlC53cu2Vl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlC53cu2Vl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vlC53cu2Vl .menu_box .navbar.opened,
  .cid-vlC53cu2Vl .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vlC53cu2Vl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vlC53cu2Vl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vlC53cu2Vl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vlC53cu2Vl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vlC53cu2Vl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vlC53cu2Vl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vlC53cu2Vl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vlC53cu2Vl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vlC53cu2Vl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vlC53cu2Vl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vlC53cu2Vl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vlC53cu2Vl .offcanvas-body .mbr-text,
  .cid-vlC53cu2Vl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vlC53cu2Vl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vlC53cu2Vl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vlC53cu2Vl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vlC53cu2Vl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vlC53cu2Vl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vlC53cu2Vl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vlC53cu2Vl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vlC53cu2Vl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vlC53cu2Vl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlC53cu2Vl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vlC53cu2Vl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vlC53cu2Vl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vlC53cu2Vl .lg_brand {
    margin: 0 1rem;
  }
  .cid-vlC53cu2Vl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vlC53cu2Vl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vlC53cu2Vl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vlC53cu2Vl .nav-item {
    margin: 0 !important;
  }
}
.cid-vlC53cu2Vl .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vlC53cu2Vl .nav-item .nav-link:hover,
.cid-vlC53cu2Vl .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vlC53cu2Vl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vlC53cu2Vl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vlC53cu2Vl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vlC53cu2Vl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlC53cu2Vl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vlC53cu2Vl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vlC53cu2Vl .offcanvas_box {
    display: none;
  }
}
.cid-vlC53cu2Vl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vlC53cu2Vl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vlC53cu2Vl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vlC53cu2Vl .container {
  display: flex;
  margin: auto;
}
.cid-vlC53cu2Vl .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vlC53cu2Vl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vlC53cu2Vl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlC53cu2Vl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vlC53cu2Vl .navbar-nav {
    margin: 0;
  }
}
.cid-vlC53cu2Vl .dropdown-menu,
.cid-vlC53cu2Vl .navbar.opened {
  background-color: true !important;
}
.cid-vlC53cu2Vl .nav-item:focus,
.cid-vlC53cu2Vl .nav-link:focus {
  outline: none;
}
.cid-vlC53cu2Vl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlC53cu2Vl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlC53cu2Vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlC53cu2Vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlC53cu2Vl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlC53cu2Vl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlC53cu2Vl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vlC53cu2Vl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vlC53cu2Vl .navbar.opened {
  transition: all 0.3s;
}
.cid-vlC53cu2Vl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vlC53cu2Vl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vlC53cu2Vl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vlC53cu2Vl .navbar.collapsed {
  justify-content: center;
}
.cid-vlC53cu2Vl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlC53cu2Vl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlC53cu2Vl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlC53cu2Vl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlC53cu2Vl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlC53cu2Vl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vlC53cu2Vl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlC53cu2Vl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vlC53cu2Vl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vlC53cu2Vl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlC53cu2Vl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlC53cu2Vl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vlC53cu2Vl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlC53cu2Vl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vlC53cu2Vl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlC53cu2Vl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vlC53cu2Vl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vlC53cu2Vl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vlC53cu2Vl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vlC53cu2Vl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlC53cu2Vl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vlC53cu2Vl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlC53cu2Vl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlC53cu2Vl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlC53cu2Vl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlC53cu2Vl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vlC53cu2Vl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlC53cu2Vl .dropdown-item.active,
.cid-vlC53cu2Vl .dropdown-item:active {
  background-color: transparent;
}
.cid-vlC53cu2Vl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vlC53cu2Vl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlC53cu2Vl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlC53cu2Vl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlC53cu2Vl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vlC53cu2Vl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlC53cu2Vl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vlC53cu2Vl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vlC53cu2Vl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlC53cu2Vl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlC53cu2Vl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlC53cu2Vl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlC53cu2Vl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlC53cu2Vl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlC53cu2Vl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlC53cu2Vl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlC53cu2Vl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vlC53cu2Vl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlC53cu2Vl .navbar {
    height: 70px;
  }
  .cid-vlC53cu2Vl .navbar.opened {
    height: auto;
  }
  .cid-vlC53cu2Vl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlC53cu2Vl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vlC53cu2Vl .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vlC53cu2Vl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vlC53cu2Vl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vlC53cu2Vl .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vlC53cu2Vl .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vlC53cu2Vl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vlC53cu2Vl .text_widget {
  margin-bottom: 32px;
}
.cid-vlC53cu2Vl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vlC53cu2Vl .text_widget a:hover,
.cid-vlC53cu2Vl .text_widget a:focus {
  opacity: .6;
}
.cid-vlC53cu2Vl .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlC53cu2Vl .navbar-caption {
  color: #f2ac2b;
}
.cid-vlC53cu2Vl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53cu2Vl .mbr-section-subtitle,
.cid-vlC53cu2Vl .text_widget,
.cid-vlC53cu2Vl .mbr-section-btn {
  text-align: center;
}
.cid-vlC53cu2Vl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vlC53dn6eu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlC53dn6eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53dn6eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC53dn6eu .row {
  justify-content: center;
}
.cid-vlC53dn6eu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vlC53dn6eu .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vlC53dn6eu .container {
    padding: 0 15px;
  }
}
.cid-vlC53dn6eu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlC53dn6eu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlC53dn6eu .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlC53dn6eu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlC53dn6eu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlC53dn6eu .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlC53dn6eu .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlC53dn6eu .mbr-section-title {
  color: #ffffff;
}
.cid-vlC53dn6eu .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vlC53dn6eu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53dn6eu .mbr-section-title,
.cid-vlC53dn6eu .mbr-section-btn {
  text-align: center;
}
.cid-vlC53dn6eu .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlC53dn6eu .card {
  justify-content: flex-end;
}
.cid-vlC53dn6eu .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlC53dn6eu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlC53dn6eu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlC53dn6eu .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlC53dn6eu .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlC53e1H1Y {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/st20annes-1312x624.jpeg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlC53e1H1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53e1H1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC53e1H1Y .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlC53e1H1Y .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlC53e1H1Y .card {
  justify-content: flex-end;
}
.cid-vlC53e1H1Y .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlC53e1H1Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlC53e1H1Y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlC53e1H1Y .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlC53e1H1Y .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlC53e1H1Y .mbr-section-title {
  color: #ffffff;
}
.cid-vlC53e1H1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53e1H1Y .mbr-text {
  color: #ffffff;
}
.cid-vlC53e1H1Y .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlC53e1H1Y .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlC53e1H1Y .mbr-text,
.cid-vlC53e1H1Y .text-wrapper {
  text-align: center;
}
.cid-vlC53e1H1Y .mbr-section-title,
.cid-vlC53e1H1Y .mbr-section-btn {
  text-align: center;
}
.cid-vlC8C8Nqtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vlC8C8Nqtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC8C8Nqtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC8C8Nqtc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlC8C8Nqtc .container {
    padding: 0 15px;
  }
}
.cid-vlC8C8Nqtc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlC8C8Nqtc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vlC8C8Nqtc .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-vlC8C8Nqtc .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vlC8C8Nqtc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlC8C8Nqtc .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vlC8C8Nqtc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlC8C8Nqtc .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlC8C8Nqtc .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlC8C8Nqtc .image-wrapper {
    margin: 0;
  }
}
.cid-vlC8C8Nqtc .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-vlC8C8Nqtc .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #303030;
  filter: blur(80px);
  pointer-events: none;
}
.cid-vlC8C8Nqtc .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-vlC8C8Nqtc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlC8C8Nqtc .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-vlC8C8Nqtc .mbr-text {
  color: #d2d2df;
}
.cid-vlC8C8Nqtc .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53ezUkk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vlC53ezUkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53ezUkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC53ezUkk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .container {
    padding: 0 15px;
  }
}
.cid-vlC53ezUkk .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlC53ezUkk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlC53ezUkk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .items-wrapper {
    display: block;
  }
}
.cid-vlC53ezUkk .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-vlC53ezUkk .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-vlC53ezUkk .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #0a2606;
  font-size: 52px;
  border: 1px solid #0a2606;
  border-radius: 100%;
}
.cid-vlC53ezUkk .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vlC53ezUkk .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-vlC53ezUkk .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-vlC53ezUkk .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vlC53ezUkk .text-wrapper {
    margin-top: 40px;
  }
}
.cid-vlC53ezUkk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlC53ezUkk .mbr-section-title {
  color: #d2d2df;
  text-align: center;
}
.cid-vlC53ezUkk .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlC53ezUkk .item-text {
  color: #d2d2df;
}
.cid-vlC53ezUkk .item-text,
.cid-vlC53ezUkk .icon-wrapper {
  text-align: center;
}
.cid-vlC53ffNIn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpeg");
}
.cid-vlC53ffNIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53ffNIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlC53ffNIn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlC53ffNIn .row {
  flex-direction: row-reverse;
}
.cid-vlC53ffNIn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlC53ffNIn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlC53ffNIn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vlC53ffNIn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vlC53ffNIn .mbr-text,
.cid-vlC53ffNIn .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vlC53fPH4K {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1200.jpeg");
}
.cid-vlC53fPH4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53fPH4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC53fPH4K .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlC53fPH4K .container {
    padding: 0 15px;
  }
}
.cid-vlC53fPH4K .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlC53fPH4K .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlC53fPH4K .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlC53fPH4K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlC53fPH4K .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlC53fPH4K .mbr-section-title {
  color: #ffffff;
}
.cid-vlC53fPH4K .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlC53fPH4K .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlC53fPH4K .mbr-section-title,
.cid-vlC53fPH4K .mbr-section-btn {
  text-align: center;
}
.cid-vlC53hdrIy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlC53hdrIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53hdrIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC53hdrIy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlC53hdrIy .container {
    padding: 0 15px;
  }
}
.cid-vlC53hdrIy .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlC53hdrIy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlC53hdrIy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlC53hdrIy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vlC53hdrIy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vlC53hdrIy .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vlC53hdrIy .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vlC53hdrIy .items-wrapper .item:hover .item-wrapper::before,
.cid-vlC53hdrIy .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlC53hdrIy .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlC53hdrIy .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vlC53hdrIy .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vlC53hdrIy .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vlC53hdrIy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53hdrIy .item-title {
  color: #f2ac2b;
}
.cid-vlC53hdrIy .item-text {
  color: #ffffff;
}
.cid-vlC53hdrIy .item-title,
.cid-vlC53hdrIy .icon-wrapper,
.cid-vlC53hdrIy .mbr-section-btn {
  color: #cd890b;
}
.cid-vlC53hYTUi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlC53hYTUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53hYTUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlC53hYTUi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlC53hYTUi .container {
    padding: 0 15px;
  }
}
.cid-vlC53hYTUi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlC53hYTUi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlC53hYTUi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlC53hYTUi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vlC53hYTUi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vlC53hYTUi .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vlC53hYTUi .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vlC53hYTUi .items-wrapper .item:hover .item-wrapper::before,
.cid-vlC53hYTUi .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlC53hYTUi .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlC53hYTUi .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vlC53hYTUi .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vlC53hYTUi .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vlC53hYTUi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53hYTUi .item-title {
  color: #f2ac2b;
}
.cid-vlC53hYTUi .item-text {
  color: #ffffff;
}
.cid-vlC53iL85L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1200.jpeg");
}
.cid-vlC53iL85L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlC53iL85L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlC53iL85L .container {
    padding: 0 15px;
  }
}
.cid-vlC53iL85L .row {
  justify-content: center;
}
.cid-vlC53iL85L .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlC53iL85L .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vlC53iL85L .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-vlC53iL85L .subtitle-wrapper {
    padding: 0;
  }
}
.cid-vlC53iL85L .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlC53iL85L .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vlC53iL85L .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-vlC53iL85L .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-vlC53iL85L .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-vlC53iL85L .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlC53iL85L .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-vlC53iL85L .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-vlC53iL85L .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlC53iL85L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlC53iL85L .list {
  color: #ffffff;
}
.cid-vlC53l05BW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlC53l05BW .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vlC53l05BW .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-vlC53l05BW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlC53l05BW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlC53l05BW .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-vlC53l05BW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-vlC53l05BW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vlC53l05BW .embla__slide .slide-content {
  width: 100%;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-vlC53l05BW .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-vlC53l05BW .embla__button--next,
.cid-vlC53l05BW .embla__button--prev {
  display: flex;
}
.cid-vlC53l05BW .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vlC53l05BW .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-vlC53l05BW .embla__button span {
  z-index: 1;
}
.cid-vlC53l05BW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlC53l05BW .embla__button:hover::before {
  opacity: 0;
}
.cid-vlC53l05BW .embla__button.embla__button--prev {
  left: 0;
}
.cid-vlC53l05BW .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-vlC53l05BW .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vlC53l05BW .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vlC53l05BW .embla {
    display: block;
  }
}
.cid-vlC53l05BW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vlC53l05BW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlC53l05BW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlC53l05BW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlC53l05BW .mbr-section-title {
  color: #ffffff;
}
.cid-vlC53l05BW .mbr-text {
  color: #d2d2df;
}
.cid-vlC53l05BW .mbr-name {
  color: #f2ac2b;
}
.cid-vlC53l05BW .mbr-role {
  color: #d2d2df;
}
.cid-vlC53l05BW .mbr-rating {
  color: #f2ac2b;
}
.cid-vlL0LgT2B6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlL0LgT2B6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL0LgT2B6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlL0LgT2B6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlL0LgT2B6 .container {
    padding: 0 12px;
  }
}
.cid-vlL0LgT2B6 .row {
  justify-content: center;
}
.cid-vlL0LgT2B6 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlL0LgT2B6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlL0LgT2B6 .card {
    margin-bottom: 32px;
  }
}
.cid-vlL0LgT2B6 .card:hover .card-wrapper .mbr-card-title,
.cid-vlL0LgT2B6 .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlL0LgT2B6 .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlL0LgT2B6 .card .card-wrapper {
    display: block;
  }
}
.cid-vlL0LgT2B6 .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlL0LgT2B6 .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlL0LgT2B6 .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlL0LgT2B6 .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlL0LgT2B6 .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlL0LgT2B6 .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlL0LgT2B6 .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlL0LgT2B6 .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlL0LgT2B6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlL0LgT2B6 .mbr-card-title {
  color: #ffffff;
}
.cid-vlL0Ka1cvx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlL0Ka1cvx .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlL0Ka1cvx .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL0Ka1cvx .navbar-logo {
  width: 110px;
}
.cid-vlL0Ka1cvx .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL0Ka1cvx .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlL0Ka1cvx .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlL0Ka1cvx .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlL0Ka1cvx .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlL0Ka1cvx .list-item .item-image,
.cid-vlL0Ka1cvx .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlL0Ka1cvx .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlL0Ka1cvx .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlL0Ka1cvx .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlL0Ka1cvx .socion1 {
  background: #ec8c39;
}
.cid-vlL0Ka1cvx .socion2 {
  background-color: #ffffff;
}
.cid-vlL0Ka1cvx .socion3 {
  background-color: #7c47ef;
}
.cid-vlL0Ka1cvx .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlL0Ka1cvx .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlL0Ka1cvx .social-list a {
  transition: .2s linear;
}
.cid-vlL0Ka1cvx .social-list a:hover {
  opacity: .4;
}
.cid-vlL0Ka1cvx .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlL0Ka1cvx .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlL0Ka1cvx .svg-1 path {
  fill: #000000;
}
.cid-vlL0Ka1cvx .item-image {
  margin-right: 2rem;
}
.cid-vlL0Ka1cvx [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlL0Ka1cvx .soc-item::after {
  display: none;
}
.cid-vlL0Ka1cvx .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlL0Ka1cvx .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlL0Ka1cvx .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlL0Ka1cvx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlL0Ka1cvx .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlL0Ka1cvx .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlL0Ka1cvx {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlL0Ka1cvx .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlL0Ka1cvx .wrapper {
    padding: 1rem;
  }
}
.cid-vlL0Ka1cvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL0Ka1cvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vlKFZCnWoJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vlKFZCnWoJ .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vlKFZCnWoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vlKFZCnWoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlKFZCnWoJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlKFZCnWoJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vlKFZCnWoJ .menu_box .navbar.opened,
  .cid-vlKFZCnWoJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vlKFZCnWoJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vlKFZCnWoJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vlKFZCnWoJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vlKFZCnWoJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vlKFZCnWoJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vlKFZCnWoJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vlKFZCnWoJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vlKFZCnWoJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vlKFZCnWoJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vlKFZCnWoJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vlKFZCnWoJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vlKFZCnWoJ .offcanvas-body .mbr-text,
  .cid-vlKFZCnWoJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vlKFZCnWoJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vlKFZCnWoJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vlKFZCnWoJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vlKFZCnWoJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vlKFZCnWoJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vlKFZCnWoJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vlKFZCnWoJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vlKFZCnWoJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vlKFZCnWoJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlKFZCnWoJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vlKFZCnWoJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vlKFZCnWoJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vlKFZCnWoJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vlKFZCnWoJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vlKFZCnWoJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vlKFZCnWoJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vlKFZCnWoJ .nav-item {
    margin: 0 !important;
  }
}
.cid-vlKFZCnWoJ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vlKFZCnWoJ .nav-item .nav-link:hover,
.cid-vlKFZCnWoJ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vlKFZCnWoJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vlKFZCnWoJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vlKFZCnWoJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vlKFZCnWoJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlKFZCnWoJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vlKFZCnWoJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vlKFZCnWoJ .offcanvas_box {
    display: none;
  }
}
.cid-vlKFZCnWoJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vlKFZCnWoJ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vlKFZCnWoJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vlKFZCnWoJ .container {
  display: flex;
  margin: auto;
}
.cid-vlKFZCnWoJ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vlKFZCnWoJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vlKFZCnWoJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlKFZCnWoJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vlKFZCnWoJ .navbar-nav {
    margin: 0;
  }
}
.cid-vlKFZCnWoJ .dropdown-menu,
.cid-vlKFZCnWoJ .navbar.opened {
  background-color: true !important;
}
.cid-vlKFZCnWoJ .nav-item:focus,
.cid-vlKFZCnWoJ .nav-link:focus {
  outline: none;
}
.cid-vlKFZCnWoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlKFZCnWoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlKFZCnWoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlKFZCnWoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlKFZCnWoJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlKFZCnWoJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlKFZCnWoJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vlKFZCnWoJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vlKFZCnWoJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vlKFZCnWoJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vlKFZCnWoJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vlKFZCnWoJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vlKFZCnWoJ .navbar.collapsed {
  justify-content: center;
}
.cid-vlKFZCnWoJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlKFZCnWoJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlKFZCnWoJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlKFZCnWoJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlKFZCnWoJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlKFZCnWoJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vlKFZCnWoJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlKFZCnWoJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vlKFZCnWoJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vlKFZCnWoJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlKFZCnWoJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlKFZCnWoJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vlKFZCnWoJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlKFZCnWoJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vlKFZCnWoJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlKFZCnWoJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vlKFZCnWoJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vlKFZCnWoJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vlKFZCnWoJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vlKFZCnWoJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlKFZCnWoJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vlKFZCnWoJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlKFZCnWoJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlKFZCnWoJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlKFZCnWoJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlKFZCnWoJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vlKFZCnWoJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlKFZCnWoJ .dropdown-item.active,
.cid-vlKFZCnWoJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vlKFZCnWoJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vlKFZCnWoJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlKFZCnWoJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlKFZCnWoJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlKFZCnWoJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vlKFZCnWoJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlKFZCnWoJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vlKFZCnWoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vlKFZCnWoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlKFZCnWoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlKFZCnWoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlKFZCnWoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlKFZCnWoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlKFZCnWoJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlKFZCnWoJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlKFZCnWoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlKFZCnWoJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vlKFZCnWoJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlKFZCnWoJ .navbar {
    height: 70px;
  }
  .cid-vlKFZCnWoJ .navbar.opened {
    height: auto;
  }
  .cid-vlKFZCnWoJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlKFZCnWoJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vlKFZCnWoJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vlKFZCnWoJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vlKFZCnWoJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vlKFZCnWoJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vlKFZCnWoJ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vlKFZCnWoJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vlKFZCnWoJ .text_widget {
  margin-bottom: 32px;
}
.cid-vlKFZCnWoJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vlKFZCnWoJ .text_widget a:hover,
.cid-vlKFZCnWoJ .text_widget a:focus {
  opacity: .6;
}
.cid-vlKFZCnWoJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlKFZCnWoJ .navbar-caption {
  color: #f2ac2b;
}
.cid-vlKFZCnWoJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlKFZCnWoJ .mbr-section-subtitle,
.cid-vlKFZCnWoJ .text_widget,
.cid-vlKFZCnWoJ .mbr-section-btn {
  text-align: center;
}
.cid-vlKFZCnWoJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vlKFZDRq3e {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlKFZDRq3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKFZDRq3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKFZDRq3e .row {
  justify-content: center;
}
.cid-vlKFZDRq3e .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vlKFZDRq3e .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vlKFZDRq3e .container {
    padding: 0 15px;
  }
}
.cid-vlKFZDRq3e .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlKFZDRq3e .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlKFZDRq3e .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlKFZDRq3e .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlKFZDRq3e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKFZDRq3e .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlKFZDRq3e .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlKFZDRq3e .mbr-section-title {
  color: #ffffff;
}
.cid-vlKFZDRq3e .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vlKFZDRq3e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlKFZDRq3e .mbr-section-title,
.cid-vlKFZDRq3e .mbr-section-btn {
  text-align: center;
}
.cid-vlKFZDRq3e .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlKFZDRq3e .card {
  justify-content: flex-end;
}
.cid-vlKFZDRq3e .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlKFZDRq3e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKFZDRq3e .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlKFZDRq3e .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKFZDRq3e .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlKFZEwGoc {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlKFZEwGoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKFZEwGoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKFZEwGoc .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlKFZEwGoc .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlKFZEwGoc .card {
  justify-content: flex-end;
}
.cid-vlKFZEwGoc .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlKFZEwGoc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKFZEwGoc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlKFZEwGoc .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKFZEwGoc .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlKFZEwGoc .mbr-section-title {
  color: #ffffff;
}
.cid-vlKFZEwGoc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlKFZEwGoc .mbr-text {
  color: #ffffff;
}
.cid-vlKFZEwGoc .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlKFZEwGoc .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlKFZEwGoc .mbr-text,
.cid-vlKFZEwGoc .text-wrapper {
  text-align: center;
}
.cid-vlKFZEwGoc .mbr-section-title,
.cid-vlKFZEwGoc .mbr-section-btn {
  text-align: center;
}
.cid-vlKGRVu44d {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlKGRVu44d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKGRVu44d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .container {
    padding: 0 15px;
  }
}
.cid-vlKGRVu44d .row {
  justify-content: center;
}
.cid-vlKGRVu44d .content-wrapper {
  padding-right: 34px;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vlKGRVu44d .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlKGRVu44d .content-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .content-wrapper .list {
    padding-left: 36px;
  }
}
.cid-vlKGRVu44d .content-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-vlKGRVu44d .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKGRVu44d .content-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .content-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-vlKGRVu44d .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlKGRVu44d .image-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .image-wrapper {
    padding: 0;
  }
}
.cid-vlKGRVu44d .image-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .image-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlKGRVu44d .image-wrapper .image-wrap img {
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vlKGRVu44d .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-vlKGRVu44d .mbr-section-title {
  color: #f2ac2b;
}
.cid-vlKGRVu44d .list {
  color: #ffffff;
}
.cid-vlKGRVu44d .list,
.cid-vlKGRVu44d .item-wrap {
  color: #ffffff;
}
.cid-vlKI6fX3TT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlKI6fX3TT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKI6fX3TT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlKI6fX3TT .container {
    padding: 0 15px;
  }
}
.cid-vlKI6fX3TT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vlKI6fX3TT .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-vlKI6fX3TT .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vlKI6fX3TT .content-wrapper .mbr-name {
  margin: 0;
}
.cid-vlKI6fX3TT .mbr-section-title {
  color: #ffffff;
}
.cid-vlKI6fX3TT .mbr-text {
  color: #d2d2df;
}
.cid-vlKI6fX3TT .mbr-name {
  color: #f2ac2b;
}
.cid-vlKIjNei17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlKIjNei17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKIjNei17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlKIjNei17 .container {
    padding: 0 15px;
  }
}
.cid-vlKIjNei17 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vlKIjNei17 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-vlKIjNei17 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vlKIjNei17 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-vlKIjNei17 .mbr-section-title {
  color: #ffffff;
}
.cid-vlKIjNei17 .mbr-text {
  color: #d2d2df;
}
.cid-vlKIjNei17 .mbr-name {
  color: #f2ac2b;
}
.cid-vlKISeYNyL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlKISeYNyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKISeYNyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlKISeYNyL .container {
    padding: 0 15px;
  }
}
.cid-vlKISeYNyL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vlKISeYNyL .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-vlKISeYNyL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vlKISeYNyL .content-wrapper .mbr-name {
  margin: 0;
}
.cid-vlKISeYNyL .mbr-section-title {
  color: #ffffff;
}
.cid-vlKISeYNyL .mbr-text {
  color: #d2d2df;
}
.cid-vlKISeYNyL .mbr-name {
  color: #f2ac2b;
}
.cid-vlKFZGNMPX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vlKFZGNMPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKFZGNMPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKFZGNMPX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlKFZGNMPX .container {
    padding: 0 15px;
  }
}
.cid-vlKFZGNMPX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlKFZGNMPX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlKFZGNMPX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlKFZGNMPX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKFZGNMPX .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlKFZGNMPX .mbr-section-title {
  color: #ffffff;
}
.cid-vlKFZGNMPX .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlKFZGNMPX .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlKFZGNMPX .mbr-section-title,
.cid-vlKFZGNMPX .mbr-section-btn {
  text-align: center;
}
.cid-vlL1SXfXBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlL1SXfXBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlL1SXfXBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlL1SXfXBv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlL1SXfXBv .container {
    padding: 0 12px;
  }
}
.cid-vlL1SXfXBv .row {
  justify-content: center;
}
.cid-vlL1SXfXBv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlL1SXfXBv .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlL1SXfXBv .card {
    margin-bottom: 32px;
  }
}
.cid-vlL1SXfXBv .card:hover .card-wrapper .mbr-card-title,
.cid-vlL1SXfXBv .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlL1SXfXBv .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlL1SXfXBv .card .card-wrapper {
    display: block;
  }
}
.cid-vlL1SXfXBv .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlL1SXfXBv .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlL1SXfXBv .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlL1SXfXBv .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlL1SXfXBv .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlL1SXfXBv .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlL1SXfXBv .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlL1SXfXBv .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlL1SXfXBv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlL1SXfXBv .mbr-card-title {
  color: #ffffff;
}
.cid-vlKSatHEsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlKSatHEsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlKSatHEsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlKSatHEsH .items-wrapper {
  margin: 0;
}
.cid-vlKSatHEsH .items-wrapper .card {
  padding: 0;
}
.cid-vlKSatHEsH .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlKSatHEsH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlKSatHEsH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlKSatHEsH .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlKSatHEsH .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlKSatHEsH .mbr-section-title {
  color: #14334b;
}
.cid-vlKSatHEsH .item-nav {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-text {
  color: #ffffff;
}
.cid-vlKSatHEsH .list {
  color: #ffffff;
}
.cid-vlKSatHEsH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlKSatHEsH .mbr-section-title,
.cid-vlKSatHEsH .title-wrapper {
  color: #ffffff;
}
.cid-vlKSatHEsH .list,
.cid-vlKSatHEsH .item-wrap,
.cid-vlKSatHEsH .list-wrapper {
  color: #ebebeb;
}
.cid-vlLucDKRVy {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vlLucDKRVy .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vlLucDKRVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vlLucDKRVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlLucDKRVy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlLucDKRVy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vlLucDKRVy .menu_box .navbar.opened,
  .cid-vlLucDKRVy .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vlLucDKRVy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vlLucDKRVy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vlLucDKRVy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vlLucDKRVy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vlLucDKRVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vlLucDKRVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vlLucDKRVy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vlLucDKRVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vlLucDKRVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vlLucDKRVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vlLucDKRVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vlLucDKRVy .offcanvas-body .mbr-text,
  .cid-vlLucDKRVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vlLucDKRVy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vlLucDKRVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vlLucDKRVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vlLucDKRVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vlLucDKRVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vlLucDKRVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vlLucDKRVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vlLucDKRVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vlLucDKRVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlLucDKRVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vlLucDKRVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vlLucDKRVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vlLucDKRVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-vlLucDKRVy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vlLucDKRVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vlLucDKRVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vlLucDKRVy .nav-item {
    margin: 0 !important;
  }
}
.cid-vlLucDKRVy .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vlLucDKRVy .nav-item .nav-link:hover,
.cid-vlLucDKRVy .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vlLucDKRVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vlLucDKRVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vlLucDKRVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vlLucDKRVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlLucDKRVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vlLucDKRVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vlLucDKRVy .offcanvas_box {
    display: none;
  }
}
.cid-vlLucDKRVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vlLucDKRVy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vlLucDKRVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vlLucDKRVy .container {
  display: flex;
  margin: auto;
}
.cid-vlLucDKRVy .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vlLucDKRVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vlLucDKRVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlLucDKRVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vlLucDKRVy .navbar-nav {
    margin: 0;
  }
}
.cid-vlLucDKRVy .dropdown-menu,
.cid-vlLucDKRVy .navbar.opened {
  background-color: true !important;
}
.cid-vlLucDKRVy .nav-item:focus,
.cid-vlLucDKRVy .nav-link:focus {
  outline: none;
}
.cid-vlLucDKRVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlLucDKRVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlLucDKRVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlLucDKRVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlLucDKRVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlLucDKRVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlLucDKRVy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vlLucDKRVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vlLucDKRVy .navbar.opened {
  transition: all 0.3s;
}
.cid-vlLucDKRVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vlLucDKRVy .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vlLucDKRVy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vlLucDKRVy .navbar.collapsed {
  justify-content: center;
}
.cid-vlLucDKRVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlLucDKRVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlLucDKRVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlLucDKRVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlLucDKRVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlLucDKRVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vlLucDKRVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlLucDKRVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vlLucDKRVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vlLucDKRVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlLucDKRVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlLucDKRVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vlLucDKRVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlLucDKRVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vlLucDKRVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlLucDKRVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vlLucDKRVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vlLucDKRVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vlLucDKRVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vlLucDKRVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlLucDKRVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vlLucDKRVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlLucDKRVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlLucDKRVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlLucDKRVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlLucDKRVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vlLucDKRVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlLucDKRVy .dropdown-item.active,
.cid-vlLucDKRVy .dropdown-item:active {
  background-color: transparent;
}
.cid-vlLucDKRVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vlLucDKRVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlLucDKRVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlLucDKRVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlLucDKRVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vlLucDKRVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlLucDKRVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vlLucDKRVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vlLucDKRVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlLucDKRVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlLucDKRVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlLucDKRVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlLucDKRVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlLucDKRVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlLucDKRVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlLucDKRVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlLucDKRVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vlLucDKRVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlLucDKRVy .navbar {
    height: 70px;
  }
  .cid-vlLucDKRVy .navbar.opened {
    height: auto;
  }
  .cid-vlLucDKRVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlLucDKRVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vlLucDKRVy .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vlLucDKRVy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vlLucDKRVy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vlLucDKRVy .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vlLucDKRVy .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vlLucDKRVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vlLucDKRVy .text_widget {
  margin-bottom: 32px;
}
.cid-vlLucDKRVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vlLucDKRVy .text_widget a:hover,
.cid-vlLucDKRVy .text_widget a:focus {
  opacity: .6;
}
.cid-vlLucDKRVy .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlLucDKRVy .navbar-caption {
  color: #f2ac2b;
}
.cid-vlLucDKRVy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucDKRVy .mbr-section-subtitle,
.cid-vlLucDKRVy .text_widget,
.cid-vlLucDKRVy .mbr-section-btn {
  text-align: center;
}
.cid-vlLucDKRVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vlLucEEReP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlLucEEReP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucEEReP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucEEReP .row {
  justify-content: center;
}
.cid-vlLucEEReP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vlLucEEReP .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vlLucEEReP .container {
    padding: 0 15px;
  }
}
.cid-vlLucEEReP .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlLucEEReP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlLucEEReP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlLucEEReP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlLucEEReP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlLucEEReP .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlLucEEReP .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlLucEEReP .mbr-section-title {
  color: #ffffff;
}
.cid-vlLucEEReP .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vlLucEEReP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucEEReP .mbr-section-title,
.cid-vlLucEEReP .mbr-section-btn {
  text-align: center;
}
.cid-vlLucEEReP .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlLucEEReP .card {
  justify-content: flex-end;
}
.cid-vlLucEEReP .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlLucEEReP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlLucEEReP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlLucEEReP .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlLucEEReP .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlLucFlpqE {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/christ20church-2000x628.jpeg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlLucFlpqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucFlpqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucFlpqE .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlLucFlpqE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlLucFlpqE .card {
  justify-content: flex-end;
}
.cid-vlLucFlpqE .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlLucFlpqE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlLucFlpqE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlLucFlpqE .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlLucFlpqE .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlLucFlpqE .mbr-section-title {
  color: #ffffff;
}
.cid-vlLucFlpqE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucFlpqE .mbr-text {
  color: #ffffff;
}
.cid-vlLucFlpqE .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlLucFlpqE .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlLucFlpqE .mbr-text,
.cid-vlLucFlpqE .text-wrapper {
  text-align: center;
}
.cid-vlLucFlpqE .mbr-section-title,
.cid-vlLucFlpqE .mbr-section-btn {
  text-align: center;
}
.cid-vlLucFUjaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vlLucFUjaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucFUjaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucFUjaW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlLucFUjaW .container {
    padding: 0 15px;
  }
}
.cid-vlLucFUjaW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucFUjaW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vlLucFUjaW .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-vlLucFUjaW .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vlLucFUjaW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlLucFUjaW .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vlLucFUjaW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlLucFUjaW .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlLucFUjaW .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlLucFUjaW .image-wrapper {
    margin: 0;
  }
}
.cid-vlLucFUjaW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-vlLucFUjaW .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #303030;
  filter: blur(80px);
  pointer-events: none;
}
.cid-vlLucFUjaW .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-vlLucFUjaW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucFUjaW .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-vlLucFUjaW .mbr-text {
  color: #d2d2df;
}
.cid-vlLucFUjaW .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucGy4dm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vlLucGy4dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucGy4dm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucGy4dm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .container {
    padding: 0 15px;
  }
}
.cid-vlLucGy4dm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlLucGy4dm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlLucGy4dm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .items-wrapper {
    display: block;
  }
}
.cid-vlLucGy4dm .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-vlLucGy4dm .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-vlLucGy4dm .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #0a2606;
  font-size: 52px;
  border: 1px solid #0a2606;
  border-radius: 100%;
}
.cid-vlLucGy4dm .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vlLucGy4dm .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-vlLucGy4dm .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-vlLucGy4dm .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucGy4dm .text-wrapper {
    margin-top: 40px;
  }
}
.cid-vlLucGy4dm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlLucGy4dm .mbr-section-title {
  color: #d2d2df;
  text-align: center;
}
.cid-vlLucGy4dm .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlLucGy4dm .item-text {
  color: #d2d2df;
}
.cid-vlLucGy4dm .item-text,
.cid-vlLucGy4dm .icon-wrapper {
  text-align: center;
}
.cid-vlLucHeZSE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpeg");
}
.cid-vlLucHeZSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucHeZSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlLucHeZSE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlLucHeZSE .row {
  flex-direction: row-reverse;
}
.cid-vlLucHeZSE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlLucHeZSE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlLucHeZSE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vlLucHeZSE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vlLucHeZSE .mbr-text,
.cid-vlLucHeZSE .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vlLucHLHzG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1200.jpeg");
}
.cid-vlLucHLHzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucHLHzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucHLHzG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlLucHLHzG .container {
    padding: 0 15px;
  }
}
.cid-vlLucHLHzG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlLucHLHzG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlLucHLHzG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlLucHLHzG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlLucHLHzG .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlLucHLHzG .mbr-section-title {
  color: #ffffff;
}
.cid-vlLucHLHzG .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlLucHLHzG .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlLucHLHzG .mbr-section-title,
.cid-vlLucHLHzG .mbr-section-btn {
  text-align: center;
}
.cid-vlLucJ31BP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlLucJ31BP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucJ31BP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucJ31BP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlLucJ31BP .container {
    padding: 0 15px;
  }
}
.cid-vlLucJ31BP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucJ31BP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlLucJ31BP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlLucJ31BP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vlLucJ31BP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vlLucJ31BP .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vlLucJ31BP .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vlLucJ31BP .items-wrapper .item:hover .item-wrapper::before,
.cid-vlLucJ31BP .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlLucJ31BP .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlLucJ31BP .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vlLucJ31BP .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vlLucJ31BP .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vlLucJ31BP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucJ31BP .item-title {
  color: #f2ac2b;
}
.cid-vlLucJ31BP .item-text {
  color: #ffffff;
}
.cid-vlLucJ31BP .item-title,
.cid-vlLucJ31BP .icon-wrapper,
.cid-vlLucJ31BP .mbr-section-btn {
  color: #cd890b;
}
.cid-vlLucJNfvJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlLucJNfvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucJNfvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucJNfvJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlLucJNfvJ .container {
    padding: 0 15px;
  }
}
.cid-vlLucJNfvJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucJNfvJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlLucJNfvJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlLucJNfvJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vlLucJNfvJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vlLucJNfvJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vlLucJNfvJ .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vlLucJNfvJ .items-wrapper .item:hover .item-wrapper::before,
.cid-vlLucJNfvJ .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlLucJNfvJ .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlLucJNfvJ .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vlLucJNfvJ .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vlLucJNfvJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vlLucJNfvJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucJNfvJ .item-title {
  color: #f2ac2b;
}
.cid-vlLucJNfvJ .item-text {
  color: #ffffff;
}
.cid-vlLucKzdTy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1200.jpeg");
}
.cid-vlLucKzdTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucKzdTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlLucKzdTy .container {
    padding: 0 15px;
  }
}
.cid-vlLucKzdTy .row {
  justify-content: center;
}
.cid-vlLucKzdTy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucKzdTy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vlLucKzdTy .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-vlLucKzdTy .subtitle-wrapper {
    padding: 0;
  }
}
.cid-vlLucKzdTy .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlLucKzdTy .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vlLucKzdTy .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-vlLucKzdTy .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-vlLucKzdTy .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-vlLucKzdTy .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlLucKzdTy .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-vlLucKzdTy .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-vlLucKzdTy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucKzdTy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlLucKzdTy .list {
  color: #ffffff;
}
.cid-vlLucLZVH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlLucLZVH5 .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vlLucLZVH5 .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-vlLucLZVH5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlLucLZVH5 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlLucLZVH5 .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-vlLucLZVH5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-vlLucLZVH5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vlLucLZVH5 .embla__slide .slide-content {
  width: 100%;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-vlLucLZVH5 .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-vlLucLZVH5 .embla__button--next,
.cid-vlLucLZVH5 .embla__button--prev {
  display: flex;
}
.cid-vlLucLZVH5 .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vlLucLZVH5 .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-vlLucLZVH5 .embla__button span {
  z-index: 1;
}
.cid-vlLucLZVH5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlLucLZVH5 .embla__button:hover::before {
  opacity: 0;
}
.cid-vlLucLZVH5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vlLucLZVH5 .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-vlLucLZVH5 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vlLucLZVH5 .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vlLucLZVH5 .embla {
    display: block;
  }
}
.cid-vlLucLZVH5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vlLucLZVH5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlLucLZVH5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlLucLZVH5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlLucLZVH5 .mbr-section-title {
  color: #ffffff;
}
.cid-vlLucLZVH5 .mbr-text {
  color: #d2d2df;
}
.cid-vlLucLZVH5 .mbr-name {
  color: #f2ac2b;
}
.cid-vlLucLZVH5 .mbr-role {
  color: #d2d2df;
}
.cid-vlLucLZVH5 .mbr-rating {
  color: #f2ac2b;
}
.cid-vlLucNsBVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlLucNsBVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucNsBVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlLucNsBVF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlLucNsBVF .container {
    padding: 0 12px;
  }
}
.cid-vlLucNsBVF .row {
  justify-content: center;
}
.cid-vlLucNsBVF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlLucNsBVF .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlLucNsBVF .card {
    margin-bottom: 32px;
  }
}
.cid-vlLucNsBVF .card:hover .card-wrapper .mbr-card-title,
.cid-vlLucNsBVF .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlLucNsBVF .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlLucNsBVF .card .card-wrapper {
    display: block;
  }
}
.cid-vlLucNsBVF .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlLucNsBVF .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlLucNsBVF .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlLucNsBVF .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlLucNsBVF .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlLucNsBVF .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlLucNsBVF .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlLucNsBVF .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlLucNsBVF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucNsBVF .mbr-card-title {
  color: #ffffff;
}
.cid-vlLucOgQTT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlLucOgQTT .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlLucOgQTT .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlLucOgQTT .navbar-logo {
  width: 110px;
}
.cid-vlLucOgQTT .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlLucOgQTT .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlLucOgQTT .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlLucOgQTT .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlLucOgQTT .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlLucOgQTT .list-item .item-image,
.cid-vlLucOgQTT .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlLucOgQTT .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlLucOgQTT .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlLucOgQTT .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlLucOgQTT .socion1 {
  background: #ec8c39;
}
.cid-vlLucOgQTT .socion2 {
  background-color: #ffffff;
}
.cid-vlLucOgQTT .socion3 {
  background-color: #7c47ef;
}
.cid-vlLucOgQTT .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlLucOgQTT .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlLucOgQTT .social-list a {
  transition: .2s linear;
}
.cid-vlLucOgQTT .social-list a:hover {
  opacity: .4;
}
.cid-vlLucOgQTT .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlLucOgQTT .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlLucOgQTT .svg-1 path {
  fill: #000000;
}
.cid-vlLucOgQTT .item-image {
  margin-right: 2rem;
}
.cid-vlLucOgQTT [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlLucOgQTT .soc-item::after {
  display: none;
}
.cid-vlLucOgQTT .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlLucOgQTT .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlLucOgQTT .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlLucOgQTT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlLucOgQTT .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlLucOgQTT .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlLucOgQTT {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlLucOgQTT .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlLucOgQTT .wrapper {
    padding: 1rem;
  }
}
.cid-vlLucOgQTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucOgQTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucPxk1Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlLucPxk1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLucPxk1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLucPxk1Q .items-wrapper {
  margin: 0;
}
.cid-vlLucPxk1Q .items-wrapper .card {
  padding: 0;
}
.cid-vlLucPxk1Q .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlLucPxk1Q .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlLucPxk1Q .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlLucPxk1Q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlLucPxk1Q .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlLucPxk1Q .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlLucPxk1Q .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlLucPxk1Q .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlLucPxk1Q .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlLucPxk1Q .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlLucPxk1Q .mbr-section-title {
  color: #14334b;
}
.cid-vlLucPxk1Q .item-nav {
  color: #ffffff;
}
.cid-vlLucPxk1Q .mbr-text {
  color: #ffffff;
}
.cid-vlLucPxk1Q .list {
  color: #ffffff;
}
.cid-vlLucPxk1Q .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlLucPxk1Q .mbr-section-title,
.cid-vlLucPxk1Q .title-wrapper {
  color: #ffffff;
}
.cid-vlLucPxk1Q .list,
.cid-vlLucPxk1Q .item-wrap,
.cid-vlLucPxk1Q .list-wrapper {
  color: #ebebeb;
}
.cid-vlShIRQIC4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vlShIRQIC4 .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.cid-vlShIRQIC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-vlShIRQIC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlShIRQIC4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlShIRQIC4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vlShIRQIC4 .menu_box .navbar.opened,
  .cid-vlShIRQIC4 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vlShIRQIC4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vlShIRQIC4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vlShIRQIC4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vlShIRQIC4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vlShIRQIC4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vlShIRQIC4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vlShIRQIC4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vlShIRQIC4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vlShIRQIC4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vlShIRQIC4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vlShIRQIC4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vlShIRQIC4 .offcanvas-body .mbr-text,
  .cid-vlShIRQIC4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vlShIRQIC4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vlShIRQIC4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vlShIRQIC4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vlShIRQIC4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vlShIRQIC4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vlShIRQIC4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vlShIRQIC4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vlShIRQIC4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vlShIRQIC4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlShIRQIC4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vlShIRQIC4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vlShIRQIC4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vlShIRQIC4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vlShIRQIC4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vlShIRQIC4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vlShIRQIC4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vlShIRQIC4 .nav-item {
    margin: 0 !important;
  }
}
.cid-vlShIRQIC4 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vlShIRQIC4 .nav-item .nav-link:hover,
.cid-vlShIRQIC4 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vlShIRQIC4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vlShIRQIC4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vlShIRQIC4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vlShIRQIC4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vlShIRQIC4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vlShIRQIC4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vlShIRQIC4 .offcanvas_box {
    display: none;
  }
}
.cid-vlShIRQIC4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vlShIRQIC4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vlShIRQIC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vlShIRQIC4 .container {
  display: flex;
  margin: auto;
}
.cid-vlShIRQIC4 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vlShIRQIC4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vlShIRQIC4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlShIRQIC4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vlShIRQIC4 .navbar-nav {
    margin: 0;
  }
}
.cid-vlShIRQIC4 .dropdown-menu,
.cid-vlShIRQIC4 .navbar.opened {
  background-color: true !important;
}
.cid-vlShIRQIC4 .nav-item:focus,
.cid-vlShIRQIC4 .nav-link:focus {
  outline: none;
}
.cid-vlShIRQIC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlShIRQIC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlShIRQIC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlShIRQIC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlShIRQIC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlShIRQIC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlShIRQIC4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vlShIRQIC4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vlShIRQIC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vlShIRQIC4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vlShIRQIC4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vlShIRQIC4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vlShIRQIC4 .navbar.collapsed {
  justify-content: center;
}
.cid-vlShIRQIC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlShIRQIC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlShIRQIC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlShIRQIC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlShIRQIC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlShIRQIC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vlShIRQIC4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlShIRQIC4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vlShIRQIC4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vlShIRQIC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlShIRQIC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlShIRQIC4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vlShIRQIC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlShIRQIC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vlShIRQIC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlShIRQIC4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vlShIRQIC4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vlShIRQIC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vlShIRQIC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vlShIRQIC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlShIRQIC4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vlShIRQIC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlShIRQIC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlShIRQIC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlShIRQIC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlShIRQIC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vlShIRQIC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlShIRQIC4 .dropdown-item.active,
.cid-vlShIRQIC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vlShIRQIC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vlShIRQIC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlShIRQIC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlShIRQIC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlShIRQIC4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vlShIRQIC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlShIRQIC4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #232b45;
}
.cid-vlShIRQIC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vlShIRQIC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlShIRQIC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlShIRQIC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlShIRQIC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlShIRQIC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlShIRQIC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlShIRQIC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlShIRQIC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlShIRQIC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vlShIRQIC4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlShIRQIC4 .navbar {
    height: 70px;
  }
  .cid-vlShIRQIC4 .navbar.opened {
    height: auto;
  }
  .cid-vlShIRQIC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlShIRQIC4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vlShIRQIC4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vlShIRQIC4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vlShIRQIC4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vlShIRQIC4 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vlShIRQIC4 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vlShIRQIC4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vlShIRQIC4 .text_widget {
  margin-bottom: 32px;
}
.cid-vlShIRQIC4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vlShIRQIC4 .text_widget a:hover,
.cid-vlShIRQIC4 .text_widget a:focus {
  opacity: .6;
}
.cid-vlShIRQIC4 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlShIRQIC4 .navbar-caption {
  color: #f2ac2b;
}
.cid-vlShIRQIC4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIRQIC4 .mbr-section-subtitle,
.cid-vlShIRQIC4 .text_widget,
.cid-vlShIRQIC4 .mbr-section-btn {
  text-align: center;
}
.cid-vlShIRQIC4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vlShISJZdP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlShISJZdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShISJZdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShISJZdP .row {
  justify-content: center;
}
.cid-vlShISJZdP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vlShISJZdP .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vlShISJZdP .container {
    padding: 0 15px;
  }
}
.cid-vlShISJZdP .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlShISJZdP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlShISJZdP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlShISJZdP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlShISJZdP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlShISJZdP .mbr-section-btn {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlShISJZdP .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlShISJZdP .mbr-section-title {
  color: #ffffff;
}
.cid-vlShISJZdP .mbr-section-subtitle {
  color: #cd890b;
  text-align: justify;
}
.cid-vlShISJZdP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlShISJZdP .mbr-section-title,
.cid-vlShISJZdP .mbr-section-btn {
  text-align: center;
}
.cid-vlShISJZdP .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlShISJZdP .card {
  justify-content: flex-end;
}
.cid-vlShISJZdP .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlShISJZdP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlShISJZdP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlShISJZdP .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlShISJZdP .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlShITiD4r {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20may20282020262011-08-2020pm-1983x793.png");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vlShITiD4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShITiD4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShITiD4r .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vlShITiD4r .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlShITiD4r .card {
  justify-content: flex-end;
}
.cid-vlShITiD4r .title-wrapper {
  margin-bottom: 20px;
}
.cid-vlShITiD4r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlShITiD4r .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vlShITiD4r .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlShITiD4r .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlShITiD4r .mbr-section-title {
  color: #ffffff;
}
.cid-vlShITiD4r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlShITiD4r .mbr-text {
  color: #ffffff;
}
.cid-vlShITiD4r .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlShITiD4r .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlShITiD4r .mbr-text,
.cid-vlShITiD4r .text-wrapper {
  text-align: center;
}
.cid-vlShITiD4r .mbr-section-title,
.cid-vlShITiD4r .mbr-section-btn {
  text-align: center;
}
.cid-vlSlJ1uCla {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlSlJ1uCla .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vlSlJ1uCla .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vlSlJ1uCla .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vlSlJ1uCla .label-text {
    text-align: center !important;
  }
}
.cid-vlSlJ1uCla .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlSlJ1uCla .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vlSlJ1uCla .mbr-section-title,
.cid-vlSlJ1uCla .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vlSrQV9bkp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-3-1920x1200.jpeg");
}
.cid-vlSrQV9bkp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vlSrQV9bkp .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vlSrQV9bkp .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vlSrQV9bkp .label-text {
    text-align: center !important;
  }
}
.cid-vlSrQV9bkp .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlSrQV9bkp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vlSrQV9bkp .mbr-section-title,
.cid-vlSrQV9bkp .mbr-section-btn {
  text-align: center;
  color: #cd890b;
}
.cid-vlShIVAWtw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlShIVAWtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShIVAWtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShIVAWtw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlShIVAWtw .container {
    padding: 0 15px;
  }
}
.cid-vlShIVAWtw .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlShIVAWtw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlShIVAWtw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlShIVAWtw .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vlShIVAWtw .item {
    margin-bottom: 20px;
  }
}
.cid-vlShIVAWtw .item:hover::before,
.cid-vlShIVAWtw .item:focus::before {
  opacity: 1;
}
.cid-vlShIVAWtw .item:hover .item-wrapper,
.cid-vlShIVAWtw .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-vlShIVAWtw .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-vlShIVAWtw .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-vlShIVAWtw .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #a26900 37.31%, #a26900 69.53%, #a26900 80.18%, #a26900 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-vlShIVAWtw .item::before {
    display: none;
  }
}
.cid-vlShIVAWtw .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vlShIVAWtw .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlShIVAWtw .item .item-wrapper {
    height: auto;
  }
}
.cid-vlShIVAWtw .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vlShIVAWtw .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-vlShIVAWtw .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-vlShIVAWtw .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-vlShIVAWtw .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-vlShIVAWtw .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-vlShIVAWtw .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-vlShIVAWtw .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-vlShIVAWtw .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlShIVAWtw .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #cd890b;
  color: #171827;
  font-size: 16px;
}
.cid-vlShIVAWtw .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlShIVAWtw .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-vlShIVAWtw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIVAWtw .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIVAWtw .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIVAWtw .item-price {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlShIVAWtw .list {
  color: #d2d2df;
}
.cid-vmqBks1s0n {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vmqBks1s0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmqBks1s0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmqBks1s0n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmqBks1s0n .container {
    padding: 0 15px;
  }
}
.cid-vmqBks1s0n .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vmqBks1s0n .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmqBks1s0n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmqBks1s0n .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vmqBks1s0n .item {
    margin-bottom: 20px;
  }
}
.cid-vmqBks1s0n .item:hover::before,
.cid-vmqBks1s0n .item:focus::before {
  opacity: 1;
}
.cid-vmqBks1s0n .item:hover .item-wrapper,
.cid-vmqBks1s0n .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-vmqBks1s0n .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-vmqBks1s0n .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-vmqBks1s0n .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #a26900 37.31%, #a26900 69.53%, #a26900 80.18%, #a26900 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-vmqBks1s0n .item::before {
    display: none;
  }
}
.cid-vmqBks1s0n .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vmqBks1s0n .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vmqBks1s0n .item .item-wrapper {
    height: auto;
  }
}
.cid-vmqBks1s0n .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmqBks1s0n .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-vmqBks1s0n .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-vmqBks1s0n .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-vmqBks1s0n .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-vmqBks1s0n .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-vmqBks1s0n .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-vmqBks1s0n .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-vmqBks1s0n .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vmqBks1s0n .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-vmqBks1s0n .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vmqBks1s0n .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-vmqBks1s0n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vmqBks1s0n .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vmqBks1s0n .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vmqBks1s0n .item-price {
  color: #f2ac2b;
  text-align: center;
}
.cid-vmqBks1s0n .list {
  color: #d2d2df;
}
.cid-vlShIWXjow {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlShIWXjow .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShIWXjow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShIWXjow .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlShIWXjow .container {
    padding: 0 15px;
  }
}
.cid-vlShIWXjow .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlShIWXjow .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlShIWXjow .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlShIWXjow .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vlShIWXjow .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vlShIWXjow .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vlShIWXjow .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vlShIWXjow .items-wrapper .item:hover .item-wrapper::before,
.cid-vlShIWXjow .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlShIWXjow .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlShIWXjow .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vlShIWXjow .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vlShIWXjow .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vlShIWXjow .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIWXjow .item-title {
  color: #f2ac2b;
}
.cid-vlShIWXjow .item-text {
  color: #ffffff;
}
.cid-vlShIWfO22 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #3a5936;
  overflow: hidden;
}
.cid-vlShIWfO22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShIWfO22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShIWfO22 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlShIWfO22 .container {
    padding: 0 15px;
  }
}
.cid-vlShIWfO22 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlShIWfO22 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlShIWfO22 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlShIWfO22 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vlShIWfO22 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vlShIWfO22 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vlShIWfO22 .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vlShIWfO22 .items-wrapper .item:hover .item-wrapper::before,
.cid-vlShIWfO22 .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlShIWfO22 .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vlShIWfO22 .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #000000 -20%, #000000 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vlShIWfO22 .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vlShIWfO22 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vlShIWfO22 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIWfO22 .item-title {
  color: #f2ac2b;
}
.cid-vlShIWfO22 .item-text {
  color: #ffffff;
}
.cid-vlShIWfO22 .item-title,
.cid-vlShIWfO22 .icon-wrapper,
.cid-vlShIWfO22 .mbr-section-btn {
  color: #cd890b;
}
.cid-vlSoLAiE4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1200.jpeg");
}
.cid-vlSoLAiE4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlSoLAiE4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlSoLAiE4U .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlSoLAiE4U .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vlSoLAiE4U .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vlSoLAiE4U .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlSoLAiE4U .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vlSoLAiE4U .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlSoLAiE4U .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlSoLAiE4U .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vlSoLAiE4U .content-wrapper .list .item-wrap:hover,
.cid-vlSoLAiE4U .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vlSoLAiE4U .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vlSoLAiE4U .mbr-section-title {
  color: #ffffff;
}
.cid-vlSoLAiE4U .mbr-text {
  color: #ffffff;
}
.cid-vlSoLAiE4U .list {
  color: #d2d2df;
}
.cid-vlShIXGzc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlShIXGzc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShIXGzc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlShIXGzc8 .container {
    padding: 0 15px;
  }
}
.cid-vlShIXGzc8 .row {
  justify-content: center;
}
.cid-vlShIXGzc8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlShIXGzc8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vlShIXGzc8 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-vlShIXGzc8 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-vlShIXGzc8 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlShIXGzc8 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vlShIXGzc8 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-vlShIXGzc8 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-vlShIXGzc8 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-vlShIXGzc8 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlShIXGzc8 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-vlShIXGzc8 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-vlShIXGzc8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIXGzc8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlShIXGzc8 .list {
  color: #ffffff;
}
.cid-vlShIZKROj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpeg");
}
.cid-vlShIZKROj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShIZKROj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vlShIZKROj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vlShIZKROj .container {
    padding: 0 12px;
  }
}
.cid-vlShIZKROj .row {
  justify-content: center;
}
.cid-vlShIZKROj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlShIZKROj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlShIZKROj .card {
    margin-bottom: 32px;
  }
}
.cid-vlShIZKROj .card:hover .card-wrapper .mbr-card-title,
.cid-vlShIZKROj .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vlShIZKROj .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vlShIZKROj .card .card-wrapper {
    display: block;
  }
}
.cid-vlShIZKROj .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vlShIZKROj .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vlShIZKROj .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vlShIZKROj .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vlShIZKROj .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #8ec767;
}
.cid-vlShIZKROj .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #1e6bff;
}
.cid-vlShIZKROj .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlShIZKROj .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vlShIZKROj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlShIZKROj .mbr-card-title {
  color: #ffffff;
}
.cid-vlShIV09OY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlShIV09OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShIV09OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShIV09OY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlShIV09OY .container {
    padding: 0 15px;
  }
}
.cid-vlShIV09OY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vlShIV09OY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vlShIV09OY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vlShIV09OY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlShIV09OY .mbr-section-btn {
  margin-top: 40px;
}
.cid-vlShIV09OY .mbr-section-title {
  color: #ffffff;
}
.cid-vlShIV09OY .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vlShIV09OY .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vlShIV09OY .mbr-section-title,
.cid-vlShIV09OY .mbr-section-btn {
  text-align: center;
}
.cid-vlShJ1YCic {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #3a5936;
}
.cid-vlShJ1YCic .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vlShJ1YCic .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlShJ1YCic .navbar-logo {
  width: 110px;
}
.cid-vlShJ1YCic .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlShJ1YCic .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vlShJ1YCic .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-vlShJ1YCic .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-vlShJ1YCic .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-vlShJ1YCic .list-item .item-image,
.cid-vlShJ1YCic .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-vlShJ1YCic .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-vlShJ1YCic .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-vlShJ1YCic .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vlShJ1YCic .socion1 {
  background: #ec8c39;
}
.cid-vlShJ1YCic .socion2 {
  background-color: #ffffff;
}
.cid-vlShJ1YCic .socion3 {
  background-color: #7c47ef;
}
.cid-vlShJ1YCic .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-vlShJ1YCic .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-vlShJ1YCic .social-list a {
  transition: .2s linear;
}
.cid-vlShJ1YCic .social-list a:hover {
  opacity: .4;
}
.cid-vlShJ1YCic .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-vlShJ1YCic .svg-1 {
  position: absolute;
  top: 0;
}
.cid-vlShJ1YCic .svg-1 path {
  fill: #000000;
}
.cid-vlShJ1YCic .item-image {
  margin-right: 2rem;
}
.cid-vlShJ1YCic [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-vlShJ1YCic .soc-item::after {
  display: none;
}
.cid-vlShJ1YCic .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ec8c39;
}
.cid-vlShJ1YCic .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #8d5ef1;
}
.cid-vlShJ1YCic .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2ac2b;
}
@media (max-width: 991px) {
  .cid-vlShJ1YCic .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vlShJ1YCic .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-vlShJ1YCic .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-vlShJ1YCic {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-vlShJ1YCic .container-fluid {
    padding: 0 1rem;
  }
  .cid-vlShJ1YCic .wrapper {
    padding: 1rem;
  }
}
.cid-vlShJ1YCic .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShJ1YCic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShJ3b1xl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3a5936;
}
.cid-vlShJ3b1xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlShJ3b1xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlShJ3b1xl .items-wrapper {
  margin: 0;
}
.cid-vlShJ3b1xl .items-wrapper .card {
  padding: 0;
}
.cid-vlShJ3b1xl .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #3a5936;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vlShJ3b1xl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vlShJ3b1xl .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vlShJ3b1xl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlShJ3b1xl .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vlShJ3b1xl .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vlShJ3b1xl .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .content-wrap .text-wrapper {
    border-right: none;
  }
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vlShJ3b1xl .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #cd890b;
}
.cid-vlShJ3b1xl .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlShJ3b1xl .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vlShJ3b1xl .mbr-section-title {
  color: #14334b;
}
.cid-vlShJ3b1xl .item-nav {
  color: #ffffff;
}
.cid-vlShJ3b1xl .mbr-text {
  color: #ffffff;
}
.cid-vlShJ3b1xl .list {
  color: #ffffff;
}
.cid-vlShJ3b1xl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vlShJ3b1xl .mbr-section-title,
.cid-vlShJ3b1xl .title-wrapper {
  color: #ffffff;
}
.cid-vlShJ3b1xl .list,
.cid-vlShJ3b1xl .item-wrap,
.cid-vlShJ3b1xl .list-wrapper {
  color: #ebebeb;
}
