.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #5ab334 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #5ab334 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #5ab334 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #5ab334 !important;
  border-color: #5ab334 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #5ab334 !important;
}
.btn-info,
.btn-info:active {
  color: #5ab334 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #5ab334 !important;
  border-color: #5ab334 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #8caff0 !important;
}
.bg-danger {
  background-color: #6592e6 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5ab334 !important;
  border-color: #5ab334 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #387020;
  border-color: #387020;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #387020 !important;
  border-color: #387020 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #3f7ae6;
  border-color: #3f7ae6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #2260d2;
  border-color: #2260d2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:active {
  color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-secondary-outline {
  color: #5ab334 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5ab334;
  color: #5ab334;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #387020 !important;
  background-color: transparent!important;
  border-color: #387020 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5ab334 !important;
  border-color: #5ab334 !important;
}
.btn-secondary-outline:active {
  color: #5ab334 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-warning-outline {
  color: #8caff0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8caff0;
  color: #8caff0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: #3f7ae6 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-warning-outline:active {
  color: #8caff0 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-danger-outline {
  color: #6592e6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-danger-outline:active {
  color: #6592e6 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #5ab334 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #5ab334 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #8caff0 !important;
}
.text-danger {
  color: #6592e6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #93d776 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e6eefc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bdd0f4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #8caff0;
}
.alert-danger {
  background-color: #6592e6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #5ab334 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tCqKzDGTr5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCqKzDGTr5 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #bcd3d8;
  background: #dce8eb !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tCqKzDGTr5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCqKzDGTr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tCqKzDGTr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCqKzDGTr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCqKzDGTr5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCqKzDGTr5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCqKzDGTr5 .dropdown-item.active,
.cid-tCqKzDGTr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCqKzDGTr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tCqKzDGTr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCqKzDGTr5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar-buttons {
  text-align: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tCqKzDGTr5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tCqKzDGTr5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-link:hover,
.cid-tCqKzDGTr5 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-ukVOW3v6aA {
  padding-top: 195px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/women-1.webp");
}
.cid-ukVOW3v6aA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ukVOW3v6aA input {
  padding: 0rem 1rem !important;
}
.cid-ukVOW3v6aA .title {
  margin-bottom: 1rem;
}
.cid-ukVOW3v6aA textarea {
  min-height: 160px;
}
.cid-ukVOW3v6aA .form-control,
.cid-ukVOW3v6aA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #5ab334;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukVOW3v6aA .form-control:hover,
.cid-ukVOW3v6aA .field-input:hover,
.cid-ukVOW3v6aA .form-control:focus,
.cid-ukVOW3v6aA .field-input:focus {
  background-color: #ccf9ba;
  border-color: #5ab334;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ukVOW3v6aA input::-webkit-input-placeholder,
.cid-ukVOW3v6aA textarea::-webkit-input-placeholder {
  color: #101010;
}
.cid-ukVOW3v6aA input:-moz-placeholder,
.cid-ukVOW3v6aA textarea:-moz-placeholder {
  color: #101010;
}
.cid-ukVOW3v6aA .jq-selectbox li,
.cid-ukVOW3v6aA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukVOW3v6aA .jq-selectbox li:hover,
.cid-ukVOW3v6aA .jq-selectbox li.selected {
  background-color: #ccf9ba;
  color: #000000;
}
.cid-ukVOW3v6aA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukVOW3v6aA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ccf9ba;
}
.cid-ukVOW3v6aA input::-webkit-input-placeholder,
.cid-ukVOW3v6aA textarea::-webkit-input-placeholder {
  color: #101010;
}
.cid-ukVOW3v6aA input:-moz-placeholder,
.cid-ukVOW3v6aA textarea:-moz-placeholder {
  color: #101010;
}
@media (max-width: 992px) {
  .cid-ukVOW3v6aA img {
    width: 100%;
  }
  .cid-ukVOW3v6aA form {
    margin-top: 2rem;
  }
}
.cid-ukVOW3v6aA .form-row {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-ukVOW3v6aA .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ukVOW3v6aA .mbr-form {
    padding-left: 2rem;
  }
}
.cid-ukVOW3v6aA .form-control {
  border-radius: 0px !important;
  border: none !important;
}
.cid-ukVOW3v6aA .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #f3f3f3;
}
.cid-ukVOW3v6aA .dragArea {
  background-color: #ffffff;
  border-radius: 5px;
}
.cid-ukVOW3v6aA .form-btn {
  width: 100%;
}
.cid-ukVOW3v6aA .link-btn {
  width: 100%;
}
.cid-ukVOW3v6aA h5 {
  margin-bottom: 0.2rem;
}
.cid-ukVOW3v6aA .mbr-form .btn {
  margin: 0;
}
.cid-ukVOW3v6aA .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-ukVOW3v6aA .block-left {
  margin-bottom: 2.6rem;
}
.cid-ukVOW3v6aA .text-form {
  color: #4c4c4c;
  margin-bottom: 1.3rem;
}
.cid-ukVOW3v6aA .link-btn:hover {
  background-color: #7ba2ea !important;
  color: #ffffff !important;
  border-color: #7ba2ea !important;
}
.cid-ukVOW3v6aA .link-btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-ukVOW3v6aA .dragArea {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ukVOW3v6aA .dragArea {
    padding: 3.8rem 2.8rem 4rem;
  }
  .cid-ukVOW3v6aA .row {
    margin: 0rem;
  }
}
.cid-ukVOW3v6aA .btn {
  margin-left: 0rem;
}
.cid-ukVOW3v6aA H5 {
  color: #5ab334;
}
.cid-uoTcb4wpf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
}
.cid-uoTcb4wpf5 .section-border-item {
  background-color: #a6d71c;
}
.cid-uoTcb4wpf5 .section-border-item_center {
  left: calc(5vw + 21rem);
  transform: translateX(0);
}
@media (max-width: 991px) {
  .cid-uoTcb4wpf5 .section-border-item_center {
    display: none;
  }
}
.cid-uoTcb4wpf5 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 15rem;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-uoTcb4wpf5 .content-container {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uoTcb4wpf5 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uoTcb4wpf5 .mbr-section-head {
  width: 100%;
  max-width: 21rem;
}
@media (max-width: 991px) {
  .cid-uoTcb4wpf5 .mbr-section-head {
    max-width: 16rem;
  }
}
@media (max-width: 767px) {
  .cid-uoTcb4wpf5 .mbr-section-head {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uoTcb4wpf5 .mbr-section-title {
  color: #5ab334;
}
@media (max-width: 767px) {
  .cid-uoTcb4wpf5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uoTcb4wpf5 .mbr-section-subtitle {
  color: #fff;
}
@media (max-width: 767px) {
  .cid-uoTcb4wpf5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uoTcb4wpf5 .card-row {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  align-items: center;
  padding-left: 5vw;
}
@media (max-width: 991px) {
  .cid-uoTcb4wpf5 .card-row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uoTcb4wpf5 .card-row {
    row-gap: 1rem;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uoTcb4wpf5 .card-row {
    row-gap: 0;
    padding-left: 0;
  }
}
.cid-uoTcb4wpf5 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 575px) {
  .cid-uoTcb4wpf5 .card {
    padding: 0.75rem 1rem;
  }
}
.cid-uoTcb4wpf5 .card img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uoTcb4wpf5 .card img {
    max-width: 8rem;
  }
}
@media (max-width: 575px) {
  .cid-uoTcb4wpf5 .card img {
    max-width: 7rem;
  }
}
.cid-unNQa9JuGf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unNQa9JuGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNQa9JuGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNQa9JuGf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unNQa9JuGf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unNQa9JuGf .container {
    padding: 0 24px;
  }
}
.cid-unNQa9JuGf .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-unNQa9JuGf .content-wrapper {
    padding: 0;
  }
}
.cid-unNQa9JuGf .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-unNQa9JuGf .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-unNQa9JuGf .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-unNQa9JuGf .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-unNQa9JuGf .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-unNQa9JuGf .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fafafa;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-unNQa9JuGf .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unNQa9JuGf .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-unNQa9JuGf .mbr-section-title {
  color: #141414;
}
.cid-unNQa9JuGf .mbr-desc {
  color: #141414;
}
.cid-unNQa9JuGf .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-unNQa9JuGf .mbr-section-title,
.cid-unNQa9JuGf .icon-wrapper {
  color: #5ab334;
}
.cid-unNP6ixatg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5ab334;
}
.cid-unNP6ixatg .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNP6ixatg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNP6ixatg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unNP6ixatg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unNP6ixatg .container {
    padding: 0 24px;
  }
}
.cid-unNP6ixatg .row {
  justify-content: center;
}
.cid-unNP6ixatg .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unNP6ixatg .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-unNP6ixatg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #704cd7;
  border-radius: .75rem;
}
.cid-unNP6ixatg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unNP6ixatg .mbr-section-title {
  color: #141414;
}
.cid-unNP6ixatg .mbr-text {
  color: #ffffff;
}
.cid-unNP6ixatg .mbr-desc,
.cid-unNP6ixatg .desc-wrapper {
  color: #ffffff;
}
.cid-unQ0wmQv4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unQ0wmQv4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-unQ0wmQv4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unQ0wmQv4T .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-unQ0wmQv4T .container-fluid {
    padding: 0 20px;
  }
}
.cid-unQ0wmQv4T .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-unQ0wmQv4T .container {
    padding: 0 20px;
  }
}
.cid-unQ0wmQv4T .row {
  justify-content: center;
}
.cid-unQ0wmQv4T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-unQ0wmQv4T .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-unQ0wmQv4T .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #5ab334;
}
@media (max-width: 768px) {
  .cid-unQ0wmQv4T .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-unQ0wmQv4T .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-unQ0wmQv4T .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-unQ0wmQv4T .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-unQ0wmQv4T .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-unQ0wmQv4T .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #5ab334 !important;
  opacity: .5;
}
.cid-unQ0wmQv4T .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-unQ0wmQv4T .item {
  margin-bottom: 32px;
}
.cid-unQ0wmQv4T .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-unQ0wmQv4T .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-unQ0wmQv4T .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-unQ0wmQv4T .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-unQ0wmQv4T .item a .item-wrapper {
  overflow: hidden;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  transform: none;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-unQ0wmQv4T .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-unQ0wmQv4T .mbr-section-title {
  color: #000000;
}
.cid-unQ0wmQv4T .mbr-section-subtitle {
  color: #5ab334;
}
.cid-unQ0wmQv4T .item-title {
  color: #ffffff;
}
.cid-unQ0wmQv4T .item-subtitle {
  color: #ffffff;
}
.cid-unQ0wmQv4T .item-desc {
  color: #D2D3D5;
}
.cid-unQ0wmQv4T .item-link {
  color: #ffffff;
}
.cid-unNWmyLZn0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5ab334;
}
.cid-unNWmyLZn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNWmyLZn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNWmyLZn0 a {
  font-weight: bold;
}
.cid-unNWmyLZn0 .row {
  flex-direction: row-reverse;
}
.cid-unNWmyLZn0 .container-fluid {
  padding: 0;
}
.cid-unNWmyLZn0 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-unNWmyLZn0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unNWmyLZn0 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-unNWmyLZn0 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-unNWmyLZn0 .text-wrapper {
    padding: 1rem;
  }
}
.cid-unNWmyLZn0 .mbr-text,
.cid-unNWmyLZn0 .mbr-section-btn {
  color: #7b7b7b;
}
.cid-unNWmyLZn0 .mbr-section-title {
  color: #ffffff;
}
.cid-uo5ogCSrPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uo5ogCSrPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo5ogCSrPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo5ogCSrPH .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo5ogCSrPH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo5ogCSrPH .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uo5ogCSrPH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo5ogCSrPH .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uo5ogCSrPH .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uo5ogCSrPH .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uo5ogCSrPH .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo5ogCSrPH .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uo5ogCSrPH .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uo5ogCSrPH .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uo5ogCSrPH .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uo5ogCSrPH .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uo5ogCSrPH .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo5ogCSrPH .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #272b2e, #6d7881);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uo5ogCSrPH .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uo5ogCSrPH .item .card_1 {
  background: linear-gradient(315deg, #a6d71c, #cbec6d);
}
.cid-uo5ogCSrPH .item .card_2 {
  background: linear-gradient(315deg, #a6d71c, #cbec6d);
}
.cid-uo5ogCSrPH .item .card_3 {
  background: linear-gradient(315deg, #a6d71c, #cbec6d);
}
.cid-uo5ogCSrPH .btn-wrapper {
  margin-top: -6%;
}
.cid-uo5ogCSrPH .mbr-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uo5ogCSrPH .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uo5ogCSrPH .item-title {
  color: #141414;
}
.cid-uo5ogCSrPH .item-text {
  color: #ffffff;
}
.cid-uo5ogCSrPH .item-text,
.cid-uo5ogCSrPH .icon-wrapper {
  color: #141414;
}
.cid-uo5ogCSrPH .mbr-section-title,
.cid-uo5ogCSrPH .mbr-section-btn {
  color: #000000;
}
.cid-uoTdRCUEcx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoTdRCUEcx .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uoTdRCUEcx .mbr-section-title {
  color: #5ab334;
}
.cid-uoTdRCUEcx .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uoTdRCUEcx .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uoTdRCUEcx .card {
  margin-bottom: 30px;
}
.cid-uoTdRCUEcx img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uoTfR48IT5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoTfR48IT5 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uoTfR48IT5 .mbr-section-title {
  color: #C4CFDE;
}
.cid-uoTfR48IT5 .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uoTfR48IT5 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uoTfR48IT5 .card {
  margin-bottom: 30px;
}
.cid-uoTfR48IT5 img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uoVNEKGchU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1088.webp");
}
.cid-uoVNEKGchU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVNEKGchU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoVNEKGchU .container {
    padding: 0 16px;
  }
}
.cid-uoVNEKGchU .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uoVNEKGchU .row {
    height: 200px;
  }
}
.cid-unPOiocYPQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unPOiocYPQ .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-unPOiocYPQ .mbr-section-title {
  color: #5ab334;
}
.cid-unPOiocYPQ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-unPOiocYPQ .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-unPOiocYPQ .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-unPOiocYPQ .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-unPOiocYPQ .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uoVLhrBvhr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoVLhrBvhr .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uoVLhrBvhr .mbr-section-title {
  color: #FFFFFF;
}
.cid-uoVLhrBvhr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uoVLhrBvhr .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-uoVLhrBvhr .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-uoVLhrBvhr .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-uoVLhrBvhr .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ukKwLkGUFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ukKwLkGUFz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukKwLkGUFz li {
  padding-bottom: 0.6rem;
}
.cid-ukKwLkGUFz .border-col {
  border-right: 1px solid #f7fff7;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .border-col {
    border: 0px;
  }
}
.cid-ukKwLkGUFz .container {
  position: relative;
}
.cid-ukKwLkGUFz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #f7fff7;
}
.cid-ukKwLkGUFz .soc-item:hover {
  background: #ffffff;
}
.cid-ukKwLkGUFz .soc-item .mbr-iconfont {
  color: #f7fff7;
}
@media (max-width: 767px) {
  .cid-ukKwLkGUFz .row {
    text-align: center;
  }
  .cid-ukKwLkGUFz .social-row {
    justify-content: center;
  }
}
.cid-ukKwLkGUFz .list {
  list-style: none;
  padding-left: 0;
}
.cid-ukKwLkGUFz .mbr-text {
  color: #dce8eb;
}
.cid-ukKwLkGUFz H5 {
  color: #ffffff;
}
.cid-ukKwLkGUFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwLkGUFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEzGOL8nL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCEzGOL8nL .img-container {
  position: relative;
}
.cid-tCEzGOL8nL .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tCEzGOL8nL .image-wrapper img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-tCEzGOL8nL .image-wrapper img {
    height: auto;
  }
}
.cid-tCEzGOL8nL .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-tCEzGOL8nL .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tCEzGOL8nL .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tCqKzDGTr5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCqKzDGTr5 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #bcd3d8;
  background: #dce8eb !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tCqKzDGTr5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCqKzDGTr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tCqKzDGTr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCqKzDGTr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCqKzDGTr5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCqKzDGTr5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCqKzDGTr5 .dropdown-item.active,
