.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3.5rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d64101 !important;
}
.bg-success {
  background-color: #bba9ff !important;
}
.bg-info {
  background-color: #f3f3f3 !important;
}
.bg-warning {
  background-color: #ff611e !important;
}
.bg-danger {
  background-color: #ff291e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d64101 !important;
  border-color: #d64101 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fe8a58 !important;
  border-color: #fe8a58 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fe8a58 !important;
  border-color: #fe8a58 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
  color: #040400 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #040400 !important;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
  color: #2300a9 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2300a9 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff611e !important;
  border-color: #ff611e !important;
  color: #1e0900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e0900 !important;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff291e !important;
  border-color: #ff291e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d64101;
  color: #d64101;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #802701 !important;
  background-color: transparent !important;
  border-color: #802701 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d64101 !important;
  border-color: #d64101 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1ff04;
  color: #e1ff04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #98ac00 !important;
  background-color: transparent !important;
  border-color: #98ac00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #040400 !important;
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bba9ff;
  color: #bba9ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7652ff !important;
  background-color: transparent !important;
  border-color: #7652ff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff611e;
  color: #ff611e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c63b00 !important;
  background-color: transparent !important;
  border-color: #c63b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff611e !important;
  border-color: #ff611e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff291e;
  color: #ff291e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c60a00 !important;
  background-color: transparent !important;
  border-color: #c60a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff291e !important;
  border-color: #ff291e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d64101 !important;
}
.text-secondary {
  color: #e1ff04 !important;
}
.text-success {
  color: #bba9ff !important;
}
.text-info {
  color: #f3f3f3 !important;
}
.text-warning {
  color: #ff611e !important;
}
.text-danger {
  color: #ff291e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #702201 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8a9d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6a43ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b73600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b70900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d64101;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3f3;
}
.alert-warning {
  background-color: #ff611e;
}
.alert-danger {
  background-color: #ff291e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d64101;
  border-color: #d64101;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d64101;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc0a4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff0ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffebea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #d64101 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d64101;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d64101;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d64101;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d64101;
  border-bottom-color: #d64101;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d64101 !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: #e1ff04 !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='%23d64101' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-uOsJ5j29zV {
  background-color: transparent;
}
.cid-uOsJ5j29zV .navbar-dropdown {
  background-color: #e9ef9a !important;
  padding: 0;
}
.cid-uOsJ5j29zV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9ef9a !important;
  background: #e9ef9a;
}
.cid-uOsJ5j29zV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsJ5j29zV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsJ5j29zV .menu_box .navbar.opened,
  .cid-uOsJ5j29zV .menu_box .navbar-collapse {
    background-color: #e9ef9a !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsJ5j29zV .navbar-dropdown {
  position: relative !important;
}
.cid-uOsJ5j29zV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsJ5j29zV .btn:hover {
  box-shadow: none;
}
.cid-uOsJ5j29zV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsJ5j29zV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsJ5j29zV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsJ5j29zV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsJ5j29zV .nav-item .nav-link:hover::before,
.cid-uOsJ5j29zV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsJ5j29zV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsJ5j29zV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsJ5j29zV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsJ5j29zV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsJ5j29zV .offcanvas_box {
    display: none;
  }
}
.cid-uOsJ5j29zV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsJ5j29zV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsJ5j29zV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsJ5j29zV .container {
  display: flex;
  margin: auto;
}
.cid-uOsJ5j29zV .iconfont-wrapper {
  color: #e7ff34;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsJ5j29zV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsJ5j29zV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsJ5j29zV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .navbar-nav {
    margin: 0;
  }
}
.cid-uOsJ5j29zV .dropdown-menu,
.cid-uOsJ5j29zV .navbar.opened {
  background-color: false !important;
}
.cid-uOsJ5j29zV .nav-item:focus,
.cid-uOsJ5j29zV .nav-link:focus {
  outline: none;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsJ5j29zV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsJ5j29zV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsJ5j29zV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsJ5j29zV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsJ5j29zV .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsJ5j29zV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsJ5j29zV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsJ5j29zV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsJ5j29zV .navbar.collapsed {
  justify-content: center;
}
.cid-uOsJ5j29zV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsJ5j29zV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsJ5j29zV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsJ5j29zV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsJ5j29zV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsJ5j29zV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsJ5j29zV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsJ5j29zV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsJ5j29zV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsJ5j29zV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsJ5j29zV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsJ5j29zV .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsJ5j29zV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsJ5j29zV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsJ5j29zV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsJ5j29zV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsJ5j29zV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsJ5j29zV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsJ5j29zV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsJ5j29zV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOsJ5j29zV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsJ5j29zV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsJ5j29zV .dropdown-item.active,
.cid-uOsJ5j29zV .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsJ5j29zV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsJ5j29zV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsJ5j29zV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsJ5j29zV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsJ5j29zV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsJ5j29zV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsJ5j29zV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9ef9a;
  background: #f4f4f6;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsJ5j29zV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsJ5j29zV .navbar {
    height: 70px;
  }
  .cid-uOsJ5j29zV .navbar.opened {
    height: auto;
  }
  .cid-uOsJ5j29zV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsJ5j29zV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsJ5j29zV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsJ5j29zV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsJ5j29zV .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uOsJ5j29zV .mbr-section-btn-main .btn:hover,
