.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 3.5rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* 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: #f50039 !important;
}
.bg-success {
  background-color: #21dff9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffb41e !important;
}
.bg-danger {
  background-color: #fe1e52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f50039 !important;
  border-color: #f50039 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff295b !important;
  border-color: #ff295b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff295b !important;
  border-color: #ff295b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5179 !important;
  border-color: #fe5179 !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: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f50039;
  color: #f50039;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9e0025 !important;
  background-color: transparent !important;
  border-color: #9e0025 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f50039 !important;
  border-color: #f50039 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7541e5;
  color: #7541e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b19b6 !important;
  background-color: transparent !important;
  border-color: #4b19b6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21dff9;
  color: #21dff9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #05a8be !important;
  background-color: transparent !important;
  border-color: #05a8be !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb41e;
  color: #ffb41e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c68400 !important;
  background-color: transparent !important;
  border-color: #c68400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe1e52;
  color: #fe1e52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4012e !important;
  background-color: transparent !important;
  border-color: #c4012e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !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: #f50039 !important;
}
.text-secondary {
  color: #7541e5 !important;
}
.text-success {
  color: #21dff9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb41e !important;
}
.text-danger {
  color: #fe1e52 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8f0021 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4517a9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #059baf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b77a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5012b !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: #f50039;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb41e;
}
.alert-danger {
  background-color: #fe1e52;
}
.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: #f50039;
  border-color: #f50039;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f50039;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc2d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e8fcfe;
}
.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: #fff8ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe9ee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  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: #f50039 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  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: #f50039;
}
/* 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: #f50039;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f50039;
}
.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: #f50039;
  border-bottom-color: #f50039;
}
.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: #f50039 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7541e5 !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='%23f50039' %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: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-ujDzsRQ98g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujDzsRQ98g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujDzsRQ98g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujDzsRQ98g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ujDzsRQ98g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujDzsRQ98g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujDzsRQ98g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujDzsRQ98g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujDzsRQ98g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ujDzsRQ98g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujDzsRQ98g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujDzsRQ98g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujDzsRQ98g .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-ujDzsRQ98g .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-ujDzsRQ98g .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujDzsRQ98g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-ujDzsRQ98g .navbar-caption:hover,
.cid-ujDzsRQ98g .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujDzsRQ98g .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #080813;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffaa00;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .menu-container {
    margin: 16px;
  }
}
.cid-ujDzsRQ98g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ujDzsRQ98g .iconfont-wrapper:hover,
.cid-ujDzsRQ98g .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ujDzsRQ98g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080813;
}
.cid-ujDzsRQ98g .nav-item:focus,
.cid-ujDzsRQ98g .nav-link:focus {
  outline: none;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujDzsRQ98g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujDzsRQ98g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujDzsRQ98g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujDzsRQ98g .navbar.opened {
  transition: all 0.3s;
}
.cid-ujDzsRQ98g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujDzsRQ98g .navbar .navbar-logo img {
  width: auto;
}
.cid-ujDzsRQ98g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujDzsRQ98g .navbar.collapsed {
  justify-content: center;
}
.cid-ujDzsRQ98g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujDzsRQ98g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujDzsRQ98g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujDzsRQ98g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujDzsRQ98g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar {
    min-height: 72px;
  }
  .cid-ujDzsRQ98g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujDzsRQ98g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujDzsRQ98g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujDzsRQ98g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujDzsRQ98g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujDzsRQ98g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujDzsRQ98g .dropdown-item.active,
.cid-ujDzsRQ98g .dropdown-item:active {
  background-color: transparent;
}
.cid-ujDzsRQ98g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujDzsRQ98g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080813;
}
.cid-ujDzsRQ98g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujDzsRQ98g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujDzsRQ98g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujDzsRQ98g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .navbar-buttons {
    text-align: left;
  }
}
.cid-ujDzsRQ98g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujDzsRQ98g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujDzsRQ98g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujDzsRQ98g .navbar {
    height: 70px;
  }
  .cid-ujDzsRQ98g .navbar.opened {
    height: auto;
  }
  .cid-ujDzsRQ98g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujDzsRQ98g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ujDzsRQ98g .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-ujDzsRQ98g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .navbar-brand {
    margin-right: auto;
  }
  .cid-ujDzsRQ98g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080813;
  }
  .cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujDzsRQ98g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujDzsRQ98g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujDzsRQ98g .navbar-brand,
.cid-ujDzsRQ98g .navbar-toggler,
.cid-ujDzsRQ98g .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujDztsMmti {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-ujDztsMmti .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDztsMmti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDztsMmti .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-ujDztsMmti .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujDztsMmti .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujDztsMmti .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujDztsMmti .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-ujDztsMmti .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDztsMmti .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-ujDztsMmti .mbr-section-title {
  color: #ffffff;
}
.cid-ujDztsMmti .mbr-text,
.cid-ujDztsMmti .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-ujDztsMmti .mbr-section-title,
.cid-ujDztsMmti .mbr-section-btn {
  text-align: center;
}
.cid-uT4oroCUX2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4oroCUX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4oroCUX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4oroCUX2 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #080813;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4oroCUX2 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uT4oroCUX2 .card {
  justify-content: center;
}
.cid-uT4oroCUX2 .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4oroCUX2 .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uT4oroCUX2 .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4oroCUX2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uT4oroCUX2 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #080813;
}
@media (max-width: 992px) {
  .cid-uT4oroCUX2 .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uT4oroCUX2 .list-wrapper .list .item-wrap::marker {
  color: #080813;
}
.cid-uT4oroCUX2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4oroCUX2 .mbr-section-title {
  color: #000000;
}
.cid-uT4oroCUX2 .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uT4oroCUX2 .list {
  color: #000000;
}
.cid-uT4oV6f3iM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292739;
  background-image: linear-gradient(135deg, #000000 10%, #292739 80%, #ffffff 130%);
}
.cid-uT4oV6f3iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4oV6f3iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4oV6f3iM .row {
  justify-content: center;
}
.cid-uT4oV6f3iM .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uT4oV6f3iM .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uT4oV6f3iM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT4oV6f3iM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4oV6f3iM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4oV6f3iM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uT4oV6f3iM .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uT4oV6f3iM .mbr-section-title {
  color: #ffffff;
}
.cid-uT4oV6f3iM .mbr-text,
.cid-uT4oV6f3iM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4oV6f3iM .mbr-section-title,
.cid-uT4oV6f3iM .mbr-section-btn,
.cid-uT4oV6f3iM .logo-wrapper {
  text-align: center;
}
.cid-uT4pytbDPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uT4pytbDPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4pytbDPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4pytbDPp .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uT4pytbDPp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4pytbDPp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4pytbDPp .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uT4pytbDPp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4pytbDPp .mbr-section-title {
  color: #000000;
}
.cid-uT4pytbDPp .mbr-desc {
  color: #fdfde1;
}
.cid-uT4pytbDPp .mbr-text {
  color: #000000;
}
.cid-uT4pytbDPp .mbr-text,
.cid-uT4pytbDPp .text-wrapper {
  color: #000000;
}
.cid-uT4pytbDPp .mbr-section-title,
.cid-uT4pytbDPp .mbr-section-btn {
  color: #000000;
}
.cid-ujUYl2GZ9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-ujUYl2GZ9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUYl2GZ9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUYl2GZ9M .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7541e5, #000000);
  opacity: .3;
}
.cid-ujUYl2GZ9M .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border-bottom: 1px solid #323046;
  box-shadow: 0px -1px 1px #bcfe1e;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #bcfe1e;
  background: linear-gradient(-125deg, #bcfe1e 30%, #141d00);
}
.cid-ujUYl2GZ9M .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-ujUYl2GZ9M .btn-wrapper {
  margin-top: -6%;
}
.cid-ujUYl2GZ9M .mbr-section-title {
  color: #ffffff;
}
.cid-ujUYl2GZ9M .item-title {
  color: #ffffff;
}
.cid-ujUYl2GZ9M .list {
  color: #bbbbbb;
}
.cid-ujUYl2GZ9M .mbr-section-title,
.cid-ujUYl2GZ9M .mbr-section-btn {
  text-align: center;
}
.cid-ujDzx0YG2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujDzx0YG2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzx0YG2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzx0YG2v .items-wrap {
  justify-content: space-between;
}
.cid-ujDzx0YG2v .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujDzx0YG2v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujDzx0YG2v .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-ujDzx0YG2v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-ujDzx0YG2v .image-wrapper {
  margin-bottom: 32px;
}
.cid-ujDzx0YG2v .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .image-wrapper img {
    height: 350px;
  }
}
.cid-ujDzx0YG2v .mbr-section-title {
  color: #ffffff;
}
.cid-ujDzx0YG2v .mbr-text,
.cid-ujDzx0YG2v .text-wrapper {
  color: #000000;
}
.cid-ujDzx0YG2v .mbr-section-title,
.cid-ujDzx0YG2v .mbr-section-btn {
  color: #000000;
}
.cid-uT5tLjijLC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212132;
}
.cid-uT5tLjijLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5tLjijLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5tLjijLC .container {
  max-width: 1280px;
}
.cid-uT5tLjijLC .row {
  justify-content: center;
}
.cid-uT5tLjijLC .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uT5tLjijLC .col-title {
    margin-bottom: 50px;
  }
}
.cid-uT5tLjijLC .mbr-section-title {
  color: #FFDD65;
}
.cid-uT5tLjijLC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uT5tLjijLC .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uT5tLjijLC .col-video {
    height: 350px;
  }
}
.cid-uT5tLjijLC .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-uT5tLjijLC .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uT5tLjijLC .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-uT5tLjijLC .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-uT5tLjijLC .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 4.85rem;
}
.cid-uT4F7dhD5E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-uT4F7dhD5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4F7dhD5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4F7dhD5E .row {
  justify-content: center;
}
.cid-uT4F7dhD5E .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uT4F7dhD5E .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uT4F7dhD5E .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uT4F7dhD5E .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #cbff5b;
}
@media (max-width: 992px) {
  .cid-uT4F7dhD5E .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uT4F7dhD5E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT4F7dhD5E .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uT4F7dhD5E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4F7dhD5E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uT4F7dhD5E .mbr-section-title {
  color: #ffffff;
}
.cid-uT4F7dhD5E .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uT4F7dhD5E .mbr-text,
.cid-uT4F7dhD5E .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4F7dhD5E .mbr-section-title,
.cid-uT4F7dhD5E .mbr-section-btn {
  text-align: center;
}
.cid-uT4OtD3fkG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uT4OtD3fkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4OtD3fkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4OtD3fkG .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #000000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4OtD3fkG .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4OtD3fkG .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
.cid-uT4OtD3fkG .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4OtD3fkG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4OtD3fkG .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4OtD3fkG .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4OtD3fkG .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4OtD3fkG .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uT4OtD3fkG .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uT4OtD3fkG .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uT4OtD3fkG .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uT4OtD3fkG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4OtD3fkG .item-number {
  color: #bcfe1e;
}
.cid-uT4OtD3fkG .item-title {
  color: #ffffff;
}
.cid-uT4OtD3fkG .item-text {
  color: #ffffff;
}
.cid-ujDzzfKtoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujDzzfKtoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzzfKtoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzzfKtoQ .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #292739 50%);
  opacity: .5;
}
.cid-ujDzzfKtoQ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujDzzfKtoQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujDzzfKtoQ .panel-title-edit {
  color: #ffffff;
}
.cid-ujDzzfKtoQ .panel-text {
  color: #ffffff;
}
.cid-uT4JRcgSeY {
  background-color: #eeeef7;
}
.cid-uT4JRcgSeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4JRcgSeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4JRcgSeY .items-wrap {
  justify-content: space-between;
}
.cid-uT4JRcgSeY .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uT4JRcgSeY .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uT4JRcgSeY .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uT4JRcgSeY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4JRcgSeY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4JRcgSeY .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uT4JRcgSeY .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uT4JRcgSeY .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uT4JRcgSeY .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4JRcgSeY .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uT4JRcgSeY .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4JRcgSeY .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uT4JRcgSeY .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uT4JRcgSeY .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uT4JRcgSeY .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uT4JRcgSeY .image-wrapper {
  position: relative;
  border: 3px solid #000000;
  background-color: #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4JRcgSeY .image-wrapper {
    height: 350px;
  }
}
.cid-uT4JRcgSeY .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uT4JRcgSeY .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uT4JRcgSeY .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uT4JRcgSeY .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uT4JRcgSeY .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #000000;
  margin-bottom: 0;
}
.cid-uT4JRcgSeY .mbr-section-title {
  color: #191c25;
}
.cid-uT4JRcgSeY .list {
  color: #191c25;
}
.cid-uT4JRcgSeY .mbr-number_1 {
  color: #191c25;
}
.cid-uT4JRcgSeY .mbr-number_2,
.cid-uT4JRcgSeY .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uT4JRcgSeY .mbr-section-title,
.cid-uT4JRcgSeY .mbr-section-btn {
  color: #ffffff;
}
.cid-uT4JRcgSeY .list,
.cid-uT4JRcgSeY .item-wrap {
  color: #ffffff;
}
.cid-uT4FE0d9Bk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4FE0d9Bk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4FE0d9Bk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4FE0d9Bk .row {
  justify-content: center;
}
.cid-uT4FE0d9Bk .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uT4FE0d9Bk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uT4FE0d9Bk .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uT4FE0d9Bk .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT4FE0d9Bk .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uT4FE0d9Bk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uT4FE0d9Bk .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT4FE0d9Bk .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uT4FE0d9Bk .mbr-label,
.cid-uT4FE0d9Bk .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uT4FE0d9Bk .mbr-section-title {
  color: #fff7ee;
}
.cid-uT4FE0d9Bk .mbr-text,
.cid-uT4FE0d9Bk .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uT4FE0d9Bk .mbr-section-title,
.cid-uT4FE0d9Bk .mbr-section-btn {
  text-align: center;
}
.cid-uT4y0ViYW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4y0ViYW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4y0ViYW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4y0ViYW3 .row {
  justify-content: center;
}
.cid-uT4y0ViYW3 .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uT4y0ViYW3 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uT4y0ViYW3 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uT4y0ViYW3 .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uT4y0ViYW3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uT4y0ViYW3 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uT4y0ViYW3 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4y0ViYW3 .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uT4y0ViYW3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uT4y0ViYW3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uT4y0ViYW3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4y0ViYW3 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uT4y0ViYW3 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4y0ViYW3 .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uT4y0ViYW3 .mbr-text,
.cid-uT4y0ViYW3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4y0ViYW3 .mbr-section-title,
.cid-uT4y0ViYW3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uT4HLesJFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4HLesJFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4HLesJFj .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-uT4HLesJFj .container {
    padding: 0 16px;
  }
}
.cid-uT4HLesJFj .card {
  justify-content: center;
}
.cid-uT4HLesJFj .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uT4HLesJFj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4HLesJFj .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uT4HLesJFj .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uT4HLesJFj .mbr-section-title {
  color: #000000;
}
.cid-uT4HLesJFj .mbr-text {
  color: #000000;
}
.cid-uT4HLesJFj .mbr-desc {
  color: #000000;
}
.cid-uT4HLesJFj .mbr-section-title,
.cid-uT4HLesJFj .title-wrapper {
  color: #ffffff;
}
.cid-uT1F0oT4S2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uT1F0oT4S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1F0oT4S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1F0oT4S2 .row {
  justify-content: center;
}
.cid-uT1F0oT4S2 .map-wrapper {
  position: relative;
}
.cid-uT1F0oT4S2 .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uT1F0oT4S2 .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uT1F0oT4S2 .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uT1F0oT4S2 .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT1F0oT4S2 .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uT1zFl770R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6371-1361x750.jpg-1361x750.jpg");
}
.cid-uT1zFl770R::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uT1zFl770R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1zFl770R .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-uT1zFl770R .container {
    padding: 0 22px;
  }
}
.cid-uT1zFl770R .row {
  position: relative;
  z-index: 1;
}
.cid-uT1zFl770R .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uT1zFl770R .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT1zFl770R .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT1zFl770R .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT1zFl770R .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT1zFl770R .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uT1zFl770R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT1zFl770R .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT1zFl770R .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uT1zFl770R .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT1zFl770R .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uT1zFl770R .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uT1zFl770R .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT1zFl770R .nav-wrapper .list .item-wrap:hover,
.cid-uT1zFl770R .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uT1zFl770R .nav-wrapper .list .item-wrap:hover::before,
.cid-uT1zFl770R .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uT1zFl770R .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT1zFl770R .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT1zFl770R .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT1zFl770R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT1zFl770R .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT1zFl770R .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT1zFl770R .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uT1zFl770R .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT1zFl770R .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT1zFl770R .mbr-section-title {
  color: #00d0f3;
}
.cid-uT1zFl770R .mbr-text {
  color: #ffffff;
}
.cid-uT1zFl770R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT1zFl770R .list {
  color: #ffffff;
}
.cid-uT1zFl770R .mbr-contact {
  color: #ffffff;
}
.cid-uT1zFl770R .mbr-desc {
  color: #ffffff;
}
.cid-uT4SoBNdtj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT4SoBNdtj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT4SoBNdtj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT4SoBNdtj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uT4SoBNdtj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT4SoBNdtj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT4SoBNdtj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uT4SoBNdtj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uT4SoBNdtj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uT4SoBNdtj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uT4SoBNdtj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uT4SoBNdtj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uT4SoBNdtj .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uT4SoBNdtj .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uT4SoBNdtj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uT4SoBNdtj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uT4SoBNdtj .navbar-caption:hover,
.cid-uT4SoBNdtj .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SoBNdtj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uT4SoBNdtj .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #080813;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffaa00;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uT4SoBNdtj .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uT4SoBNdtj .menu-container {
    margin: 16px;
  }
}
.cid-uT4SoBNdtj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uT4SoBNdtj .iconfont-wrapper:hover,
.cid-uT4SoBNdtj .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uT4SoBNdtj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080813;
}
.cid-uT4SoBNdtj .nav-item:focus,
.cid-uT4SoBNdtj .nav-link:focus {
  outline: none;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT4SoBNdtj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT4SoBNdtj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT4SoBNdtj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uT4SoBNdtj .navbar.opened {
  transition: all 0.3s;
}
.cid-uT4SoBNdtj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT4SoBNdtj .navbar .navbar-logo img {
  width: auto;
}
.cid-uT4SoBNdtj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uT4SoBNdtj .navbar.collapsed {
  justify-content: center;
}
.cid-uT4SoBNdtj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT4SoBNdtj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT4SoBNdtj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT4SoBNdtj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT4SoBNdtj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .navbar {
    min-height: 72px;
  }
  .cid-uT4SoBNdtj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT4SoBNdtj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT4SoBNdtj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT4SoBNdtj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT4SoBNdtj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT4SoBNdtj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SoBNdtj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT4SoBNdtj .dropdown-item.active,
.cid-uT4SoBNdtj .dropdown-item:active {
  background-color: transparent;
}
.cid-uT4SoBNdtj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT4SoBNdtj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT4SoBNdtj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT4SoBNdtj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080813;
}
.cid-uT4SoBNdtj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uT4SoBNdtj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT4SoBNdtj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT4SoBNdtj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .navbar-buttons {
    text-align: left;
  }
}
.cid-uT4SoBNdtj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT4SoBNdtj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT4SoBNdtj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT4SoBNdtj .navbar {
    height: 70px;
  }
  .cid-uT4SoBNdtj .navbar.opened {
    height: auto;
  }
  .cid-uT4SoBNdtj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT4SoBNdtj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uT4SoBNdtj .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uT4SoBNdtj .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uT4SoBNdtj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT4SoBNdtj .navbar-brand {
    margin-right: auto;
  }
  .cid-uT4SoBNdtj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080813;
  }
  .cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT4SoBNdtj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT4SoBNdtj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT4SoBNdtj .navbar-brand,
.cid-uT4SoBNdtj .navbar-toggler,
.cid-uT4SoBNdtj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uT4SoDIJqS {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-uT4SoDIJqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoDIJqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoDIJqS .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uT4SoDIJqS .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT4SoDIJqS .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uT4SoDIJqS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SoDIJqS .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uT4SoDIJqS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SoDIJqS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uT4SoDIJqS .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SoDIJqS .mbr-text,
.cid-uT4SoDIJqS .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uT4SoDIJqS .mbr-section-title,
.cid-uT4SoDIJqS .mbr-section-btn {
  text-align: center;
}
.cid-uT4SoEd06C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SoEd06C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoEd06C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoEd06C .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #080813;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SoEd06C .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uT4SoEd06C .card {
  justify-content: center;
}
.cid-uT4SoEd06C .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SoEd06C .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uT4SoEd06C .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SoEd06C .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uT4SoEd06C .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #080813;
}
@media (max-width: 992px) {
  .cid-uT4SoEd06C .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uT4SoEd06C .list-wrapper .list .item-wrap::marker {
  color: #080813;
}
.cid-uT4SoEd06C .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SoEd06C .mbr-section-title {
  color: #000000;
}
.cid-uT4SoEd06C .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uT4SoEd06C .list {
  color: #000000;
}
.cid-uT4SoEIQQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292739;
  background-image: linear-gradient(135deg, #000000 10%, #292739 80%, #ffffff 130%);
}
.cid-uT4SoEIQQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoEIQQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoEIQQt .row {
  justify-content: center;
}
.cid-uT4SoEIQQt .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uT4SoEIQQt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uT4SoEIQQt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT4SoEIQQt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SoEIQQt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4SoEIQQt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uT4SoEIQQt .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uT4SoEIQQt .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SoEIQQt .mbr-text,
.cid-uT4SoEIQQt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoEIQQt .mbr-section-title,
.cid-uT4SoEIQQt .mbr-section-btn,
.cid-uT4SoEIQQt .logo-wrapper {
  text-align: center;
}
.cid-uT4SoFaemI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uT4SoFaemI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoFaemI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoFaemI .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uT4SoFaemI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SoFaemI .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SoFaemI .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uT4SoFaemI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SoFaemI .mbr-section-title {
  color: #000000;
}
.cid-uT4SoFaemI .mbr-desc {
  color: #fdfde1;
}
.cid-uT4SoFaemI .mbr-text {
  color: #000000;
}
.cid-uT4SoFaemI .mbr-text,
.cid-uT4SoFaemI .text-wrapper {
  color: #000000;
}
.cid-uT4SoFaemI .mbr-section-title,
.cid-uT4SoFaemI .mbr-section-btn {
  color: #000000;
}
.cid-uT4SoFC0WF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4SoFC0WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoFC0WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoFC0WF .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SoFC0WF .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uT4SoFC0WF .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7541e5, #000000);
  opacity: .3;
}
.cid-uT4SoFC0WF .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SoFC0WF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border-bottom: 1px solid #323046;
  box-shadow: 0px -1px 1px #bcfe1e;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SoFC0WF .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #bcfe1e;
  background: linear-gradient(-125deg, #bcfe1e 30%, #141d00);
}
.cid-uT4SoFC0WF .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uT4SoFC0WF .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uT4SoFC0WF .btn-wrapper {
  margin-top: -6%;
}
.cid-uT4SoFC0WF .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SoFC0WF .item-title {
  color: #ffffff;
}
.cid-uT4SoFC0WF .list {
  color: #bbbbbb;
}
.cid-uT4SoFC0WF .mbr-section-title,
.cid-uT4SoFC0WF .mbr-section-btn {
  text-align: center;
}
.cid-uT4SoGdAlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SoGdAlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoGdAlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoGdAlP .items-wrap {
  justify-content: space-between;
}
.cid-uT4SoGdAlP .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SoGdAlP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT4SoGdAlP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SoGdAlP .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uT4SoGdAlP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SoGdAlP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uT4SoGdAlP .image-wrapper {
  margin-bottom: 32px;
}
.cid-uT4SoGdAlP .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT4SoGdAlP .image-wrapper img {
    height: 350px;
  }
}
.cid-uT4SoGdAlP .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SoGdAlP .mbr-text,
.cid-uT4SoGdAlP .text-wrapper {
  color: #000000;
}
.cid-uT4SoGdAlP .mbr-section-title,
.cid-uT4SoGdAlP .mbr-section-btn {
  color: #000000;
}
.cid-uT5gqNwRbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212132;
}
.cid-uT5gqNwRbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5gqNwRbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5gqNwRbN .container {
  max-width: 1280px;
}
.cid-uT5gqNwRbN .row {
  justify-content: center;
}
.cid-uT5gqNwRbN .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uT5gqNwRbN .col-title {
    margin-bottom: 50px;
  }
}
.cid-uT5gqNwRbN .mbr-section-title {
  color: #FFDD65;
}
.cid-uT5gqNwRbN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uT5gqNwRbN .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uT5gqNwRbN .col-video {
    height: 350px;
  }
}
.cid-uT5gqNwRbN .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-uT5gqNwRbN .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uT5gqNwRbN .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-uT5gqNwRbN .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-uT5gqNwRbN .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 4.85rem;
}
.cid-uT4SoGMiSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-uT4SoGMiSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoGMiSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoGMiSW .row {
  justify-content: center;
}
.cid-uT4SoGMiSW .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uT4SoGMiSW .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoGMiSW .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uT4SoGMiSW .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #cbff5b;
}
@media (max-width: 992px) {
  .cid-uT4SoGMiSW .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uT4SoGMiSW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT4SoGMiSW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uT4SoGMiSW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4SoGMiSW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uT4SoGMiSW .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SoGMiSW .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uT4SoGMiSW .mbr-text,
.cid-uT4SoGMiSW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoGMiSW .mbr-section-title,
.cid-uT4SoGMiSW .mbr-section-btn {
  text-align: center;
}
.cid-uT4SoHfyDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uT4SoHfyDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoHfyDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoHfyDJ .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #000000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SoHfyDJ .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4SoHfyDJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
.cid-uT4SoHfyDJ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SoHfyDJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SoHfyDJ .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4SoHfyDJ .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4SoHfyDJ .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4SoHfyDJ .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uT4SoHfyDJ .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uT4SoHfyDJ .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uT4SoHfyDJ .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uT4SoHfyDJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoHfyDJ .item-number {
  color: #bcfe1e;
}
.cid-uT4SoHfyDJ .item-title {
  color: #ffffff;
}
.cid-uT4SoHfyDJ .item-text {
  color: #ffffff;
}
.cid-uT4SoHSYHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SoHSYHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoHSYHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoHSYHt .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-uT4SoHSYHt .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4SoHSYHt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #292739 50%);
  opacity: .5;
}
.cid-uT4SoHSYHt .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SoHSYHt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uT4SoHSYHt .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uT4SoHSYHt .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uT4SoHSYHt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SoHSYHt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uT4SoHSYHt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoHSYHt .panel-title-edit {
  color: #ffffff;
}
.cid-uT4SoHSYHt .panel-text {
  color: #ffffff;
}
.cid-uT4SoICl6N {
  background-color: #eeeef7;
}
.cid-uT4SoICl6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoICl6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoICl6N .items-wrap {
  justify-content: space-between;
}
.cid-uT4SoICl6N .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uT4SoICl6N .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoICl6N .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uT4SoICl6N .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4SoICl6N .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SoICl6N .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uT4SoICl6N .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uT4SoICl6N .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uT4SoICl6N .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SoICl6N .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uT4SoICl6N .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4SoICl6N .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uT4SoICl6N .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoICl6N .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uT4SoICl6N .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uT4SoICl6N .image-wrapper {
  position: relative;
  border: 3px solid #000000;
  background-color: #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4SoICl6N .image-wrapper {
    height: 350px;
  }
}
.cid-uT4SoICl6N .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uT4SoICl6N .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uT4SoICl6N .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SoICl6N .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uT4SoICl6N .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #000000;
  margin-bottom: 0;
}
.cid-uT4SoICl6N .mbr-section-title {
  color: #191c25;
}
.cid-uT4SoICl6N .list {
  color: #191c25;
}
.cid-uT4SoICl6N .mbr-number_1 {
  color: #191c25;
}
.cid-uT4SoICl6N .mbr-number_2,
.cid-uT4SoICl6N .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uT4SoICl6N .mbr-section-title,
.cid-uT4SoICl6N .mbr-section-btn {
  color: #ffffff;
}
.cid-uT4SoICl6N .list,
.cid-uT4SoICl6N .item-wrap {
  color: #ffffff;
}
.cid-uT4SoJeyIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4SoJeyIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoJeyIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoJeyIa .row {
  justify-content: center;
}
.cid-uT4SoJeyIa .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uT4SoJeyIa .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uT4SoJeyIa .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uT4SoJeyIa .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT4SoJeyIa .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uT4SoJeyIa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uT4SoJeyIa .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoJeyIa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uT4SoJeyIa .mbr-label,
.cid-uT4SoJeyIa .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uT4SoJeyIa .mbr-section-title {
  color: #fff7ee;
}
.cid-uT4SoJeyIa .mbr-text,
.cid-uT4SoJeyIa .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uT4SoJeyIa .mbr-section-title,
.cid-uT4SoJeyIa .mbr-section-btn {
  text-align: center;
}
.cid-uT4SoJICfh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SoJICfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoJICfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoJICfh .row {
  justify-content: center;
}
.cid-uT4SoJICfh .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uT4SoJICfh .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uT4SoJICfh .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoJICfh .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uT4SoJICfh .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uT4SoJICfh .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uT4SoJICfh .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SoJICfh .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uT4SoJICfh .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uT4SoJICfh .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uT4SoJICfh .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4SoJICfh .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uT4SoJICfh .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4SoJICfh .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uT4SoJICfh .mbr-text,
.cid-uT4SoJICfh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoJICfh .mbr-section-title,
.cid-uT4SoJICfh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uT4SoKdNMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SoKdNMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoKdNMS .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-uT4SoKdNMS .container {
    padding: 0 16px;
  }
}
.cid-uT4SoKdNMS .card {
  justify-content: center;
}
.cid-uT4SoKdNMS .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uT4SoKdNMS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SoKdNMS .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uT4SoKdNMS .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uT4SoKdNMS .mbr-section-title {
  color: #000000;
}
.cid-uT4SoKdNMS .mbr-text {
  color: #000000;
}
.cid-uT4SoKdNMS .mbr-desc {
  color: #000000;
}
.cid-uT4SoKdNMS .mbr-section-title,
.cid-uT4SoKdNMS .title-wrapper {
  color: #ffffff;
}
.cid-uT5zEs7HCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uT5zEs7HCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5zEs7HCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5zEs7HCS .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #e6d7ec;
}
@media (max-width: 992px) {
  .cid-uT5zEs7HCS .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT5zEs7HCS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232b45, #e6d7ec 50%);
  opacity: .5;
}
.cid-uT5zEs7HCS .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT5zEs7HCS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uT5zEs7HCS .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #e6d7ec;
  border-radius: 100%;
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uT5zEs7HCS .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uT5zEs7HCS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT5zEs7HCS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uT5zEs7HCS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT5zEs7HCS .panel-title-edit {
  color: #ffffff;
}
.cid-uT5zEs7HCS .panel-text {
  color: #ffffff;
}
.cid-uT5zEs7HCS .panel-title-edit,
.cid-uT5zEs7HCS .icon-wrapper {
  color: #000000;
}
.cid-uT5zEs7HCS .panel-text,
.cid-uT5zEs7HCS .panel-body {
  color: #000000;
}
.cid-uT4SoKLmsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uT4SoKLmsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoKLmsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SoKLmsG .row {
  justify-content: center;
}
.cid-uT4SoKLmsG .map-wrapper {
  position: relative;
}
.cid-uT4SoKLmsG .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uT4SoKLmsG .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uT4SoKLmsG .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uT4SoKLmsG .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoKLmsG .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uT4SoLj214 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6371-1361x750.jpg-1361x750.jpg");
}
.cid-uT4SoLj214::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uT4SoLj214 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoLj214 .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-uT4SoLj214 .container {
    padding: 0 22px;
  }
}
.cid-uT4SoLj214 .row {
  position: relative;
  z-index: 1;
}
.cid-uT4SoLj214 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uT4SoLj214 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SoLj214 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SoLj214 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SoLj214 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uT4SoLj214 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SoLj214 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uT4SoLj214 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uT4SoLj214 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover,
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover::before,
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SoLj214 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SoLj214 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SoLj214 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SoLj214 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoLj214 .mbr-section-title {
  color: #00d0f3;
}
.cid-uT4SoLj214 .mbr-text {
  color: #ffffff;
}
.cid-uT4SoLj214 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT4SoLj214 .list {
  color: #ffffff;
}
.cid-uT4SoLj214 .mbr-contact {
  color: #ffffff;
}
.cid-uT4SoLj214 .mbr-desc {
  color: #ffffff;
}
.cid-uT4SpGSWNE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT4SpGSWNE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uT4SpGSWNE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT4SpGSWNE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT4SpGSWNE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uT4SpGSWNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT4SpGSWNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT4SpGSWNE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uT4SpGSWNE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uT4SpGSWNE .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uT4SpGSWNE .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uT4SpGSWNE .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uT4SpGSWNE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uT4SpGSWNE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uT4SpGSWNE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uT4SpGSWNE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uT4SpGSWNE .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uT4SpGSWNE .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uT4SpGSWNE .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uT4SpGSWNE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uT4SpGSWNE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uT4SpGSWNE .navbar-caption:hover,
.cid-uT4SpGSWNE .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uT4SpGSWNE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SpGSWNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uT4SpGSWNE .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #080813;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffaa00;
}
@media (max-width: 992px) {
  .cid-uT4SpGSWNE .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uT4SpGSWNE .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uT4SpGSWNE .menu-container {
    margin: 16px;
  }
}
.cid-uT4SpGSWNE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uT4SpGSWNE .iconfont-wrapper:hover,
.cid-uT4SpGSWNE .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uT4SpGSWNE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080813;
}
.cid-uT4SpGSWNE .nav-item:focus,
.cid-uT4SpGSWNE .nav-link:focus {
  outline: none;
}
.cid-uT4SpGSWNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT4SpGSWNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT4SpGSWNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT4SpGSWNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT4SpGSWNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT4SpGSWNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT4SpGSWNE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uT4SpGSWNE .navbar.opened {
  transition: all 0.3s;
}
.cid-uT4SpGSWNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT4SpGSWNE .navbar .navbar-logo img {
  width: auto;
}
.cid-uT4SpGSWNE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT4SpGSWNE .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uT4SpGSWNE .navbar.collapsed {
  justify-content: center;
}
.cid-uT4SpGSWNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT4SpGSWNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT4SpGSWNE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT4SpGSWNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT4SpGSWNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT4SpGSWNE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT4SpGSWNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT4SpGSWNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT4SpGSWNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT4SpGSWNE .navbar {
    min-height: 72px;
  }
  .cid-uT4SpGSWNE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT4SpGSWNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT4SpGSWNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT4SpGSWNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT4SpGSWNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT4SpGSWNE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT4SpGSWNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT4SpGSWNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT4SpGSWNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT4SpGSWNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SpGSWNE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT4SpGSWNE .dropdown-item.active,
.cid-uT4SpGSWNE .dropdown-item:active {
  background-color: transparent;
}
.cid-uT4SpGSWNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT4SpGSWNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT4SpGSWNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT4SpGSWNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080813;
}
.cid-uT4SpGSWNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uT4SpGSWNE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT4SpGSWNE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT4SpGSWNE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT4SpGSWNE .navbar-buttons {
    text-align: left;
  }
}
.cid-uT4SpGSWNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT4SpGSWNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uT4SpGSWNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT4SpGSWNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SpGSWNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SpGSWNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT4SpGSWNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SpGSWNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT4SpGSWNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT4SpGSWNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SpGSWNE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT4SpGSWNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT4SpGSWNE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SpGSWNE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT4SpGSWNE .navbar {
    height: 70px;
  }
  .cid-uT4SpGSWNE .navbar.opened {
    height: auto;
  }
  .cid-uT4SpGSWNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT4SpGSWNE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uT4SpGSWNE .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpGSWNE .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uT4SpGSWNE .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uT4SpGSWNE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT4SpGSWNE .navbar-brand {
    margin-right: auto;
  }
  .cid-uT4SpGSWNE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080813;
  }
  .cid-uT4SpGSWNE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT4SpGSWNE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT4SpGSWNE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SpGSWNE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT4SpGSWNE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT4SpGSWNE .navbar-brand,
.cid-uT4SpGSWNE .navbar-toggler,
.cid-uT4SpGSWNE .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uT4SpIJJLY {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-uT4SpIJJLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpIJJLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpIJJLY .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uT4SpIJJLY .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT4SpIJJLY .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uT4SpIJJLY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SpIJJLY .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uT4SpIJJLY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SpIJJLY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uT4SpIJJLY .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SpIJJLY .mbr-text,
.cid-uT4SpIJJLY .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uT4SpIJJLY .mbr-section-title,
.cid-uT4SpIJJLY .mbr-section-btn {
  text-align: center;
}
.cid-uT4SpJbIIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SpJbIIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpJbIIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpJbIIm .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #080813;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SpJbIIm .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uT4SpJbIIm .card {
  justify-content: center;
}
.cid-uT4SpJbIIm .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SpJbIIm .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uT4SpJbIIm .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SpJbIIm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uT4SpJbIIm .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #080813;
}
@media (max-width: 992px) {
  .cid-uT4SpJbIIm .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uT4SpJbIIm .list-wrapper .list .item-wrap::marker {
  color: #080813;
}
.cid-uT4SpJbIIm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SpJbIIm .mbr-section-title {
  color: #000000;
}
.cid-uT4SpJbIIm .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uT4SpJbIIm .list {
  color: #000000;
}
.cid-uT4SpJCr9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292739;
  background-image: linear-gradient(135deg, #000000 10%, #292739 80%, #ffffff 130%);
}
.cid-uT4SpJCr9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpJCr9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpJCr9B .row {
  justify-content: center;
}
.cid-uT4SpJCr9B .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uT4SpJCr9B .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uT4SpJCr9B .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT4SpJCr9B .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SpJCr9B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4SpJCr9B .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uT4SpJCr9B .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uT4SpJCr9B .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SpJCr9B .mbr-text,
.cid-uT4SpJCr9B .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SpJCr9B .mbr-section-title,
.cid-uT4SpJCr9B .mbr-section-btn,
.cid-uT4SpJCr9B .logo-wrapper {
  text-align: center;
}
.cid-uT4SpK2b2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uT4SpK2b2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpK2b2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpK2b2z .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uT4SpK2b2z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SpK2b2z .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SpK2b2z .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uT4SpK2b2z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SpK2b2z .mbr-section-title {
  color: #000000;
}
.cid-uT4SpK2b2z .mbr-desc {
  color: #fdfde1;
}
.cid-uT4SpK2b2z .mbr-text {
  color: #000000;
}
.cid-uT4SpK2b2z .mbr-text,
.cid-uT4SpK2b2z .text-wrapper {
  color: #000000;
}
.cid-uT4SpK2b2z .mbr-section-title,
.cid-uT4SpK2b2z .mbr-section-btn {
  color: #000000;
}
.cid-uT4SpKzI8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4SpKzI8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpKzI8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpKzI8L .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SpKzI8L .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uT4SpKzI8L .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7541e5, #000000);
  opacity: .3;
}
.cid-uT4SpKzI8L .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SpKzI8L .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border-bottom: 1px solid #323046;
  box-shadow: 0px -1px 1px #bcfe1e;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SpKzI8L .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #bcfe1e;
  background: linear-gradient(-125deg, #bcfe1e 30%, #141d00);
}
.cid-uT4SpKzI8L .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uT4SpKzI8L .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uT4SpKzI8L .btn-wrapper {
  margin-top: -6%;
}
.cid-uT4SpKzI8L .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SpKzI8L .item-title {
  color: #ffffff;
}
.cid-uT4SpKzI8L .list {
  color: #bbbbbb;
}
.cid-uT4SpKzI8L .mbr-section-title,
.cid-uT4SpKzI8L .mbr-section-btn {
  text-align: center;
}
.cid-uT4SpL81b8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SpL81b8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpL81b8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpL81b8 .items-wrap {
  justify-content: space-between;
}
.cid-uT4SpL81b8 .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SpL81b8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT4SpL81b8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SpL81b8 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uT4SpL81b8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SpL81b8 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uT4SpL81b8 .image-wrapper {
  margin-bottom: 32px;
}
.cid-uT4SpL81b8 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT4SpL81b8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uT4SpL81b8 .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SpL81b8 .mbr-text,
.cid-uT4SpL81b8 .text-wrapper {
  color: #000000;
}
.cid-uT4SpL81b8 .mbr-section-title,
.cid-uT4SpL81b8 .mbr-section-btn {
  color: #000000;
}
.cid-uT4SpLABvS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-uT4SpLABvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpLABvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpLABvS .row {
  justify-content: center;
}
.cid-uT4SpLABvS .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uT4SpLABvS .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpLABvS .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uT4SpLABvS .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #cbff5b;
}
@media (max-width: 992px) {
  .cid-uT4SpLABvS .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uT4SpLABvS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT4SpLABvS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uT4SpLABvS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4SpLABvS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uT4SpLABvS .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SpLABvS .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uT4SpLABvS .mbr-text,
.cid-uT4SpLABvS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SpLABvS .mbr-section-title,
.cid-uT4SpLABvS .mbr-section-btn {
  text-align: center;
}
.cid-uT4SpM59Eu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uT4SpM59Eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpM59Eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpM59Eu .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #000000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SpM59Eu .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4SpM59Eu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
.cid-uT4SpM59Eu .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SpM59Eu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SpM59Eu .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4SpM59Eu .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4SpM59Eu .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4SpM59Eu .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uT4SpM59Eu .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uT4SpM59Eu .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uT4SpM59Eu .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uT4SpM59Eu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SpM59Eu .item-number {
  color: #bcfe1e;
}
.cid-uT4SpM59Eu .item-title {
  color: #ffffff;
}
.cid-uT4SpM59Eu .item-text {
  color: #ffffff;
}
.cid-uT4SpMR7ZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SpMR7ZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpMR7ZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpMR7ZA .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-uT4SpMR7ZA .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4SpMR7ZA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #292739 50%);
  opacity: .5;
}
.cid-uT4SpMR7ZA .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SpMR7ZA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uT4SpMR7ZA .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uT4SpMR7ZA .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uT4SpMR7ZA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SpMR7ZA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uT4SpMR7ZA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SpMR7ZA .panel-title-edit {
  color: #ffffff;
}
.cid-uT4SpMR7ZA .panel-text {
  color: #ffffff;
}
.cid-uT4SpNzCFj {
  background-color: #eeeef7;
}
.cid-uT4SpNzCFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpNzCFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpNzCFj .items-wrap {
  justify-content: space-between;
}
.cid-uT4SpNzCFj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uT4SpNzCFj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpNzCFj .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uT4SpNzCFj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4SpNzCFj .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SpNzCFj .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uT4SpNzCFj .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uT4SpNzCFj .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uT4SpNzCFj .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SpNzCFj .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uT4SpNzCFj .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4SpNzCFj .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uT4SpNzCFj .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpNzCFj .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uT4SpNzCFj .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uT4SpNzCFj .image-wrapper {
  position: relative;
  border: 3px solid #000000;
  background-color: #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4SpNzCFj .image-wrapper {
    height: 350px;
  }
}
.cid-uT4SpNzCFj .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uT4SpNzCFj .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uT4SpNzCFj .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SpNzCFj .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uT4SpNzCFj .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #000000;
  margin-bottom: 0;
}
.cid-uT4SpNzCFj .mbr-section-title {
  color: #191c25;
}
.cid-uT4SpNzCFj .list {
  color: #191c25;
}
.cid-uT4SpNzCFj .mbr-number_1 {
  color: #191c25;
}
.cid-uT4SpNzCFj .mbr-number_2,
.cid-uT4SpNzCFj .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uT4SpNzCFj .mbr-section-title,
.cid-uT4SpNzCFj .mbr-section-btn {
  color: #ffffff;
}
.cid-uT4SpNzCFj .list,
.cid-uT4SpNzCFj .item-wrap {
  color: #ffffff;
}
.cid-uT4SpOaSwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4SpOaSwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpOaSwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpOaSwA .row {
  justify-content: center;
}
.cid-uT4SpOaSwA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uT4SpOaSwA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uT4SpOaSwA .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uT4SpOaSwA .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT4SpOaSwA .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uT4SpOaSwA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uT4SpOaSwA .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpOaSwA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uT4SpOaSwA .mbr-label,
.cid-uT4SpOaSwA .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uT4SpOaSwA .mbr-section-title {
  color: #fff7ee;
}
.cid-uT4SpOaSwA .mbr-text,
.cid-uT4SpOaSwA .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uT4SpOaSwA .mbr-section-title,
.cid-uT4SpOaSwA .mbr-section-btn {
  text-align: center;
}
.cid-uT4SpOEt9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SpOEt9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpOEt9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpOEt9M .row {
  justify-content: center;
}
.cid-uT4SpOEt9M .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uT4SpOEt9M .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uT4SpOEt9M .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpOEt9M .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uT4SpOEt9M .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uT4SpOEt9M .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uT4SpOEt9M .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SpOEt9M .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uT4SpOEt9M .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uT4SpOEt9M .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uT4SpOEt9M .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4SpOEt9M .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uT4SpOEt9M .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4SpOEt9M .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uT4SpOEt9M .mbr-text,
.cid-uT4SpOEt9M .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SpOEt9M .mbr-section-title,
.cid-uT4SpOEt9M .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uT5tSKlTuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212132;
}
.cid-uT5tSKlTuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5tSKlTuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5tSKlTuh .container {
  max-width: 1280px;
}
.cid-uT5tSKlTuh .row {
  justify-content: center;
}
.cid-uT5tSKlTuh .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uT5tSKlTuh .col-title {
    margin-bottom: 50px;
  }
}
.cid-uT5tSKlTuh .mbr-section-title {
  color: #FFDD65;
}
.cid-uT5tSKlTuh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uT5tSKlTuh .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uT5tSKlTuh .col-video {
    height: 350px;
  }
}
.cid-uT5tSKlTuh .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-uT5tSKlTuh .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uT5tSKlTuh .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-uT5tSKlTuh .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-uT5tSKlTuh .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 4.85rem;
}
.cid-uT4SpP9tf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SpP9tf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpP9tf2 .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-uT4SpP9tf2 .container {
    padding: 0 16px;
  }
}
.cid-uT4SpP9tf2 .card {
  justify-content: center;
}
.cid-uT4SpP9tf2 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uT4SpP9tf2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SpP9tf2 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uT4SpP9tf2 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uT4SpP9tf2 .mbr-section-title {
  color: #000000;
}
.cid-uT4SpP9tf2 .mbr-text {
  color: #000000;
}
.cid-uT4SpP9tf2 .mbr-desc {
  color: #000000;
}
.cid-uT4SpP9tf2 .mbr-section-title,
.cid-uT4SpP9tf2 .title-wrapper {
  color: #ffffff;
}
.cid-uT5AnfBcZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uT5AnfBcZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5AnfBcZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5AnfBcZo .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #e6d7ec;
}
@media (max-width: 992px) {
  .cid-uT5AnfBcZo .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT5AnfBcZo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232b45, #e6d7ec 50%);
  opacity: .5;
}
.cid-uT5AnfBcZo .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT5AnfBcZo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uT5AnfBcZo .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #e6d7ec;
  border-radius: 100%;
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uT5AnfBcZo .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uT5AnfBcZo .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT5AnfBcZo .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uT5AnfBcZo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT5AnfBcZo .panel-title-edit {
  color: #ffffff;
}
.cid-uT5AnfBcZo .panel-text {
  color: #ffffff;
}
.cid-uT5AnfBcZo .panel-title-edit,
.cid-uT5AnfBcZo .icon-wrapper {
  color: #000000;
}
.cid-uT5AnfBcZo .panel-text,
.cid-uT5AnfBcZo .panel-body {
  color: #000000;
}
.cid-uT4SpPEtqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uT4SpPEtqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpPEtqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SpPEtqO .row {
  justify-content: center;
}
.cid-uT4SpPEtqO .map-wrapper {
  position: relative;
}
.cid-uT4SpPEtqO .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uT4SpPEtqO .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uT4SpPEtqO .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uT4SpPEtqO .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SpPEtqO .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uT4SpQgMGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6371-1361x750.jpg-1361x750.jpg");
}
.cid-uT4SpQgMGI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uT4SpQgMGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SpQgMGI .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-uT4SpQgMGI .container {
    padding: 0 22px;
  }
}
.cid-uT4SpQgMGI .row {
  position: relative;
  z-index: 1;
}
.cid-uT4SpQgMGI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uT4SpQgMGI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SpQgMGI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SpQgMGI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SpQgMGI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SpQgMGI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uT4SpQgMGI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SpQgMGI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SpQgMGI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uT4SpQgMGI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SpQgMGI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uT4SpQgMGI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uT4SpQgMGI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SpQgMGI .nav-wrapper .list .item-wrap:hover,
.cid-uT4SpQgMGI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uT4SpQgMGI .nav-wrapper .list .item-wrap:hover::before,
.cid-uT4SpQgMGI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uT4SpQgMGI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SpQgMGI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SpQgMGI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SpQgMGI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SpQgMGI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SpQgMGI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SpQgMGI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uT4SpQgMGI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SpQgMGI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT4SpQgMGI .mbr-section-title {
  color: #00d0f3;
}
.cid-uT4SpQgMGI .mbr-text {
  color: #ffffff;
}
.cid-uT4SpQgMGI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT4SpQgMGI .list {
  color: #ffffff;
}
.cid-uT4SpQgMGI .mbr-contact {
  color: #ffffff;
}
.cid-uT4SpQgMGI .mbr-desc {
  color: #ffffff;
}
.cid-uT4SqKzikT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT4SqKzikT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uT4SqKzikT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT4SqKzikT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT4SqKzikT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uT4SqKzikT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT4SqKzikT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT4SqKzikT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uT4SqKzikT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uT4SqKzikT .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uT4SqKzikT .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uT4SqKzikT .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uT4SqKzikT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uT4SqKzikT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uT4SqKzikT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uT4SqKzikT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uT4SqKzikT .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uT4SqKzikT .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uT4SqKzikT .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uT4SqKzikT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uT4SqKzikT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uT4SqKzikT .navbar-caption:hover,
.cid-uT4SqKzikT .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uT4SqKzikT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SqKzikT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uT4SqKzikT .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #080813;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffaa00;
}
@media (max-width: 992px) {
  .cid-uT4SqKzikT .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uT4SqKzikT .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uT4SqKzikT .menu-container {
    margin: 16px;
  }
}
.cid-uT4SqKzikT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uT4SqKzikT .iconfont-wrapper:hover,
.cid-uT4SqKzikT .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uT4SqKzikT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080813;
}
.cid-uT4SqKzikT .nav-item:focus,
.cid-uT4SqKzikT .nav-link:focus {
  outline: none;
}
.cid-uT4SqKzikT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT4SqKzikT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT4SqKzikT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT4SqKzikT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT4SqKzikT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT4SqKzikT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT4SqKzikT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uT4SqKzikT .navbar.opened {
  transition: all 0.3s;
}
.cid-uT4SqKzikT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT4SqKzikT .navbar .navbar-logo img {
  width: auto;
}
.cid-uT4SqKzikT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT4SqKzikT .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uT4SqKzikT .navbar.collapsed {
  justify-content: center;
}
.cid-uT4SqKzikT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT4SqKzikT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT4SqKzikT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT4SqKzikT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT4SqKzikT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT4SqKzikT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT4SqKzikT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT4SqKzikT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT4SqKzikT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT4SqKzikT .navbar {
    min-height: 72px;
  }
  .cid-uT4SqKzikT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT4SqKzikT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT4SqKzikT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT4SqKzikT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT4SqKzikT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT4SqKzikT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT4SqKzikT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT4SqKzikT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT4SqKzikT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT4SqKzikT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SqKzikT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT4SqKzikT .dropdown-item.active,
.cid-uT4SqKzikT .dropdown-item:active {
  background-color: transparent;
}
.cid-uT4SqKzikT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT4SqKzikT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT4SqKzikT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT4SqKzikT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080813;
}
.cid-uT4SqKzikT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uT4SqKzikT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT4SqKzikT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT4SqKzikT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT4SqKzikT .navbar-buttons {
    text-align: left;
  }
}
.cid-uT4SqKzikT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT4SqKzikT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uT4SqKzikT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT4SqKzikT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SqKzikT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SqKzikT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT4SqKzikT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SqKzikT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT4SqKzikT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT4SqKzikT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SqKzikT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT4SqKzikT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT4SqKzikT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SqKzikT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT4SqKzikT .navbar {
    height: 70px;
  }
  .cid-uT4SqKzikT .navbar.opened {
    height: auto;
  }
  .cid-uT4SqKzikT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT4SqKzikT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uT4SqKzikT .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqKzikT .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uT4SqKzikT .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uT4SqKzikT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT4SqKzikT .navbar-brand {
    margin-right: auto;
  }
  .cid-uT4SqKzikT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080813;
  }
  .cid-uT4SqKzikT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT4SqKzikT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT4SqKzikT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SqKzikT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT4SqKzikT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT4SqKzikT .navbar-brand,
.cid-uT4SqKzikT .navbar-toggler,
.cid-uT4SqKzikT .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uT4SqLrT8V {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-uT4SqLrT8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqLrT8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqLrT8V .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uT4SqLrT8V .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT4SqLrT8V .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uT4SqLrT8V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SqLrT8V .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uT4SqLrT8V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SqLrT8V .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uT4SqLrT8V .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SqLrT8V .mbr-text,
.cid-uT4SqLrT8V .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uT4SqLrT8V .mbr-section-title,
.cid-uT4SqLrT8V .mbr-section-btn {
  text-align: center;
}
.cid-uT4SqLUKDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SqLUKDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqLUKDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqLUKDE .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #080813;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SqLUKDE .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uT4SqLUKDE .card {
  justify-content: center;
}
.cid-uT4SqLUKDE .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SqLUKDE .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uT4SqLUKDE .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SqLUKDE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uT4SqLUKDE .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #080813;
}
@media (max-width: 992px) {
  .cid-uT4SqLUKDE .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uT4SqLUKDE .list-wrapper .list .item-wrap::marker {
  color: #080813;
}
.cid-uT4SqLUKDE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SqLUKDE .mbr-section-title {
  color: #000000;
}
.cid-uT4SqLUKDE .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uT4SqLUKDE .list {
  color: #000000;
}
.cid-uT4SqMym76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292739;
  background-image: linear-gradient(135deg, #000000 10%, #292739 80%, #ffffff 130%);
}
.cid-uT4SqMym76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqMym76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqMym76 .row {
  justify-content: center;
}
.cid-uT4SqMym76 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uT4SqMym76 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uT4SqMym76 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT4SqMym76 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SqMym76 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4SqMym76 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uT4SqMym76 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uT4SqMym76 .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SqMym76 .mbr-text,
.cid-uT4SqMym76 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SqMym76 .mbr-section-title,
.cid-uT4SqMym76 .mbr-section-btn,
.cid-uT4SqMym76 .logo-wrapper {
  text-align: center;
}
.cid-uT4SqN3wrb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uT4SqN3wrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqN3wrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqN3wrb .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uT4SqN3wrb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SqN3wrb .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SqN3wrb .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uT4SqN3wrb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SqN3wrb .mbr-section-title {
  color: #000000;
}
.cid-uT4SqN3wrb .mbr-desc {
  color: #fdfde1;
}
.cid-uT4SqN3wrb .mbr-text {
  color: #000000;
}
.cid-uT4SqN3wrb .mbr-text,
.cid-uT4SqN3wrb .text-wrapper {
  color: #000000;
}
.cid-uT4SqN3wrb .mbr-section-title,
.cid-uT4SqN3wrb .mbr-section-btn {
  color: #000000;
}
.cid-uT4SqNukfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4SqNukfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqNukfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqNukfO .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SqNukfO .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uT4SqNukfO .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7541e5, #000000);
  opacity: .3;
}
.cid-uT4SqNukfO .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SqNukfO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SqNukfO .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border-bottom: 1px solid #323046;
  box-shadow: 0px -1px 1px #bcfe1e;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SqNukfO .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #bcfe1e;
  background: linear-gradient(-125deg, #bcfe1e 30%, #141d00);
}
.cid-uT4SqNukfO .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uT4SqNukfO .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uT4SqNukfO .btn-wrapper {
  margin-top: -6%;
}
.cid-uT4SqNukfO .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SqNukfO .item-title {
  color: #ffffff;
}
.cid-uT4SqNukfO .list {
  color: #bbbbbb;
}
.cid-uT4SqNukfO .mbr-section-title,
.cid-uT4SqNukfO .mbr-section-btn {
  text-align: center;
}
.cid-uT4SqO7jQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SqO7jQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqO7jQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqO7jQ0 .items-wrap {
  justify-content: space-between;
}
.cid-uT4SqO7jQ0 .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SqO7jQ0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT4SqO7jQ0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uT4SqO7jQ0 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uT4SqO7jQ0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SqO7jQ0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uT4SqO7jQ0 .image-wrapper {
  margin-bottom: 32px;
}
.cid-uT4SqO7jQ0 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT4SqO7jQ0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uT4SqO7jQ0 .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SqO7jQ0 .mbr-text,
.cid-uT4SqO7jQ0 .text-wrapper {
  color: #000000;
}
.cid-uT4SqO7jQ0 .mbr-section-title,
.cid-uT4SqO7jQ0 .mbr-section-btn {
  color: #000000;
}
.cid-uT4SqOBhez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-uT4SqOBhez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqOBhez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqOBhez .row {
  justify-content: center;
}
.cid-uT4SqOBhez .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uT4SqOBhez .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqOBhez .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uT4SqOBhez .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #cbff5b;
}
@media (max-width: 992px) {
  .cid-uT4SqOBhez .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uT4SqOBhez .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT4SqOBhez .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uT4SqOBhez .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4SqOBhez .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uT4SqOBhez .mbr-section-title {
  color: #ffffff;
}
.cid-uT4SqOBhez .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uT4SqOBhez .mbr-text,
.cid-uT4SqOBhez .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SqOBhez .mbr-section-title,
.cid-uT4SqOBhez .mbr-section-btn {
  text-align: center;
}
.cid-uT4SqP6Elz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uT4SqP6Elz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqP6Elz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqP6Elz .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #000000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT4SqP6Elz .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4SqP6Elz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
.cid-uT4SqP6Elz .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SqP6Elz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SqP6Elz .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uT4SqP6Elz .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uT4SqP6Elz .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4SqP6Elz .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uT4SqP6Elz .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uT4SqP6Elz .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uT4SqP6Elz .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uT4SqP6Elz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SqP6Elz .item-number {
  color: #bcfe1e;
}
.cid-uT4SqP6Elz .item-title {
  color: #ffffff;
}
.cid-uT4SqP6Elz .item-text {
  color: #ffffff;
}
.cid-uT4SqPHNth {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SqPHNth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqPHNth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqPHNth .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-uT4SqPHNth .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT4SqPHNth .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #292739 50%);
  opacity: .5;
}
.cid-uT4SqPHNth .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SqPHNth .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uT4SqPHNth .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uT4SqPHNth .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uT4SqPHNth .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT4SqPHNth .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uT4SqPHNth .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SqPHNth .panel-title-edit {
  color: #ffffff;
}
.cid-uT4SqPHNth .panel-text {
  color: #ffffff;
}
.cid-uT4SqQrjRl {
  background-color: #eeeef7;
}
.cid-uT4SqQrjRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqQrjRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqQrjRl .items-wrap {
  justify-content: space-between;
}
.cid-uT4SqQrjRl .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uT4SqQrjRl .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqQrjRl .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uT4SqQrjRl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT4SqQrjRl .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SqQrjRl .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uT4SqQrjRl .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uT4SqQrjRl .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uT4SqQrjRl .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT4SqQrjRl .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uT4SqQrjRl .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4SqQrjRl .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uT4SqQrjRl .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqQrjRl .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uT4SqQrjRl .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uT4SqQrjRl .image-wrapper {
  position: relative;
  border: 3px solid #000000;
  background-color: #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT4SqQrjRl .image-wrapper {
    height: 350px;
  }
}
.cid-uT4SqQrjRl .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uT4SqQrjRl .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uT4SqQrjRl .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SqQrjRl .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uT4SqQrjRl .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #000000;
  margin-bottom: 0;
}
.cid-uT4SqQrjRl .mbr-section-title {
  color: #191c25;
}
.cid-uT4SqQrjRl .list {
  color: #191c25;
}
.cid-uT4SqQrjRl .mbr-number_1 {
  color: #191c25;
}
.cid-uT4SqQrjRl .mbr-number_2,
.cid-uT4SqQrjRl .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uT4SqQrjRl .mbr-section-title,
.cid-uT4SqQrjRl .mbr-section-btn {
  color: #ffffff;
}
.cid-uT4SqQrjRl .list,
.cid-uT4SqQrjRl .item-wrap {
  color: #ffffff;
}
.cid-uT4SqR1H9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uT4SqR1H9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqR1H9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqR1H9n .row {
  justify-content: center;
}
.cid-uT4SqR1H9n .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uT4SqR1H9n .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uT4SqR1H9n .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uT4SqR1H9n .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT4SqR1H9n .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uT4SqR1H9n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uT4SqR1H9n .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqR1H9n .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uT4SqR1H9n .mbr-label,
.cid-uT4SqR1H9n .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uT4SqR1H9n .mbr-section-title {
  color: #fff7ee;
}
.cid-uT4SqR1H9n .mbr-text,
.cid-uT4SqR1H9n .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uT4SqR1H9n .mbr-section-title,
.cid-uT4SqR1H9n .mbr-section-btn {
  text-align: center;
}
.cid-uT4SqRvydW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SqRvydW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqRvydW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqRvydW .row {
  justify-content: center;
}
.cid-uT4SqRvydW .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uT4SqRvydW .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uT4SqRvydW .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqRvydW .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uT4SqRvydW .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uT4SqRvydW .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uT4SqRvydW .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT4SqRvydW .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uT4SqRvydW .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uT4SqRvydW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uT4SqRvydW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT4SqRvydW .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uT4SqRvydW .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT4SqRvydW .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uT4SqRvydW .mbr-text,
.cid-uT4SqRvydW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT4SqRvydW .mbr-section-title,
.cid-uT4SqRvydW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uT4SqS40vr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4SqS40vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqS40vr .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-uT4SqS40vr .container {
    padding: 0 16px;
  }
}
.cid-uT4SqS40vr .card {
  justify-content: center;
}
.cid-uT4SqS40vr .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uT4SqS40vr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT4SqS40vr .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uT4SqS40vr .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uT4SqS40vr .mbr-section-title {
  color: #000000;
}
.cid-uT4SqS40vr .mbr-text {
  color: #000000;
}
.cid-uT4SqS40vr .mbr-desc {
  color: #000000;
}
.cid-uT4SqS40vr .mbr-section-title,
.cid-uT4SqS40vr .title-wrapper {
  color: #ffffff;
}
.cid-uT5AReLnTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uT5AReLnTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5AReLnTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5AReLnTW .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #e6d7ec;
}
@media (max-width: 992px) {
  .cid-uT5AReLnTW .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uT5AReLnTW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232b45, #e6d7ec 50%);
  opacity: .5;
}
.cid-uT5AReLnTW .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uT5AReLnTW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uT5AReLnTW .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #e6d7ec;
  border-radius: 100%;
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uT5AReLnTW .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uT5AReLnTW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT5AReLnTW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uT5AReLnTW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT5AReLnTW .panel-title-edit {
  color: #ffffff;
}
.cid-uT5AReLnTW .panel-text {
  color: #ffffff;
}
.cid-uT5AReLnTW .panel-title-edit,
.cid-uT5AReLnTW .icon-wrapper {
  color: #000000;
}
.cid-uT5AReLnTW .panel-text,
.cid-uT5AReLnTW .panel-body {
  color: #000000;
}
.cid-uT4SqSyH8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uT4SqSyH8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqSyH8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT4SqSyH8i .row {
  justify-content: center;
}
.cid-uT4SqSyH8i .map-wrapper {
  position: relative;
}
.cid-uT4SqSyH8i .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uT4SqSyH8i .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uT4SqSyH8i .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uT4SqSyH8i .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT4SqSyH8i .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uT4SqT6nj8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6371-1361x750.jpg-1361x750.jpg");
}
.cid-uT4SqT6nj8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uT4SqT6nj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SqT6nj8 .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-uT4SqT6nj8 .container {
    padding: 0 22px;
  }
}
.cid-uT4SqT6nj8 .row {
  position: relative;
  z-index: 1;
}
.cid-uT4SqT6nj8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uT4SqT6nj8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SqT6nj8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SqT6nj8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SqT6nj8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SqT6nj8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uT4SqT6nj8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SqT6nj8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SqT6nj8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uT4SqT6nj8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SqT6nj8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uT4SqT6nj8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uT4SqT6nj8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SqT6nj8 .nav-wrapper .list .item-wrap:hover,
.cid-uT4SqT6nj8 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uT4SqT6nj8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uT4SqT6nj8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uT4SqT6nj8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SqT6nj8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SqT6nj8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SqT6nj8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SqT6nj8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SqT6nj8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SqT6nj8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uT4SqT6nj8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SqT6nj8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT4SqT6nj8 .mbr-section-title {
  color: #00d0f3;
}
.cid-uT4SqT6nj8 .mbr-text {
  color: #ffffff;
}
.cid-uT4SqT6nj8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT4SqT6nj8 .list {
  color: #ffffff;
}
.cid-uT4SqT6nj8 .mbr-contact {
  color: #ffffff;
}
.cid-uT4SqT6nj8 .mbr-desc {
  color: #ffffff;
}
.cid-uT4SoBNdtj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT4SoBNdtj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT4SoBNdtj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT4SoBNdtj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uT4SoBNdtj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT4SoBNdtj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT4SoBNdtj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uT4SoBNdtj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uT4SoBNdtj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uT4SoBNdtj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uT4SoBNdtj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uT4SoBNdtj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uT4SoBNdtj .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uT4SoBNdtj .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uT4SoBNdtj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uT4SoBNdtj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uT4SoBNdtj .navbar-caption:hover,
.cid-uT4SoBNdtj .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SoBNdtj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uT4SoBNdtj .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #080813;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffaa00;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uT4SoBNdtj .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uT4SoBNdtj .menu-container {
    margin: 16px;
  }
}
.cid-uT4SoBNdtj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uT4SoBNdtj .iconfont-wrapper:hover,
.cid-uT4SoBNdtj .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uT4SoBNdtj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080813;
}
.cid-uT4SoBNdtj .nav-item:focus,
.cid-uT4SoBNdtj .nav-link:focus {
  outline: none;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT4SoBNdtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT4SoBNdtj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT4SoBNdtj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT4SoBNdtj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uT4SoBNdtj .navbar.opened {
  transition: all 0.3s;
}
.cid-uT4SoBNdtj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT4SoBNdtj .navbar .navbar-logo img {
  width: auto;
}
.cid-uT4SoBNdtj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uT4SoBNdtj .navbar.collapsed {
  justify-content: center;
}
.cid-uT4SoBNdtj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT4SoBNdtj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT4SoBNdtj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT4SoBNdtj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT4SoBNdtj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT4SoBNdtj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT4SoBNdtj .navbar {
    min-height: 72px;
  }
  .cid-uT4SoBNdtj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT4SoBNdtj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT4SoBNdtj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT4SoBNdtj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT4SoBNdtj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT4SoBNdtj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT4SoBNdtj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT4SoBNdtj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT4SoBNdtj .dropdown-item.active,
.cid-uT4SoBNdtj .dropdown-item:active {
  background-color: transparent;
}
.cid-uT4SoBNdtj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT4SoBNdtj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT4SoBNdtj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT4SoBNdtj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080813;
}
.cid-uT4SoBNdtj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uT4SoBNdtj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT4SoBNdtj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT4SoBNdtj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .navbar-buttons {
    text-align: left;
  }
}
.cid-uT4SoBNdtj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4SoBNdtj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT4SoBNdtj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4SoBNdtj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT4SoBNdtj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT4SoBNdtj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT4SoBNdtj .navbar {
    height: 70px;
  }
  .cid-uT4SoBNdtj .navbar.opened {
    height: auto;
  }
  .cid-uT4SoBNdtj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT4SoBNdtj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uT4SoBNdtj .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uT4SoBNdtj .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uT4SoBNdtj .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uT4SoBNdtj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT4SoBNdtj .navbar-brand {
    margin-right: auto;
  }
  .cid-uT4SoBNdtj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080813;
  }
  .cid-uT4SoBNdtj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT4SoBNdtj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT4SoBNdtj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT4SoBNdtj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT4SoBNdtj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT4SoBNdtj .navbar-brand,
.cid-uT4SoBNdtj .navbar-toggler,
.cid-uT4SoBNdtj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uT5wLnD391 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #aef800;
}
.cid-uT5wLnD391 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5wLnD391 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5wLnD391 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uT5wLnD391 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT5wLnD391 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uT5wLnD391 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uT5wLnD391 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uT5wLnD391 .row {
  flex-direction: row-reverse;
}
.cid-uT5wLnD391 .image-wrapper {
  padding: 0 1rem;
}
.cid-uT5wLnD391 img,
.cid-uT5wLnD391 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uT5wLnD391 img,
  .cid-uT5wLnD391 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uT5wLnD391 .mbr-section-title {
  color: #000000;
}
.cid-uT5wLnD391 .mbr-text {
  color: #000000;
}
.cid-uT5wvazk66 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uT5wvazk66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5wvazk66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5wvazk66 .card-wrapper {
  position: relative;
  background-color: #080813;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uT5wvazk66 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uT5wvazk66 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uT5wvazk66 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uT5wvazk66 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uT5wvazk66 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uT5wvazk66 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uT5wvazk66 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uT5wvazk66 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uT5wvazk66 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uT5wvazk66 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uT5wvazk66 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT5wvazk66 .mbr-section-title {
  color: #000000;
}
.cid-uT5wvazk66 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uT5wvazk66 .mbr-text,
.cid-uT5wvazk66 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT5wvazk66 .mbr-section-title,
.cid-uT5wvazk66 .mbr-section-btn {
  text-align: center;
}
.cid-uT5wpKWmCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aef800;
}
.cid-uT5wpKWmCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5wpKWmCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5wpKWmCR .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uT5wpKWmCR .google-map iframe {
    height: 350px;
  }
}
.cid-uT4SoLj214 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6371-1361x750.jpg-1361x750.jpg");
}
.cid-uT4SoLj214::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uT4SoLj214 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4SoLj214 .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-uT4SoLj214 .container {
    padding: 0 22px;
  }
}
.cid-uT4SoLj214 .row {
  position: relative;
  z-index: 1;
}
.cid-uT4SoLj214 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uT4SoLj214 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SoLj214 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT4SoLj214 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SoLj214 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uT4SoLj214 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT4SoLj214 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uT4SoLj214 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uT4SoLj214 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover,
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover::before,
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uT4SoLj214 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SoLj214 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SoLj214 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT4SoLj214 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT4SoLj214 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uT4SoLj214 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT4SoLj214 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT4SoLj214 .mbr-section-title {
  color: #00d0f3;
}
.cid-uT4SoLj214 .mbr-text {
  color: #ffffff;
}
.cid-uT4SoLj214 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT4SoLj214 .list {
  color: #ffffff;
}
.cid-uT4SoLj214 .mbr-contact {
  color: #ffffff;
}
.cid-uT4SoLj214 .mbr-desc {
  color: #ffffff;
}
.cid-uT5xujWQlx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT5xujWQlx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uT5xujWQlx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT5xujWQlx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT5xujWQlx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uT5xujWQlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT5xujWQlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT5xujWQlx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uT5xujWQlx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uT5xujWQlx .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uT5xujWQlx .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uT5xujWQlx .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uT5xujWQlx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uT5xujWQlx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uT5xujWQlx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uT5xujWQlx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uT5xujWQlx .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uT5xujWQlx .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uT5xujWQlx .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uT5xujWQlx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uT5xujWQlx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uT5xujWQlx .navbar-caption:hover,
.cid-uT5xujWQlx .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uT5xujWQlx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT5xujWQlx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uT5xujWQlx .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #080813;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffaa00;
}
@media (max-width: 992px) {
  .cid-uT5xujWQlx .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uT5xujWQlx .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uT5xujWQlx .menu-container {
    margin: 16px;
  }
}
.cid-uT5xujWQlx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uT5xujWQlx .iconfont-wrapper:hover,
.cid-uT5xujWQlx .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uT5xujWQlx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080813;
}
.cid-uT5xujWQlx .nav-item:focus,
.cid-uT5xujWQlx .nav-link:focus {
  outline: none;
}
.cid-uT5xujWQlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT5xujWQlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT5xujWQlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT5xujWQlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT5xujWQlx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT5xujWQlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT5xujWQlx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uT5xujWQlx .navbar.opened {
  transition: all 0.3s;
}
.cid-uT5xujWQlx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT5xujWQlx .navbar .navbar-logo img {
  width: auto;
}
.cid-uT5xujWQlx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT5xujWQlx .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uT5xujWQlx .navbar.collapsed {
  justify-content: center;
}
.cid-uT5xujWQlx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT5xujWQlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT5xujWQlx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT5xujWQlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT5xujWQlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT5xujWQlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT5xujWQlx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT5xujWQlx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT5xujWQlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT5xujWQlx .navbar {
    min-height: 72px;
  }
  .cid-uT5xujWQlx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT5xujWQlx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT5xujWQlx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT5xujWQlx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT5xujWQlx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT5xujWQlx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT5xujWQlx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT5xujWQlx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT5xujWQlx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT5xujWQlx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT5xujWQlx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT5xujWQlx .dropdown-item.active,
.cid-uT5xujWQlx .dropdown-item:active {
  background-color: transparent;
}
.cid-uT5xujWQlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT5xujWQlx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT5xujWQlx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT5xujWQlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080813;
}
.cid-uT5xujWQlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uT5xujWQlx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT5xujWQlx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT5xujWQlx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT5xujWQlx .navbar-buttons {
    text-align: left;
  }
}
.cid-uT5xujWQlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT5xujWQlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uT5xujWQlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT5xujWQlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT5xujWQlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT5xujWQlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT5xujWQlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT5xujWQlx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT5xujWQlx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT5xujWQlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT5xujWQlx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT5xujWQlx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT5xujWQlx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT5xujWQlx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT5xujWQlx .navbar {
    height: 70px;
  }
  .cid-uT5xujWQlx .navbar.opened {
    height: auto;
  }
  .cid-uT5xujWQlx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT5xujWQlx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uT5xujWQlx .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uT5xujWQlx .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uT5xujWQlx .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uT5xujWQlx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT5xujWQlx .navbar-brand {
    margin-right: auto;
  }
  .cid-uT5xujWQlx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080813;
  }
  .cid-uT5xujWQlx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT5xujWQlx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT5xujWQlx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uT5xujWQlx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT5xujWQlx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT5xujWQlx .navbar-brand,
.cid-uT5xujWQlx .navbar-toggler,
.cid-uT5xujWQlx .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uT5xuknckY {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #aef800;
}
.cid-uT5xuknckY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5xuknckY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5xuknckY .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uT5xuknckY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT5xuknckY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uT5xuknckY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uT5xuknckY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uT5xuknckY .row {
  flex-direction: row-reverse;
}
.cid-uT5xuknckY .image-wrapper {
  padding: 0 1rem;
}
.cid-uT5xuknckY img,
.cid-uT5xuknckY .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uT5xuknckY img,
  .cid-uT5xuknckY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uT5xuknckY .mbr-section-title {
  color: #000000;
}
.cid-uT5xuknckY .mbr-text {
  color: #000000;
}
.cid-uT5xukJUH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uT5xukJUH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5xukJUH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5xukJUH1 .card-wrapper {
  position: relative;
  background-color: #080813;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uT5xukJUH1 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uT5xukJUH1 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uT5xukJUH1 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uT5xukJUH1 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uT5xukJUH1 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uT5xukJUH1 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uT5xukJUH1 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uT5xukJUH1 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uT5xukJUH1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uT5xukJUH1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uT5xukJUH1 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT5xukJUH1 .mbr-section-title {
  color: #000000;
}
.cid-uT5xukJUH1 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uT5xukJUH1 .mbr-text,
.cid-uT5xukJUH1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT5xukJUH1 .mbr-section-title,
.cid-uT5xukJUH1 .mbr-section-btn {
  text-align: center;
}
.cid-uT5xul9QRM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aef800;
}
.cid-uT5xul9QRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5xul9QRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5xul9QRM .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uT5xul9QRM .google-map iframe {
    height: 350px;
  }
}
.cid-uT5xulyLo2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6371-1361x750.jpg-1361x750.jpg");
}
.cid-uT5xulyLo2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uT5xulyLo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5xulyLo2 .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-uT5xulyLo2 .container {
    padding: 0 22px;
  }
}
.cid-uT5xulyLo2 .row {
  position: relative;
  z-index: 1;
}
.cid-uT5xulyLo2 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uT5xulyLo2 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT5xulyLo2 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uT5xulyLo2 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT5xulyLo2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT5xulyLo2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uT5xulyLo2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT5xulyLo2 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT5xulyLo2 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uT5xulyLo2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT5xulyLo2 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uT5xulyLo2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uT5xulyLo2 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT5xulyLo2 .nav-wrapper .list .item-wrap:hover,
.cid-uT5xulyLo2 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uT5xulyLo2 .nav-wrapper .list .item-wrap:hover::before,
.cid-uT5xulyLo2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uT5xulyLo2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT5xulyLo2 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT5xulyLo2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uT5xulyLo2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT5xulyLo2 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT5xulyLo2 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uT5xulyLo2 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uT5xulyLo2 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT5xulyLo2 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT5xulyLo2 .mbr-section-title {
  color: #00d0f3;
}
.cid-uT5xulyLo2 .mbr-text {
  color: #ffffff;
}
.cid-uT5xulyLo2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT5xulyLo2 .list {
  color: #ffffff;
}
.cid-uT5xulyLo2 .mbr-contact {
  color: #ffffff;
}
.cid-uT5xulyLo2 .mbr-desc {
  color: #ffffff;
}