.cid-tCqKzDGTr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCqKzDGTr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tCqKzDGTr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCqKzDGTr5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar-buttons {
  text-align: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tCqKzDGTr5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tCqKzDGTr5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-link:hover,
.cid-tCqKzDGTr5 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-ukKwLkGUFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ukKwLkGUFz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukKwLkGUFz li {
  padding-bottom: 0.6rem;
}
.cid-ukKwLkGUFz .border-col {
  border-right: 1px solid #f7fff7;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .border-col {
    border: 0px;
  }
}
.cid-ukKwLkGUFz .container {
  position: relative;
}
.cid-ukKwLkGUFz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #f7fff7;
}
.cid-ukKwLkGUFz .soc-item:hover {
  background: #ffffff;
}
.cid-ukKwLkGUFz .soc-item .mbr-iconfont {
  color: #f7fff7;
}
@media (max-width: 767px) {
  .cid-ukKwLkGUFz .row {
    text-align: center;
  }
  .cid-ukKwLkGUFz .social-row {
    justify-content: center;
  }
}
.cid-ukKwLkGUFz .list {
  list-style: none;
  padding-left: 0;
}
.cid-ukKwLkGUFz .mbr-text {
  color: #dce8eb;
}
.cid-ukKwLkGUFz H5 {
  color: #ffffff;
}
.cid-ukKwLkGUFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwLkGUFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukWgPhpKFJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ukWgPhpKFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukWgPhpKFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukWgPhpKFJ .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ukWgPhpKFJ .row {
    padding: 2rem 1rem;
  }
}
.cid-ukWgPhpKFJ .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #5ab334;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ukWgPhpKFJ .row:before {
    width: 100%;
  }
}
.cid-ukWgPhpKFJ .row .col-12 {
  position: relative;
}
.cid-ukWgPhpKFJ .mbr-section-title {
  color: #ffffff;
}
.cid-ukWgPhpKFJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukWgPhpKFJ .mbr-text,
.cid-ukWgPhpKFJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ukRXbxHDEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRXbxHDEt .row {
  align-items: center;
  justify-content: space-between;
}
.cid-ukRXbxHDEt .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5ab334;
}
.cid-ukRXbxHDEt .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-ukRXbxHDEt .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-ukRXbxHDEt ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-ukRXbxHDEt li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-ukRXbxHDEt li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-ukRXbxHDEt img {
  width: 90%;
}
.cid-ukRXbxHDEt .gray {
  background-color: #5ab334;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-ukRXbxHDEt .b {
  max-width: 598px;
}
.cid-ukRXbxHDEt .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-ukRXbxHDEt .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-ukRXbxHDEt .t {
    padding-top: 90px;
  }
  .cid-ukRXbxHDEt .b {
    max-width: initial;
  }
  .cid-ukRXbxHDEt .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-ukRXbxHDEt .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-ukRXbxHDEt .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-ukRXbxHDEt .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-ukRXbxHDEt .btn {
  margin-top: 20px;
}
.cid-ukRXbxHDEt .t {
  max-width: 542px;
}
.cid-ukRXbxHDEt .mbr-text,
.cid-ukRXbxHDEt .button-align,
.cid-ukRXbxHDEt .list {
  color: #141414;
}
.cid-ukS3stOIcd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ukS3stOIcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukS3stOIcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukS3stOIcd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukS3stOIcd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukS3stOIcd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukS3stOIcd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukS3stOIcd .container {
    padding: 0 16px;
  }
}
.cid-ukS3stOIcd .content-wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-ukS3stOIcd .content-wrapper {
    padding: 20px 0;
  }
}
.cid-ukS3stOIcd .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ukS3stOIcd .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-ukS3stOIcd .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-ukS3stOIcd .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-ukS3stOIcd .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-ukS3stOIcd .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-ukS3stOIcd .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ukS3stOIcd .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-ukS3stOIcd .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ukS3stOIcd .mbr-section-title {
  color: #000000;
}
.cid-ukS3stOIcd .mbr-section-title,
.cid-ukS3stOIcd .content-wrapper {
  color: #5ab334;
  text-align: center;
}
.cid-unPmjZHXYu {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-unPmjZHXYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPmjZHXYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPmjZHXYu .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-unPmjZHXYu .col-title {
    margin-bottom: 50px;
  }
}
.cid-unPmjZHXYu .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-unPmjZHXYu .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-unPmjZHXYu .mbr-section-btn {
  margin-top: 10px;
}
.cid-unPmjZHXYu .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-unPmjZHXYu .cards-container {
    padding: 0 !important;
  }
}
.cid-unPmjZHXYu .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-unPmjZHXYu .col-card {
    padding: 15px 10px;
  }
}
.cid-unPmjZHXYu .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-unPmjZHXYu .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-unPmjZHXYu .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-unPmjZHXYu .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-unPmjZHXYu .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-unPmjZHXYu .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-unPmjZHXYu .card-wrap {
  border-radius: 0;
}
.cid-unPmjZHXYu .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-unPmjZHXYu .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-unPmjZHXYu .image-wrap img {
  height: 280px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-unPmjZHXYu .image-wrap img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-unPmjZHXYu .image-wrap img {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .cid-unPmjZHXYu .image-wrap img {
    height: auto !important;
  }
}
.cid-unPmjZHXYu .card-title,
.cid-unPmjZHXYu .mbr-section-btn {
  color: #5ab334;
}
.cid-ukRZuSuRqR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x991.webp");
}
@media (max-width: 991px) {
  .cid-ukRZuSuRqR .mbr-section-title,
  .cid-ukRZuSuRqR .mbr-section-subtitle,
  .cid-ukRZuSuRqR .mbr-section-btn,
  .cid-ukRZuSuRqR .mbr-text {
    text-align: center;
  }
}
.cid-ukRZuSuRqR .mbr-section-title {
  color: #ffffff;
}
.cid-ukRZuSuRqR .mbr-text,
.cid-ukRZuSuRqR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukRZuSuRqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRZuSuRqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoT7ZLncPM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoT7ZLncPM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uoT7ZLncPM .mbr-section-title {
  color: #5ab334;
}
.cid-uoT7ZLncPM .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uoT7ZLncPM .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uoT7ZLncPM .card {
    padding: 1rem !important;
  }
}
.cid-uoT7ZLncPM .card:hover {
  transform: translateY(-1rem);
}
.cid-uoT7ZLncPM .card img {
  max-width: 120px;
  height: auto;
}
.cid-ukS6uNI05t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukS6uNI05t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukS6uNI05t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukS6uNI05t .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ukS6uNI05t .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ukS6uNI05t .container {
    padding: 0 25px;
  }
}
.cid-ukS6uNI05t .row {
  justify-content: center;
}
.cid-ukS6uNI05t .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukS6uNI05t .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukS6uNI05t .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukS6uNI05t .image-wrapper img {
    height: 350px;
  }
}
.cid-ukS6uNI05t .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-ukS6uNI05t .form-wrapper {
    padding: 0 12px;
  }
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-ukS6uNI05t .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ukS6uNI05t .mbr-section-title {
  color: #000000;
}
.cid-ukS6uNI05t .mbr-text {
  color: #000000;
}
.cid-ukS6uNI05t label {
  color: #000000;
}
.cid-tCqKzDGTr5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCqKzDGTr5 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #bcd3d8;
  background: #dce8eb !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tCqKzDGTr5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCqKzDGTr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tCqKzDGTr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCqKzDGTr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCqKzDGTr5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCqKzDGTr5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCqKzDGTr5 .dropdown-item.active,