.cid-uOsJ5j29zV .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsJ5j29zV .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uOsJ5j29zV .mbr-section-btn .btn:hover,
.cid-uOsJ5j29zV .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsJ5j29zV .navbar-caption:hover {
  color: #d64101;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsJ5j29zV .text_widget {
  margin-bottom: 32px;
}
.cid-uOsJ5j29zV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsJ5j29zV .text_widget a:hover,
.cid-uOsJ5j29zV .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsJ5j29zV .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsJ5j29zV .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsJ5j29zV .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsJ5j29zV .navbar-caption {
  color: #141414;
}
.cid-uOsJ5j29zV .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsJ5j29zV .mbr-section-subtitle,
.cid-uOsJ5j29zV .text_widget,
.cid-uOsJ5j29zV .mbr-section-btn {
  text-align: center;
}
.cid-uOsJ5j29zV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdfV04zlQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPdfV04zlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdfV04zlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdfV04zlQ .row {
  margin: 0 -8px;
}
.cid-uPdfV04zlQ .row .card {
  padding: 0 8px;
}
.cid-uPdfV04zlQ .card-wrapper {
  padding: 75px 64px;
  background-color: #e9ef9a;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPdfV04zlQ .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdfV04zlQ .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdfV04zlQ .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPdfV04zlQ .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdfV04zlQ .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPdfV04zlQ .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPdfV04zlQ .image-wrapper {
  height: 100%;
}
.cid-uPdfV04zlQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPdfV04zlQ .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPdfV04zlQ .mbr-text,
.cid-uPdfV04zlQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPdfV04zlQ .logo-wrapper,
.cid-uPdfV04zlQ .mbr-desc {
  text-align: center;
}
.cid-uPdfV04zlQ .mbr-desc {
  color: #63635d;
}
.cid-uPdfV04zlQ .mbr-section-title,
.cid-uPdfV04zlQ .mbr-section-btn {
  color: #000000;
}
.cid-uP8O3W18d8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uP8O3W18d8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8O3W18d8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8O3W18d8 .row {
  flex-direction: row-reverse;
}
.cid-uP8O3W18d8 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uP8O3W18d8 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uP8O3W18d8 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uP8O3W18d8 .mbr-section-title {
  color: #000000;
  width: 80%;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uP8O3W18d8 .mbr-section-title {
    width: 100%;
  }
}
.cid-uP8O3W18d8 .mbr-section-subtitle {
  color: #000000;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uP8O3W18d8 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uP8O3W18d8 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uP8O3W18d8 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uP8O3W18d8 .col-list {
  width: 46%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uP8O3W18d8 .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-uP8O3W18d8 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uP8O3W18d8 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uP8O3W18d8 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-uP8O3W18d8 li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-uP8O3W18d8 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uP8Qro820K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-uP8Qro820K .counter-container {
  color: #767676;
}
.cid-uP8Qro820K .counter-container ol {
  margin-bottom: 0;
}
.cid-uP8Qro820K .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uP8Qro820K .mbr-text {
  color: #ffffff;
}
.cid-uP8Qro820K .mbr-text P {
  text-align: center;
}
.cid-uPdoMtnBMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdoMtnBMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdoMtnBMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdoMtnBMX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPdoMtnBMX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdoMtnBMX .container {
    padding: 0 12px;
  }
}
.cid-uPdoMtnBMX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdoMtnBMX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdoMtnBMX .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPdoMtnBMX .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdoMtnBMX .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdoMtnBMX .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uPdoMtnBMX .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPdoMtnBMX .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uPdoMtnBMX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uPdoMtnBMX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uPdoMtnBMX .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPdoMtnBMX .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uPdoMtnBMX .mbr-section-subtitle {
  color: #222222;
}
.cid-uPdoMtnBMX .mbr-text {
  color: #222222;
}
.cid-uPdoMtnBMX .list {
  color: #222222;
}
.cid-uPdozp4wBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPdozp4wBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdozp4wBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdozp4wBf .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPdozp4wBf .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPdozp4wBf .container-fluid .row {
  padding: 0;
}
.cid-uPdozp4wBf .row {
  border: 3px solid #c0b8a8;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPdozp4wBf .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPdozp4wBf .card {
    border-left: 1px solid #c0b8a8;
    border-left: none;
    border-right: 2px solid #c0b8a8;
  }
}
@media (max-width: 992px) {
  .cid-uPdozp4wBf .card {
    padding: 48px 20px;
  }
}
.cid-uPdozp4wBf .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPdozp4wBf .card:last-child {
    border-left: none;
    border-right: 2px solid #c0b8a8;
    border-right: none;
    border-left: 1px solid #c0b8a8;
  }
}
.cid-uPdozp4wBf .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdozp4wBf .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdozp4wBf .mbr-section-title {
  color: #ffffff;
}
.cid-uPdozp4wBf .mbr-text {
  color: #ffffff;
}
.cid-uPdwDUmqQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdwDUmqQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdwDUmqQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdwDUmqQt .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPdwDUmqQt .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPdwDUmqQt .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uPdwDUmqQt .image-wrapper img {
    height: 300px;
  }
}
.cid-uPdwDUmqQt .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #e9ef9a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uPdwDUmqQt .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPdwDUmqQt .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uPdwDUmqQt .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uPdwDUmqQt .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uPdwDUmqQt .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uPdwDUmqQt .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uPdwDUmqQt .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uPdwDUmqQt .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #e9ef9a;
  color: #e9ef9a;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uPdwDUmqQt .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uPdwDUmqQt .mbr-section-title {
  color: #ffffff;
}
.cid-uPdwDUmqQt .mbr-text {
  color: #000000;
}
.cid-uPdwDUmqQt .icon-wrapper {
  text-align: right;
}
.cid-uPdwDUmqQt .mbr-section-title,
.cid-uPdwDUmqQt .icon-wrapper {
  color: #000000;
}
.cid-unj6LTHrNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unj6LTHrNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6LTHrNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6LTHrNW .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj6LTHrNW .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-unj6LTHrNW .item .item-wrapper {
  height: 100%;
}
.cid-unj6LTHrNW .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-unj6LTHrNW .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-unj6LTHrNW .item .item-wrapper:hover .item-img img,
.cid-unj6LTHrNW .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-unj6LTHrNW .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unj6LTHrNW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-unj6LTHrNW .item-name {
  color: #000000;
}
.cid-unj6LTHrNW .item-role {
  color: #000000;
}
.cid-uP6NJqbiLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uP6NJqbiLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP6NJqbiLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP6NJqbiLu .row {
  justify-content: space-between;
}
.cid-uP6NJqbiLu .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #e9ef9a;
}
@media (max-width: 992px) {
  .cid-uP6NJqbiLu .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uP6NJqbiLu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uP6NJqbiLu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uP6NJqbiLu .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uP6NJqbiLu .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uP6NJqbiLu .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uP6NJqbiLu .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uP6NJqbiLu .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uP6NJqbiLu .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uP6NJqbiLu .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uP6NJqbiLu .mbr-section-title {
  color: #000000;
}
.cid-uP6NJqbiLu .mbr-section-subtitle {
  color: #000000;
}
.cid-uP6NJqbiLu .mbr-desc {
  color: #000000;
}
.cid-uP6NJqbiLu .mbr-text {
  color: #000000;
}
.cid-uP6NJqbiLu .mbr-section-title,
.cid-uP6NJqbiLu .mbr-section-btn {
  color: #000000;
}
.cid-uP9YS0mTZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe815;
}
.cid-uP9YS0mTZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9YS0mTZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9YS0mTZt .row {
  justify-content: space-between;
}
.cid-uP9YS0mTZt .card {
  justify-content: space-between;
}
.cid-uP9YS0mTZt .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP9YS0mTZt .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uP9YS0mTZt .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP9YS0mTZt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP9YS0mTZt .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP9YS0mTZt .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uP9YS0mTZt .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP9YS0mTZt .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uP9YS0mTZt .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP9YS0mTZt .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP9YS0mTZt .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uP9YS0mTZt .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uP9YS0mTZt .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uP9YS0mTZt .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP9YS0mTZt .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uP9YS0mTZt .mbr-section-title {
  color: #c10b02;
}
.cid-uP9YS0mTZt .list {
  color: #4b4949;
}
.cid-uP9YS0mTZt .list-title {
  color: #000000;
  text-align: center;
}
.cid-uP9YS0mTZt .mbr-desc,
.cid-uP9YS0mTZt .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uP9YS0mTZt .mbr-section-title,
.cid-uP9YS0mTZt .mbr-section-btn {
  text-align: center;
}
.cid-uP9YS0mTZt .list,
.cid-uP9YS0mTZt .item-wrap {
  text-align: center;
}
.cid-uP8TkGqGvv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uP8TkGqGvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8TkGqGvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP8TkGqGvv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP8TkGqGvv .container {
    padding: 0 12px;
  }
}
.cid-uP8TkGqGvv .row {
  justify-content: center;
}
.cid-uP8TkGqGvv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP8TkGqGvv .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP8TkGqGvv .panel-group .card {
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #e9ef9a;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP8TkGqGvv .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uP8TkGqGvv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uP8TkGqGvv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP8TkGqGvv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP8TkGqGvv .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uP8TkGqGvv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uP8TkGqGvv .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uP8TkGqGvv .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uP8TkGqGvv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP8TkGqGvv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uP8TkGqGvv .panel-title-edit {
  color: #000000;
}
.cid-uP8TkGqGvv .panel-text {
  color: #000000;
}
.cid-uPdoZAcwwx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdoZAcwwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdoZAcwwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdoZAcwwx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdoZAcwwx .container {
    padding: 0 12px;
  }
}
.cid-uPdoZAcwwx .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPdoZAcwwx .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uPdoZAcwwx .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdoZAcwwx .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uPdoZAcwwx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdoZAcwwx .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdoZAcwwx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdoZAcwwx .mbr-section-title {
  color: #222222;
}
.cid-uPdoZAcwwx .mbr-text {
  color: #222222;
}
.cid-uPdzok4afE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdzok4afE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdzok4afE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdzok4afE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdzok4afE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdzok4afE .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPdzok4afE .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uPdzok4afE .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uPdzok4afE .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uPdzok4afE .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdzok4afE .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uPdzok4afE .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPdzok4afE .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uPdzok4afE .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uPdzok4afE .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uPdzok4afE .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #000000;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdzok4afE .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uPdzok4afE .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uPdzok4afE .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uPdzok4afE .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPdzok4afE .mbr-section-title {
  color: #000000;
}
.cid-uPdzok4afE .item-title {
  color: #ffffff;
}
.cid-uPdzok4afE .item-number {
  color: #ffffff;
}
.cid-uPdzok4afE .item-text {
  color: #ffffff;
}
.cid-uPdp2Y0huz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdp2Y0huz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdp2Y0huz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdp2Y0huz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdp2Y0huz .container {
    padding: 0 12px;
  }
}
.cid-uPdp2Y0huz .row {
  justify-content: center;
}
.cid-uPdp2Y0huz .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #e9ef9a;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdp2Y0huz .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdp2Y0huz .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPdp2Y0huz .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPdp2Y0huz .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdp2Y0huz .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e9ef9a;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uPdp2Y0huz .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uPdp2Y0huz .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uPdp2Y0huz .mbr-section-title {
  color: #222222;
}
.cid-uPdp2Y0huz .mbr-text {
  color: #222222;
}
.cid-uOslNYILbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uOslNYILbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOslNYILbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOslNYILbf .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOslNYILbf .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uOslNYILbf .card-wrapper {
    padding: 22px;
  }
}
.cid-uOslNYILbf .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uOslNYILbf .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOslNYILbf .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uP90z0RwlI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uP90z0RwlI .container {
  max-width: 1400px;
}
.cid-uP90z0RwlI .card-img2 span {
  padding-top: 6px;
}
.cid-uP90z0RwlI .soc-item a {
  padding-top: 5px;
}
.cid-uP90z0RwlI .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uP90z0RwlI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uP90z0RwlI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uP90z0RwlI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP90z0RwlI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uP90z0RwlI #e2_shape {
  fill: #000000 !important;
}
.cid-uP90z0RwlI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uP90z0RwlI .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uP90z0RwlI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d60c01;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uP90z0RwlI .card-img {
  width: auto;
}
.cid-uP90z0RwlI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uP90z0RwlI .soc-item span {
  font-size: 1.4rem;
}
.cid-uP90z0RwlI .soc-item:hover span {
  color: #d64101 !important;
}
.cid-uP90z0RwlI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uP90z0RwlI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uP90z0RwlI .media-wrap {
  margin-bottom: 1rem;
}
.cid-uP90z0RwlI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uP90z0RwlI img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uP90z0RwlI .item {
    justify-content: center;
  }
  .cid-uP90z0RwlI .quote::after {
    left: 60px;
  }
}
.cid-uP90z0RwlI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uP90z0RwlI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uP90z0RwlI .text1 {
  color: #ffffff;
}
.cid-uP90z0RwlI .item-title {
  color: #ffffff;
}
.cid-uP90z0RwlI H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uP90z0RwlI .theme {
  color: #ffffff;
}
.cid-uP90z0RwlI .copyright > p {
  color: #ff3366;
}
.cid-uP90z0RwlI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP90PtDaP4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uP90PtDaP4 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uOsXqV1G1D {
  background-color: transparent;
}
.cid-uOsXqV1G1D .navbar-dropdown {
  background-color: #e9ef9a !important;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9ef9a !important;
  background: #e9ef9a;
}
.cid-uOsXqV1G1D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsXqV1G1D .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsXqV1G1D .menu_box .navbar.opened,
  .cid-uOsXqV1G1D .menu_box .navbar-collapse {
    background-color: #e9ef9a !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsXqV1G1D .navbar-dropdown {
  position: relative !important;
}
.cid-uOsXqV1G1D .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsXqV1G1D .btn:hover {
  box-shadow: none;
}
.cid-uOsXqV1G1D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsXqV1G1D .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsXqV1G1D .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsXqV1G1D .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXqV1G1D .nav-item .nav-link:hover::before,
.cid-uOsXqV1G1D .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsXqV1G1D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsXqV1G1D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsXqV1G1D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsXqV1G1D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsXqV1G1D .offcanvas_box {
    display: none;
  }
}
.cid-uOsXqV1G1D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsXqV1G1D .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsXqV1G1D .container {
  display: flex;
  margin: auto;
}
.cid-uOsXqV1G1D .iconfont-wrapper {
  color: #e7ff34;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsXqV1G1D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsXqV1G1D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsXqV1G1D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .navbar-nav {
    margin: 0;
  }
}
.cid-uOsXqV1G1D .dropdown-menu,
.cid-uOsXqV1G1D .navbar.opened {
  background-color: false !important;
}
.cid-uOsXqV1G1D .nav-item:focus,
.cid-uOsXqV1G1D .nav-link:focus {
  outline: none;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsXqV1G1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsXqV1G1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsXqV1G1D .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsXqV1G1D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsXqV1G1D .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsXqV1G1D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsXqV1G1D .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsXqV1G1D .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsXqV1G1D .navbar.collapsed {
  justify-content: center;
}
.cid-uOsXqV1G1D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsXqV1G1D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsXqV1G1D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsXqV1G1D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsXqV1G1D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsXqV1G1D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsXqV1G1D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsXqV1G1D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsXqV1G1D .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsXqV1G1D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsXqV1G1D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsXqV1G1D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsXqV1G1D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsXqV1G1D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsXqV1G1D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsXqV1G1D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOsXqV1G1D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsXqV1G1D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsXqV1G1D .dropdown-item.active,
.cid-uOsXqV1G1D .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsXqV1G1D .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsXqV1G1D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsXqV1G1D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsXqV1G1D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9ef9a;
  background: #f4f4f6;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsXqV1G1D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsXqV1G1D .navbar {
    height: 70px;
  }
  .cid-uOsXqV1G1D .navbar.opened {
    height: auto;
  }
  .cid-uOsXqV1G1D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsXqV1G1D .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsXqV1G1D .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn:hover,
.cid-uOsXqV1G1D .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXqV1G1D .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uOsXqV1G1D .mbr-section-btn .btn:hover,
.cid-uOsXqV1G1D .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXqV1G1D .navbar-caption:hover {
  color: #d64101;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsXqV1G1D .text_widget {
  margin-bottom: 32px;
}
.cid-uOsXqV1G1D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsXqV1G1D .text_widget a:hover,
.cid-uOsXqV1G1D .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsXqV1G1D .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsXqV1G1D .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsXqV1G1D .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsXqV1G1D .navbar-caption {
  color: #141414;
}
.cid-uOsXqV1G1D .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsXqV1G1D .mbr-section-subtitle,
.cid-uOsXqV1G1D .text_widget,
.cid-uOsXqV1G1D .mbr-section-btn {
  text-align: center;
}
.cid-uOsXqV1G1D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPa7u2YLXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPa7u2YLXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa7u2YLXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa7u2YLXu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPa7u2YLXu .container {
    padding: 0 12px;
  }
}
.cid-uPa7u2YLXu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPa7u2YLXu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPa7u2YLXu .row.card-wrapper {
  padding: 80px;
  border: 3px solid #e9ef9a;
  box-shadow: 4px 4px #e9ef9a;
  background-color: #e9ef9a;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPa7u2YLXu .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uPa7u2YLXu .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uPa7u2YLXu .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uPa7u2YLXu .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uPa7u2YLXu .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uPa7u2YLXu .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uPa7u2YLXu .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPa7u2YLXu .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPa7u2YLXu .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #e9ef9a;
}
.cid-uPa7u2YLXu .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uPa7u2YLXu .mbr-section-subtitle {
  color: #222222;
}
.cid-uPa7u2YLXu .mbr-text {
  color: #222222;
}
.cid-uPa7u2YLXu .list {
  color: #222222;
}
.cid-uOsXB1UiqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uOsXB1UiqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXB1UiqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXB1UiqB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsXB1UiqB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uOsXB1UiqB .mbr-text {
  color: #19171c;
}
.cid-uOsXB1UiqB .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uOsXB1UiqB .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uOsXB1UiqB .mbr-text,
.cid-uOsXB1UiqB .text-wrapper,
.cid-uOsXB1UiqB .person-wrapper {
  text-align: center;
}
.cid-uOsXOqJLt8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOsXOqJLt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXOqJLt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXOqJLt8 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e9ef9a;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .border-wrapper {
  height: 1px;
  background-color: #e9ef9a;
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .border-wrapper {
    width: 100%;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .google-map {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .google-map {
    width: 100%;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsXOqJLt8 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOsXOqJLt8 .mbr-section-title,
.cid-uOsXOqJLt8 .mbr-section-btn,
.cid-uOsXOqJLt8 .title-wrapper {
  color: #000000;
}
.cid-uP9mTXji2w {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uP9mTXji2w .container {
  max-width: 1400px;
}
.cid-uP9mTXji2w .card-img2 span {
  padding-top: 6px;
}
.cid-uP9mTXji2w .soc-item a {
  padding-top: 5px;
}
.cid-uP9mTXji2w .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uP9mTXji2w .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uP9mTXji2w .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uP9mTXji2w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP9mTXji2w svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uP9mTXji2w #e2_shape {
  fill: #000000 !important;
}
.cid-uP9mTXji2w .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uP9mTXji2w .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uP9mTXji2w .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uP9mTXji2w .card-img {
  width: auto;
}
.cid-uP9mTXji2w .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uP9mTXji2w .soc-item span {
  font-size: 1.4rem;
}
.cid-uP9mTXji2w .soc-item:hover span {
  color: #d64101 !important;
}
.cid-uP9mTXji2w .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uP9mTXji2w .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uP9mTXji2w .media-wrap {
  margin-bottom: 1rem;
}
.cid-uP9mTXji2w .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uP9mTXji2w img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uP9mTXji2w .item {
    justify-content: center;
  }
  .cid-uP9mTXji2w .quote::after {
    left: 60px;
  }
}
.cid-uP9mTXji2w .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uP9mTXji2w .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uP9mTXji2w .text1 {
  color: #ffffff;
}
.cid-uP9mTXji2w .item-title {
  color: #ffffff;
}
.cid-uP9mTXji2w H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uP9mTXji2w .theme {
  color: #ffffff;
}
.cid-uP9mTXji2w .copyright > p {
  color: #ff3366;
}
.cid-uP9mTXji2w .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP90PtDaP4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uP90PtDaP4 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uOsY5u5Hol {
  background-color: transparent;
}
.cid-uOsY5u5Hol .navbar-dropdown {
  background-color: #e9ef9a !important;
  padding: 0;
}
.cid-uOsY5u5Hol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9ef9a !important;
  background: #e9ef9a;
}
.cid-uOsY5u5Hol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsY5u5Hol .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsY5u5Hol .menu_box .navbar.opened,
  .cid-uOsY5u5Hol .menu_box .navbar-collapse {
    background-color: #e9ef9a !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsY5u5Hol .navbar-dropdown {
  position: relative !important;
}
.cid-uOsY5u5Hol .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsY5u5Hol .btn:hover {
  box-shadow: none;
}
.cid-uOsY5u5Hol .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsY5u5Hol .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsY5u5Hol .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsY5u5Hol .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsY5u5Hol .nav-item .nav-link:hover::before,
.cid-uOsY5u5Hol .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsY5u5Hol .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsY5u5Hol .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsY5u5Hol .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsY5u5Hol .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsY5u5Hol .offcanvas_box {
    display: none;
  }
}
.cid-uOsY5u5Hol .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsY5u5Hol .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsY5u5Hol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsY5u5Hol .container {
  display: flex;
  margin: auto;
}
.cid-uOsY5u5Hol .iconfont-wrapper {
  color: #e7ff34;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsY5u5Hol .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsY5u5Hol .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsY5u5Hol .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .navbar-nav {
    margin: 0;
  }
}
.cid-uOsY5u5Hol .dropdown-menu,
.cid-uOsY5u5Hol .navbar.opened {
  background-color: false !important;
}
.cid-uOsY5u5Hol .nav-item:focus,
.cid-uOsY5u5Hol .nav-link:focus {
  outline: none;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsY5u5Hol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsY5u5Hol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsY5u5Hol .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsY5u5Hol .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsY5u5Hol .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsY5u5Hol .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsY5u5Hol .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsY5u5Hol .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsY5u5Hol .navbar.collapsed {
  justify-content: center;
}
.cid-uOsY5u5Hol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsY5u5Hol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsY5u5Hol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsY5u5Hol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsY5u5Hol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsY5u5Hol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsY5u5Hol .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsY5u5Hol .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsY5u5Hol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsY5u5Hol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsY5u5Hol .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsY5u5Hol .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsY5u5Hol .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsY5u5Hol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsY5u5Hol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsY5u5Hol .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsY5u5Hol .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsY5u5Hol .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsY5u5Hol .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsY5u5Hol .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOsY5u5Hol .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsY5u5Hol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsY5u5Hol .dropdown-item.active,
.cid-uOsY5u5Hol .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsY5u5Hol .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsY5u5Hol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsY5u5Hol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsY5u5Hol .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsY5u5Hol ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsY5u5Hol .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsY5u5Hol button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9ef9a;
  background: #f4f4f6;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsY5u5Hol .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsY5u5Hol .navbar {
    height: 70px;
  }
  .cid-uOsY5u5Hol .navbar.opened {
    height: auto;
  }
  .cid-uOsY5u5Hol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsY5u5Hol .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsY5u5Hol .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsY5u5Hol .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsY5u5Hol .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uOsY5u5Hol .mbr-section-btn-main .btn:hover,