.cid-tCqKzDGTr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCqKzDGTr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tCqKzDGTr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCqKzDGTr5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar-buttons {
  text-align: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tCqKzDGTr5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tCqKzDGTr5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-link:hover,
.cid-tCqKzDGTr5 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-ukKwLkGUFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ukKwLkGUFz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukKwLkGUFz li {
  padding-bottom: 0.6rem;
}
.cid-ukKwLkGUFz .border-col {
  border-right: 1px solid #f7fff7;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .border-col {
    border: 0px;
  }
}
.cid-ukKwLkGUFz .container {
  position: relative;
}
.cid-ukKwLkGUFz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #f7fff7;
}
.cid-ukKwLkGUFz .soc-item:hover {
  background: #ffffff;
}
.cid-ukKwLkGUFz .soc-item .mbr-iconfont {
  color: #f7fff7;
}
@media (max-width: 767px) {
  .cid-ukKwLkGUFz .row {
    text-align: center;
  }
  .cid-ukKwLkGUFz .social-row {
    justify-content: center;
  }
}
.cid-ukKwLkGUFz .list {
  list-style: none;
  padding-left: 0;
}
.cid-ukKwLkGUFz .mbr-text {
  color: #dce8eb;
}
.cid-ukKwLkGUFz H5 {
  color: #ffffff;
}
.cid-ukKwLkGUFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwLkGUFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPjAQ2nrN {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-unPjAQ2nrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPjAQ2nrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPjAQ2nrN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unPjAQ2nrN .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-unPjAQ2nrN .container {
    padding: 0 15px;
  }
}
.cid-unPjAQ2nrN .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-unPjAQ2nrN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unPjAQ2nrN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-unPjAQ2nrN .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-unPjAQ2nrN .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-unPjAQ2nrN .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-unPjAQ2nrN .mbr-section-title {
  color: #131c28;
}
.cid-unPjAQ2nrN .mbr-desc {
  color: #131c28;
}
.cid-unPjAQ2nrN .mbr-section-title,
.cid-unPjAQ2nrN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukSa79GlY1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukSa79GlY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSa79GlY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSa79GlY1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ukSa79GlY1 .mbr-section-title {
  color: #24262b;
}
.cid-ukSa79GlY1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-ukSa79GlY1 .cards-row {
  row-gap: 32px;
}
.cid-ukSa79GlY1 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #5ab334;
}
@media (max-width: 767px) {
  .cid-ukSa79GlY1 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-ukSa79GlY1 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-ukSa79GlY1 .card-subtitle {
  color: #03146f;
}
.cid-ukSa79GlY1 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-ukSa79GlY1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukSa79GlY1 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-ukSa79GlY1 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-ukSa79GlY1 .card-text,
.cid-ukSa79GlY1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukS8hchdey {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ukS8hchdey .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-ukS8hchdey .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-ukS8hchdey form {
  margin-top: 2.5rem;
}
.cid-ukS8hchdey input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-ukS8hchdey input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-ukS8hchdey .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-ukS8hchdey .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-ukS8hchdey .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-ukS8hchdey .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-ukS8hchdey .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-ukS8hchdey .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-ukS8hchdey .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-ukS8hchdey .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-ukS8hchdey .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-ukS8hchdey .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-ukS8hchdey .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-ukS8hchdey .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #6592e6;
}
.cid-ukS8hchdey .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-ukS8hchdey .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-ukS8hchdey .card_item:nth-child(2) .square_fill {
  background-color: #464646;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-ukS8hchdey .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-ukS8hchdey .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-ukS8hchdey .card_item:nth-child(3) .square_fill {
  background-color: #dce8eb;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-ukS8hchdey .card_item .card-box {
  border-left: 1px dotted rgba(90, 179, 52, 0.5);
}
.cid-ukS8hchdey .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(90, 179, 52, 0.5);
}
.cid-ukS8hchdey .card-box {
  height: 100%;
}
.cid-ukS8hchdey .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-ukS8hchdey .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-ukS8hchdey .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-ukS8hchdey .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ffffff;
}
.cid-ukS8hchdey .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-ukS8hchdey .card-title {
  margin-bottom: 1.75rem;
  color: #5ab334;
}
@media (max-width: 991px) {
  .cid-ukS8hchdey .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-ukS8hchdey .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-ukS8hchdey .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-ukS8hchdey .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-ukS8hchdey .item-wrapper {
    padding: 0;
  }
  .cid-ukS8hchdey .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-ukS8hchdey .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-ukS8hchdey .mbr-text {
    margin-top: .75rem;
  }
  .cid-ukS8hchdey .square_animation {
    margin-bottom: 1rem;
  }
  .cid-ukS8hchdey .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-ukS8hchdey .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-ukS8hchdey .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-ukS8hchdey .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-ukS8hchdey .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-ukS8hchdey .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-ukS8hchdey .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-ukS8hchdey .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-ukS8hchdey .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-ukS8hchdey .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(90, 179, 52, 0.5);
  }
  .cid-ukS8hchdey .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-ukS8hchdey .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ukS8hchdey .textGDPR {
  font-size: 14px;
}
.cid-ukS8hchdey .card-text {
  color: #000000;
}
.cid-uoW5KMZTSN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5ab334;
}
.cid-uoW5KMZTSN .mbr-text {
  color: #000000;
}
.cid-uoW5KMZTSN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoW5KMZTSN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoW5KMZTSN .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 40% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoW5KMZTSN .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-uoW5KMZTSN p {
  line-height: 1.3;
}
.cid-uoW5KMZTSN .mbr-iconfont {
  font-size: 5rem;
  color: #ffffff;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-uoW5KMZTSN .mbr-iconfont {
    display: none;
  }
}
.cid-uoW5KMZTSN .wrapper {
  position: relative;
}
.cid-uoW5KMZTSN .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-uoW5KMZTSN .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-uoW5KMZTSN .img-wrapper {
  display: flex;
}
.cid-uoW5KMZTSN .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uoW5KMZTSN .card-title,
.cid-uoW5KMZTSN .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tCqKzDGTr5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCqKzDGTr5 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #bcd3d8;
  background: #dce8eb !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tCqKzDGTr5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCqKzDGTr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tCqKzDGTr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCqKzDGTr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCqKzDGTr5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCqKzDGTr5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCqKzDGTr5 .dropdown-item.active,