.cid-uOsY5u5Hol .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsY5u5Hol .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uOsY5u5Hol .mbr-section-btn .btn:hover,
.cid-uOsY5u5Hol .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsY5u5Hol .navbar-caption:hover {
  color: #d64101;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsY5u5Hol .text_widget {
  margin-bottom: 32px;
}
.cid-uOsY5u5Hol .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsY5u5Hol .text_widget a:hover,
.cid-uOsY5u5Hol .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsY5u5Hol .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsY5u5Hol .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsY5u5Hol .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsY5u5Hol .navbar-caption {
  color: #141414;
}
.cid-uOsY5u5Hol .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsY5u5Hol .mbr-section-subtitle,
.cid-uOsY5u5Hol .text_widget,
.cid-uOsY5u5Hol .mbr-section-btn {
  text-align: center;
}
.cid-uOsY5u5Hol a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPa8r22o62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPa8r22o62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa8r22o62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa8r22o62 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPa8r22o62 .container {
    padding: 0 12px;
  }
}
.cid-uPa8r22o62 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPa8r22o62 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPa8r22o62 .row.card-wrapper {
  padding: 80px;
  border: 3px solid #e9ef9a;
  box-shadow: 4px 4px #e9ef9a;
  background-color: #e9ef9a;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPa8r22o62 .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uPa8r22o62 .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uPa8r22o62 .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uPa8r22o62 .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uPa8r22o62 .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uPa8r22o62 .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uPa8r22o62 .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPa8r22o62 .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPa8r22o62 .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #e9ef9a;
}
.cid-uPa8r22o62 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uPa8r22o62 .mbr-section-subtitle {
  color: #222222;
}
.cid-uPa8r22o62 .mbr-text {
  color: #222222;
}
.cid-uPa8r22o62 .list {
  color: #222222;
}
.cid-uOsY5y55yI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uOsY5y55yI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsY5y55yI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsY5y55yI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsY5y55yI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uOsY5y55yI .mbr-text {
  color: #19171c;
}
.cid-uOsY5y55yI .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uOsY5y55yI .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uOsY5y55yI .mbr-text,
.cid-uOsY5y55yI .text-wrapper,
.cid-uOsY5y55yI .person-wrapper {
  text-align: center;
}
.cid-uOsY5yYekT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOsY5yYekT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsY5yYekT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsY5yYekT .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e9ef9a;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOsY5yYekT .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOsY5yYekT .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOsY5yYekT .card-wrapper .border-wrapper {
  height: 1px;
  background-color: #e9ef9a;
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .border-wrapper {
    width: 100%;
  }
}
.cid-uOsY5yYekT .card-wrapper .google-map {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .google-map {
    width: 100%;
  }
}
.cid-uOsY5yYekT .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsY5yYekT .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOsY5yYekT .mbr-section-title,
.cid-uOsY5yYekT .mbr-section-btn,
.cid-uOsY5yYekT .title-wrapper {
  color: #000000;
}
.cid-uP9nhhBpVp {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uP9nhhBpVp .container {
  max-width: 1400px;
}
.cid-uP9nhhBpVp .card-img2 span {
  padding-top: 6px;
}
.cid-uP9nhhBpVp .soc-item a {
  padding-top: 5px;
}
.cid-uP9nhhBpVp .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uP9nhhBpVp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uP9nhhBpVp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uP9nhhBpVp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP9nhhBpVp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uP9nhhBpVp #e2_shape {
  fill: #000000 !important;
}
.cid-uP9nhhBpVp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uP9nhhBpVp .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uP9nhhBpVp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uP9nhhBpVp .card-img {
  width: auto;
}
.cid-uP9nhhBpVp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uP9nhhBpVp .soc-item span {
  font-size: 1.4rem;
}
.cid-uP9nhhBpVp .soc-item:hover span {
  color: #d64101 !important;
}
.cid-uP9nhhBpVp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uP9nhhBpVp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uP9nhhBpVp .media-wrap {
  margin-bottom: 1rem;
}
.cid-uP9nhhBpVp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uP9nhhBpVp img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uP9nhhBpVp .item {
    justify-content: center;
  }
  .cid-uP9nhhBpVp .quote::after {
    left: 60px;
  }
}
.cid-uP9nhhBpVp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uP9nhhBpVp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uP9nhhBpVp .text1 {
  color: #ffffff;
}
.cid-uP9nhhBpVp .item-title {
  color: #ffffff;
}
.cid-uP9nhhBpVp H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uP9nhhBpVp .theme {
  color: #ffffff;
}
.cid-uP9nhhBpVp .copyright > p {
  color: #ff3366;
}
.cid-uP9nhhBpVp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP90PtDaP4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uP90PtDaP4 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uPdGv1DBog {
  background-color: transparent;
}
.cid-uPdGv1DBog .navbar-dropdown {
  background-color: #e9ef9a !important;
  padding: 0;
}
.cid-uPdGv1DBog .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9ef9a !important;
  background: #e9ef9a;
}
.cid-uPdGv1DBog .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdGv1DBog .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdGv1DBog .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdGv1DBog .menu_box .navbar.opened,
  .cid-uPdGv1DBog .menu_box .navbar-collapse {
    background-color: #e9ef9a !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdGv1DBog .navbar-dropdown {
  position: relative !important;
}
.cid-uPdGv1DBog .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdGv1DBog .btn:hover {
  box-shadow: none;
}
.cid-uPdGv1DBog .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdGv1DBog .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPdGv1DBog .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdGv1DBog .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdGv1DBog .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPdGv1DBog .nav-item .nav-link:hover::before,
.cid-uPdGv1DBog .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPdGv1DBog .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdGv1DBog .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdGv1DBog .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdGv1DBog .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdGv1DBog .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdGv1DBog .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdGv1DBog .offcanvas_box {
    display: none;
  }
}
.cid-uPdGv1DBog .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdGv1DBog .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdGv1DBog .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdGv1DBog .container {
  display: flex;
  margin: auto;
}
.cid-uPdGv1DBog .iconfont-wrapper {
  color: #e7ff34;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdGv1DBog .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdGv1DBog .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdGv1DBog .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdGv1DBog .navbar-nav {
    margin: 0;
  }
}
.cid-uPdGv1DBog .dropdown-menu,
.cid-uPdGv1DBog .navbar.opened {
  background-color: false !important;
}
.cid-uPdGv1DBog .nav-item:focus,
.cid-uPdGv1DBog .nav-link:focus {
  outline: none;
}
.cid-uPdGv1DBog .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdGv1DBog .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdGv1DBog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdGv1DBog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdGv1DBog .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdGv1DBog .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdGv1DBog .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdGv1DBog .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdGv1DBog .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdGv1DBog .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdGv1DBog .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdGv1DBog .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdGv1DBog .navbar.collapsed {
  justify-content: center;
}
.cid-uPdGv1DBog .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdGv1DBog .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdGv1DBog .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdGv1DBog .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdGv1DBog .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdGv1DBog .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdGv1DBog .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdGv1DBog .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdGv1DBog .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdGv1DBog .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdGv1DBog .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdGv1DBog .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdGv1DBog .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdGv1DBog .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdGv1DBog .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdGv1DBog .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uPdGv1DBog .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdGv1DBog .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdGv1DBog .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdGv1DBog .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdGv1DBog .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdGv1DBog .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdGv1DBog .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdGv1DBog .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdGv1DBog .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdGv1DBog .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdGv1DBog .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdGv1DBog .dropdown-item.active,
.cid-uPdGv1DBog .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdGv1DBog .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uPdGv1DBog .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uPdGv1DBog .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdGv1DBog .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdGv1DBog .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdGv1DBog ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdGv1DBog .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdGv1DBog button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9ef9a;
  background: #f4f4f6;
}
.cid-uPdGv1DBog button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uPdGv1DBog button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdGv1DBog button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdGv1DBog button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdGv1DBog button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdGv1DBog nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdGv1DBog nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdGv1DBog nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdGv1DBog nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdGv1DBog a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdGv1DBog .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdGv1DBog .navbar {
    height: 70px;
  }
  .cid-uPdGv1DBog .navbar.opened {
    height: auto;
  }
  .cid-uPdGv1DBog .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdGv1DBog .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdGv1DBog .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uPdGv1DBog .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uPdGv1DBog .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uPdGv1DBog .mbr-section-btn-main .btn:hover,
.cid-uPdGv1DBog .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPdGv1DBog .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uPdGv1DBog .mbr-section-btn .btn:hover,
.cid-uPdGv1DBog .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPdGv1DBog .navbar-caption:hover {
  color: #d64101;
}
@media (min-width: 992px) {
  .cid-uPdGv1DBog .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdGv1DBog .text_widget {
  margin-bottom: 32px;
}
.cid-uPdGv1DBog .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdGv1DBog .text_widget a:hover,
.cid-uPdGv1DBog .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdGv1DBog .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPdGv1DBog .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPdGv1DBog .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uPdGv1DBog .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uPdGv1DBog .navbar-caption {
  color: #141414;
}
.cid-uPdGv1DBog .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uPdGv1DBog .mbr-section-subtitle,
.cid-uPdGv1DBog .text_widget,
.cid-uPdGv1DBog .mbr-section-btn {
  text-align: center;
}
.cid-uPdGv1DBog a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdGv3np24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPdGv3np24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGv3np24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGv3np24 .row {
  margin: 0 -8px;
}
.cid-uPdGv3np24 .row .card {
  padding: 0 8px;
}
.cid-uPdGv3np24 .card-wrapper {
  padding: 75px 64px;
  background-color: #e9ef9a;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPdGv3np24 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGv3np24 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPdGv3np24 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdGv3np24 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPdGv3np24 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGv3np24 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPdGv3np24 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPdGv3np24 .image-wrapper {
  height: 100%;
}
.cid-uPdGv3np24 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPdGv3np24 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPdGv3np24 .mbr-text,
.cid-uPdGv3np24 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPdGv3np24 .logo-wrapper,
.cid-uPdGv3np24 .mbr-desc {
  text-align: center;
}
.cid-uPdGv3np24 .mbr-desc {
  color: #63635d;
}
.cid-uPdGv3np24 .mbr-section-title,
.cid-uPdGv3np24 .mbr-section-btn {
  color: #000000;
}
.cid-uPdGv53Bqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uPdGv53Bqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGv53Bqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGv53Bqm .row {
  flex-direction: row-reverse;
}
.cid-uPdGv53Bqm .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uPdGv53Bqm .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uPdGv53Bqm .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uPdGv53Bqm .mbr-section-title {
  color: #000000;
  width: 80%;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPdGv53Bqm .mbr-section-title {
    width: 100%;
  }
}
.cid-uPdGv53Bqm .mbr-section-subtitle {
  color: #000000;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uPdGv53Bqm .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uPdGv53Bqm .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uPdGv53Bqm .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uPdGv53Bqm .col-list {
  width: 46%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPdGv53Bqm .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-uPdGv53Bqm .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uPdGv53Bqm .list-title {
    padding-bottom: 20px;
  }
}
.cid-uPdGv53Bqm .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-uPdGv53Bqm li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-uPdGv53Bqm ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uPdGv6aoXK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-uPdGv6aoXK .counter-container {
  color: #767676;
}
.cid-uPdGv6aoXK .counter-container ol {
  margin-bottom: 0;
}
.cid-uPdGv6aoXK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uPdGv6aoXK .mbr-text {
  color: #ffffff;
}
.cid-uPdGv6aoXK .mbr-text P {
  text-align: center;
}
.cid-uPdGv7jYuW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGv7jYuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGv7jYuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGv7jYuW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPdGv7jYuW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGv7jYuW .container {
    padding: 0 12px;
  }
}
.cid-uPdGv7jYuW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGv7jYuW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGv7jYuW .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPdGv7jYuW .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdGv7jYuW .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdGv7jYuW .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uPdGv7jYuW .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGv7jYuW .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uPdGv7jYuW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uPdGv7jYuW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uPdGv7jYuW .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGv7jYuW .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uPdGv7jYuW .mbr-section-subtitle {
  color: #222222;
}
.cid-uPdGv7jYuW .mbr-text {
  color: #222222;
}
.cid-uPdGv7jYuW .list {
  color: #222222;
}
.cid-uPdGv8QkKd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPdGv8QkKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGv8QkKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGv8QkKd .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPdGv8QkKd .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPdGv8QkKd .container-fluid .row {
  padding: 0;
}
.cid-uPdGv8QkKd .row {
  border: 3px solid #c0b8a8;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPdGv8QkKd .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPdGv8QkKd .card {
    border-left: 1px solid #c0b8a8;
    border-left: none;
    border-right: 2px solid #c0b8a8;
  }
}
@media (max-width: 992px) {
  .cid-uPdGv8QkKd .card {
    padding: 48px 20px;
  }
}
.cid-uPdGv8QkKd .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPdGv8QkKd .card:last-child {
    border-left: none;
    border-right: 2px solid #c0b8a8;
    border-right: none;
    border-left: 1px solid #c0b8a8;
  }
}
.cid-uPdGv8QkKd .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdGv8QkKd .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGv8QkKd .mbr-section-title {
  color: #ffffff;
}
.cid-uPdGv8QkKd .mbr-text {
  color: #ffffff;
}
.cid-uPdGv9o01V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGv9o01V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGv9o01V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGv9o01V .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGv9o01V .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPdGv9o01V .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uPdGv9o01V .image-wrapper img {
    height: 300px;
  }
}
.cid-uPdGv9o01V .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #e9ef9a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGv9o01V .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPdGv9o01V .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uPdGv9o01V .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uPdGv9o01V .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uPdGv9o01V .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uPdGv9o01V .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uPdGv9o01V .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uPdGv9o01V .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #e9ef9a;
  color: #e9ef9a;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uPdGv9o01V .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uPdGv9o01V .mbr-section-title {
  color: #ffffff;
}
.cid-uPdGv9o01V .mbr-text {
  color: #000000;
}
.cid-uPdGv9o01V .icon-wrapper {
  text-align: right;
}
.cid-uPdGv9o01V .mbr-section-title,
.cid-uPdGv9o01V .icon-wrapper {
  color: #000000;
}
.cid-uPdGva3L09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGva3L09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGva3L09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGva3L09 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdGva3L09 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uPdGva3L09 .item .item-wrapper {
  height: 100%;
}
.cid-uPdGva3L09 .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uPdGva3L09 .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uPdGva3L09 .item .item-wrapper:hover .item-img img,
.cid-uPdGva3L09 .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uPdGva3L09 .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uPdGva3L09 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uPdGva3L09 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uPdGva3L09 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uPdGva3L09 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uPdGva3L09 .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uPdGva3L09 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPdGva3L09 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPdGva3L09 .item-name {
  color: #000000;
}
.cid-uPdGva3L09 .item-role {
  color: #000000;
}
.cid-uPdGvbhE27 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uPdGvbhE27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGvbhE27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGvbhE27 .row {
  justify-content: space-between;
}
.cid-uPdGvbhE27 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #e9ef9a;
}
@media (max-width: 992px) {
  .cid-uPdGvbhE27 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uPdGvbhE27 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGvbhE27 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPdGvbhE27 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGvbhE27 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPdGvbhE27 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPdGvbhE27 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uPdGvbhE27 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uPdGvbhE27 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPdGvbhE27 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPdGvbhE27 .mbr-section-title {
  color: #000000;
}
.cid-uPdGvbhE27 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPdGvbhE27 .mbr-desc {
  color: #000000;
}
.cid-uPdGvbhE27 .mbr-text {
  color: #000000;
}
.cid-uPdGvbhE27 .mbr-section-title,
.cid-uPdGvbhE27 .mbr-section-btn {
  color: #000000;
}
.cid-uPdGvc9S81 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe815;
}
.cid-uPdGvc9S81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGvc9S81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGvc9S81 .row {
  justify-content: space-between;
}
.cid-uPdGvc9S81 .card {
  justify-content: space-between;
}
.cid-uPdGvc9S81 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGvc9S81 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPdGvc9S81 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGvc9S81 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdGvc9S81 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGvc9S81 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uPdGvc9S81 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdGvc9S81 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPdGvc9S81 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdGvc9S81 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPdGvc9S81 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uPdGvc9S81 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdGvc9S81 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPdGvc9S81 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPdGvc9S81 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPdGvc9S81 .mbr-section-title {
  color: #c10b02;
}
.cid-uPdGvc9S81 .list {
  color: #4b4949;
}
.cid-uPdGvc9S81 .list-title {
  color: #000000;
  text-align: center;
}
.cid-uPdGvc9S81 .mbr-desc,
.cid-uPdGvc9S81 .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uPdGvc9S81 .mbr-section-title,
.cid-uPdGvc9S81 .mbr-section-btn {
  text-align: center;
}
.cid-uPdGvc9S81 .list,
.cid-uPdGvc9S81 .item-wrap {
  text-align: center;
}
.cid-uPdGvcUxrm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uPdGvcUxrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGvcUxrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGvcUxrm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGvcUxrm .container {
    padding: 0 12px;
  }
}
.cid-uPdGvcUxrm .row {
  justify-content: center;
}
.cid-uPdGvcUxrm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGvcUxrm .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGvcUxrm .panel-group .card {
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #e9ef9a;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGvcUxrm .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdGvcUxrm .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uPdGvcUxrm .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPdGvcUxrm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPdGvcUxrm .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uPdGvcUxrm .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPdGvcUxrm .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uPdGvcUxrm .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uPdGvcUxrm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPdGvcUxrm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uPdGvcUxrm .panel-title-edit {
  color: #000000;
}
.cid-uPdGvcUxrm .panel-text {
  color: #000000;
}
.cid-uPdGve3Afb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGve3Afb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGve3Afb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGve3Afb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGve3Afb .container {
    padding: 0 12px;
  }
}
.cid-uPdGve3Afb .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPdGve3Afb .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uPdGve3Afb .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGve3Afb .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uPdGve3Afb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGve3Afb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGve3Afb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGve3Afb .mbr-section-title {
  color: #222222;
}
.cid-uPdGve3Afb .mbr-text {
  color: #222222;
}
.cid-uPdGveNfvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGveNfvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGveNfvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGveNfvi .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGveNfvi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdGveNfvi .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPdGveNfvi .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uPdGveNfvi .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uPdGveNfvi .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uPdGveNfvi .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdGveNfvi .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uPdGveNfvi .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPdGveNfvi .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uPdGveNfvi .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uPdGveNfvi .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uPdGveNfvi .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #000000;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdGveNfvi .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uPdGveNfvi .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uPdGveNfvi .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uPdGveNfvi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPdGveNfvi .mbr-section-title {
  color: #000000;
}
.cid-uPdGveNfvi .item-title {
  color: #ffffff;
}
.cid-uPdGveNfvi .item-number {
  color: #ffffff;
}
.cid-uPdGveNfvi .item-text {
  color: #ffffff;
}
.cid-uPdGvfViNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGvfViNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGvfViNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGvfViNS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGvfViNS .container {
    padding: 0 12px;
  }
}
.cid-uPdGvfViNS .row {
  justify-content: center;
}
.cid-uPdGvfViNS .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #e9ef9a;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGvfViNS .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGvfViNS .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPdGvfViNS .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPdGvfViNS .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGvfViNS .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e9ef9a;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uPdGvfViNS .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uPdGvfViNS .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uPdGvfViNS .mbr-section-title {
  color: #222222;
}
.cid-uPdGvfViNS .mbr-text {
  color: #222222;
}
.cid-uPe8FSux4g {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uPe8FSux4g .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uPe8FSux4g .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uPe8FSux4g .video-block {
    width: 100% !important;
  }
}
.cid-uPe8FSux4g .mbr-section-title {
  color: #fafafa;
}
.cid-uPeiH9iKBj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPeiH9iKBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeiH9iKBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPeiH9iKBj .content-wrapper {
  padding: 80px 90px;
  background-color: #e9ef9a;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uPeiH9iKBj .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPeiH9iKBj .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uPeiH9iKBj .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uPeiH9iKBj .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPeiH9iKBj .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPeiH9iKBj .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uPeiH9iKBj .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uPeiH9iKBj .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uPeiH9iKBj .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPeiH9iKBj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uPeiH9iKBj .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uPeiH9iKBj .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uPeiH9iKBj .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uPeiH9iKBj .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPeiH9iKBj .mbr-section-title {
  color: #050f0f;
}
.cid-uPeiH9iKBj .mbr-text {
  color: #050f0f;
}
.cid-uPeiH9iKBj .panel-title-edit {
  color: #050f0f;
}
.cid-uPeiH9iKBj .panel-text {
  color: #050f0f;
}
.cid-uPdGvgAALu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGvgAALu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGvgAALu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGvgAALu .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPdGvgAALu .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uPdGvgAALu .card-wrapper {
    padding: 22px;
  }
}
.cid-uPdGvgAALu .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uPdGvgAALu .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPdGvgAALu .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uPdGvhnpbN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uPdGvhnpbN .container {
  max-width: 1400px;
}
.cid-uPdGvhnpbN .card-img2 span {
  padding-top: 6px;
}
.cid-uPdGvhnpbN .soc-item a {
  padding-top: 5px;
}
.cid-uPdGvhnpbN .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uPdGvhnpbN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uPdGvhnpbN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uPdGvhnpbN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPdGvhnpbN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uPdGvhnpbN #e2_shape {
  fill: #000000 !important;
}
.cid-uPdGvhnpbN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uPdGvhnpbN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uPdGvhnpbN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d60c01;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPdGvhnpbN .card-img {
  width: auto;
}
.cid-uPdGvhnpbN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uPdGvhnpbN .soc-item span {
  font-size: 1.4rem;
}
.cid-uPdGvhnpbN .soc-item:hover span {
  color: #d64101 !important;
}
.cid-uPdGvhnpbN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uPdGvhnpbN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uPdGvhnpbN .media-wrap {
  margin-bottom: 1rem;
}
.cid-uPdGvhnpbN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPdGvhnpbN img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uPdGvhnpbN .item {
    justify-content: center;
  }
  .cid-uPdGvhnpbN .quote::after {
    left: 60px;
  }
}
.cid-uPdGvhnpbN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uPdGvhnpbN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPdGvhnpbN .text1 {
  color: #ffffff;
}
.cid-uPdGvhnpbN .item-title {
  color: #ffffff;
}
.cid-uPdGvhnpbN H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uPdGvhnpbN .theme {
  color: #ffffff;
}
.cid-uPdGvhnpbN .copyright > p {
  color: #ff3366;
}
.cid-uPdGvhnpbN .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uPdGvivVgP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPdGvivVgP .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uPdGwx5lg7 {
  background-color: transparent;
}
.cid-uPdGwx5lg7 .navbar-dropdown {
  background-color: #e9ef9a !important;
  padding: 0;
}
.cid-uPdGwx5lg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9ef9a !important;
  background: #e9ef9a;
}
.cid-uPdGwx5lg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdGwx5lg7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdGwx5lg7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdGwx5lg7 .menu_box .navbar.opened,
  .cid-uPdGwx5lg7 .menu_box .navbar-collapse {
    background-color: #e9ef9a !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdGwx5lg7 .navbar-dropdown {
  position: relative !important;
}
.cid-uPdGwx5lg7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdGwx5lg7 .btn:hover {
  box-shadow: none;
}
.cid-uPdGwx5lg7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdGwx5lg7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPdGwx5lg7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdGwx5lg7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdGwx5lg7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPdGwx5lg7 .nav-item .nav-link:hover::before,
.cid-uPdGwx5lg7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPdGwx5lg7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdGwx5lg7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdGwx5lg7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdGwx5lg7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdGwx5lg7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdGwx5lg7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdGwx5lg7 .offcanvas_box {
    display: none;
  }
}
.cid-uPdGwx5lg7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdGwx5lg7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdGwx5lg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdGwx5lg7 .container {
  display: flex;
  margin: auto;
}
.cid-uPdGwx5lg7 .iconfont-wrapper {
  color: #e7ff34;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdGwx5lg7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdGwx5lg7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdGwx5lg7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdGwx5lg7 .navbar-nav {
    margin: 0;
  }
}
.cid-uPdGwx5lg7 .dropdown-menu,
.cid-uPdGwx5lg7 .navbar.opened {
  background-color: false !important;
}
.cid-uPdGwx5lg7 .nav-item:focus,
.cid-uPdGwx5lg7 .nav-link:focus {
  outline: none;
}
.cid-uPdGwx5lg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdGwx5lg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdGwx5lg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdGwx5lg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdGwx5lg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdGwx5lg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdGwx5lg7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwx5lg7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdGwx5lg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdGwx5lg7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdGwx5lg7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdGwx5lg7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdGwx5lg7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPdGwx5lg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdGwx5lg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdGwx5lg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdGwx5lg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdGwx5lg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdGwx5lg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdGwx5lg7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdGwx5lg7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdGwx5lg7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdGwx5lg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdGwx5lg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdGwx5lg7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdGwx5lg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdGwx5lg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdGwx5lg7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdGwx5lg7 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uPdGwx5lg7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdGwx5lg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdGwx5lg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdGwx5lg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdGwx5lg7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdGwx5lg7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdGwx5lg7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdGwx5lg7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdGwx5lg7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdGwx5lg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdGwx5lg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdGwx5lg7 .dropdown-item.active,
.cid-uPdGwx5lg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdGwx5lg7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uPdGwx5lg7 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uPdGwx5lg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdGwx5lg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdGwx5lg7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdGwx5lg7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdGwx5lg7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdGwx5lg7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9ef9a;
  background: #f4f4f6;
}
.cid-uPdGwx5lg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uPdGwx5lg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdGwx5lg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdGwx5lg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdGwx5lg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdGwx5lg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdGwx5lg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdGwx5lg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdGwx5lg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdGwx5lg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdGwx5lg7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdGwx5lg7 .navbar {
    height: 70px;
  }
  .cid-uPdGwx5lg7 .navbar.opened {
    height: auto;
  }
  .cid-uPdGwx5lg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdGwx5lg7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdGwx5lg7 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uPdGwx5lg7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uPdGwx5lg7 .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uPdGwx5lg7 .mbr-section-btn-main .btn:hover,