.cid-tCqKzDGTr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCqKzDGTr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tCqKzDGTr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCqKzDGTr5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar-buttons {
  text-align: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tCqKzDGTr5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tCqKzDGTr5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-link:hover,
.cid-tCqKzDGTr5 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-ukKwLkGUFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ukKwLkGUFz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukKwLkGUFz li {
  padding-bottom: 0.6rem;
}
.cid-ukKwLkGUFz .border-col {
  border-right: 1px solid #f7fff7;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .border-col {
    border: 0px;
  }
}
.cid-ukKwLkGUFz .container {
  position: relative;
}
.cid-ukKwLkGUFz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #f7fff7;
}
.cid-ukKwLkGUFz .soc-item:hover {
  background: #ffffff;
}
.cid-ukKwLkGUFz .soc-item .mbr-iconfont {
  color: #f7fff7;
}
@media (max-width: 767px) {
  .cid-ukKwLkGUFz .row {
    text-align: center;
  }
  .cid-ukKwLkGUFz .social-row {
    justify-content: center;
  }
}
.cid-ukKwLkGUFz .list {
  list-style: none;
  padding-left: 0;
}
.cid-ukKwLkGUFz .mbr-text {
  color: #dce8eb;
}
.cid-ukKwLkGUFz H5 {
  color: #ffffff;
}
.cid-ukKwLkGUFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwLkGUFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo5cRK9xDH {
  background-image: url("../../../assets/images/1-1920x1080.webp");
}
.cid-uo5cRK9xDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo5cRK9xDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo5cRK9xDH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uo5cRK9xDH .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uo5cRK9xDH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo5cRK9xDH .container {
    padding: 0 16px;
  }
}
.cid-uo5cRK9xDH .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo5cRK9xDH .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uo5cRK9xDH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uo5cRK9xDH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uo5cRK9xDH .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uo5cRK9xDH .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-uo5cRK9xDH .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uo5cRK9xDH .text-wrapper {
    margin-top: 32px;
  }
}
.cid-uo5cRK9xDH .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uo5cRK9xDH .mbr-section-title {
  color: #000000;
}
.cid-uo5cRK9xDH .mbr-text {
  color: #333333;
}
.cid-uoVRHH2QD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uoVRHH2QD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVRHH2QD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVRHH2QD7 .items-wrapper {
  justify-content: flex-end;
}
.cid-uoVRHH2QD7 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uoVRHH2QD7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoVRHH2QD7 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uoVRHH2QD7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoVRHH2QD7 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uoVRHH2QD7 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uoVRHH2QD7 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uoVRHH2QD7 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uoVRHH2QD7 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uoVRHH2QD7 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uoVRHH2QD7 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoVRHH2QD7 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uoVRHH2QD7 .mbr-desc {
  color: #272b2e;
}
.cid-uoVRHH2QD7 .mbr-section-title {
  color: #272b2e;
}
.cid-uoVRHH2QD7 .mbr-text,
.cid-uoVRHH2QD7 .text-wrapper {
  color: #272b2e;
}
.cid-uoVRHH2QD7 .mbr-section-title,
.cid-uoVRHH2QD7 .mbr-section-btn {
  color: #5ab334;
}
.cid-uoVU4K0Gpz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoVU4K0Gpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVU4K0Gpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVU4K0Gpz .items-wrapper {
  justify-content: flex-end;
}
.cid-uoVU4K0Gpz .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uoVU4K0Gpz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoVU4K0Gpz .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uoVU4K0Gpz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoVU4K0Gpz .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uoVU4K0Gpz .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uoVU4K0Gpz .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uoVU4K0Gpz .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uoVU4K0Gpz .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uoVU4K0Gpz .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uoVU4K0Gpz .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoVU4K0Gpz .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uoVU4K0Gpz .mbr-desc {
  color: #272b2e;
}
.cid-uoVU4K0Gpz .mbr-section-title {
  color: #272b2e;
}
.cid-uoVU4K0Gpz .mbr-text,
.cid-uoVU4K0Gpz .text-wrapper {
  color: #272b2e;
}
.cid-uoVU4K0Gpz .mbr-section-title,
.cid-uoVU4K0Gpz .mbr-section-btn {
  color: #5ab334;
}
.cid-uoVV0djb6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uoVV0djb6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVV0djb6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVV0djb6b .items-wrapper {
  justify-content: flex-end;
}
.cid-uoVV0djb6b .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uoVV0djb6b .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoVV0djb6b .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uoVV0djb6b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoVV0djb6b .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uoVV0djb6b .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uoVV0djb6b .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uoVV0djb6b .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uoVV0djb6b .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uoVV0djb6b .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uoVV0djb6b .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoVV0djb6b .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uoVV0djb6b .mbr-desc {
  color: #272b2e;
}
.cid-uoVV0djb6b .mbr-section-title {
  color: #272b2e;
}
.cid-uoVV0djb6b .mbr-text,
.cid-uoVV0djb6b .text-wrapper {
  color: #272b2e;
}
.cid-uoVV0djb6b .mbr-section-title,
.cid-uoVV0djb6b .mbr-section-btn {
  color: #5ab334;
}
.cid-uoVWJivh1k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoVWJivh1k img {
  width: 180px;
  margin: auto;
}
.cid-uoVWJivh1k .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoVWJivh1k .card {
    max-width: 16.66%;
  }
}
.cid-uoVWJivh1k .mbr-section-subtitle {
  text-align: left;
  color: #5ab334;
}
@media (max-width: 992px) {
  .cid-uoVWJivh1k .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-tCqKzDGTr5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCqKzDGTr5 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #bcd3d8;
  background: #dce8eb !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCqKzDGTr5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tCqKzDGTr5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCqKzDGTr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-tCqKzDGTr5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tCqKzDGTr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCqKzDGTr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tCqKzDGTr5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCqKzDGTr5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCqKzDGTr5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCqKzDGTr5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCqKzDGTr5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCqKzDGTr5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCqKzDGTr5 .dropdown-item.active,
.cid-tCqKzDGTr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCqKzDGTr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCqKzDGTr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tCqKzDGTr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCqKzDGTr5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tCqKzDGTr5 .navbar-buttons {
  text-align: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqKzDGTr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCqKzDGTr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqKzDGTr5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tCqKzDGTr5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tCqKzDGTr5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCqKzDGTr5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tCqKzDGTr5 .nav-link:hover,
.cid-tCqKzDGTr5 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-ukKwLkGUFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ukKwLkGUFz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukKwLkGUFz li {
  padding-bottom: 0.6rem;
}
.cid-ukKwLkGUFz .border-col {
  border-right: 1px solid #f7fff7;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .border-col {
    border: 0px;
  }
}
.cid-ukKwLkGUFz .container {
  position: relative;
}
.cid-ukKwLkGUFz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #f7fff7;
  position: absolute;
  left: -50%;
}
.cid-ukKwLkGUFz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-ukKwLkGUFz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukKwLkGUFz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #f7fff7;
}
.cid-ukKwLkGUFz .soc-item:hover {
  background: #ffffff;
}
.cid-ukKwLkGUFz .soc-item .mbr-iconfont {
  color: #f7fff7;
}
@media (max-width: 767px) {
  .cid-ukKwLkGUFz .row {
    text-align: center;
  }
  .cid-ukKwLkGUFz .social-row {
    justify-content: center;
  }
}
.cid-ukKwLkGUFz .list {
  list-style: none;
  padding-left: 0;
}
.cid-ukKwLkGUFz .mbr-text {
  color: #dce8eb;
}
.cid-ukKwLkGUFz H5 {
  color: #ffffff;
}
.cid-ukKwLkGUFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwLkGUFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