.cid-uPdGwx5lg7 .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPdGwx5lg7 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uPdGwx5lg7 .mbr-section-btn .btn:hover,
.cid-uPdGwx5lg7 .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPdGwx5lg7 .navbar-caption:hover {
  color: #d64101;
}
@media (min-width: 992px) {
  .cid-uPdGwx5lg7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdGwx5lg7 .text_widget {
  margin-bottom: 32px;
}
.cid-uPdGwx5lg7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdGwx5lg7 .text_widget a:hover,
.cid-uPdGwx5lg7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdGwx5lg7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPdGwx5lg7 .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPdGwx5lg7 .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uPdGwx5lg7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uPdGwx5lg7 .navbar-caption {
  color: #141414;
}
.cid-uPdGwx5lg7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uPdGwx5lg7 .mbr-section-subtitle,
.cid-uPdGwx5lg7 .text_widget,
.cid-uPdGwx5lg7 .mbr-section-btn {
  text-align: center;
}
.cid-uPdGwx5lg7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdGwyTvOy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPdGwyTvOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwyTvOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwyTvOy .row {
  margin: 0 -8px;
}
.cid-uPdGwyTvOy .row .card {
  padding: 0 8px;
}
.cid-uPdGwyTvOy .card-wrapper {
  padding: 75px 64px;
  background-color: #e9ef9a;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPdGwyTvOy .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGwyTvOy .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdGwyTvOy .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPdGwyTvOy .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGwyTvOy .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPdGwyTvOy .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPdGwyTvOy .image-wrapper {
  height: 100%;
}
.cid-uPdGwyTvOy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPdGwyTvOy .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPdGwyTvOy .mbr-text,
.cid-uPdGwyTvOy .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPdGwyTvOy .logo-wrapper,
.cid-uPdGwyTvOy .mbr-desc {
  text-align: center;
}
.cid-uPdGwyTvOy .mbr-desc {
  color: #63635d;
}
.cid-uPdGwyTvOy .mbr-section-title,
.cid-uPdGwyTvOy .mbr-section-btn {
  color: #000000;
}
.cid-uPdGwzOl77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uPdGwzOl77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwzOl77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwzOl77 .row {
  flex-direction: row-reverse;
}
.cid-uPdGwzOl77 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uPdGwzOl77 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uPdGwzOl77 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uPdGwzOl77 .mbr-section-title {
  color: #000000;
  width: 80%;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPdGwzOl77 .mbr-section-title {
    width: 100%;
  }
}
.cid-uPdGwzOl77 .mbr-section-subtitle {
  color: #000000;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uPdGwzOl77 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uPdGwzOl77 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uPdGwzOl77 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uPdGwzOl77 .col-list {
  width: 46%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPdGwzOl77 .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-uPdGwzOl77 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uPdGwzOl77 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uPdGwzOl77 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-uPdGwzOl77 li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-uPdGwzOl77 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uPdGwAuFZN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-uPdGwAuFZN .counter-container {
  color: #767676;
}
.cid-uPdGwAuFZN .counter-container ol {
  margin-bottom: 0;
}
.cid-uPdGwAuFZN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uPdGwAuFZN .mbr-text {
  color: #ffffff;
}
.cid-uPdGwAuFZN .mbr-text P {
  text-align: center;
}
.cid-uPdGwB6w7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGwB6w7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwB6w7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwB6w7T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPdGwB6w7T .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGwB6w7T .container {
    padding: 0 12px;
  }
}
.cid-uPdGwB6w7T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGwB6w7T .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGwB6w7T .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPdGwB6w7T .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdGwB6w7T .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdGwB6w7T .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uPdGwB6w7T .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGwB6w7T .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uPdGwB6w7T .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uPdGwB6w7T .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uPdGwB6w7T .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGwB6w7T .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uPdGwB6w7T .mbr-section-subtitle {
  color: #222222;
}
.cid-uPdGwB6w7T .mbr-text {
  color: #222222;
}
.cid-uPdGwB6w7T .list {
  color: #222222;
}
.cid-uPdGwC4YWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPdGwC4YWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwC4YWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwC4YWc .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPdGwC4YWc .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPdGwC4YWc .container-fluid .row {
  padding: 0;
}
.cid-uPdGwC4YWc .row {
  border: 3px solid #c0b8a8;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPdGwC4YWc .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPdGwC4YWc .card {
    border-left: 1px solid #c0b8a8;
    border-left: none;
    border-right: 2px solid #c0b8a8;
  }
}
@media (max-width: 992px) {
  .cid-uPdGwC4YWc .card {
    padding: 48px 20px;
  }
}
.cid-uPdGwC4YWc .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPdGwC4YWc .card:last-child {
    border-left: none;
    border-right: 2px solid #c0b8a8;
    border-right: none;
    border-left: 1px solid #c0b8a8;
  }
}
.cid-uPdGwC4YWc .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdGwC4YWc .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGwC4YWc .mbr-section-title {
  color: #ffffff;
}
.cid-uPdGwC4YWc .mbr-text {
  color: #ffffff;
}
.cid-uPdGwCLXNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGwCLXNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwCLXNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwCLXNO .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGwCLXNO .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPdGwCLXNO .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uPdGwCLXNO .image-wrapper img {
    height: 300px;
  }
}
.cid-uPdGwCLXNO .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #e9ef9a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGwCLXNO .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPdGwCLXNO .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uPdGwCLXNO .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uPdGwCLXNO .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uPdGwCLXNO .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uPdGwCLXNO .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uPdGwCLXNO .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uPdGwCLXNO .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #e9ef9a;
  color: #e9ef9a;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uPdGwCLXNO .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uPdGwCLXNO .mbr-section-title {
  color: #ffffff;
}
.cid-uPdGwCLXNO .mbr-text {
  color: #000000;
}
.cid-uPdGwCLXNO .icon-wrapper {
  text-align: right;
}
.cid-uPdGwCLXNO .mbr-section-title,
.cid-uPdGwCLXNO .icon-wrapper {
  color: #000000;
}
.cid-uPdGwDy0lA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGwDy0lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwDy0lA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwDy0lA .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdGwDy0lA .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uPdGwDy0lA .item .item-wrapper {
  height: 100%;
}
.cid-uPdGwDy0lA .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uPdGwDy0lA .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uPdGwDy0lA .item .item-wrapper:hover .item-img img,
.cid-uPdGwDy0lA .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uPdGwDy0lA .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uPdGwDy0lA .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uPdGwDy0lA .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uPdGwDy0lA .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uPdGwDy0lA .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uPdGwDy0lA .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uPdGwDy0lA .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPdGwDy0lA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPdGwDy0lA .item-name {
  color: #000000;
}
.cid-uPdGwDy0lA .item-role {
  color: #000000;
}
.cid-uPdGwEoJT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uPdGwEoJT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwEoJT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwEoJT3 .row {
  justify-content: space-between;
}
.cid-uPdGwEoJT3 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #e9ef9a;
}
@media (max-width: 992px) {
  .cid-uPdGwEoJT3 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uPdGwEoJT3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGwEoJT3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPdGwEoJT3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGwEoJT3 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPdGwEoJT3 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPdGwEoJT3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uPdGwEoJT3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uPdGwEoJT3 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPdGwEoJT3 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPdGwEoJT3 .mbr-section-title {
  color: #000000;
}
.cid-uPdGwEoJT3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPdGwEoJT3 .mbr-desc {
  color: #000000;
}
.cid-uPdGwEoJT3 .mbr-text {
  color: #000000;
}
.cid-uPdGwEoJT3 .mbr-section-title,
.cid-uPdGwEoJT3 .mbr-section-btn {
  color: #000000;
}
.cid-uPdGwF2N0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe815;
}
.cid-uPdGwF2N0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwF2N0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwF2N0u .row {
  justify-content: space-between;
}
.cid-uPdGwF2N0u .card {
  justify-content: space-between;
}
.cid-uPdGwF2N0u .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGwF2N0u .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPdGwF2N0u .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGwF2N0u .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdGwF2N0u .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGwF2N0u .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uPdGwF2N0u .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdGwF2N0u .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPdGwF2N0u .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdGwF2N0u .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwF2N0u .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uPdGwF2N0u .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdGwF2N0u .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPdGwF2N0u .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPdGwF2N0u .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPdGwF2N0u .mbr-section-title {
  color: #c10b02;
}
.cid-uPdGwF2N0u .list {
  color: #4b4949;
}
.cid-uPdGwF2N0u .list-title {
  color: #000000;
  text-align: center;
}
.cid-uPdGwF2N0u .mbr-desc,
.cid-uPdGwF2N0u .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uPdGwF2N0u .mbr-section-title,
.cid-uPdGwF2N0u .mbr-section-btn {
  text-align: center;
}
.cid-uPdGwF2N0u .list,
.cid-uPdGwF2N0u .item-wrap {
  text-align: center;
}
.cid-uPdGwFZLeD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uPdGwFZLeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwFZLeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwFZLeD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGwFZLeD .container {
    padding: 0 12px;
  }
}
.cid-uPdGwFZLeD .row {
  justify-content: center;
}
.cid-uPdGwFZLeD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGwFZLeD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGwFZLeD .panel-group .card {
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #e9ef9a;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGwFZLeD .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdGwFZLeD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uPdGwFZLeD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPdGwFZLeD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPdGwFZLeD .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uPdGwFZLeD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPdGwFZLeD .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uPdGwFZLeD .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uPdGwFZLeD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPdGwFZLeD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uPdGwFZLeD .panel-title-edit {
  color: #000000;
}
.cid-uPdGwFZLeD .panel-text {
  color: #000000;
}
.cid-uPdGwH06S5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGwH06S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwH06S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwH06S5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGwH06S5 .container {
    padding: 0 12px;
  }
}
.cid-uPdGwH06S5 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPdGwH06S5 .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uPdGwH06S5 .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGwH06S5 .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uPdGwH06S5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGwH06S5 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGwH06S5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGwH06S5 .mbr-section-title {
  color: #222222;
}
.cid-uPdGwH06S5 .mbr-text {
  color: #222222;
}
.cid-uPdGwHLPch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGwHLPch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwHLPch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwHLPch .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGwHLPch .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdGwHLPch .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPdGwHLPch .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uPdGwHLPch .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uPdGwHLPch .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uPdGwHLPch .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdGwHLPch .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uPdGwHLPch .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPdGwHLPch .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uPdGwHLPch .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uPdGwHLPch .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uPdGwHLPch .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #000000;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdGwHLPch .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uPdGwHLPch .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uPdGwHLPch .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uPdGwHLPch .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPdGwHLPch .mbr-section-title {
  color: #000000;
}
.cid-uPdGwHLPch .item-title {
  color: #ffffff;
}
.cid-uPdGwHLPch .item-number {
  color: #ffffff;
}
.cid-uPdGwHLPch .item-text {
  color: #ffffff;
}
.cid-uPdGwIJl08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGwIJl08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwIJl08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwIJl08 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGwIJl08 .container {
    padding: 0 12px;
  }
}
.cid-uPdGwIJl08 .row {
  justify-content: center;
}
.cid-uPdGwIJl08 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #e9ef9a;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGwIJl08 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGwIJl08 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPdGwIJl08 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPdGwIJl08 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGwIJl08 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e9ef9a;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uPdGwIJl08 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uPdGwIJl08 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uPdGwIJl08 .mbr-section-title {
  color: #222222;
}
.cid-uPdGwIJl08 .mbr-text {
  color: #222222;
}
.cid-uPentBH2iV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPentBH2iV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPentBH2iV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPentBH2iV .content-wrapper {
  padding: 80px 90px;
  background-color: #e9ef9a;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uPentBH2iV .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPentBH2iV .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uPentBH2iV .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uPentBH2iV .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPentBH2iV .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPentBH2iV .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uPentBH2iV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uPentBH2iV .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uPentBH2iV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPentBH2iV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uPentBH2iV .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uPentBH2iV .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uPentBH2iV .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uPentBH2iV .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uPentBH2iV .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uPentBH2iV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uPentBH2iV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPentBH2iV .mbr-section-title {
  color: #050f0f;
}
.cid-uPentBH2iV .mbr-text {
  color: #050f0f;
}
.cid-uPentBH2iV .panel-title-edit {
  color: #050f0f;
}
.cid-uPentBH2iV .panel-text {
  color: #050f0f;
}
.cid-uPdGwJuOuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGwJuOuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGwJuOuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGwJuOuR .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPdGwJuOuR .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uPdGwJuOuR .card-wrapper {
    padding: 22px;
  }
}
.cid-uPdGwJuOuR .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uPdGwJuOuR .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPdGwJuOuR .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uPdGwKpEnZ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uPdGwKpEnZ .container {
  max-width: 1400px;
}
.cid-uPdGwKpEnZ .card-img2 span {
  padding-top: 6px;
}
.cid-uPdGwKpEnZ .soc-item a {
  padding-top: 5px;
}
.cid-uPdGwKpEnZ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uPdGwKpEnZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uPdGwKpEnZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uPdGwKpEnZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPdGwKpEnZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uPdGwKpEnZ #e2_shape {
  fill: #000000 !important;
}
.cid-uPdGwKpEnZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uPdGwKpEnZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uPdGwKpEnZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d60c01;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPdGwKpEnZ .card-img {
  width: auto;
}
.cid-uPdGwKpEnZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uPdGwKpEnZ .soc-item span {
  font-size: 1.4rem;
}
.cid-uPdGwKpEnZ .soc-item:hover span {
  color: #d64101 !important;
}
.cid-uPdGwKpEnZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uPdGwKpEnZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uPdGwKpEnZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uPdGwKpEnZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPdGwKpEnZ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uPdGwKpEnZ .item {
    justify-content: center;
  }
  .cid-uPdGwKpEnZ .quote::after {
    left: 60px;
  }
}
.cid-uPdGwKpEnZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uPdGwKpEnZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPdGwKpEnZ .text1 {
  color: #ffffff;
}
.cid-uPdGwKpEnZ .item-title {
  color: #ffffff;
}
.cid-uPdGwKpEnZ H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uPdGwKpEnZ .theme {
  color: #ffffff;
}
.cid-uPdGwKpEnZ .copyright > p {
  color: #ff3366;
}
.cid-uPdGwKpEnZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uPdGwLmaVK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPdGwLmaVK .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uPdGx4ttmO {
  background-color: transparent;
}
.cid-uPdGx4ttmO .navbar-dropdown {
  background-color: #e9ef9a !important;
  padding: 0;
}
.cid-uPdGx4ttmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e9ef9a !important;
  background: #e9ef9a;
}
.cid-uPdGx4ttmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdGx4ttmO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdGx4ttmO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdGx4ttmO .menu_box .navbar.opened,
  .cid-uPdGx4ttmO .menu_box .navbar-collapse {
    background-color: #e9ef9a !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdGx4ttmO .navbar-dropdown {
  position: relative !important;
}
.cid-uPdGx4ttmO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdGx4ttmO .btn:hover {
  box-shadow: none;
}
.cid-uPdGx4ttmO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdGx4ttmO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPdGx4ttmO .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdGx4ttmO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdGx4ttmO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPdGx4ttmO .nav-item .nav-link:hover::before,
.cid-uPdGx4ttmO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPdGx4ttmO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdGx4ttmO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdGx4ttmO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdGx4ttmO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdGx4ttmO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdGx4ttmO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdGx4ttmO .offcanvas_box {
    display: none;
  }
}
.cid-uPdGx4ttmO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdGx4ttmO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdGx4ttmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdGx4ttmO .container {
  display: flex;
  margin: auto;
}
.cid-uPdGx4ttmO .iconfont-wrapper {
  color: #e7ff34;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdGx4ttmO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdGx4ttmO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdGx4ttmO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdGx4ttmO .navbar-nav {
    margin: 0;
  }
}
.cid-uPdGx4ttmO .dropdown-menu,
.cid-uPdGx4ttmO .navbar.opened {
  background-color: false !important;
}
.cid-uPdGx4ttmO .nav-item:focus,
.cid-uPdGx4ttmO .nav-link:focus {
  outline: none;
}
.cid-uPdGx4ttmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdGx4ttmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdGx4ttmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdGx4ttmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdGx4ttmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdGx4ttmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdGx4ttmO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdGx4ttmO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdGx4ttmO .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdGx4ttmO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdGx4ttmO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdGx4ttmO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdGx4ttmO .navbar.collapsed {
  justify-content: center;
}
.cid-uPdGx4ttmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdGx4ttmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdGx4ttmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdGx4ttmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdGx4ttmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdGx4ttmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdGx4ttmO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdGx4ttmO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdGx4ttmO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdGx4ttmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdGx4ttmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdGx4ttmO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdGx4ttmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdGx4ttmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdGx4ttmO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdGx4ttmO .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uPdGx4ttmO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdGx4ttmO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdGx4ttmO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdGx4ttmO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdGx4ttmO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdGx4ttmO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdGx4ttmO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdGx4ttmO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdGx4ttmO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdGx4ttmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdGx4ttmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdGx4ttmO .dropdown-item.active,
.cid-uPdGx4ttmO .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdGx4ttmO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uPdGx4ttmO .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uPdGx4ttmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdGx4ttmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdGx4ttmO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdGx4ttmO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdGx4ttmO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdGx4ttmO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e9ef9a;
  background: #f4f4f6;
}
.cid-uPdGx4ttmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uPdGx4ttmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdGx4ttmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdGx4ttmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdGx4ttmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdGx4ttmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdGx4ttmO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdGx4ttmO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdGx4ttmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdGx4ttmO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdGx4ttmO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdGx4ttmO .navbar {
    height: 70px;
  }
  .cid-uPdGx4ttmO .navbar.opened {
    height: auto;
  }
  .cid-uPdGx4ttmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdGx4ttmO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdGx4ttmO .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uPdGx4ttmO .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uPdGx4ttmO .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uPdGx4ttmO .mbr-section-btn-main .btn:hover,
.cid-uPdGx4ttmO .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPdGx4ttmO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ddfb00 0%, transparent 100%);
}
.cid-uPdGx4ttmO .mbr-section-btn .btn:hover,
.cid-uPdGx4ttmO .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPdGx4ttmO .navbar-caption:hover {
  color: #d64101;
}
@media (min-width: 992px) {
  .cid-uPdGx4ttmO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdGx4ttmO .text_widget {
  margin-bottom: 32px;
}
.cid-uPdGx4ttmO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdGx4ttmO .text_widget a:hover,
.cid-uPdGx4ttmO .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdGx4ttmO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPdGx4ttmO .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPdGx4ttmO .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uPdGx4ttmO .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uPdGx4ttmO .navbar-caption {
  color: #141414;
}
.cid-uPdGx4ttmO .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uPdGx4ttmO .mbr-section-subtitle,
.cid-uPdGx4ttmO .text_widget,
.cid-uPdGx4ttmO .mbr-section-btn {
  text-align: center;
}
.cid-uPdGx4ttmO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdGx5ePON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPdGx5ePON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGx5ePON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGx5ePON .row {
  margin: 0 -8px;
}
.cid-uPdGx5ePON .row .card {
  padding: 0 8px;
}
.cid-uPdGx5ePON .card-wrapper {
  padding: 75px 64px;
  background-color: #e9ef9a;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPdGx5ePON .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGx5ePON .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPdGx5ePON .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdGx5ePON .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPdGx5ePON .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGx5ePON .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPdGx5ePON .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPdGx5ePON .image-wrapper {
  height: 100%;
}
.cid-uPdGx5ePON .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPdGx5ePON .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPdGx5ePON .mbr-text,
.cid-uPdGx5ePON .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPdGx5ePON .logo-wrapper,
.cid-uPdGx5ePON .mbr-desc {
  text-align: center;
}
.cid-uPdGx5ePON .mbr-desc {
  color: #63635d;
}
.cid-uPdGx5ePON .mbr-section-title,
.cid-uPdGx5ePON .mbr-section-btn {
  color: #000000;
}
.cid-uPdGx5Rzi0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uPdGx5Rzi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGx5Rzi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGx5Rzi0 .row {
  flex-direction: row-reverse;
}
.cid-uPdGx5Rzi0 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uPdGx5Rzi0 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uPdGx5Rzi0 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uPdGx5Rzi0 .mbr-section-title {
  color: #000000;
  width: 80%;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPdGx5Rzi0 .mbr-section-title {
    width: 100%;
  }
}
.cid-uPdGx5Rzi0 .mbr-section-subtitle {
  color: #000000;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uPdGx5Rzi0 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uPdGx5Rzi0 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uPdGx5Rzi0 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uPdGx5Rzi0 .col-list {
  width: 46%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPdGx5Rzi0 .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-uPdGx5Rzi0 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uPdGx5Rzi0 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uPdGx5Rzi0 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-uPdGx5Rzi0 li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-uPdGx5Rzi0 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uPdGx6qzq1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-uPdGx6qzq1 .counter-container {
  color: #767676;
}
.cid-uPdGx6qzq1 .counter-container ol {
  margin-bottom: 0;
}
.cid-uPdGx6qzq1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uPdGx6qzq1 .mbr-text {
  color: #ffffff;
}
.cid-uPdGx6qzq1 .mbr-text P {
  text-align: center;
}
.cid-uPdGx7atz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGx7atz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGx7atz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGx7atz8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPdGx7atz8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGx7atz8 .container {
    padding: 0 12px;
  }
}
.cid-uPdGx7atz8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGx7atz8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGx7atz8 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPdGx7atz8 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdGx7atz8 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdGx7atz8 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uPdGx7atz8 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGx7atz8 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uPdGx7atz8 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uPdGx7atz8 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uPdGx7atz8 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGx7atz8 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uPdGx7atz8 .mbr-section-subtitle {
  color: #222222;
}
.cid-uPdGx7atz8 .mbr-text {
  color: #222222;
}
.cid-uPdGx7atz8 .list {
  color: #222222;
}
.cid-uPdGx7Xm1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPdGx7Xm1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGx7Xm1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGx7Xm1I .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uPdGx7Xm1I .container-fluid {
    padding: 0 12px;
  }
}
.cid-uPdGx7Xm1I .container-fluid .row {
  padding: 0;
}
.cid-uPdGx7Xm1I .row {
  border: 3px solid #c0b8a8;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uPdGx7Xm1I .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPdGx7Xm1I .card {
    border-left: 1px solid #c0b8a8;
    border-left: none;
    border-right: 2px solid #c0b8a8;
  }
}
@media (max-width: 992px) {
  .cid-uPdGx7Xm1I .card {
    padding: 48px 20px;
  }
}
.cid-uPdGx7Xm1I .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPdGx7Xm1I .card:last-child {
    border-left: none;
    border-right: 2px solid #c0b8a8;
    border-right: none;
    border-left: 1px solid #c0b8a8;
  }
}
.cid-uPdGx7Xm1I .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdGx7Xm1I .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGx7Xm1I .mbr-section-title {
  color: #ffffff;
}
.cid-uPdGx7Xm1I .mbr-text {
  color: #ffffff;
}
.cid-uPdGx8G6tk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGx8G6tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGx8G6tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGx8G6tk .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGx8G6tk .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPdGx8G6tk .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uPdGx8G6tk .image-wrapper img {
    height: 300px;
  }
}
.cid-uPdGx8G6tk .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #e9ef9a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGx8G6tk .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPdGx8G6tk .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uPdGx8G6tk .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uPdGx8G6tk .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uPdGx8G6tk .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uPdGx8G6tk .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uPdGx8G6tk .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uPdGx8G6tk .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #e9ef9a;
  color: #e9ef9a;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uPdGx8G6tk .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uPdGx8G6tk .mbr-section-title {
  color: #ffffff;
}
.cid-uPdGx8G6tk .mbr-text {
  color: #000000;
}
.cid-uPdGx8G6tk .icon-wrapper {
  text-align: right;
}
.cid-uPdGx8G6tk .mbr-section-title,
.cid-uPdGx8G6tk .icon-wrapper {
  color: #000000;
}
.cid-uPdGx9gty6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGx9gty6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGx9gty6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGx9gty6 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdGx9gty6 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uPdGx9gty6 .item .item-wrapper {
  height: 100%;
}
.cid-uPdGx9gty6 .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uPdGx9gty6 .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uPdGx9gty6 .item .item-wrapper:hover .item-img img,
.cid-uPdGx9gty6 .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uPdGx9gty6 .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uPdGx9gty6 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uPdGx9gty6 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uPdGx9gty6 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uPdGx9gty6 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uPdGx9gty6 .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uPdGx9gty6 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPdGx9gty6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPdGx9gty6 .item-name {
  color: #000000;
}
.cid-uPdGx9gty6 .item-role {
  color: #000000;
}
.cid-uPdGxa9IPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uPdGxa9IPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxa9IPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGxa9IPq .row {
  justify-content: space-between;
}
.cid-uPdGxa9IPq .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #e9ef9a;
}
@media (max-width: 992px) {
  .cid-uPdGxa9IPq .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uPdGxa9IPq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGxa9IPq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPdGxa9IPq .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGxa9IPq .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPdGxa9IPq .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPdGxa9IPq .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uPdGxa9IPq .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uPdGxa9IPq .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPdGxa9IPq .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPdGxa9IPq .mbr-section-title {
  color: #000000;
}
.cid-uPdGxa9IPq .mbr-section-subtitle {
  color: #000000;
}
.cid-uPdGxa9IPq .mbr-desc {
  color: #000000;
}
.cid-uPdGxa9IPq .mbr-text {
  color: #000000;
}
.cid-uPdGxa9IPq .mbr-section-title,
.cid-uPdGxa9IPq .mbr-section-btn {
  color: #000000;
}
.cid-uPdGxaNgS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe815;
}
.cid-uPdGxaNgS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxaNgS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGxaNgS1 .row {
  justify-content: space-between;
}
.cid-uPdGxaNgS1 .card {
  justify-content: space-between;
}
.cid-uPdGxaNgS1 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGxaNgS1 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPdGxaNgS1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGxaNgS1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdGxaNgS1 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGxaNgS1 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uPdGxaNgS1 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdGxaNgS1 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPdGxaNgS1 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdGxaNgS1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPdGxaNgS1 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uPdGxaNgS1 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPdGxaNgS1 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPdGxaNgS1 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPdGxaNgS1 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPdGxaNgS1 .mbr-section-title {
  color: #c10b02;
}
.cid-uPdGxaNgS1 .list {
  color: #4b4949;
}
.cid-uPdGxaNgS1 .list-title {
  color: #000000;
  text-align: center;
}
.cid-uPdGxaNgS1 .mbr-desc,
.cid-uPdGxaNgS1 .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uPdGxaNgS1 .mbr-section-title,
.cid-uPdGxaNgS1 .mbr-section-btn {
  text-align: center;
}
.cid-uPdGxaNgS1 .list,
.cid-uPdGxaNgS1 .item-wrap {
  text-align: center;
}
.cid-uPdGxbxf6D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ef9a;
}
.cid-uPdGxbxf6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxbxf6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGxbxf6D .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGxbxf6D .container {
    padding: 0 12px;
  }
}
.cid-uPdGxbxf6D .row {
  justify-content: center;
}
.cid-uPdGxbxf6D .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGxbxf6D .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGxbxf6D .panel-group .card {
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #e9ef9a;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPdGxbxf6D .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uPdGxbxf6D .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uPdGxbxf6D .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPdGxbxf6D .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPdGxbxf6D .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uPdGxbxf6D .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPdGxbxf6D .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uPdGxbxf6D .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uPdGxbxf6D .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPdGxbxf6D .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uPdGxbxf6D .panel-title-edit {
  color: #000000;
}
.cid-uPdGxbxf6D .panel-text {
  color: #000000;
}
.cid-uPdGxctJmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGxctJmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxctJmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGxctJmW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGxctJmW .container {
    padding: 0 12px;
  }
}
.cid-uPdGxctJmW .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPdGxctJmW .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uPdGxctJmW .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGxctJmW .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uPdGxctJmW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdGxctJmW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdGxctJmW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGxctJmW .mbr-section-title {
  color: #222222;
}
.cid-uPdGxctJmW .mbr-text {
  color: #222222;
}
.cid-uPdGxd5ngU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGxd5ngU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxd5ngU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGxd5ngU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdGxd5ngU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPdGxd5ngU .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPdGxd5ngU .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uPdGxd5ngU .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uPdGxd5ngU .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uPdGxd5ngU .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPdGxd5ngU .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uPdGxd5ngU .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPdGxd5ngU .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uPdGxd5ngU .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uPdGxd5ngU .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uPdGxd5ngU .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #000000;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdGxd5ngU .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uPdGxd5ngU .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uPdGxd5ngU .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uPdGxd5ngU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPdGxd5ngU .mbr-section-title {
  color: #000000;
}
.cid-uPdGxd5ngU .item-title {
  color: #ffffff;
}
.cid-uPdGxd5ngU .item-number {
  color: #ffffff;
}
.cid-uPdGxd5ngU .item-text {
  color: #ffffff;
}
.cid-uPdGxe14oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdGxe14oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxe14oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdGxe14oj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdGxe14oj .container {
    padding: 0 12px;
  }
}
.cid-uPdGxe14oj .row {
  justify-content: center;
}
.cid-uPdGxe14oj .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #e9ef9a;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uPdGxe14oj .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdGxe14oj .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPdGxe14oj .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPdGxe14oj .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdGxe14oj .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e9ef9a;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uPdGxe14oj .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uPdGxe14oj .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uPdGxe14oj .mbr-section-title {
  color: #222222;
}
.cid-uPdGxe14oj .mbr-text {
  color: #222222;
}
.cid-uPenzQZcuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPenzQZcuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPenzQZcuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPenzQZcuM .content-wrapper {
  padding: 80px 90px;
  background-color: #e9ef9a;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uPenzQZcuM .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPenzQZcuM .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uPenzQZcuM .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uPenzQZcuM .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPenzQZcuM .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPenzQZcuM .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uPenzQZcuM .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uPenzQZcuM .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uPenzQZcuM .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPenzQZcuM .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uPenzQZcuM .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uPenzQZcuM .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uPenzQZcuM .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uPenzQZcuM .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uPenzQZcuM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPenzQZcuM .mbr-section-title {
  color: #050f0f;
}
.cid-uPenzQZcuM .mbr-text {
  color: #050f0f;
}
.cid-uPenzQZcuM .panel-title-edit {
  color: #050f0f;
}
.cid-uPenzQZcuM .panel-text {
  color: #050f0f;
}
.cid-uPdGxeJZUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ef9a;
}
.cid-uPdGxeJZUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdGxeJZUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdGxeJZUC .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPdGxeJZUC .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uPdGxeJZUC .card-wrapper {
    padding: 22px;
  }
}
.cid-uPdGxeJZUC .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uPdGxeJZUC .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPdGxeJZUC .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uPdGxfynV0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uPdGxfynV0 .container {
  max-width: 1400px;
}
.cid-uPdGxfynV0 .card-img2 span {
  padding-top: 6px;
}
.cid-uPdGxfynV0 .soc-item a {
  padding-top: 5px;
}
.cid-uPdGxfynV0 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uPdGxfynV0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uPdGxfynV0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uPdGxfynV0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPdGxfynV0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uPdGxfynV0 #e2_shape {
  fill: #000000 !important;
}
.cid-uPdGxfynV0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uPdGxfynV0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uPdGxfynV0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #1e1e1e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPdGxfynV0 .card-img {
  width: auto;
}
.cid-uPdGxfynV0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uPdGxfynV0 .soc-item span {
  font-size: 1.4rem;
}
.cid-uPdGxfynV0 .soc-item:hover span {
  color: #d64101 !important;
}
.cid-uPdGxfynV0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uPdGxfynV0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uPdGxfynV0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uPdGxfynV0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPdGxfynV0 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uPdGxfynV0 .item {
    justify-content: center;
  }
  .cid-uPdGxfynV0 .quote::after {
    left: 60px;
  }
}
.cid-uPdGxfynV0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uPdGxfynV0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPdGxfynV0 .text1 {
  color: #ffffff;
}
.cid-uPdGxfynV0 .item-title {
  color: #ffffff;
}
.cid-uPdGxfynV0 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uPdGxfynV0 .theme {
  color: #ffffff;
}
.cid-uPdGxfynV0 .copyright > p {
  color: #ff3366;
}
.cid-uPdGxfynV0 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uPdGxgvq0c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPdGxgvq0c .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
